ports/compat-32 (3.3): sync compat-32/3.3 after previous revert merge
commit 8343c90e61d6cff9b12a0e9782ec3cf27fbc71f5 Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Feb 15 18:44:52 2017 +1100 sync compat-32/3.3 after previous revert merge diff --git a/libdrm-32/.md5sum b/libdrm-32/.md5sum index 16a2e24..4b3e706 100644 --- a/libdrm-32/.md5sum +++ b/libdrm-32/.md5sum @@ -1 +1 @@ -31964aa15bdea1a40c5941d4ce0962ee libdrm-2.4.74.tar.bz2 +57b0589122ec4b8d5dfb9e430a21f0b3 libdrm-2.4.75.tar.bz2 diff --git a/libdrm-32/Pkgfile b/libdrm-32/Pkgfile index 933390f..1a9986a 100644 --- a/libdrm-32/Pkgfile +++ b/libdrm-32/Pkgfile @@ -1,15 +1,15 @@ # Description: Userspace interface to kernel DRM services -# URL: http://dri.freedesktop.org/ +# URL: https://dri.freedesktop.org/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: libpthread-stubs-32 xorg-libpciaccess-32 libdrm name=libdrm-32 -version=2.4.74 +version=2.4.75 release=1 -source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2) +source=(https://dri.freedesktop.org/${name%-*}/${name%-*}-$version.tar.bz2) build() { - cd libdrm-$version + cd ${name%-*}-$version ./configure \ --prefix=/usr \ diff --git a/libgcrypt-32/.footprint b/libgcrypt-32/.footprint index 0e2c106..9145dac 100644 --- a/libgcrypt-32/.footprint +++ b/libgcrypt-32/.footprint @@ -2,6 +2,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib32/ -rw-r--r-- root/root usr/lib32/libgcrypt.a -rwxr-xr-x root/root usr/lib32/libgcrypt.la -lrwxrwxrwx root/root usr/lib32/libgcrypt.so -> libgcrypt.so.20.1.5 -lrwxrwxrwx root/root usr/lib32/libgcrypt.so.20 -> libgcrypt.so.20.1.5 --rwxr-xr-x root/root usr/lib32/libgcrypt.so.20.1.5 +lrwxrwxrwx root/root usr/lib32/libgcrypt.so -> libgcrypt.so.20.1.6 +lrwxrwxrwx root/root usr/lib32/libgcrypt.so.20 -> libgcrypt.so.20.1.6 +-rwxr-xr-x root/root usr/lib32/libgcrypt.so.20.1.6 diff --git a/libgcrypt-32/.md5sum b/libgcrypt-32/.md5sum index a93a9e7..fdc984d 100644 --- a/libgcrypt-32/.md5sum +++ b/libgcrypt-32/.md5sum @@ -1 +1 @@ -74c8b4b2118946dcbfec5ff1cbf97177 libgcrypt-1.7.5.tar.bz2 +54e180679a7ae4d090f8689ca32b654c libgcrypt-1.7.6.tar.bz2 diff --git a/libgcrypt-32/Pkgfile b/libgcrypt-32/Pkgfile index 1294e49..9debadc 100644 --- a/libgcrypt-32/Pkgfile +++ b/libgcrypt-32/Pkgfile @@ -1,15 +1,15 @@ # Description: A general purpose cryptographic library based on GnuPG -# URL: http://www.gnupg.org/ +# URL: https://www.gnupg.org/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: libgcrypt libgpg-error-32 name=libgcrypt-32 -version=1.7.5 +version=1.7.6 release=1 -source=(ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$version.tar.bz2) +source=(https://www.gnupg.org/ftp/gcrypt/${name%-*}/${name%-*}-$version.tar.bz2) build() { - cd libgcrypt-$version + cd ${name%-*}-$version ./configure \ --prefix=/usr \ diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index 6015574..1f01fdb 100644 --- a/sqlite3-32/Pkgfile +++ b/sqlite3-32/Pkgfile @@ -5,7 +5,7 @@ name=sqlite3-32 version=3.16.2 -release=1 +release=2 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) source=(https://www.sqlite.org/2017/sqlite-autoconf-${_version}.tar.gz) @@ -16,7 +16,7 @@ build() { CONFIG_SHELL=/bin/bash \ CFLAGS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ - $CFLAGS" \ + -DSQLITE_ENABLE_FTS3=1 $CFLAGS" \ ./configure --prefix=/usr --libdir=/usr/lib32 --enable-readline make diff --git a/talloc-32/Pkgfile b/talloc-32/Pkgfile index e4ae997..4d1ada2 100644 --- a/talloc-32/Pkgfile +++ b/talloc-32/Pkgfile @@ -1,12 +1,12 @@ # Description: Hierarchical, reference counted memory pool system with destructors -# URL: http://talloc.samba.org/ +# URL: https://talloc.samba.org/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: python-32 talloc name=talloc-32 version=2.1.8 release=1 -source=(http://samba.org/ftp/talloc/talloc-$version.tar.gz) +source=(https://samba.org/ftp/talloc/talloc-$version.tar.gz) build() { cd talloc-$version
participants (1)
-
crux@crux.nu