Merge remote-tracking branch 'origin/3.6' into 3.7

This commit is contained in:
Tim Biermann 2022-02-23 15:29:24 +01:00
commit 716f073380
5 changed files with 13 additions and 13 deletions

View File

@ -8,9 +8,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libexpat.a
-rwxr-xr-x root/root usr/lib/libexpat.la
lrwxrwxrwx root/root usr/lib/libexpat.so -> libexpat.so.1.8.4
lrwxrwxrwx root/root usr/lib/libexpat.so.1 -> libexpat.so.1.8.4
-rwxr-xr-x root/root usr/lib/libexpat.so.1.8.4
lrwxrwxrwx root/root usr/lib/libexpat.so -> libexpat.so.1.8.6
lrwxrwxrwx root/root usr/lib/libexpat.so.1 -> libexpat.so.1.8.6
-rwxr-xr-x root/root usr/lib/libexpat.so.1.8.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/expat.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqmbITnQOm8wkb1KUK80xT6WBvc7UDDDcsnGLUFx81lcCvg9ni9NFC8h7b4VJNdO5koF42ANDfok0nx3ym35HLQE=
SHA256 (Pkgfile) = 35f5ca795898188b1a47dd0a849347d0ad72d2c6d2792d016d4adfd62ddc4751
SHA256 (.footprint) = 131cf668112560f73fef9e65c4ba421d8208d822110545144d0ec8b7c9822448
SHA256 (expat-2.4.4.tar.xz) = b5d25d6e373351c2ed19b562b4732d01d2589ac8c8e9e7962d8df1207cc311b8
RWRJc1FUaeVeqsQfoA5X6S2sercbiEuaFTr8WeqU4d0Su2YH4Q+xSgpwdH8DRjT4FXSdINr4IUOyEpvRtS6I2tAarr+WaKT8Pgc=
SHA256 (Pkgfile) = ca3510b1a9c959fcc079990a4796aeb12d9b6355c3105d05768460c84b2f7434
SHA256 (.footprint) = 366e9d30ab6cd566b4f9c2673a70813073d62dd7d1759418dcbeb58bdc7cdd3d
SHA256 (expat-2.4.6.tar.xz) = de55794b7a9bc214852fdc075beaaecd854efe1361597e6268ee87946951289b

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=expat
version=2.4.4
version=2.4.6
release=1
source=(https://download.sourceforge.net/$name/$name-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqsyHdf+k6cgR7IfN0ADcMkuRQ9lvRWEieH4+3gUslk+y0+wW/9NWLnlXqdgJ+gAFFGhBiTAhgtv/nJOV/thwrAs=
SHA256 (Pkgfile) = 5ac1c5bcd6c787fbef5e61d9d18270cf7232765797c6e04e3aff291c7c9b70fe
RWRJc1FUaeVeqkrLGHv8hN+1YkL6Jw2Ful5TZT/cRjIV8nJE5QEiTUCt4yXUdMIlKlydD0Hc6LdOdmHQxPyWeHtjd9SxL60s+Q4=
SHA256 (Pkgfile) = a04a8efb146254f7cb09807e292d7694375148f8ed0390c6e144ad64bb4c9a06
SHA256 (.footprint) = 54d29bd72af140bd285f65d0e72b3ef8eb4279298c98354632552b41db701253
SHA256 (sqlite-autoconf-3370200.tar.gz) = 4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8
SHA256 (sqlite-autoconf-3380000.tar.gz) = 1c76e25dc63d9f3935e0f406aec520a33ee77cf54ea5147dffe1fae8369eff68

View File

@ -4,7 +4,7 @@
# Depends on: readline zlib
name=sqlite3
version=3.37.2
version=3.38.0
release=1
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ })
@ -18,6 +18,6 @@ build() {
-DSQLITE_ENABLE_FTS3=1 $CFLAGS" \
./configure --prefix=/usr --enable-readline
make
make
make DESTDIR=$PKG install
}