Skip to content

Commit

Permalink
Merge pull request #3407 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
oetiker authored Dec 3, 2023
2 parents 45fcf4a + 72fc136 commit 7158d7a
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion build/git/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
. ../../lib/build.sh

PROG=git
VER=2.42.1
VER=2.43.0
PKG=developer/versioning/git
SUMMARY="$PROG - distributed version control system"
DESC="Git is a free and open source distributed version control system "
Expand Down
10 changes: 6 additions & 4 deletions build/git/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*** t0002-gitfile.sh ***
# passed all 14 test(s)
*** t0003-attributes.sh ***
# passed all 40 test(s)
# passed all 45 test(s)
*** t0004-unwritable.sh ***
# passed all 9 test(s)
*** t0005-signals.sh ***
Expand Down Expand Up @@ -69,7 +69,7 @@
*** t0035-safe-bare-repository.sh ***
# passed all 8 test(s)
*** t0040-parse-options.sh ***
# passed all 86 test(s)
# passed all 88 test(s)
*** t0041-usage.sh ***
# passed all 16 test(s)
*** t0050-filesystem.sh ***
Expand Down Expand Up @@ -105,10 +105,12 @@
# passed all 8 test(s)
*** t0071-sort.sh ***
# passed all 1 test(s)
*** t0081-find-pack.sh ***
# passed all 4 test(s)
*** t0090-cache-tree.sh ***
# passed all 22 test(s)
*** t0091-bugreport.sh ***
# passed all 12 test(s)
# passed all 13 test(s)
*** t0092-diagnose.sh ***
# passed all 4 test(s)
*** t0095-bloom.sh ***
Expand Down Expand Up @@ -153,4 +155,4 @@ not ok 6 - gettext: Fetching a UTF-8 msgid -> ISO-8859-1
# failed 2 among 8 test(s)
make[2]: *** [Makefile:66: t0204-gettext-reencode-sanity.sh] Error 1
make[1]: *** [Makefile:53: test] Error 2
make: *** [Makefile:3197: test] Error 2
make: *** [Makefile:3200: test] Error 2
2 changes: 1 addition & 1 deletion build/libxml2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=libxml2
VER=2.12.0
VER=2.12.1
PKG=library/libxml2
SUMMARY="XML C parser and toolkit"
DESC="Portable XML parser and toolkit library"
Expand Down
2 changes: 1 addition & 1 deletion build/libxml2/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Total 3686 tests, no errors
Total 3698 tests, no errors
Total 49 tests, no errors
Testing HTMLparser : 35 of 41 functions ...
Testing HTMLtree : 18 of 18 functions ...
Expand Down
2 changes: 1 addition & 1 deletion build/nss/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=nss
VER=3.94
VER=3.95
PKG=system/library/mozilla-nss
SUMMARY="Network Security Services"
DESC="Network Security Services (NSS) is a set of libraries designed to "
Expand Down
6 changes: 3 additions & 3 deletions build/nss/patches/aarch64.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/freebl/blinit.c a/lib/freebl/blinit.c
--- a~/lib/freebl/blinit.c 1970-01-01 00:00:00
+++ a/lib/freebl/blinit.c 1970-01-01 00:00:00
@@ -137,7 +137,7 @@ CheckX86CPUSupport()
@@ -145,7 +145,7 @@ CheckX86CPUSupport()
#endif /* NSS_X86_OR_X64 */

/* clang-format off */
Expand All @@ -10,7 +10,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/freebl/blinit.c a/lib/fre
#ifndef __has_include
#define __has_include(x) 0
#endif
@@ -175,7 +175,7 @@ static unsigned long getauxval(unsigned
@@ -183,7 +183,7 @@ static unsigned long getauxval(unsigned
#define AT_HWCAP 16
#endif

Expand All @@ -19,7 +19,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/freebl/blinit.c a/lib/fre
/* clang-format on */

#if defined(__aarch64__)
@@ -555,7 +555,7 @@ FreeblInit(void)
@@ -563,7 +563,7 @@ FreeblInit(void)
{
#ifdef NSS_X86_OR_X64
CheckX86CPUSupport();
Expand Down
2 changes: 1 addition & 1 deletion build/nss/patches/shadowing.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/softoken/pkcs11.c a/lib/softoken/pkcs11.c
--- a~/lib/softoken/pkcs11.c 1970-01-01 00:00:00
+++ a/lib/softoken/pkcs11.c 1970-01-01 00:00:00
@@ -3424,8 +3424,8 @@ nsc_CommonInitialize(CK_VOID_PTR pReserv
@@ -3506,8 +3506,8 @@ loser:
char buf[200];
int major = 0, minor = 0;

Expand Down
2 changes: 1 addition & 1 deletion build/perl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

PROG=perl
PKG=runtime/perl
VER=5.38.1
VER=5.38.2
MAJVER=${VER%.*}
SUMMARY="Perl $MAJVER Programming Language"
DESC="A highly capable, feature-rich programming language"
Expand Down
2 changes: 1 addition & 1 deletion build/sqlite3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=sqlite-autoconf
VER=3440000
VER=3440200
PKG=database/sqlite-3
SUMMARY="SQL database engine library"
DESC="SQLite is a self-contained, high-reliability, embedded, full-featured, "
Expand Down
10 changes: 5 additions & 5 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| compress/zip | 3.0 | https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/ http://www.info-zip.org/Zip.html
| compress/zstd | 1.5.5 | https://github.com/facebook/zstd/releases
| data/iso-codes | 4.15.0 | https://salsa.debian.org/api/v4/projects/iso-codes-team%2Fiso-codes/repository/tags https://salsa.debian.org/iso-codes-team/iso-codes/tags
| database/sqlite-3 | 3440000 | https://www.sqlite.org/download.html
| database/sqlite-3 | 3440200 | https://www.sqlite.org/download.html
| developer/build/autoconf | 2.71 | https://ftp.gnu.org/gnu/autoconf/
| developer/build/automake | 1.16.5 | https://ftp.gnu.org/gnu/automake/
| developer/build/gnu-make | 4.4.1 | https://ftp.gnu.org/gnu/make/
Expand All @@ -27,7 +27,7 @@
| developer/nasm | 2.16.01 | http://www.nasm.us/pub/nasm/releasebuilds
| developer/parser/bison | 3.8.2 | https://ftp.gnu.org/gnu/bison/
| developer/pkg-config | 0.29.2 | https://pkg-config.freedesktop.org/releases
| developer/versioning/git | 2.42.1 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/git | 2.43.0 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/mercurial | 6.5.3 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew
| developer/versioning/sccs | 5.09 | https://sourceforge.net/projects/sccs/files/
| driver/tuntap | 1.3.3 | https://github.com/kaizawa/tuntap/tags
Expand All @@ -47,13 +47,13 @@
| library/libidn | 1.41 | http://git.savannah.gnu.org/cgit/libidn.git/refs/tags https://ftp.gnu.org/gnu/libidn/
| library/libffi | 3.4.4 | https://sourceware.org/libffi/
| library/libuv | 1.47.0 | https://github.com/libuv/libuv/releases | Currently used solely by bind
| library/libxml2 | 2.12.0 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
| library/libxml2 | 2.12.1 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
| library/libxslt | 1.1.30 | http://xmlsoft.org/libxslt/news.html
| library/lzlib | 1.13 | https://download.savannah.gnu.org/releases/lzip/lzlib/
| library/nettle | 3.9.1 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony
| library/ncurses | 6.4 | https://ftp.gnu.org/gnu/ncurses/
| library/nghttp2 | 1.58.0 | https://github.com/nghttp2/nghttp2/releases
| library/nss | 3.94 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
| library/nss | 3.95 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
| library/nspr | 4.35 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/
| library/pcre2 | 10.42 | https://github.com/PhilipHazel/pcre2/releases
| library/perl-5/xml-parser | 2.46 | https://metacpan.org/pod/XML::Parser
Expand All @@ -78,7 +78,7 @@
| runtime/java/openjdk11 | 11.0.20.1+1 | https://github.com/openjdk/jdk11u/tags
| runtime/java/openjdk17 | 17.0.8.1+1 | https://github.com/openjdk/jdk17u/tags
| runtime/java/openjdk8 | 1.8.382-05 | https://github.com/openjdk/jdk8u/tags
| runtime/perl | 5.38.1 | https://www.cpan.org/src/README.html
| runtime/perl | 5.38.2 | https://www.cpan.org/src/README.html
| runtime/python-39 | 3.9.18 | https://www.python.org/downloads/source/
| runtime/python-310 | 3.10.13 | https://www.python.org/downloads/source/
| runtime/python-311 | 3.11.6 | https://www.python.org/downloads/source/
Expand Down

0 comments on commit 7158d7a

Please sign in to comment.