From 23a14014b72152cbfc68e8be81ee94312bd90447 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:19:45 +0200 Subject: [PATCH 001/254] libressl: update to 2.5.3. --- common/shlibs | 3 +++ srcpkgs/{libcrypto38 => libcrypto41} | 0 srcpkgs/libressl/template | 14 +++++++------- srcpkgs/{libssl39 => libssl43} | 0 srcpkgs/{libtls11 => libtls15} | 0 5 files changed, 10 insertions(+), 7 deletions(-) rename srcpkgs/{libcrypto38 => libcrypto41} (100%) rename srcpkgs/{libssl39 => libssl43} (100%) rename srcpkgs/{libtls11 => libtls15} (100%) diff --git a/common/shlibs b/common/shlibs index f42a2bf0659..5c324995154 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1726,14 +1726,17 @@ libcrypto.so.34 libcrypto34-2.2.1_1 libcrypto.so.35 libcrypto35-2.2.2_1 libcrypto.so.37 libcrypto37-2.3.3_1 libcrypto.so.38 libcrypto38-2.4.2_1 +libcrypto.so.41 libcrypto41-2.5.3_1 libssl.so.33 libssl33-2.2.1_1 libssl.so.35 libssl35-2.2.2_1 libssl.so.38 libssl38-2.3.3_1 libssl.so.39 libssl39-2.4.2_1 +libssl.so.43 libssl43-2.5.3_1 libtls.so.4 libtls4-2.2.1_1 libtls.so.6 libtls6-2.2.2_1 libtls.so.10 libtls10-2.3.3_1 libtls.so.11 libtls11-2.4.2_1 +libtls.so.15 libtls15-2.5.3_1 libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6 libportmidi.so portmidi-217_1 libsox.so.3 sox-14.4.2_1 diff --git a/srcpkgs/libcrypto38 b/srcpkgs/libcrypto41 similarity index 100% rename from srcpkgs/libcrypto38 rename to srcpkgs/libcrypto41 diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 44db2f2fa9b..c25f0cce8dd 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,7 +1,7 @@ # Template file for 'libressl' pkgname=libressl -version=2.4.5 -revision=3 +version=2.5.3 +revision=1 bootstrap=yes build_style=gnu-configure short_desc="Version of the TLS/crypto stack forked from OpenSSL" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="OpenSSL-License, SSLeay-License, ISC" homepage="http://www.libressl.org/" distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz" -checksum=d300c4e358aee951af6dfd1684ef0c034758b47171544230f3ccf6ce24fe4347 +checksum=14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30 provides="openssl-${version}_${revision}" replaces="openssl>=0" @@ -38,21 +38,21 @@ post_install() { find ${DESTDIR}/usr/share/man/man1 -type f ! -name openssl.1 -delete } -libcrypto38_package() { +libcrypto41_package() { short_desc+=" - crypto library" pkg_install() { vmove usr/lib/libcrypto.so.* } } -libssl39_package() { +libssl43_package() { short_desc+=" - SSL/TLS library" pkg_install() { vmove usr/lib/libssl.so.* } } -libtls11_package() { +libtls15_package() { short_desc+=" - new TLS library" pkg_install() { vmove usr/lib/libtls.so.* @@ -61,7 +61,7 @@ libtls11_package() { libressl-devel_package() { short_desc+=" - development files" - depends="libcrypto38-${version}_${revision} libssl39-${version}_${revision} libtls11-${version}_${revision}" + depends="libcrypto41-${version}_${revision} libssl43-${version}_${revision} libtls15-${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/*.a diff --git a/srcpkgs/libssl39 b/srcpkgs/libssl43 similarity index 100% rename from srcpkgs/libssl39 rename to srcpkgs/libssl43 diff --git a/srcpkgs/libtls11 b/srcpkgs/libtls15 similarity index 100% rename from srcpkgs/libtls11 rename to srcpkgs/libtls15 From 293addab38beb2689c89c2e9b0ce276b886c62ef Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:09 +0200 Subject: [PATCH 002/254] FreeRADIUS: rebuild for libressl-2.5.3 --- srcpkgs/FreeRADIUS/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/FreeRADIUS/template b/srcpkgs/FreeRADIUS/template index 1875d15e7d4..d0b837a9288 100644 --- a/srcpkgs/FreeRADIUS/template +++ b/srcpkgs/FreeRADIUS/template @@ -2,7 +2,7 @@ # Template file for 'FreeRADIUS' pkgname=FreeRADIUS version=3.0.12 -revision=1 +revision=2 wrksrc=freeradius-server-${version} build_style=gnu-configure nocross=yes # Not supported by upstream From 8b9721194e608a710648f0bce0e17b80ad6c41dc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:09 +0200 Subject: [PATCH 003/254] Ice: rebuild for libressl-2.5.3 --- srcpkgs/Ice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Ice/template b/srcpkgs/Ice/template index 5469db02acf..531c71a2da8 100644 --- a/srcpkgs/Ice/template +++ b/srcpkgs/Ice/template @@ -1,7 +1,7 @@ # Template file for 'Ice' pkgname=Ice version=3.5.1 -revision=14 +revision=15 build_wrksrc=cpp homepage="http://www.zeroc.com" # XXX: other language bindings From e3b5764e61bbc0eaea60934bed5c4cc240dea821 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:09 +0200 Subject: [PATCH 004/254] acme-client: rebuild for libressl-2.5.3 --- srcpkgs/acme-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/acme-client/template b/srcpkgs/acme-client/template index 373ab95a200..7583581d4ad 100644 --- a/srcpkgs/acme-client/template +++ b/srcpkgs/acme-client/template @@ -1,7 +1,7 @@ # Template file for 'acme-client' pkgname=acme-client version=0.1.11 -revision=2 +revision=3 _distver=VERSION_${version//./_} wrksrc=acme-client-portable-${_distver} build_style=gnu-makefile From 6729cc28db535a9b442e4df7ace9e49077cc4f13 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:09 +0200 Subject: [PATCH 005/254] aircrack-ng: rebuild for libressl-2.5.3 --- srcpkgs/aircrack-ng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template index 8ecf20ad5c6..461aa202321 100644 --- a/srcpkgs/aircrack-ng/template +++ b/srcpkgs/aircrack-ng/template @@ -3,7 +3,7 @@ pkgname=aircrack-ng _aircrack_ver=1.2 _aircrack_rc=rc4 version="${_aircrack_ver}${_aircrack_rc}" -revision=4 +revision=5 wrksrc="${pkgname}-${_aircrack_ver}-${_aircrack_rc}" hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel sqlite-devel libnl3-devel" From 801ee7c800337e35cc80d5f028a90cab62e5a4c4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:09 +0200 Subject: [PATCH 006/254] alpine: rebuild for libressl-2.5.3 --- srcpkgs/alpine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/alpine/template b/srcpkgs/alpine/template index 1c1e245283c..61b3c18e3fb 100644 --- a/srcpkgs/alpine/template +++ b/srcpkgs/alpine/template @@ -1,7 +1,7 @@ # Template file for 'alpine' pkgname=alpine version=2.21 -revision=1 +revision=2 create_wrksrc=yes build_wrksrc="${pkgname}-${version}" build_style=gnu-configure From 7442b4ebf2884b8527111523a4045d8b1c0a84f1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:10 +0200 Subject: [PATCH 007/254] android-tools: rebuild for libressl-2.5.3 --- srcpkgs/android-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template index e74819d9e1f..b072a72195f 100644 --- a/srcpkgs/android-tools/template +++ b/srcpkgs/android-tools/template @@ -5,7 +5,7 @@ _distver=7.0.0_r5 # of android used by android-tools. Check for diff with: # curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1 version=${_distver/_/} -revision=4 +revision=5 create_wrksrc=yes build_style=gnu-makefile hostmakedepends="git" From 0f075e547be677044a8449c2c594663b92a0ef15 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:10 +0200 Subject: [PATCH 008/254] apache: rebuild for libressl-2.5.3 --- srcpkgs/apache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 27f8a13f3ad..fd5c503f636 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,7 +1,7 @@ # Template file for 'apache' pkgname=apache version=2.4.25 -revision=2 +revision=3 wrksrc=httpd-${version} build_style=gnu-configure configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all From a81e567b4e622be8d89ca4c410c244c8b6aaa08a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:10 +0200 Subject: [PATCH 009/254] apk-tools: rebuild for libressl-2.5.3 --- srcpkgs/apk-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apk-tools/template b/srcpkgs/apk-tools/template index f3b87359b82..f8c4a955c6c 100644 --- a/srcpkgs/apk-tools/template +++ b/srcpkgs/apk-tools/template @@ -1,7 +1,7 @@ # Template file for 'apk-tools' pkgname=apk-tools version=2.6.8 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="LUAAPK=" hostmakedepends="pkg-config" From f500268d1810b71ccd73a490fd183af116422dbd Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:10 +0200 Subject: [PATCH 010/254] apr-util: rebuild for libressl-2.5.3 --- srcpkgs/apr-util/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apr-util/template b/srcpkgs/apr-util/template index e932053b15d..a6d33bd209f 100644 --- a/srcpkgs/apr-util/template +++ b/srcpkgs/apr-util/template @@ -1,7 +1,7 @@ # Template file for 'apr-util' pkgname=apr-util version=1.5.4 -revision=8 +revision=9 build_style=gnu-configure configure_args=" --with-apr=${XBPS_CROSS_BASE}/usr/bin/apr-1-config --with-pgsql --with-ldap From 34ef65f9d220f0d58bb15342e34e3de9498851d0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:10 +0200 Subject: [PATCH 011/254] argyllcms: rebuild for libressl-2.5.3 --- srcpkgs/argyllcms/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/argyllcms/template b/srcpkgs/argyllcms/template index b7e504ee1e0..4de0e97a923 100644 --- a/srcpkgs/argyllcms/template +++ b/srcpkgs/argyllcms/template @@ -1,7 +1,7 @@ # Template file for 'argyllcms' pkgname=argyllcms version=1.9.2 -revision=1 +revision=2 wrksrc="Argyll_V${version}" hostmakedepends="ftjam zip unzip" makedepends="zlib-devel libjpeg-turbo-devel libXinerama-devel libressl-devel From a746707940b5f268a8231ea285d8d1280ef4fcbb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:11 +0200 Subject: [PATCH 012/254] aria2: rebuild for libressl-2.5.3 --- srcpkgs/aria2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/aria2/template b/srcpkgs/aria2/template index bd27ae1bc9c..24371e4b46d 100644 --- a/srcpkgs/aria2/template +++ b/srcpkgs/aria2/template @@ -1,7 +1,7 @@ # Template file for 'aria2' pkgname=aria2 version=1.31.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-openssl --with-libexpat --without-gnutls --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt From 8433b5b7ae93d9fc69a0792a1ed6ee8b218a18f8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:11 +0200 Subject: [PATCH 013/254] attic: rebuild for libressl-2.5.3 --- srcpkgs/attic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template index 56b3812604a..40261e94fb7 100644 --- a/srcpkgs/attic/template +++ b/srcpkgs/attic/template @@ -1,7 +1,7 @@ # Template file for 'attic' pkgname=attic version=0.16 -revision=7 +revision=8 wrksrc="Attic-$version" build_style=python3-module hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx" From c20718c32e90adc628d318ff927078489b2b4b90 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:11 +0200 Subject: [PATCH 014/254] axel: rebuild for libressl-2.5.3 --- srcpkgs/axel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/axel/template b/srcpkgs/axel/template index 8a246ceba3a..33373ba0415 100644 --- a/srcpkgs/axel/template +++ b/srcpkgs/axel/template @@ -1,7 +1,7 @@ # Template file for 'axel' pkgname=axel version=2.12 -revision=1 +revision=2 wrksrc=${pkgname}-${version}${_patch} build_style=gnu-configure conf_files=/etc/axelrc From 69acd553346714dc48d416290c47216bcbe5b2df Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:11 +0200 Subject: [PATCH 015/254] badvpn: rebuild for libressl-2.5.3 --- srcpkgs/badvpn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/badvpn/template b/srcpkgs/badvpn/template index 13adf2077ae..0b114ffa0c4 100644 --- a/srcpkgs/badvpn/template +++ b/srcpkgs/badvpn/template @@ -1,7 +1,7 @@ # Template file for 'badvpn' pkgname=badvpn version=1.999.130 -revision=6 +revision=7 build_style=cmake hostmakedepends="pkg-config" makedepends="libressl-devel nspr-devel nss-devel" From c914a2fdb06d475ed27629f87d581dc73da166c7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:11 +0200 Subject: [PATCH 016/254] balsa: rebuild for libressl-2.5.3 --- srcpkgs/balsa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/balsa/template b/srcpkgs/balsa/template index 51801d6afe5..96933238a48 100644 --- a/srcpkgs/balsa/template +++ b/srcpkgs/balsa/template @@ -1,7 +1,7 @@ # Template file for 'balsa'. pkgname=balsa version=2.5.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-nm --without-gtkspell --without-gnome --with-ssl --with-libsecret --with-gpgme --with-sqlite --with-html-widget=webkit" From 98322021c1b061325590f21b6bd9bd2573773934 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:12 +0200 Subject: [PATCH 017/254] bind: rebuild for libressl-2.5.3 --- srcpkgs/bind/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index b74d3921414..e41d8434dd3 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -3,7 +3,7 @@ pkgname=bind _distver=9.10.4 _patchver=P6 version="${_distver}${_patchver}" -revision=3 +revision=4 wrksrc="${pkgname}-${_distver}-${_patchver}" short_desc="Berkeley Internet Name Domain server" maintainer="Juan RP " From 34201dfd09589351a27c48c734088c5c3c18214f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:12 +0200 Subject: [PATCH 018/254] bitchx: rebuild for libressl-2.5.3 --- srcpkgs/bitchx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitchx/template b/srcpkgs/bitchx/template index ccaba941cd6..cd0bb8c2a94 100644 --- a/srcpkgs/bitchx/template +++ b/srcpkgs/bitchx/template @@ -1,7 +1,7 @@ # Template file for 'bitchx' pkgname=bitchx version=1.2.1 -revision=9 +revision=10 build_style=gnu-configure configure_args="--with-ssl --with-ipv6 --with-plugins" makedepends="libressl-devel ncurses-devel" From 78ec06c63cdf0ea4ad9487ef244e6eecb87e7773 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:12 +0200 Subject: [PATCH 019/254] bitcoin: rebuild for libressl-2.5.3 --- srcpkgs/bitcoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 297f5971127..d5b09914cca 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.13.1 -revision=2 +revision=3 create_wrksrc=yes hostmakedepends="pkg-config yasm" makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel qrencode-devel" From f130c98262702ccb5a65f1cd3ae6d5fdbd3b3520 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:12 +0200 Subject: [PATCH 020/254] bitlbee: rebuild for libressl-2.5.3 --- srcpkgs/bitlbee/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitlbee/template b/srcpkgs/bitlbee/template index 22690e48309..091c2569f19 100644 --- a/srcpkgs/bitlbee/template +++ b/srcpkgs/bitlbee/template @@ -1,7 +1,7 @@ # Template file for 'bitlbee' pkgname=bitlbee version=3.5.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--etcdir=/etc/bitlbee --sbindir=/usr/bin --pidfile=/run/${pkgname}/${pkgname}.pid From e132e39e1e0e8f98135391222c1b0c9063fb2ffe Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:13 +0200 Subject: [PATCH 021/254] boinc: rebuild for libressl-2.5.3 --- srcpkgs/boinc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/boinc/template b/srcpkgs/boinc/template index cf1397a1c6f..244fd6a1f72 100644 --- a/srcpkgs/boinc/template +++ b/srcpkgs/boinc/template @@ -1,7 +1,7 @@ # Template file for 'boinc' pkgname=boinc version=7.6.33 -revision=1 +revision=2 wrksrc=boinc-client_release-${version%.*}-${version} build_style=gnu-configure hostmakedepends="automake libtool pkg-config python" From 3ab064267f0ee9605ccd4109723cfc96d4174ff8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:13 +0200 Subject: [PATCH 022/254] borg: rebuild for libressl-2.5.3 --- srcpkgs/borg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template index 7e7fbfd6433..cdfe1547ab6 100644 --- a/srcpkgs/borg/template +++ b/srcpkgs/borg/template @@ -1,7 +1,7 @@ # Template file for 'borg' pkgname=borg version=1.0.10 -revision=1 +revision=2 wrksrc="borgbackup-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel libressl-devel From c9fd5f72c2f2e35777129f8c490495cfe275c3a9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:13 +0200 Subject: [PATCH 023/254] botan: rebuild for libressl-2.5.3 --- srcpkgs/botan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index ba6d38105c0..e91e6ca2796 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -1,7 +1,7 @@ # Template file for 'botan' pkgname=botan version=2.0.1 -revision=1 +revision=2 wrksrc="${pkgname^}-${version}" build_style=gnu-makefile hostmakedepends="doxygen epstopdf python" From a0f35bc051f5b9eff77ba354eb9718a3f7d0d483 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:13 +0200 Subject: [PATCH 024/254] burp-server: rebuild for libressl-2.5.3 --- srcpkgs/burp-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/burp-server/template b/srcpkgs/burp-server/template index 11798281249..c3cdfe7744c 100644 --- a/srcpkgs/burp-server/template +++ b/srcpkgs/burp-server/template @@ -3,7 +3,7 @@ _desc="A network-based backup and restore program" pkgname=burp-server version=1.4.40 -revision=4 +revision=5 short_desc="${_desc} - Server" maintainer="Pierre Bourgin " license="AGPL-3, BSD, GPL-2.1 and LGPL-2.1" From a04a463c0650511eed50a91d61577620115ce350 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:13 +0200 Subject: [PATCH 025/254] burp2-server: rebuild for libressl-2.5.3 --- srcpkgs/burp2-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/burp2-server/template b/srcpkgs/burp2-server/template index 43af067a8d4..c40ad31c2d6 100644 --- a/srcpkgs/burp2-server/template +++ b/srcpkgs/burp2-server/template @@ -3,7 +3,7 @@ _desc="A network-based backup and restore program" pkgname=burp2-server version=2.1.6 -revision=1 +revision=2 short_desc="${_desc} - Server" maintainer="Pierre Bourgin " license="AGPL-3, BSD, GPL-2.1 and LGPL-2.1" From 36b22ae33a2d19f138fdba7d9bbf235d8dada5a8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:14 +0200 Subject: [PATCH 026/254] calibre: rebuild for libressl-2.5.3 --- srcpkgs/calibre/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 0e01291787a..56e46250d6f 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,7 +1,7 @@ # Template file for 'calibre' pkgname=calibre version=2.82.0 -revision=2 +revision=3 hostmakedepends="qt5-qmake python-devel pkg-config python-dateutil python-lxml python-Pillow python-PyQt5-webkit python-apsw python-cssutils python-CherryPy From 24f6de91648a7c57860805439c09472417234046 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:14 +0200 Subject: [PATCH 027/254] cargo: rebuild for libressl-2.5.3 --- srcpkgs/cargo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template index 3f836e04cfc..9a675bbfaaa 100644 --- a/srcpkgs/cargo/template +++ b/srcpkgs/cargo/template @@ -1,7 +1,7 @@ # Template file for 'cargo' pkgname=cargo version=0.17.0 -revision=1 +revision=3 _githash_installer=4f994850808a572e2cc8d43f968893c8e942e9bf patch_args="-Np1" build_style=gnu-configure From e97e1c3d4b8d0bf827c4dc4e31a9ac30860143c7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:14 +0200 Subject: [PATCH 028/254] ccnet: rebuild for libressl-2.5.3 --- srcpkgs/ccnet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ccnet/template b/srcpkgs/ccnet/template index 7a2c303e6e1..d838c0b5e51 100644 --- a/srcpkgs/ccnet/template +++ b/srcpkgs/ccnet/template @@ -1,7 +1,7 @@ # Template file for 'ccnet' pkgname=ccnet version=6.0.4 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" From 9022fee72cf82e2535f78a012452856a348b7aef Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:14 +0200 Subject: [PATCH 029/254] cgit: rebuild for libressl-2.5.3 --- srcpkgs/cgit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cgit/template b/srcpkgs/cgit/template index 4dd89e1051e..211443d5012 100644 --- a/srcpkgs/cgit/template +++ b/srcpkgs/cgit/template @@ -3,7 +3,7 @@ _git_version=2.10.2 pkgname=cgit version=1.1 -revision=1 +revision=2 hostmakedepends="asciidoc" makedepends="libressl-devel zlib-devel" short_desc="A fast webinterface for git" From e27c972946168c7f581c04c3dde54c47255ab96e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:14 +0200 Subject: [PATCH 030/254] clamav: rebuild for libressl-2.5.3 --- srcpkgs/clamav/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template index 2a135faebdb..7e61b2009e0 100644 --- a/srcpkgs/clamav/template +++ b/srcpkgs/clamav/template @@ -1,7 +1,7 @@ # Template file for 'clamav' pkgname=clamav version=0.99.2 -revision=4 +revision=5 build_style=gnu-configure # XXX: system llvm is too new (< 3.7 required) # Shipped llvm does not build with gcc6 From 2a657baa4e59bfec40b35912f626e44903dfbe06 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:15 +0200 Subject: [PATCH 031/254] collectd: rebuild for libressl-2.5.3 --- srcpkgs/collectd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template index 6bbb6ff1b44..f414110c3df 100644 --- a/srcpkgs/collectd/template +++ b/srcpkgs/collectd/template @@ -1,7 +1,7 @@ # Template file for 'collectd' pkgname=collectd version=5.6.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl) $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt From edbf34da28ceef9f6d198f464dc7265835b398b6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:15 +0200 Subject: [PATCH 032/254] cryptsetup: rebuild for libressl-2.5.3 --- srcpkgs/cryptsetup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cryptsetup/template b/srcpkgs/cryptsetup/template index 0ed9afb6313..6429ec89e81 100644 --- a/srcpkgs/cryptsetup/template +++ b/srcpkgs/cryptsetup/template @@ -1,7 +1,7 @@ # Template file for 'cryptsetup' pkgname=cryptsetup version=1.7.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)" hostmakedepends="pkg-config" From 50453b623c530781ec7986d956a49b942b580689 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:15 +0200 Subject: [PATCH 033/254] curl: rebuild for libressl-2.5.3 --- srcpkgs/curl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index cde3b04f058..37fb457210f 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,7 +1,7 @@ # Template build file for 'curl'. pkgname=curl version=7.53.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp) From a759cf9e0fcf08ffba1c517661db34e437d72304 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:15 +0200 Subject: [PATCH 034/254] cyrus-sasl: rebuild for libressl-2.5.3 --- srcpkgs/cyrus-sasl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cyrus-sasl/template b/srcpkgs/cyrus-sasl/template index 2bf2cd1093f..f256a72969d 100644 --- a/srcpkgs/cyrus-sasl/template +++ b/srcpkgs/cyrus-sasl/template @@ -1,7 +1,7 @@ # Template file for 'cyrus-sasl' pkgname=cyrus-sasl version=2.1.26 -revision=10 +revision=11 patch_args="-Np1" hostmakedepends="automake libtool groff pkg-config" makedepends="libsasl-devel libressl-devel db-devel libldap-devel From b1a8f5b530b8ec0954110ec56d63abecd8bd7890 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:16 +0200 Subject: [PATCH 035/254] dillo: rebuild for libressl-2.5.3 --- srcpkgs/dillo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dillo/template b/srcpkgs/dillo/template index 7c9d0895299..5d8634b2ee1 100644 --- a/srcpkgs/dillo/template +++ b/srcpkgs/dillo/template @@ -1,7 +1,7 @@ # Template file for 'dillo' pkgname=dillo version=3.0.5 -revision=5 +revision=6 build_style=gnu-configure configure_args="--enable-ssl --enable-ipv6 --enable-threaded-dns" conf_files="/etc/dillo/dillorc From ef9c84e2cbcb7a00a9aed48a9f39542e80f1423b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:16 +0200 Subject: [PATCH 036/254] dma: rebuild for libressl-2.5.3 --- srcpkgs/dma/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dma/template b/srcpkgs/dma/template index 9ee433d7a3a..f09ec2f3469 100644 --- a/srcpkgs/dma/template +++ b/srcpkgs/dma/template @@ -1,7 +1,7 @@ # Template file for 'dma' pkgname=dma version=0.11 -revision=5 +revision=6 conf_files="/etc/dma/*.conf" make_dirs="/var/spool/dma 2775 root mail" hostmakedepends="flex" From f5eb14ed31216177aec6c938d118c42d0c1ae11c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:16 +0200 Subject: [PATCH 037/254] dovecot: rebuild for libressl-2.5.3 --- srcpkgs/dovecot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index ba82f72a21b..0281c1805fe 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -2,7 +2,7 @@ # revbump dovecot-plugin-pigeonhole when updating dovecot! pkgname=dovecot version=2.2.28 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --disable-static --with-pam --with-mysql --with-pgsql --with-lucene From 4c7e961728bce51c028e03d6c2c92d267bfcc13b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:16 +0200 Subject: [PATCH 038/254] ecryptfs-utils: rebuild for libressl-2.5.3 --- srcpkgs/ecryptfs-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ecryptfs-utils/template b/srcpkgs/ecryptfs-utils/template index d9435542bc9..767c990a4d1 100644 --- a/srcpkgs/ecryptfs-utils/template +++ b/srcpkgs/ecryptfs-utils/template @@ -1,7 +1,7 @@ # Template file for 'ecryptfs-utils' pkgname=ecryptfs-utils version=111 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure configure_args="--sbindir=/usr/bin From b54e860c574bb13921d5612fc3886c4764d902cc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:16 +0200 Subject: [PATCH 039/254] efl: rebuild for libressl-2.5.3 --- srcpkgs/efl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 12c7779dbc3..b2010520999 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -1,7 +1,7 @@ # Template file for 'efl' pkgname=efl version=1.18.4 -revision=3 +revision=4 build_style=gnu-configure configure_args="CXX= --enable-multisense --enable-image-loader-webp --enable-liblz4 --disable-systemd $(vopt_enable framebuffer fb) $(vopt_enable pulseaudio) From d9d66913f7475a32a7126e6ea67b23c28fdb9f2c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:17 +0200 Subject: [PATCH 040/254] elinks: rebuild for libressl-2.5.3 --- srcpkgs/elinks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/elinks/template b/srcpkgs/elinks/template index ba47f434b31..cdb51ce842f 100644 --- a/srcpkgs/elinks/template +++ b/srcpkgs/elinks/template @@ -1,7 +1,7 @@ # Template file for 'elinks' pkgname=elinks version=0.12pre6 -revision=14 +revision=15 build_style=gnu-configure configure_args="--enable-true-color --enable-fastmem" hostmakedepends="automake libtool pkg-config" From e065af21561300d58112fc2cb024f25ee294a8e7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:17 +0200 Subject: [PATCH 041/254] encfs: rebuild for libressl-2.5.3 --- srcpkgs/encfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/encfs/template b/srcpkgs/encfs/template index ab0a5da2c03..0eac068494b 100644 --- a/srcpkgs/encfs/template +++ b/srcpkgs/encfs/template @@ -1,7 +1,7 @@ # Template file for 'encfs' pkgname=encfs version=1.9.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config perl" makedepends="fuse-devel libressl-devel gettext-devel" From eaa3fea7d888e2b404a71f9f5f20ab748e130505 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:17 +0200 Subject: [PATCH 042/254] erlang: rebuild for libressl-2.5.3 --- srcpkgs/erlang/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template index 7f6d8a02c60..6410c0628ab 100644 --- a/srcpkgs/erlang/template +++ b/srcpkgs/erlang/template @@ -1,7 +1,7 @@ # Template file for 'erlang' pkgname=erlang version=19.3 -revision=1 +revision=2 wrksrc=otp_src_${version} build_style=gnu-configure configure_args="--enable-smp-support From 630318ab6fe1edca0f1c2132f1a068aa6659fbb4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:17 +0200 Subject: [PATCH 043/254] ettercap: rebuild for libressl-2.5.3 --- srcpkgs/ettercap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ettercap/template b/srcpkgs/ettercap/template index aea0bd4b70c..3dd1a6caffd 100644 --- a/srcpkgs/ettercap/template +++ b/srcpkgs/ettercap/template @@ -1,7 +1,7 @@ # Template file for 'ettercap' pkgname=ettercap version=0.8.2 -revision=6 +revision=7 lib32disabled=yes build_style=cmake configure_args="-DENABLE_GTK=OFF" From a57b00d4d4a9c9fc5f2fcf63ca42d8c8496d6c78 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:17 +0200 Subject: [PATCH 044/254] facter: rebuild for libressl-2.5.3 --- srcpkgs/facter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/facter/template b/srcpkgs/facter/template index 1b3f406a6a1..4a2b563c98d 100644 --- a/srcpkgs/facter/template +++ b/srcpkgs/facter/template @@ -1,7 +1,7 @@ # Template file for 'facter' pkgname=facter version=3.6.2 -revision=1 +revision=2 build_style=cmake configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include" hostmakedepends="ruby-devel" From ff84d2e92ef16e1f39c05d80e666e8f4df6dcf95 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:18 +0200 Subject: [PATCH 045/254] fbpdf: rebuild for libressl-2.5.3 --- srcpkgs/fbpdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fbpdf/template b/srcpkgs/fbpdf/template index ee7b52d4cb1..8546e066c05 100644 --- a/srcpkgs/fbpdf/template +++ b/srcpkgs/fbpdf/template @@ -1,7 +1,7 @@ # Template file for 'fbpdf' pkgname=fbpdf version=0.0.20160408 -revision=2 +revision=3 wrksrc="fbpdf-43ca240" build_style=gnu-makefile makedepends="djvulibre-devel freetype-devel harfbuzz-devel libressl-devel mupdf-devel" From 5f07bba8f869700f9ac267098ec7441d35394097 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:18 +0200 Subject: [PATCH 046/254] fdm: rebuild for libressl-2.5.3 --- srcpkgs/fdm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fdm/template b/srcpkgs/fdm/template index 8f6b76f574c..180db1fb2d4 100644 --- a/srcpkgs/fdm/template +++ b/srcpkgs/fdm/template @@ -1,7 +1,7 @@ # Template file for 'fdm' pkgname=fdm version=1.9 -revision=4 +revision=5 build_style=gnu-configure CFLAGS="-DPCRE" configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no LIBS=-lpcre" From 22f930f06fe2f72191d1db390c773ea3c4232f52 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:18 +0200 Subject: [PATCH 047/254] fetchmail: rebuild for libressl-2.5.3 --- srcpkgs/fetchmail/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template index 4c016a1ac6c..2d2f5fb3cbd 100644 --- a/srcpkgs/fetchmail/template +++ b/srcpkgs/fetchmail/template @@ -1,7 +1,7 @@ # Template file for 'fetchmail' pkgname=fetchmail version=6.3.26 -revision=10 +revision=11 build_style=gnu-configure configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="python-devel" From cb2ccf6475ededf9875d167bf13fe338aaa53f85 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:18 +0200 Subject: [PATCH 048/254] fossil: rebuild for libressl-2.5.3 --- srcpkgs/fossil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fossil/template b/srcpkgs/fossil/template index 9c22881d940..eb7ea736a9d 100644 --- a/srcpkgs/fossil/template +++ b/srcpkgs/fossil/template @@ -1,7 +1,7 @@ # Template file for 'fossil' pkgname=fossil version=2.1 -revision=1 +revision=2 build_style=configure hostmakedepends="tcl" makedepends="zlib-devel libressl-devel readline-devel sqlite-devel" From 9f71cf95445472e4e22d3a24fe5320596ac36547 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:19 +0200 Subject: [PATCH 049/254] freerdp: rebuild for libressl-2.5.3 --- srcpkgs/freerdp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/freerdp/template b/srcpkgs/freerdp/template index 5c752f55633..684c18683c7 100644 --- a/srcpkgs/freerdp/template +++ b/srcpkgs/freerdp/template @@ -1,7 +1,7 @@ # Template file for 'freerdp' pkgname=freerdp version=1.0.2 -revision=13 +revision=14 wrksrc="FreeRDP-${version}" build_style=cmake configure_args="-DWITH_JPEG=ON -DWITH_PULSE=ON -DWITH_XINERAMA=ON From ba7f2b0a2f45d1e5c9003a2a64e15f158587ca07 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:19 +0200 Subject: [PATCH 050/254] freshplayerplugin: rebuild for libressl-2.5.3 --- srcpkgs/freshplayerplugin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/freshplayerplugin/template b/srcpkgs/freshplayerplugin/template index 0b5b2318e8a..862f896a281 100644 --- a/srcpkgs/freshplayerplugin/template +++ b/srcpkgs/freshplayerplugin/template @@ -1,7 +1,7 @@ # Template file for 'freshplayerplugin' pkgname=freshplayerplugin version=0.3.6 -revision=2 +revision=3 build_style=cmake hostmakedepends="pkg-config ragel" makedepends="libevent-devel libXcursor-devel alsa-lib-devel libXrandr-devel gtk+-devel From 60d523cfb6ab3f96474c9f815dc7a1c7d549c31c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:19 +0200 Subject: [PATCH 051/254] gatling: rebuild for libressl-2.5.3 --- srcpkgs/gatling/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gatling/template b/srcpkgs/gatling/template index ca98ef33e32..57cffda2394 100644 --- a/srcpkgs/gatling/template +++ b/srcpkgs/gatling/template @@ -1,7 +1,7 @@ # Template file for 'gatling' pkgname=gatling version=0.15 -revision=3 +revision=4 build_style=gnu-makefile makedepends="libowfat libressl-devel zlib-devel" short_desc="High performance web server" From 0e734d4a0da0c0e5253226e70ffe50a9e0dce978 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:20 +0200 Subject: [PATCH 052/254] git: rebuild for libressl-2.5.3 --- srcpkgs/git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 09c209af22d..0bd6ad178c8 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,7 +1,7 @@ # Template file for "git" pkgname=git version=2.12.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-curl --with-expat --with-tcltk --with-libpcre ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no" From fdb37e3d0e1e35b338f70fcc8a42588a0e4d8c71 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:20 +0200 Subject: [PATCH 053/254] git-series: rebuild for libressl-2.5.3 --- srcpkgs/git-series/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-series/template b/srcpkgs/git-series/template index 6ddff6ca859..df1054d2bf2 100644 --- a/srcpkgs/git-series/template +++ b/srcpkgs/git-series/template @@ -1,7 +1,7 @@ # Template file for 'git-series' pkgname=git-series version=0.9.1 -revision=2 +revision=3 hostmakedepends="cargo cmake pkg-config rust perl" makedepends="libgit2-devel" depends="git" From 087d321b7664994cc85752f893295102631d122d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:20 +0200 Subject: [PATCH 054/254] gkrellm: rebuild for libressl-2.5.3 --- srcpkgs/gkrellm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gkrellm/template b/srcpkgs/gkrellm/template index 97550765e00..df2adaeda73 100644 --- a/srcpkgs/gkrellm/template +++ b/srcpkgs/gkrellm/template @@ -1,7 +1,7 @@ # Template build file for 'gkrellm'. pkgname=gkrellm version=2.3.10 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="libressl-devel libSM-devel gtk+-devel libsensors-devel" From c2d9694a04a2764364cb4f09d07399fc10e0a775 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:20 +0200 Subject: [PATCH 055/254] glusterfs: rebuild for libressl-2.5.3 --- srcpkgs/glusterfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template index de466320a39..3971f1cbe35 100644 --- a/srcpkgs/glusterfs/template +++ b/srcpkgs/glusterfs/template @@ -1,7 +1,7 @@ # Template file for 'glusterfs' pkgname=glusterfs version=3.8.5 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-glupy --enable-crypt-xlator --sbindir=/usr/bin --with-mountutildir=/usr/bin From 0917158ca69fc0299858861e47fccd9a195cb777 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:21 +0200 Subject: [PATCH 056/254] gsoap: rebuild for libressl-2.5.3 --- srcpkgs/gsoap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gsoap/template b/srcpkgs/gsoap/template index 6a7be505336..0009c7fe607 100644 --- a/srcpkgs/gsoap/template +++ b/srcpkgs/gsoap/template @@ -1,7 +1,7 @@ # Template file for 'gsoap' pkgname=gsoap version=2.8.44 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="unzip flex autoconf" if [ "$CROSS_BUILD" ]; then From dc9480bc4d36312b99c15b8844c5ddecc25287bb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:21 +0200 Subject: [PATCH 057/254] gst-plugins-bad: rebuild for libressl-2.5.3 --- srcpkgs/gst-plugins-bad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gst-plugins-bad/template b/srcpkgs/gst-plugins-bad/template index 8ce9171f844..7cacccca153 100644 --- a/srcpkgs/gst-plugins-bad/template +++ b/srcpkgs/gst-plugins-bad/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-bad'. pkgname=gst-plugins-bad version=0.10.23 -revision=22 +revision=23 lib32disabled=yes build_style=gnu-configure configure_args="--enable-experimental --disable-static --disable-nsf" From 57b0d2598cb959cf3c82cd6bd41e01c4964916de Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:21 +0200 Subject: [PATCH 058/254] gst-plugins-bad1: rebuild for libressl-2.5.3 --- srcpkgs/gst-plugins-bad1/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gst-plugins-bad1/template b/srcpkgs/gst-plugins-bad1/template index 8f3b65ffc1d..2767f24af5d 100644 --- a/srcpkgs/gst-plugins-bad1/template +++ b/srcpkgs/gst-plugins-bad1/template @@ -2,7 +2,7 @@ pkgname=gst-plugins-bad1 reverts="1:1.4.5_6" version=1.10.4 -revision=4 +revision=5 wrksrc="${pkgname/1/}-${version}" lib32disabled=yes build_style=gnu-configure From 3ff4988c1aecb0c9e07f53f8aee61bd1d352c6bc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:21 +0200 Subject: [PATCH 059/254] gwenhywfar: rebuild for libressl-2.5.3 --- srcpkgs/gwenhywfar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gwenhywfar/template b/srcpkgs/gwenhywfar/template index b37953347f0..f3e78e3cb4d 100644 --- a/srcpkgs/gwenhywfar/template +++ b/srcpkgs/gwenhywfar/template @@ -1,7 +1,7 @@ # Template file for 'gwenhywfar' pkgname=gwenhywfar version=4.15.3 -revision=3 +revision=4 _dnrel=201 hostmakedepends="automake pkg-config libgcrypt-devel libtool" makedepends="libgcrypt-devel gnutls-devel gtk+-devel qt-devel qt5-devel" From 46d3efe10505b24a3dc29ff741c99b32e6c79c4c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:21 +0200 Subject: [PATCH 060/254] h2o: rebuild for libressl-2.5.3 --- srcpkgs/h2o/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/h2o/template b/srcpkgs/h2o/template index 8c9b298178f..8a8db021dd1 100644 --- a/srcpkgs/h2o/template +++ b/srcpkgs/h2o/template @@ -1,7 +1,7 @@ # Template file for 'h2o' pkgname=h2o version=2.0.6 -revision=1 +revision=2 build_style=cmake conf_files="/etc/h2o.conf" system_accounts="h2o" From f8e8e38e624fec2f0ce3124342c8ee217f66b600 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:22 +0200 Subject: [PATCH 061/254] haproxy: rebuild for libressl-2.5.3 --- srcpkgs/haproxy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index f85e3cdef7d..c736db59678 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,7 +1,7 @@ # Template file for 'haproxy' pkgname=haproxy version=1.7.5 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1" From 38fa9e71893109c14f205e35e675db2ffd6695dc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:22 +0200 Subject: [PATCH 062/254] hexchat: rebuild for libressl-2.5.3 --- srcpkgs/hexchat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index c703dcff101..32c26bc5cc6 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,7 +1,7 @@ # Template file for 'hexchat' pkgname=hexchat version=2.12.4 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure hostmakedepends="automake libtool gettext-devel pkg-config intltool glib-devel From 74972301cbc948ab6e170e1aeb6ea98e02179184 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:22 +0200 Subject: [PATCH 063/254] hfsprogs: rebuild for libressl-2.5.3 --- srcpkgs/hfsprogs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hfsprogs/template b/srcpkgs/hfsprogs/template index e70e92bc9b9..35f5a5e4065 100644 --- a/srcpkgs/hfsprogs/template +++ b/srcpkgs/hfsprogs/template @@ -3,7 +3,7 @@ pkgname=hfsprogs _distver=332.25 _patchver=11 version=${_distver}debian${_patchver} -revision=8 +revision=9 create_wrksrc=yes makedepends="libbsd-devel libressl-devel" short_desc="mkfs and fsck for HFS and HFS+ file systems" From 7d31d2a6c266b375a15d53464163cb0fc5f6e298 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:22 +0200 Subject: [PATCH 064/254] hitch: rebuild for libressl-2.5.3 --- srcpkgs/hitch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hitch/template b/srcpkgs/hitch/template index 420694c4051..f8c50c80d8b 100644 --- a/srcpkgs/hitch/template +++ b/srcpkgs/hitch/template @@ -1,7 +1,7 @@ # Template file for 'hitch' pkgname=hitch version=1.4.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="ac_cv_so_reuseport_works=yes" hostmakedepends="pkg-config" From 4a58dd404839944786bc9d163d3eca3e2edfc059 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:23 +0200 Subject: [PATCH 065/254] hostapd: rebuild for libressl-2.5.3 --- srcpkgs/hostapd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template index 99af7e4062d..99ee93aa4ce 100644 --- a/srcpkgs/hostapd/template +++ b/srcpkgs/hostapd/template @@ -1,7 +1,7 @@ # Template file for 'hostapd' pkgname=hostapd version=2.6 -revision=1 +revision=2 build_wrksrc=${pkgname} conf_files="/etc/hostapd/hostapd.conf" hostmakedepends="pkg-config" From 79766866447017c9a8dbb67490287b71615d6a86 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:23 +0200 Subject: [PATCH 066/254] hplip: rebuild for libressl-2.5.3 --- srcpkgs/hplip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index a8b9405a7e7..208392b21f0 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -1,7 +1,7 @@ # Template file for 'hplip' pkgname=hplip version=3.16.11 -revision=1 +revision=2 #XXX: pyqt pkgs for python gui hostmakedepends="pkg-config automake libtool python" makedepends="libressl-devel python-devel libxml2-python cups-devel sane-devel From 68d93908f8207b5927b1490404dc45cc1481894e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:23 +0200 Subject: [PATCH 067/254] httperf: rebuild for libressl-2.5.3 --- srcpkgs/httperf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httperf/template b/srcpkgs/httperf/template index f57f38972ac..84bec0d1795 100644 --- a/srcpkgs/httperf/template +++ b/srcpkgs/httperf/template @@ -1,7 +1,7 @@ # Template file for 'httperf' pkgname=httperf version=0.9.0 -revision=3 +revision=4 build_style=gnu-configure makedepends="libressl-devel" short_desc="A tool for measuring web server performance" From 926d2432356536a202677112eebf54d1d286c86b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:23 +0200 Subject: [PATCH 068/254] httrack: rebuild for libressl-2.5.3 --- srcpkgs/httrack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httrack/template b/srcpkgs/httrack/template index 976ff368027..eace2a6bbb3 100644 --- a/srcpkgs/httrack/template +++ b/srcpkgs/httrack/template @@ -1,7 +1,7 @@ # Template file for 'httrack' pkgname="httrack" version=3.49.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --with-zlib=${XBPS_CROSS_BASE}/usr" short_desc="A free and easy-to-use offline browser utility" From 893b9c37e284f20c342cd1d12dd5799144054495 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:23 +0200 Subject: [PATCH 069/254] i2pd: rebuild for libressl-2.5.3 --- srcpkgs/i2pd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index f2da8be0bb4..6566d0fdabe 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -1,7 +1,7 @@ # Template file for 'i2pd' pkgname=i2pd version=2.11.0 -revision=2 +revision=3 short_desc="I2P Daemon - a full-featured C++ implementation of I2P client" homepage="http://i2pd.website/" license="BSD" From e12a12b35dbbe99d44d1819a22c4ec86574a02ae Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:24 +0200 Subject: [PATCH 070/254] icecast: rebuild for libressl-2.5.3 --- srcpkgs/icecast/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icecast/template b/srcpkgs/icecast/template index 78254b90314..757b22da9b3 100644 --- a/srcpkgs/icecast/template +++ b/srcpkgs/icecast/template @@ -1,7 +1,7 @@ # Template file for 'icecast' pkgname=icecast version=2.4.3 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config libxml2-devel" makedepends="libressl-devel libcurl-devel speex-devel From be06743b2da84833f3818e2e4ed9246e2f8db668 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:24 +0200 Subject: [PATCH 071/254] icinga2: rebuild for libressl-2.5.3 --- srcpkgs/icinga2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icinga2/template b/srcpkgs/icinga2/template index 416a49a67e0..5db318950aa 100644 --- a/srcpkgs/icinga2/template +++ b/srcpkgs/icinga2/template @@ -1,7 +1,7 @@ # Template file for 'icinga2' pkgname=icinga2 version=2.5.4 -revision=3 +revision=4 build_style=cmake configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run From b7fa094efaf1beef02fcaa75deb3a5a964870908 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:24 +0200 Subject: [PATCH 072/254] imapfilter: rebuild for libressl-2.5.3 --- srcpkgs/imapfilter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/imapfilter/template b/srcpkgs/imapfilter/template index 3a50db9395d..7e7eedcc95d 100644 --- a/srcpkgs/imapfilter/template +++ b/srcpkgs/imapfilter/template @@ -1,7 +1,7 @@ # Template file for 'imapfilter' pkgname=imapfilter version=2.6.7 -revision=2 +revision=3 build_style=gnu-makefile make_build_args="DESTIDIR=${DESTDIR} PREFIX=/usr" hostmakedepends="lua-devel" From 5834e0480cb0ad06cd3647839929b03d244a1c9f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:24 +0200 Subject: [PATCH 073/254] inadyn: rebuild for libressl-2.5.3 --- srcpkgs/inadyn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/inadyn/template b/srcpkgs/inadyn/template index 1134319f89f..b6f136e3166 100644 --- a/srcpkgs/inadyn/template +++ b/srcpkgs/inadyn/template @@ -1,7 +1,7 @@ # Template file for 'inadyn' pkgname=inadyn version=2.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-openssl" hostmakedepends="automake libtool pkg-config" From e7de66607daa16d2b3ce426362e2284f3a8d5c79 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:25 +0200 Subject: [PATCH 074/254] inspircd: rebuild for libressl-2.5.3 --- srcpkgs/inspircd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/inspircd/template b/srcpkgs/inspircd/template index 012c18dad29..c462acf543a 100644 --- a/srcpkgs/inspircd/template +++ b/srcpkgs/inspircd/template @@ -1,7 +1,7 @@ # Template file for 'inspircd' pkgname=inspircd version=2.0.23 -revision=3 +revision=4 build_style=gnu-makefile hostmakedepends="perl pkg-config" makedepends="geoip-devel libressl-devel sqlite-devel" From d1cee90af4c9a6de846dda5fd930b9d738a9bf73 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:25 +0200 Subject: [PATCH 075/254] ipmitool: rebuild for libressl-2.5.3 --- srcpkgs/ipmitool/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ipmitool/template b/srcpkgs/ipmitool/template index c3c3356003e..647dac69230 100644 --- a/srcpkgs/ipmitool/template +++ b/srcpkgs/ipmitool/template @@ -1,7 +1,7 @@ # Template file for 'ipmitool' pkgname=ipmitool version=1.8.18 -revision=1 +revision=2 build_style=gnu-configure makedepends="libressl-devel" short_desc="Command-line interface to IPMI-enabled devices" From c3a69a9499d1fae96abfb01ba4b47a6352cd6657 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:25 +0200 Subject: [PATCH 076/254] ipmiutil: rebuild for libressl-2.5.3 --- srcpkgs/ipmiutil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ipmiutil/template b/srcpkgs/ipmiutil/template index c8c5262c904..c3944f9b4fe 100644 --- a/srcpkgs/ipmiutil/template +++ b/srcpkgs/ipmiutil/template @@ -1,7 +1,7 @@ # Template file for 'ipmiutil' pkgname=ipmiutil version=3.0.0 -revision=2 +revision=3 build_style=gnu-configure makedepends="libressl-devel" short_desc="Series of utilities that perform common IPMI management functions" From ed66a9e04cd56ddf209177d260d21ad2fdf39030 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:25 +0200 Subject: [PATCH 077/254] iputils: rebuild for libressl-2.5.3 --- srcpkgs/iputils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/iputils/template b/srcpkgs/iputils/template index 49cd672b435..3f72563df6f 100644 --- a/srcpkgs/iputils/template +++ b/srcpkgs/iputils/template @@ -1,7 +1,7 @@ # Template file for 'iputils' pkgname=iputils version=20151218 -revision=2 +revision=3 patch_args="-Np1" wrksrc="${pkgname}-s${version}" makedepends="libressl-devel libcap-devel" From 1b3013ac3b6504776e27a6d668a25a9f0a243079 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:26 +0200 Subject: [PATCH 078/254] irssi: rebuild for libressl-2.5.3 --- srcpkgs/irssi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/irssi/template b/srcpkgs/irssi/template index a4831cca515..ee7fc141416 100644 --- a/srcpkgs/irssi/template +++ b/srcpkgs/irssi/template @@ -1,7 +1,7 @@ # Template build file for 'irssi' pkgname=irssi version=1.0.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --with-proxy --enable-true-color" hostmakedepends="pkg-config" From a6bc6bc9a38b45eb9d14429411528e861cf09ff0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:26 +0200 Subject: [PATCH 079/254] isync: rebuild for libressl-2.5.3 --- srcpkgs/isync/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/isync/template b/srcpkgs/isync/template index dcff4cd9ac5..dd348220036 100644 --- a/srcpkgs/isync/template +++ b/srcpkgs/isync/template @@ -1,7 +1,7 @@ # Template file for 'isync' pkgname=isync version=1.2.1 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libressl-devel libsasl-devel db-devel zlib-devel" From 803875ec8376a22a395d46133ebf3f7a0e2e4efd Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:26 +0200 Subject: [PATCH 080/254] john: rebuild for libressl-2.5.3 --- srcpkgs/john/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/john/template b/srcpkgs/john/template index 6bc78da5865..6b64c2f22ac 100644 --- a/srcpkgs/john/template +++ b/srcpkgs/john/template @@ -1,7 +1,7 @@ # Template file for 'john' pkgname=john version=1.8.0 -revision=7 +revision=8 _jumbover=1 wrksrc="${pkgname}-${version}-jumbo-${_jumbover}" build_wrksrc="src" From 364df27703ad1addb884dc63ef7bc6128458157d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:26 +0200 Subject: [PATCH 081/254] kea: rebuild for libressl-2.5.3 --- srcpkgs/kea/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kea/template b/srcpkgs/kea/template index 6d6a978cb0f..7822e3338fb 100644 --- a/srcpkgs/kea/template +++ b/srcpkgs/kea/template @@ -1,7 +1,7 @@ # Template file for 'kea' pkgname=kea version=1.1.0 -revision=4 +revision=5 build_style=gnu-configure configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr $(vopt_if mysql --with-dhcp-mysql) From 4f21abc8ecc0982771d0982272cb371c73ce6c65 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:26 +0200 Subject: [PATCH 082/254] keepalived: rebuild for libressl-2.5.3 --- srcpkgs/keepalived/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/keepalived/template b/srcpkgs/keepalived/template index 4085faa9c13..403b7ed327b 100644 --- a/srcpkgs/keepalived/template +++ b/srcpkgs/keepalived/template @@ -1,7 +1,7 @@ # Template file for 'keepalived' pkgname=keepalived version=1.3.5 -revision=1 +revision=2 conf_files="/etc/${pkgname}/${pkgname}.conf" build_style=gnu-configure configure_args="--enable-sha1" From ebf22a5ed987242aa5e904058b40e444ff89f203 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:27 +0200 Subject: [PATCH 083/254] kicad: rebuild for libressl-2.5.3 --- srcpkgs/kicad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index 6866aeb5d9d..0e96124e8a7 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -1,7 +1,7 @@ # Template file for 'kicad' pkgname=kicad version=4.0.6 -revision=1 +revision=2 build_style=cmake configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON From ebda6ac4d181f4ab90b74c68430bfea89ea81587 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:27 +0200 Subject: [PATCH 084/254] kvirc: rebuild for libressl-2.5.3 --- srcpkgs/kvirc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kvirc/template b/srcpkgs/kvirc/template index fd93f52b4f9..ad611a01da3 100644 --- a/srcpkgs/kvirc/template +++ b/srcpkgs/kvirc/template @@ -1,7 +1,7 @@ # Template file for 'kvirc' pkgname=kvirc version=4.2.0 -revision=11 +revision=12 build_style=cmake configure_args="-DWANT_ENV_FLAGS=1" hostmakedepends="automoc4" From e4d2f08441ffdf28a8f6753e2abb802d0e6ad9b4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:27 +0200 Subject: [PATCH 085/254] lastpass-cli: rebuild for libressl-2.5.3 --- srcpkgs/lastpass-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lastpass-cli/template b/srcpkgs/lastpass-cli/template index b58df2de026..c7122aac500 100644 --- a/srcpkgs/lastpass-cli/template +++ b/srcpkgs/lastpass-cli/template @@ -1,7 +1,7 @@ # Template file for 'lastpass-cli' pkgname=lastpass-cli version=1.1.2 -revision=1 +revision=2 build_style=cmake make_install_target="install install-doc" hostmakedepends="pkg-config asciidoc" From 3e44e5c65141eb9fe7a8b8dca5a9f5e064bf240a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:27 +0200 Subject: [PATCH 086/254] ldapvi: rebuild for libressl-2.5.3 --- srcpkgs/ldapvi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ldapvi/template b/srcpkgs/ldapvi/template index ab193d826c6..4435e63c172 100644 --- a/srcpkgs/ldapvi/template +++ b/srcpkgs/ldapvi/template @@ -1,7 +1,7 @@ # Template file for 'ldapvi' pkgname=ldapvi version=1.7 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-sha" maintainer="Leah Neukirchen " From 884aa01b5d0c55e13b75149ec8977f05cf4ee84c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:28 +0200 Subject: [PATCH 087/254] ldns: rebuild for libressl-2.5.3 --- srcpkgs/ldns/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ldns/template b/srcpkgs/ldns/template index 69a60d89f17..31d7ea8270e 100644 --- a/srcpkgs/ldns/template +++ b/srcpkgs/ldns/template @@ -1,7 +1,7 @@ # Template file for 'ldns' pkgname=ldns version=1.7.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-drill --with-examples --disable-dane-ta-usage --with-trust-anchor=/etc/dns/root.key From 4b3625e7576d99a188a18d7ddc108458ed639bb6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:28 +0200 Subject: [PATCH 088/254] lftp: rebuild for libressl-2.5.3 --- srcpkgs/lftp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lftp/template b/srcpkgs/lftp/template index 3785b43fd9f..4dfdf1413a8 100644 --- a/srcpkgs/lftp/template +++ b/srcpkgs/lftp/template @@ -1,7 +1,7 @@ # Template file for 'lftp' pkgname=lftp version=4.7.7 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure configure_args="--with-modules --disable-rpath --without-included-regex From b8e1c82436cc66f9cd26d4344c38f7099a5e48ec Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:28 +0200 Subject: [PATCH 089/254] libarchive: rebuild for libressl-2.5.3 --- srcpkgs/libarchive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 400b94d9c73..ad442095647 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,7 +1,7 @@ # Template file for 'libarchive' pkgname=libarchive version=3.3.1 -revision=1 +revision=2 bootstrap=yes build_style=gnu-configure configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) From a442f3c2962e5590d815472955b03ab6f29ea755 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:28 +0200 Subject: [PATCH 090/254] libesmtp: rebuild for libressl-2.5.3 --- srcpkgs/libesmtp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libesmtp/template b/srcpkgs/libesmtp/template index adf0da016eb..bdf1e3ea372 100644 --- a/srcpkgs/libesmtp/template +++ b/srcpkgs/libesmtp/template @@ -1,7 +1,7 @@ # Template file for 'libesmtp' pkgname=libesmtp version=1.0.6 -revision=13 +revision=14 build_style=gnu-configure configure_args="--disable-static --with-openssl" makedepends="libressl-devel" From 2b4e33f6ee2bb167ab4be73465b468099867e8b2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:28 +0200 Subject: [PATCH 091/254] libetpan: rebuild for libressl-2.5.3 --- srcpkgs/libetpan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libetpan/template b/srcpkgs/libetpan/template index 5e306854ffc..3f5f36cc05b 100644 --- a/srcpkgs/libetpan/template +++ b/srcpkgs/libetpan/template @@ -1,7 +1,7 @@ # Template file for 'libetpan' pkgname=libetpan version=1.7.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl --with-curl --with-zlib --with-sasl" From 2cc89dd9ed51dbde5d9512161d3eba4750acf740 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:29 +0200 Subject: [PATCH 092/254] libevent: rebuild for libressl-2.5.3 --- srcpkgs/libevent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libevent/template b/srcpkgs/libevent/template index c131331773e..07340038898 100644 --- a/srcpkgs/libevent/template +++ b/srcpkgs/libevent/template @@ -1,7 +1,7 @@ # Template file for 'libevent' pkgname=libevent version=2.1.8 -revision=1 +revision=2 wrksrc="${pkgname}-${version}-stable" build_style=gnu-configure makedepends="libressl-devel" From d2f11ce759d4a1a3649e85055e38e467391c24cb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:29 +0200 Subject: [PATCH 093/254] libfetch: rebuild for libressl-2.5.3 --- srcpkgs/libfetch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libfetch/template b/srcpkgs/libfetch/template index 7a5378c7056..6b7e20750df 100644 --- a/srcpkgs/libfetch/template +++ b/srcpkgs/libfetch/template @@ -1,7 +1,7 @@ # Template file for 'libfetch' pkgname=libfetch version=2.34 -revision=14 +revision=15 build_style=gnu-makefile makedepends="libressl-devel" short_desc="File Transfer Library for URLs" From 7d76f6b9abec06093c91394b1f546b3d682e6ccc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:29 +0200 Subject: [PATCH 094/254] libgda: rebuild for libressl-2.5.3 --- srcpkgs/libgda/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgda/template b/srcpkgs/libgda/template index 25eebd51899..93eb1b6afa9 100644 --- a/srcpkgs/libgda/template +++ b/srcpkgs/libgda/template @@ -1,7 +1,7 @@ # Template file for 'libgda' pkgname=libgda version=5.2.4 -revision=7 +revision=8 build_style=gnu-configure configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json --enable-system-sqlite" From f69b0c23dd485dc5608f44399a15e569dacecd53 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:29 +0200 Subject: [PATCH 095/254] libgit2: rebuild for libressl-2.5.3 --- srcpkgs/libgit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 2824d0d4146..479e2954135 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,7 +1,7 @@ # Template file for 'libgit2' pkgname=libgit2 version=0.25.1 -revision=3 +revision=4 build_style=cmake hostmakedepends="python git pkg-config" makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel" From bfebeec91556c9653a9b16d7b951cf1e4a5b4f02 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:30 +0200 Subject: [PATCH 096/254] libimobiledevice: rebuild for libressl-2.5.3 --- srcpkgs/libimobiledevice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template index 23f553a679c..91c684973e5 100644 --- a/srcpkgs/libimobiledevice/template +++ b/srcpkgs/libimobiledevice/template @@ -1,7 +1,7 @@ # Template file for 'libimobiledevice' pkgname=libimobiledevice version=1.2.0 -revision=7 +revision=8 build_style=gnu-configure hostmakedepends="automake libtool pkg-config python-devel" makedepends="python-devel libglib-devel libressl-devel libusb-devel libplist-devel libusbmuxd-devel" From 12bb7e8e0ce8aedc2621ab100361aae32ccef74c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:30 +0200 Subject: [PATCH 097/254] libmowgli: rebuild for libressl-2.5.3 --- srcpkgs/libmowgli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libmowgli/template b/srcpkgs/libmowgli/template index 6ac22c40124..836c039aaaa 100644 --- a/srcpkgs/libmowgli/template +++ b/srcpkgs/libmowgli/template @@ -1,7 +1,7 @@ # Template file for 'libmowgli' pkgname=libmowgli version=2.1.0 -revision=1 +revision=2 wrksrc="${pkgname}-2-${version}" build_style=gnu-configure hostmakedepends="pkg-config" From c19f7e51c10194c8b7da2061e3d4d868d5eeab5b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:30 +0200 Subject: [PATCH 098/254] libqtelegram-ae: rebuild for libressl-2.5.3 --- srcpkgs/libqtelegram-ae/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libqtelegram-ae/template b/srcpkgs/libqtelegram-ae/template index d8b1083fa55..76b5461cf48 100644 --- a/srcpkgs/libqtelegram-ae/template +++ b/srcpkgs/libqtelegram-ae/template @@ -2,7 +2,7 @@ pkgname=libqtelegram-ae reverts=10.0.0_1 version=6.1 -revision=4 +revision=5 wrksrc=${pkgname/-ae/-aseman-edition}-${version}-stable build_style=qmake # See https://github.com/Aseman-Land/libqtelegram-aseman-edition/issues/44 From 8b496cb060980f94b3551634ed4c8f36294eb64a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:30 +0200 Subject: [PATCH 099/254] libreoffice: rebuild for libressl-2.5.3 --- srcpkgs/libreoffice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 20ad03be654..8d49f518dad 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice' pkgname=libreoffice version=5.2.5.1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-werror" nopie=yes From 5ca05b906d996908091c2e45b59b5e0aceac5078 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:31 +0200 Subject: [PATCH 100/254] libssh: rebuild for libressl-2.5.3 --- srcpkgs/libssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index db4be63d4b8..2f0ace60bab 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,7 +1,7 @@ # Template file for 'libssh' pkgname=libssh version=0.7.4 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel" From 37ae7200e75805348877fe567ab6df86ddf4cab2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:31 +0200 Subject: [PATCH 101/254] libssh2: rebuild for libressl-2.5.3 --- srcpkgs/libssh2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template index 4a614215e8c..8095344603f 100644 --- a/srcpkgs/libssh2/template +++ b/srcpkgs/libssh2/template @@ -1,7 +1,7 @@ # Template file for 'libssh2' pkgname=libssh2 version=1.8.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr" makedepends="zlib-devel libressl-devel" From d5743721f8c1b96382caae229fdefc5b33afdcf7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:31 +0200 Subject: [PATCH 102/254] libstrophe: rebuild for libressl-2.5.3 --- srcpkgs/libstrophe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template index a0bfc4a59b4..aa9500a627b 100644 --- a/srcpkgs/libstrophe/template +++ b/srcpkgs/libstrophe/template @@ -1,7 +1,7 @@ # Template file for 'libstrophe' pkgname=libstrophe version=0.9.1 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="expat-devel zlib-devel libressl-devel" From aef0b983c28f3e3160c3ca45659f2edebb8e1b47 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:31 +0200 Subject: [PATCH 103/254] libtorrent: rebuild for libressl-2.5.3 --- srcpkgs/libtorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index cd41f29caae..966f317b2d4 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -1,7 +1,7 @@ # Template build file for 'libtorrent' pkgname=libtorrent version=0.13.6 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-static --disable-debug --without-kqueue --enable-aligned --with-posix-fallocate" From 95d7b1c686c3581f81edcec3cdb2eb2b33df3b07 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:32 +0200 Subject: [PATCH 104/254] libtorrent-rasterbar: rebuild for libressl-2.5.3 --- srcpkgs/libtorrent-rasterbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 4cea9f95c5f..480c6572eb2 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar version=1.1.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr" hostmakedepends="automake pkg-config intltool libtool python-devel" From 0ba31c99a8d9aa3506a6c7ae847e79d527d165fa Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:32 +0200 Subject: [PATCH 105/254] libu2f-host: rebuild for libressl-2.5.3 --- srcpkgs/libu2f-host/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libu2f-host/template b/srcpkgs/libu2f-host/template index 74934593d30..d511dac79fe 100644 --- a/srcpkgs/libu2f-host/template +++ b/srcpkgs/libu2f-host/template @@ -1,7 +1,7 @@ # Template file for 'libu2f-host' pkgname=libu2f-host version=1.1.3 -revision=3 +revision=4 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d" From b82c762c69f9b6a1b76c110f6384106bc7e348b3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:32 +0200 Subject: [PATCH 106/254] libu2f-server: rebuild for libressl-2.5.3 --- srcpkgs/libu2f-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libu2f-server/template b/srcpkgs/libu2f-server/template index 2fc5d7610fd..50a745b6740 100644 --- a/srcpkgs/libu2f-server/template +++ b/srcpkgs/libu2f-server/template @@ -1,7 +1,7 @@ # Template file for 'libu2f-server' pkgname=libu2f-server version=1.0.1 -revision=3 +revision=4 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--enable-gtk-doc-html=no" From 38d3a09c0eb59e767990ed73a0e41f63dd6706ce Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:32 +0200 Subject: [PATCH 107/254] libucl: rebuild for libressl-2.5.3 --- srcpkgs/libucl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libucl/template b/srcpkgs/libucl/template index 6a85941adcc..dc7c4da2fe3 100644 --- a/srcpkgs/libucl/template +++ b/srcpkgs/libucl/template @@ -1,7 +1,7 @@ # Template file for 'libucl' pkgname=libucl version=0.8.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-urls --enable-signatures" hostmakedepends="automake libtool pkg-config" From 3f3e5c5dcfb68749cd041de72c27a16a50449e94 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:33 +0200 Subject: [PATCH 108/254] libvncserver: rebuild for libressl-2.5.3 --- srcpkgs/libvncserver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libvncserver/template b/srcpkgs/libvncserver/template index 3a2996cf3e4..2468391730d 100644 --- a/srcpkgs/libvncserver/template +++ b/srcpkgs/libvncserver/template @@ -1,7 +1,7 @@ # Template file for 'libvncserver' pkgname=libvncserver version=0.9.11 -revision=1 +revision=2 wrksrc="libvncserver-LibVNCServer-${version}" build_style=gnu-configure hostmakedepends="automake libtool pkg-config" From 0bb0ad52959ac23c2a81cb3feb425e7d21e64e0d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:33 +0200 Subject: [PATCH 109/254] libwebsockets: rebuild for libressl-2.5.3 --- srcpkgs/libwebsockets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index fd9f7331d54..856cbbebdd3 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,7 +1,7 @@ # Template file for 'libwebsockets' pkgname=libwebsockets version=2.2.1 -revision=1 +revision=2 build_style=cmake makedepends="zlib-devel libressl-devel libev-devel" configure_args="-DLWS_WITH_LIBEV=1 -DLWS_WITH_HTTP2=1 -DLWS_USE_IPV6=1" From b36295495ca5e16e96857867c5f30f74e89ce851 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:33 +0200 Subject: [PATCH 110/254] lighttpd: rebuild for libressl-2.5.3 --- srcpkgs/lighttpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 8e2f2ab4045..1cbab8a2163 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,7 +1,7 @@ # Template file for 'lighttpd' pkgname=lighttpd version=1.4.45 -revision=1 +revision=2 makedepends="libuuid-devel libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel libldap-devel" hostmakedepends="automake pkg-config libtool" From a37b6fdb36fc14f6fd3e3ee37170ff96882442e9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:33 +0200 Subject: [PATCH 111/254] links: rebuild for libressl-2.5.3 --- srcpkgs/links/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/links/template b/srcpkgs/links/template index 015ef462be0..90d0fcaae6c 100644 --- a/srcpkgs/links/template +++ b/srcpkgs/links/template @@ -1,7 +1,7 @@ # Template file for 'links' pkgname=links version=2.14 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl --enable-graphics" makedepends="libpng-devel libjpeg-turbo tiff-devel bzip2-devel zlib-devel gpm-devel libressl-devel" From 7d0d637ea55d89a1e7bd21f74f7f7f1cdb6c46b0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:33 +0200 Subject: [PATCH 112/254] litecoin: rebuild for libressl-2.5.3 --- srcpkgs/litecoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 556f8367d27..67ed5268689 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,7 +1,7 @@ # Template file for 'litecoin' pkgname=litecoin version=0.10.4.0 -revision=5 +revision=6 wrksrc="${pkgname}-${version}" build_style=gnu-configure configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests From 37c175ccd3a9f4a767fb2a7755e2229587384269 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:34 +0200 Subject: [PATCH 113/254] loudmouth: rebuild for libressl-2.5.3 --- srcpkgs/loudmouth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/loudmouth/template b/srcpkgs/loudmouth/template index 73288bb4407..474fea91ef8 100644 --- a/srcpkgs/loudmouth/template +++ b/srcpkgs/loudmouth/template @@ -1,7 +1,7 @@ # Template file for 'loudmouth' pkgname="loudmouth" version="1.5.3" -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-ssl=openssl --with-asyncns" short_desc="A lightweight Jabber client library written in C/Glib" From 5e4110dfb66a98fbce85c83da8bf87a03fd1a266 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:34 +0200 Subject: [PATCH 114/254] lua51-luasec: rebuild for libressl-2.5.3 --- srcpkgs/lua51-luasec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lua51-luasec/template b/srcpkgs/lua51-luasec/template index 2dbd8a5dd18..412696d3513 100644 --- a/srcpkgs/lua51-luasec/template +++ b/srcpkgs/lua51-luasec/template @@ -2,7 +2,7 @@ pkgname=lua51-luasec reverts=0.6_1 version=0.5.1 -revision=5 +revision=6 wrksrc=${pkgname#*-}-${pkgname#*-}-${version} build_style=gnu-makefile hostmakedepends="lua51" From ab545e9873fe4d662b50fa11286da595706e57d2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:34 +0200 Subject: [PATCH 115/254] lua52-luasec: rebuild for libressl-2.5.3 --- srcpkgs/lua52-luasec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lua52-luasec/template b/srcpkgs/lua52-luasec/template index 5971dfcca49..c0d84c7ddeb 100644 --- a/srcpkgs/lua52-luasec/template +++ b/srcpkgs/lua52-luasec/template @@ -1,7 +1,7 @@ # Template file for 'lua52-luasec' pkgname=lua52-luasec version=0.6 -revision=4 +revision=5 wrksrc=${pkgname#*-}-${pkgname#*-}-${version} build_style=gnu-makefile hostmakedepends="lua52" From 699291f1becff17d27c60a7a528cf5cffe9070c9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:34 +0200 Subject: [PATCH 116/254] luasec: rebuild for libressl-2.5.3 --- srcpkgs/luasec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/luasec/template b/srcpkgs/luasec/template index d1c70aa94d7..99ada8d6148 100644 --- a/srcpkgs/luasec/template +++ b/srcpkgs/luasec/template @@ -1,7 +1,7 @@ # Template file for 'luasec' pkgname=luasec version=0.6 -revision=5 +revision=6 wrksrc=${pkgname}-${pkgname}-${version} build_style=gnu-makefile hostmakedepends="lua" From 32788cca051d83857011d062226a003009871430 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:35 +0200 Subject: [PATCH 117/254] lynx: rebuild for libressl-2.5.3 --- srcpkgs/lynx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lynx/template b/srcpkgs/lynx/template index 4d6e89fef14..deb063ef335 100644 --- a/srcpkgs/lynx/template +++ b/srcpkgs/lynx/template @@ -3,7 +3,7 @@ pkgname=lynx _distver=2.8.8 _patchver=2 version=${_distver}.${_patchver} -revision=13 +revision=14 wrksrc="${pkgname}${_distver//./-}" build_style=gnu-configure configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6" From 1c166e9aa7cab0e11e023939849ddb4ad53737b3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:35 +0200 Subject: [PATCH 118/254] mailx: rebuild for libressl-2.5.3 --- srcpkgs/mailx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mailx/template b/srcpkgs/mailx/template index 29dc94bbc54..5d7ed7db19b 100644 --- a/srcpkgs/mailx/template +++ b/srcpkgs/mailx/template @@ -1,7 +1,7 @@ # Template file for 'mailx' pkgname=mailx version=12.5 -revision=16 +revision=17 patch_args="-Np1" wrksrc="mailx-${version}" makedepends="libressl-devel mit-krb5-devel" From 78de5c3e1273b935b01031a5af6c90b81623731d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:35 +0200 Subject: [PATCH 119/254] mariadb: rebuild for libressl-2.5.3 --- srcpkgs/mariadb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mariadb/template b/srcpkgs/mariadb/template index 16ff418e477..bc2d26ffa3d 100644 --- a/srcpkgs/mariadb/template +++ b/srcpkgs/mariadb/template @@ -1,7 +1,7 @@ # Template file for 'mariadb' pkgname=mariadb version=10.1.22 -revision=1 +revision=2 build_style=cmake configure_args="-DMYSQL_DATADIR=/var/lib/mysql -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8 From a382e81a2c266161848510483530f8d9e3185f12 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:35 +0200 Subject: [PATCH 120/254] megatools: rebuild for libressl-2.5.3 --- srcpkgs/megatools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/megatools/template b/srcpkgs/megatools/template index 1eb02a6f981..b38aa01d67d 100644 --- a/srcpkgs/megatools/template +++ b/srcpkgs/megatools/template @@ -1,7 +1,7 @@ # Template file for 'megatools' pkgname=megatools version=1.9.97 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="glib-networking gobject-introspection libressl-devel libcurl-devel fuse-devel libsodium-devel glib-devel" From 5564217f4c46595310ea79e60fc3fc2be59e392a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:36 +0200 Subject: [PATCH 121/254] mit-krb5: rebuild for libressl-2.5.3 --- srcpkgs/mit-krb5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mit-krb5/template b/srcpkgs/mit-krb5/template index 0e559781f7f..35a6f9642fd 100644 --- a/srcpkgs/mit-krb5/template +++ b/srcpkgs/mit-krb5/template @@ -1,7 +1,7 @@ # Template file for 'mit-krb5' pkgname=mit-krb5 version=1.14.4 -revision=2 +revision=3 short_desc="MIT Kerberos 5 implementation" maintainer="Juan RP " license="MIT" From 4109c5156d407393e1ad1f00882e12d6a7f55697 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:36 +0200 Subject: [PATCH 122/254] mongo-tools: rebuild for libressl-2.5.3 --- srcpkgs/mongo-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mongo-tools/template b/srcpkgs/mongo-tools/template index ca337282979..30e0ad802e0 100644 --- a/srcpkgs/mongo-tools/template +++ b/srcpkgs/mongo-tools/template @@ -1,7 +1,7 @@ # Template file for 'mongo-tools' pkgname=mongo-tools version=3.4.1 -revision=4 +revision=5 wrksrc="${pkgname}-r${version}" build_style=go go_import_path="github.com/mongodb/mongo-tools" From b592a115db15c6ac881cbb75e8b09ef912840d32 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:36 +0200 Subject: [PATCH 123/254] mongodb: rebuild for libressl-2.5.3 --- srcpkgs/mongodb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mongodb/template b/srcpkgs/mongodb/template index 8f80de9394a..c41331c4f4a 100644 --- a/srcpkgs/mongodb/template +++ b/srcpkgs/mongodb/template @@ -1,7 +1,7 @@ # Template file for 'mongodb' pkgname=mongodb version=3.4.3 -revision=1 +revision=2 wrksrc="mongodb-src-r${version}" hostmakedepends="scons" makedepends="boost-devel pcre-devel snappy-devel libressl-devel libpcap-devel From 9903371ff7be0d8d86af732e04644ba32c1687d1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:36 +0200 Subject: [PATCH 124/254] mongoose: rebuild for libressl-2.5.3 --- srcpkgs/mongoose/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mongoose/template b/srcpkgs/mongoose/template index 1a2b7d5a593..f0c6517091d 100644 --- a/srcpkgs/mongoose/template +++ b/srcpkgs/mongoose/template @@ -1,7 +1,7 @@ # Template file for 'mongoose' pkgname=mongoose version=3.7 -revision=13 +revision=14 wrksrc=$pkgname makedepends="libressl-devel" short_desc="An Easy to use Web server" From 4d7156c02783bfa971ef13d16abb557b3f7d2d60 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:36 +0200 Subject: [PATCH 125/254] monit: rebuild for libressl-2.5.3 --- srcpkgs/monit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index de4a104674d..12b5188fd1a 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -1,7 +1,7 @@ # Template file for 'monit' pkgname=monit version=5.21.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl-dir=${XBPS_CROSS_BASE}/usr libmonit_cv_setjmp_available=yes libmonit_cv_vsnprintf_c99_conformant=yes" From 0d997705627567f73bb0637a825f9b9828b05430 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:37 +0200 Subject: [PATCH 126/254] monitoring-plugins: rebuild for libressl-2.5.3 --- srcpkgs/monitoring-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/monitoring-plugins/template b/srcpkgs/monitoring-plugins/template index d6b5c2c22b1..47297d135fe 100644 --- a/srcpkgs/monitoring-plugins/template +++ b/srcpkgs/monitoring-plugins/template @@ -1,7 +1,7 @@ # Template file for 'monitoring-plugins' pkgname=monitoring-plugins version=2.1.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--libexecdir=/usr/lib/monitoring-plugins" hostmakedepends="fping procps-ng openssh smbclient postfix" From 69eff7fb1ed340311f287c673cde091710c211e6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:37 +0200 Subject: [PATCH 127/254] mosh: rebuild for libressl-2.5.3 --- srcpkgs/mosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosh/template b/srcpkgs/mosh/template index 9154228bd11..4acd5178d93 100644 --- a/srcpkgs/mosh/template +++ b/srcpkgs/mosh/template @@ -1,7 +1,7 @@ # Template file for 'mosh' pkgname=mosh version=1.3.0 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config protobuf-devel" makedepends="ncurses-devel protobuf-devel libutempter-devel libressl-devel" From f1dfe42a5f2005edc6a5c243184f7fa3201a0df6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:37 +0200 Subject: [PATCH 128/254] mosquitto: rebuild for libressl-2.5.3 --- srcpkgs/mosquitto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index f93594153d8..d0efe4b3038 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -1,7 +1,7 @@ # Template file for 'mosquitto' pkgname=mosquitto version=1.4.11 -revision=3 +revision=4 build_style=gnu-makefile make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl make_install_args="prefix=/usr" From c1e30b430eefb91ace51be17ead2ff776b7e6227 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:37 +0200 Subject: [PATCH 129/254] mpop: rebuild for libressl-2.5.3 --- srcpkgs/mpop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mpop/template b/srcpkgs/mpop/template index b6b2abc52f5..4dcd0c2cb45 100644 --- a/srcpkgs/mpop/template +++ b/srcpkgs/mpop/template @@ -1,7 +1,7 @@ # Template file for 'mpop' pkgname=mpop version=1.2.6 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libressl-devel libidn-devel" From 63983b4b4326bedfc9d3b670ae533ef2ecf7cb29 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:38 +0200 Subject: [PATCH 130/254] msmtp: rebuild for libressl-2.5.3 --- srcpkgs/msmtp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/msmtp/template b/srcpkgs/msmtp/template index 82d95025a74..4bc81e13cda 100644 --- a/srcpkgs/msmtp/template +++ b/srcpkgs/msmtp/template @@ -1,7 +1,7 @@ # Template file for 'msmtp' pkgname=msmtp version=1.6.6 -revision=1 +revision=2 build_style=gnu-configure # Package build options build_options="idn sasl gnome" From 9c2f1606218192affd3a5bcb0d664f91676be865 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:38 +0200 Subject: [PATCH 131/254] mtree: rebuild for libressl-2.5.3 --- srcpkgs/mtree/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mtree/template b/srcpkgs/mtree/template index 74db12fda9f..d9b79cc2e80 100644 --- a/srcpkgs/mtree/template +++ b/srcpkgs/mtree/template @@ -1,7 +1,7 @@ # Template file for 'mtree' pkgname=mtree version=1.0.3 -revision=3 +revision=4 wrksrc="${pkgname}-port-${version}" build_style=gnu-configure hostmakedepends="automake" From f53045c216ca83bd1fbc85d1f21ad8ec8b16a87d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:38 +0200 Subject: [PATCH 132/254] mumble: rebuild for libressl-2.5.3 --- srcpkgs/mumble/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template index ce77131a193..87b70eeb7fa 100644 --- a/srcpkgs/mumble/template +++ b/srcpkgs/mumble/template @@ -1,7 +1,7 @@ # Template file for 'mumble' pkgname=mumble version=1.2.19 -revision=2 +revision=3 hostmakedepends="pkg-config" makedepends=" libcap-devel Ice-devel protobuf-devel libXi-devel qt-devel libressl-devel From 02eba627366fa21270c7f7a6cee9d3301780781c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:38 +0200 Subject: [PATCH 133/254] munge: rebuild for libressl-2.5.3 --- srcpkgs/munge/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/munge/template b/srcpkgs/munge/template index 4e48b1599d9..b3d3fb7b4a5 100644 --- a/srcpkgs/munge/template +++ b/srcpkgs/munge/template @@ -1,7 +1,7 @@ # Template file for 'munge' pkgname=munge version=0.5.12 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-crypto-lib=openssl --with-openssl-prefix=${XBPS_CROSS_BASE}/usr From 62519c7e5ef1b43f909b1936449df94d27c870b1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:38 +0200 Subject: [PATCH 134/254] mupdf: rebuild for libressl-2.5.3 --- srcpkgs/mupdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mupdf/template b/srcpkgs/mupdf/template index 1c8146ae11c..e6ff179a732 100644 --- a/srcpkgs/mupdf/template +++ b/srcpkgs/mupdf/template @@ -1,7 +1,7 @@ # Template file for 'mupdf' pkgname=mupdf version=1.10a -revision=2 +revision=3 wrksrc="${pkgname}-${version}-source" hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel libjpeg-turbo-devel jbig2dec-devel libXext-devel libXcursor-devel From 768b7282d6aea40acc36f63b5f483f010d52dfcb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:39 +0200 Subject: [PATCH 135/254] mutt: rebuild for libressl-2.5.3 --- srcpkgs/mutt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mutt/template b/srcpkgs/mutt/template index 60e6210e073..13733443db0 100644 --- a/srcpkgs/mutt/template +++ b/srcpkgs/mutt/template @@ -1,7 +1,7 @@ # Template file for 'mutt' pkgname=mutt version=1.8.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache --enable-gpgme --with-regex --with-idn --with-ssl --with-sasl --enable-sidebar From 9f6c7113545936740b85c54e25881f12a4209d8e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:39 +0200 Subject: [PATCH 136/254] mutt-kz: rebuild for libressl-2.5.3 --- srcpkgs/mutt-kz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mutt-kz/template b/srcpkgs/mutt-kz/template index 41bffb41521..ee1104897aa 100644 --- a/srcpkgs/mutt-kz/template +++ b/srcpkgs/mutt-kz/template @@ -2,7 +2,7 @@ pkgname=mutt-kz reverts=20141129_6 version=1.6.0.1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-notmuch --enable-pop --sysconfdir=/etc/$pkgname --enable-hcache --enable-gpgme --with-regex --with-idn --with-ssl --with-sasl From 0e32edd2df030a11a80922b4236f7d8928be50bd Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:39 +0200 Subject: [PATCH 137/254] mysql: rebuild for libressl-2.5.3 --- srcpkgs/mysql/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mysql/template b/srcpkgs/mysql/template index b2f7bf4fe19..33739fe4e21 100644 --- a/srcpkgs/mysql/template +++ b/srcpkgs/mysql/template @@ -1,7 +1,7 @@ # Template file for 'mysql' pkgname=mysql version=5.6.30 -revision=3 +revision=4 build_style=cmake configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8 From 89ed437296ff3538f8e69a2d290bb9ff44da8196 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:39 +0200 Subject: [PATCH 138/254] namecoin: rebuild for libressl-2.5.3 --- srcpkgs/namecoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/namecoin/template b/srcpkgs/namecoin/template index 840c0d10036..fae129a51de 100644 --- a/srcpkgs/namecoin/template +++ b/srcpkgs/namecoin/template @@ -1,7 +1,7 @@ # Template file for 'namecoin' pkgname=namecoin version=0.13.99 -revision=2 +revision=3 hostmakedepends="pkg-config yasm automake libtool" build_style=gnu-configure makedepends="libevent-devel db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel qrencode-devel" From 62021c282fead04e23f3bb555f82ce23b1a7381f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:40 +0200 Subject: [PATCH 139/254] neomutt: rebuild for libressl-2.5.3 --- srcpkgs/neomutt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/neomutt/template b/srcpkgs/neomutt/template index 5659afe5a4c..3e5459d512a 100644 --- a/srcpkgs/neomutt/template +++ b/srcpkgs/neomutt/template @@ -1,7 +1,7 @@ # Template file for 'neomutt' pkgname=neomutt version=20170306 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache --with-gdbm From 217c2cd2f9a5aef7438b138aaa846e8ff55b4557 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:40 +0200 Subject: [PATCH 140/254] neon: rebuild for libressl-2.5.3 --- srcpkgs/neon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/neon/template b/srcpkgs/neon/template index df369ce80f8..cee2fd02298 100644 --- a/srcpkgs/neon/template +++ b/srcpkgs/neon/template @@ -1,7 +1,7 @@ # Template file for 'neon' pkgname=neon version=0.30.2 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-expat --with-ssl=openssl --enable-shared --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static" From 1637576d9ae3556fc8d83e8028a9b2e6f880e0a6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:40 +0200 Subject: [PATCH 141/254] net-snmp: rebuild for libressl-2.5.3 --- srcpkgs/net-snmp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/net-snmp/template b/srcpkgs/net-snmp/template index 225abf6e356..68827785b40 100644 --- a/srcpkgs/net-snmp/template +++ b/srcpkgs/net-snmp/template @@ -1,7 +1,7 @@ # Template build file for 'net-snmp'. pkgname=net-snmp version=5.7.3 -revision=11 +revision=12 hostmakedepends="pkg-config unzip" makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel" short_desc="Simple Network Management Protocol (SNMP) suite" From 1c2a7a13b6fbcf04b65599cc2119c3a4eeb891b5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:40 +0200 Subject: [PATCH 142/254] netpgp: rebuild for libressl-2.5.3 --- srcpkgs/netpgp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/netpgp/template b/srcpkgs/netpgp/template index c586922ce76..2053bac8ae3 100644 --- a/srcpkgs/netpgp/template +++ b/srcpkgs/netpgp/template @@ -1,7 +1,7 @@ # Template file for 'netpgp' pkgname=netpgp version=20140220 -revision=9 +revision=10 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="zlib-devel bzip2-devel libressl-devel" From ab5f9f5b9f0a728cc3a7987d13588c24cca85d4b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:41 +0200 Subject: [PATCH 143/254] netsurf: rebuild for libressl-2.5.3 --- srcpkgs/netsurf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/netsurf/template b/srcpkgs/netsurf/template index 699e05b15cf..f7c2024c87b 100644 --- a/srcpkgs/netsurf/template +++ b/srcpkgs/netsurf/template @@ -1,7 +1,7 @@ # Template build file for 'netsurf'. pkgname=netsurf version=3.6 -revision=1 +revision=2 hostmakedepends="pkg-config gperf flex nsgenbind gdk-pixbuf-devel perl-HTML-Parser glib-devel" makedepends=" libidn-devel libmng-devel libxml2-devel libcurl-devel lcms-devel libwebp-devel From 9b8ca7a44167300faa55bbe1d443adcf9d52d42f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:41 +0200 Subject: [PATCH 144/254] network-ups-tools: rebuild for libressl-2.5.3 --- srcpkgs/network-ups-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/network-ups-tools/template b/srcpkgs/network-ups-tools/template index aaf3a2eb5bb..0fbadff2de9 100644 --- a/srcpkgs/network-ups-tools/template +++ b/srcpkgs/network-ups-tools/template @@ -1,7 +1,7 @@ # Template file for 'network-ups-tools' pkgname=network-ups-tools version=2.7.4 -revision=2 +revision=3 wrksrc="nut-${version}" build_style=gnu-configure configure_args=" From b98454e6527a60890d63af6d56dee0c57e05f7df Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:41 +0200 Subject: [PATCH 145/254] newsbeuter: rebuild for libressl-2.5.3 --- srcpkgs/newsbeuter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/newsbeuter/template b/srcpkgs/newsbeuter/template index 429fe4aff4a..383c17479a1 100644 --- a/srcpkgs/newsbeuter/template +++ b/srcpkgs/newsbeuter/template @@ -1,7 +1,7 @@ # Template file for 'newsbeuter' pkgname=newsbeuter version=r2.9 -revision=7 +revision=8 hostmakedepends="pkg-config perl" makedepends="stfl-devel json-c-devel libxml2-devel libcurl-devel sqlite-devel libressl-devel" short_desc="Newsbeuter is the Mutt of RSS feed readers" From 076384233772054eef390eb239ea4e3227145dcd Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:41 +0200 Subject: [PATCH 146/254] nginx: rebuild for libressl-2.5.3 --- srcpkgs/nginx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index 1f8b3620518..5ff593cae51 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -1,7 +1,7 @@ # Template file for 'nginx' pkgname=nginx version=1.10.3 -revision=2 +revision=3 makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)" if [ "$CROSS_BUILD" ]; then # fake configure run on host From ba8c0e4ef09d93205d3f3b282feed5c707a480db Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:41 +0200 Subject: [PATCH 147/254] ngircd: rebuild for libressl-2.5.3 --- srcpkgs/ngircd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ngircd/template b/srcpkgs/ngircd/template index 54983315363..73ae1c9ef4c 100644 --- a/srcpkgs/ngircd/template +++ b/srcpkgs/ngircd/template @@ -1,7 +1,7 @@ # Template build file for 'ngircd' pkgname=ngircd version=23 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes" hostmakedepends="pkg-config" From 9f7d056324c4d010e068efdd7bc40e3b885fb437 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:42 +0200 Subject: [PATCH 148/254] nix: rebuild for libressl-2.5.3 --- srcpkgs/nix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template index 8deb689397d..00bc288af45 100644 --- a/srcpkgs/nix/template +++ b/srcpkgs/nix/template @@ -1,7 +1,7 @@ # Template file for 'nix' pkgname=nix version=1.11.4 -revision=2 +revision=3 build_style=gnu-configure # Use /nix/var as suggested by the official Manual. configure_args="--localstatedir=/nix/var" From 9f3d0205fb2a77db42ac0af32202474127f7a6d5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:42 +0200 Subject: [PATCH 149/254] nmap: rebuild for libressl-2.5.3 --- srcpkgs/nmap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template index bc72759dbcb..5d355b730b1 100644 --- a/srcpkgs/nmap/template +++ b/srcpkgs/nmap/template @@ -1,7 +1,7 @@ # Template file for 'nmap' pkgname=nmap version=7.40 -revision=1 +revision=2 build_style=gnu-configure build_options="lua" if [ -z "$CROSS_BUILD" ]; then From 16fc5ace7597ac875d51ca836c356eb0bfa993cb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:42 +0200 Subject: [PATCH 150/254] nmh: rebuild for libressl-2.5.3 --- srcpkgs/nmh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nmh/template b/srcpkgs/nmh/template index 2c35da93951..f5df83133ff 100644 --- a/srcpkgs/nmh/template +++ b/srcpkgs/nmh/template @@ -1,7 +1,7 @@ # Template file for 'nmh' pkgname=nmh version=1.6 -revision=14 +revision=15 build_style=gnu-configure configure_args="--sysconfdir=/etc/nmh --libdir=/usr/libexec/nmh --with-cyrus-sasl --with-tls" makedepends="ncurses-devel db-devel libsasl-devel libressl-devel" From 5d4773d2a3f052f5137b1184cc710b44736b9a3c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:42 +0200 Subject: [PATCH 151/254] nsd: rebuild for libressl-2.5.3 --- srcpkgs/nsd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nsd/template b/srcpkgs/nsd/template index d753e84bba7..3eb1755eb82 100644 --- a/srcpkgs/nsd/template +++ b/srcpkgs/nsd/template @@ -1,7 +1,7 @@ # Template file for 'nsd' pkgname=nsd version=4.1.15 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-ratelimit --enable-ratelimit-default-is-off --with-libevent=${XBPS_CROSS_BASE}/usr From f765c097391f573ef2f196458dc418da0620cbc1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:43 +0200 Subject: [PATCH 152/254] ntp: rebuild for libressl-2.5.3 --- srcpkgs/ntp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ntp/template b/srcpkgs/ntp/template index f6b6a4ec65d..06d97dd9469 100644 --- a/srcpkgs/ntp/template +++ b/srcpkgs/ntp/template @@ -1,7 +1,7 @@ # Template file for 'ntp' pkgname=ntp version=4.2.8p10 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd --enable-all-clocks ol_cv_pthread_select_yields=yes" From 95549194e025f3b477569b38229475fe16014c69 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:43 +0200 Subject: [PATCH 153/254] nzbget: rebuild for libressl-2.5.3 --- srcpkgs/nzbget/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nzbget/template b/srcpkgs/nzbget/template index 0344e0ab555..cf3176b3509 100644 --- a/srcpkgs/nzbget/template +++ b/srcpkgs/nzbget/template @@ -1,7 +1,7 @@ # Template file for 'nzbget' pkgname=nzbget version=18.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-tlslib=OpenSSL --with-libcurses-includes=${XBPS_CROSS_BASE}/usr/include From da2a85f88a4b5e513ed3cf01bf2d0cc53f06b4a0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:43 +0200 Subject: [PATCH 154/254] open-isns: rebuild for libressl-2.5.3 --- srcpkgs/open-isns/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/open-isns/template b/srcpkgs/open-isns/template index 7f79cacfd94..e9430841d81 100644 --- a/srcpkgs/open-isns/template +++ b/srcpkgs/open-isns/template @@ -1,7 +1,7 @@ # Template file for 'open-isns' pkgname=open-isns version=0.97 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-shared" makedepends="libressl-devel" From bdb6bf12b52b8b843677facd2e33d396641cdfa9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:43 +0200 Subject: [PATCH 155/254] opendkim: rebuild for libressl-2.5.3 --- srcpkgs/opendkim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opendkim/template b/srcpkgs/opendkim/template index a382bb163e3..44c47199324 100644 --- a/srcpkgs/opendkim/template +++ b/srcpkgs/opendkim/template @@ -1,7 +1,7 @@ # Template file for 'opendkim' pkgname=opendkim version=2.10.3 -revision=4 +revision=5 build_style="gnu-configure" configure_args="--with-milter=${XBPS_CROSS_BASE}/usr" makedepends="libbsd-devel libressl-devel libmilter-devel" From 0234e2cd669f5ce6789f6295d0cb4f3aa5ab5c30 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:43 +0200 Subject: [PATCH 156/254] openldap: rebuild for libressl-2.5.3 --- srcpkgs/openldap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openldap/template b/srcpkgs/openldap/template index d573850146f..344141150db 100644 --- a/srcpkgs/openldap/template +++ b/srcpkgs/openldap/template @@ -1,7 +1,7 @@ # Template file for 'libldap' pkgname=openldap version=2.4.44 -revision=4 +revision=5 build_style=gnu-configure configure_args="--prefix=/usr --libexecdir=/usr/libexec From 70bb9dd28b42f5b6ab7a678bf0ed9d48a8938f68 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:44 +0200 Subject: [PATCH 157/254] openntpd: rebuild for libressl-2.5.3 --- srcpkgs/openntpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openntpd/template b/srcpkgs/openntpd/template index cbbf26979ad..ce23981879c 100644 --- a/srcpkgs/openntpd/template +++ b/srcpkgs/openntpd/template @@ -1,7 +1,7 @@ # Template file for 'openntpd' pkgname=openntpd version=6.0p1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-privsep-user=$pkgname --with-cacert=/etc/ssl/certs.pem" hostmakedepends="automake libtool" From abcc58181d49b84612bbb10707267199ef568b3b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:44 +0200 Subject: [PATCH 158/254] opensc: rebuild for libressl-2.5.3 --- srcpkgs/opensc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template index 5fc22df510f..f09f2cecd75 100644 --- a/srcpkgs/opensc/template +++ b/srcpkgs/opensc/template @@ -1,7 +1,7 @@ # Template file for 'opensc' pkgname=opensc version=0.16.0 -revision=5 +revision=6 build_style=gnu-configure configure_args="--enable-man --enable-sm --enable-static=no --enable-doc --with-xsl-stylesheetsdir=/usr/share/xsl/docbook" From d7a835bab91eebfe2fcdb92950b6ab09b8a99413 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:44 +0200 Subject: [PATCH 159/254] opensmtpd: rebuild for libressl-2.5.3 --- srcpkgs/opensmtpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opensmtpd/template b/srcpkgs/opensmtpd/template index af67dd51c84..d6f3ea88c12 100644 --- a/srcpkgs/opensmtpd/template +++ b/srcpkgs/opensmtpd/template @@ -1,7 +1,7 @@ # Template file for 'opensmtpd' pkgname=opensmtpd version=6.0.2p1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin --with-path-socket=/run --with-mantype=doc --with-pie --with-table-db From ea1371bd6291600c17e736758ce6869729eb4ac1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:44 +0200 Subject: [PATCH 160/254] openssh: rebuild for libressl-2.5.3 --- srcpkgs/openssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index bbbb1b26135..754ae2e396e 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -1,7 +1,7 @@ # Template file for 'openssh' pkgname=openssh version=7.5p1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--datadir=/usr/share/openssh --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody From dea1167747c9465c60924c7194bcf7acec548142 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:45 +0200 Subject: [PATCH 161/254] openvpn: rebuild for libressl-2.5.3 --- srcpkgs/openvpn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template index a54019419e6..428a9d6e0c2 100644 --- a/srcpkgs/openvpn/template +++ b/srcpkgs/openvpn/template @@ -1,7 +1,7 @@ # Template file for 'openvpn' pkgname=openvpn version=2.4.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-iproute2 --disable-systemd" hostmakedepends="iproute2" From ea7f9859ccfc1214e7faef11043b0431bd506a12 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:45 +0200 Subject: [PATCH 162/254] openvswitch: rebuild for libressl-2.5.3 --- srcpkgs/openvswitch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template index df68ae7966c..b6969fe2d6b 100644 --- a/srcpkgs/openvswitch/template +++ b/srcpkgs/openvswitch/template @@ -1,7 +1,7 @@ # Template file for 'openvswitch' pkgname=openvswitch version=2.5.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-rundir=/run/openvswitch" hostmakedepends="python perl" From 94696be27adc9b9ee8a2623b982236e98fdc9952 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:45 +0200 Subject: [PATCH 163/254] opusfile: rebuild for libressl-2.5.3 --- srcpkgs/opusfile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opusfile/template b/srcpkgs/opusfile/template index 0caf5a68f1e..9dc33fe587e 100644 --- a/srcpkgs/opusfile/template +++ b/srcpkgs/opusfile/template @@ -1,7 +1,7 @@ # Template file for 'opusfile' pkgname=opusfile version=0.8 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="libogg-devel opus-devel libressl-devel" From f0d2c5ef0233a8ba6630b754e9905b8e5a88d745 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:45 +0200 Subject: [PATCH 164/254] pam_ssh: rebuild for libressl-2.5.3 --- srcpkgs/pam_ssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pam_ssh/template b/srcpkgs/pam_ssh/template index c49c64b99f4..a7aa2fc5d19 100644 --- a/srcpkgs/pam_ssh/template +++ b/srcpkgs/pam_ssh/template @@ -1,7 +1,7 @@ # Template file for 'pam_ssh' pkgname=pam_ssh version=2.1 -revision=2 +revision=3 build_style=gnu-configure short_desc="PAM module providing single sign-on behavior for SSH" maintainer="Alexander Gehrke " From d0e6fb33541378454c3db1af886f33fd98223295 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:46 +0200 Subject: [PATCH 165/254] pen: rebuild for libressl-2.5.3 --- srcpkgs/pen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pen/template b/srcpkgs/pen/template index 64af1d0151e..9a1407832ea 100644 --- a/srcpkgs/pen/template +++ b/srcpkgs/pen/template @@ -1,7 +1,7 @@ # Template file for 'pen' pkgname=pen version=0.34.0 -revision=1 +revision=2 build_style=gnu-configure makedepends="geoip-devel libressl-devel" configure_args="--with-docdir=/usr/share/doc/pen" From 73d3d219a1dd75928c613cd65f3d1936c060eec4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:46 +0200 Subject: [PATCH 166/254] perl-Crypt-OpenSSL-Bignum: rebuild for libressl-2.5.3 --- srcpkgs/perl-Crypt-OpenSSL-Bignum/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl-Crypt-OpenSSL-Bignum/template b/srcpkgs/perl-Crypt-OpenSSL-Bignum/template index f1351c7a952..3841bbc3c3a 100644 --- a/srcpkgs/perl-Crypt-OpenSSL-Bignum/template +++ b/srcpkgs/perl-Crypt-OpenSSL-Bignum/template @@ -1,7 +1,7 @@ # Template file for 'perl-Crypt-OpenSSL-Bignum' pkgname=perl-Crypt-OpenSSL-Bignum version=0.08 -revision=1 +revision=2 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl" From 41756e3559192f44dcf35cff253eba046c8dca1d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:46 +0200 Subject: [PATCH 167/254] perl-Crypt-OpenSSL-Random: rebuild for libressl-2.5.3 --- srcpkgs/perl-Crypt-OpenSSL-Random/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl-Crypt-OpenSSL-Random/template b/srcpkgs/perl-Crypt-OpenSSL-Random/template index 4fec0ddd761..e23dbacccd4 100644 --- a/srcpkgs/perl-Crypt-OpenSSL-Random/template +++ b/srcpkgs/perl-Crypt-OpenSSL-Random/template @@ -1,7 +1,7 @@ # Template file for 'perl-Crypt-OpenSSL-Random' pkgname=perl-Crypt-OpenSSL-Random version=0.11 -revision=4 +revision=5 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl" From 5b4457930f11df869a26d65e7610ce59fb99513b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:46 +0200 Subject: [PATCH 168/254] perl-DBD-mysql: rebuild for libressl-2.5.3 --- srcpkgs/perl-DBD-mysql/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl-DBD-mysql/template b/srcpkgs/perl-DBD-mysql/template index 18d8272c961..0500dcf2b1d 100644 --- a/srcpkgs/perl-DBD-mysql/template +++ b/srcpkgs/perl-DBD-mysql/template @@ -1,7 +1,7 @@ # Template file for 'perl-DBD-mysql' pkgname=perl-DBD-mysql version=4.042 -revision=2 +revision=3 wrksrc="DBD-mysql-${version}" build_style=perl-module hostmakedepends="perl perl-DBI perl-Devel-CheckLib" From 52ea92ea71827a5e25287bfd482671f0cfe2ffef Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:46 +0200 Subject: [PATCH 169/254] perl-Net-SSH2: rebuild for libressl-2.5.3 --- srcpkgs/perl-Net-SSH2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl-Net-SSH2/template b/srcpkgs/perl-Net-SSH2/template index 83293a67d79..c1474c4c319 100644 --- a/srcpkgs/perl-Net-SSH2/template +++ b/srcpkgs/perl-Net-SSH2/template @@ -1,7 +1,7 @@ # Template file for 'perl-Net-SSH2' pkgname=perl-Net-SSH2 version=0.63 -revision=1 +revision=2 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module configure_args="inc=${XBPS_CROSS_BASE}/usr/include lib=${XBPS_CROSS_BASE}/usr/lib" From 8acb8be6cc73db08c57bc44d6b8685166578459e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:47 +0200 Subject: [PATCH 170/254] perl-Net-SSLeay: rebuild for libressl-2.5.3 --- srcpkgs/perl-Net-SSLeay/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl-Net-SSLeay/template b/srcpkgs/perl-Net-SSLeay/template index fd7dd2b0837..2487519c7dd 100644 --- a/srcpkgs/perl-Net-SSLeay/template +++ b/srcpkgs/perl-Net-SSLeay/template @@ -1,7 +1,7 @@ # Template build file for 'perl-Net-SSLeay'. pkgname=perl-Net-SSLeay version=1.81 -revision=1 +revision=2 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl libressl" From 056bf916b1860bc6030efa332512bf708bf773c8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:47 +0200 Subject: [PATCH 171/254] pev: rebuild for libressl-2.5.3 --- srcpkgs/pev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pev/template b/srcpkgs/pev/template index 02d6586e965..fd9dba02c7f 100644 --- a/srcpkgs/pev/template +++ b/srcpkgs/pev/template @@ -1,7 +1,7 @@ # Template file for 'pev' pkgname=pev version=0.80 -revision=2 +revision=3 wrksrc=${pkgname} build_style=gnu-makefile make_build_args="prefix=/usr" From 963475624acad0a08e9f9bd4bc532b116f67031d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:47 +0200 Subject: [PATCH 172/254] pgadmin3: rebuild for libressl-2.5.3 --- srcpkgs/pgadmin3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pgadmin3/template b/srcpkgs/pgadmin3/template index 43f8c3b1f56..f8731b4ca76 100644 --- a/srcpkgs/pgadmin3/template +++ b/srcpkgs/pgadmin3/template @@ -1,7 +1,7 @@ # Template file for 'pgadmin3' pkgname=pgadmin3 version=1.22.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="ac_cv_path_WX_CONFIG=wx-config-3.0 --with-wx-version=3.0" makedepends="postgresql-libs-devel wxWidgets-devel libxslt-devel libressl-devel" From 186d91caef8bf83862bd6e5fdc64ffaf249542a0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:47 +0200 Subject: [PATCH 173/254] phantomjs: rebuild for libressl-2.5.3 --- srcpkgs/phantomjs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/phantomjs/template b/srcpkgs/phantomjs/template index 68f24c525c5..e9a572a06eb 100644 --- a/srcpkgs/phantomjs/template +++ b/srcpkgs/phantomjs/template @@ -1,7 +1,7 @@ # Template file for 'phantomjs' pkgname=phantomjs version=2.0.0 -revision=6 +revision=7 hostmakedepends="unzip flex ruby gperf python perl pkg-config" makedepends=" fontconfig-devel icu-devel libressl-devel libpng-devel From a34527c8ba20684508dcfde0f51c74f30c595c1a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:48 +0200 Subject: [PATCH 174/254] php: rebuild for libressl-2.5.3 --- srcpkgs/php/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/php/template b/srcpkgs/php/template index ed087976203..b93db2fb433 100644 --- a/srcpkgs/php/template +++ b/srcpkgs/php/template @@ -1,7 +1,7 @@ # Template build file for 'php' pkgname=php version=7.1.2 -revision=2 +revision=3 short_desc="An HTML-embedded scripting language" maintainer="Steve Prybylski " license="PHP" From 18398fa2c22c6817fb9ba608a5f6393cdc4671a5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:48 +0200 Subject: [PATCH 175/254] pidgin-sipe: rebuild for libressl-2.5.3 --- srcpkgs/pidgin-sipe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pidgin-sipe/template b/srcpkgs/pidgin-sipe/template index 242d15d2df1..c555840cfcc 100644 --- a/srcpkgs/pidgin-sipe/template +++ b/srcpkgs/pidgin-sipe/template @@ -1,7 +1,7 @@ # Template file for 'pidgin-sipe' pkgname=pidgin-sipe version=1.22.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config intltool" makedepends="pidgin-devel libressl-devel libxml2-devel" From 6407896174352a64402c3658756b1dee245c58ff Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:48 +0200 Subject: [PATCH 176/254] pjproject: rebuild for libressl-2.5.3 --- srcpkgs/pjproject/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pjproject/template b/srcpkgs/pjproject/template index 7fc87356081..5931a477c70 100644 --- a/srcpkgs/pjproject/template +++ b/srcpkgs/pjproject/template @@ -3,7 +3,7 @@ # and this template is heavily based on Alpine's APKBUILD. pkgname=pjproject version=2.6 -revision=1 +revision=2 disable_parallel_build=yes build_style=gnu-configure configure_args="--enable-shared \ From b4bd66c8c4b0649eed0cc15ab0649631d143f3d2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:48 +0200 Subject: [PATCH 177/254] podofo: rebuild for libressl-2.5.3 --- srcpkgs/podofo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/podofo/template b/srcpkgs/podofo/template index 52c122c849d..4ded424b175 100644 --- a/srcpkgs/podofo/template +++ b/srcpkgs/podofo/template @@ -1,7 +1,7 @@ # Template file for 'podofo' pkgname=podofo version=0.9.5 -revision=1 +revision=2 build_style=cmake configure_args="-DPODOFO_BUILD_SHARED=1" makedepends="zlib-devel libressl-devel libidn-devel freetype-devel From ef8d704dcc75f6b4bed7c150502e935af8af2047 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:48 +0200 Subject: [PATCH 178/254] postfix: rebuild for libressl-2.5.3 --- srcpkgs/postfix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template index 8af6a37eb6c..a1582d69027 100644 --- a/srcpkgs/postfix/template +++ b/srcpkgs/postfix/template @@ -1,7 +1,7 @@ # Template file for 'postfix' pkgname=postfix version=3.2.0 -revision=2 +revision=3 short_desc="High-performance mail transport agent" maintainer="Juan RP " license="IBM Public License 1.0, BSD-alike" From 4a6f871a406239af6e6d81e816a1db927d6f0fd2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:49 +0200 Subject: [PATCH 179/254] postgresql: rebuild for libressl-2.5.3 --- srcpkgs/postgresql/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index 944ac7439cd..9a9b8b9adef 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -1,7 +1,7 @@ # Template file for 'postgresql' pkgname=postgresql version=9.5.6 -revision=1 +revision=2 build_style=gnu-configure make_build_target="world" configure_args="--with-openssl --with-python From 63472a32690bc993fe3e9aabeb70f989f1cc2135 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:49 +0200 Subject: [PATCH 180/254] prosody: rebuild for libressl-2.5.3 --- srcpkgs/prosody/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/prosody/template b/srcpkgs/prosody/template index 75ae4b0a4aa..87d8a53bd5a 100644 --- a/srcpkgs/prosody/template +++ b/srcpkgs/prosody/template @@ -1,7 +1,7 @@ # Template file for 'prosody' pkgname=prosody version=0.9.12 -revision=1 +revision=2 build_style=configure conf_files=" /etc/prosody/prosody.cfg.lua From add9f69d39328d8685eb242ac7967498283a355e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:49 +0200 Subject: [PATCH 181/254] pulseaudio: rebuild for libressl-2.5.3 --- srcpkgs/pulseaudio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 445898f53d2..c540db60220 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=10.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc From 1e5c1d40639c1a9a8d58d6a5b3e7aee73c67ba7a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:49 +0200 Subject: [PATCH 182/254] python: rebuild for libressl-2.5.3 --- srcpkgs/python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python/template b/srcpkgs/python/template index cf9164753a9..7e733856396 100644 --- a/srcpkgs/python/template +++ b/srcpkgs/python/template @@ -4,7 +4,7 @@ # pkgname=python version=2.7.13 -revision=3 +revision=4 wrksrc="Python-${version}" hostmakedepends="pkg-config" makedepends=" From b7f560915a3abf240fbec68e8d6d59ef178253d9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:50 +0200 Subject: [PATCH 183/254] python-M2Crypto: rebuild for libressl-2.5.3 --- srcpkgs/python-M2Crypto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template index 1002a0f0ab6..66c90589ed6 100644 --- a/srcpkgs/python-M2Crypto/template +++ b/srcpkgs/python-M2Crypto/template @@ -1,7 +1,7 @@ # Template file for 'python-M2Crypto' pkgname=python-M2Crypto version=0.26.0 -revision=1 +revision=2 wrksrc="M2Crypto-${version}" build_style=python2-module pycompile_module="M2Crypto" From 785d6a66f7d7cb04f2c0ee527b1d74c709796e08 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:50 +0200 Subject: [PATCH 184/254] python-cryptography: rebuild for libressl-2.5.3 --- srcpkgs/python-cryptography/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template index 173542dfa61..ad0bb6303ab 100644 --- a/srcpkgs/python-cryptography/template +++ b/srcpkgs/python-cryptography/template @@ -1,7 +1,7 @@ # Template file for 'python-cryptography' pkgname=python-cryptography version=1.8.1 -revision=2 +revision=3 wrksrc="cryptography-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools libressl-devel From 40bd69c9b1a2047c2c373f68d5e8696af544de1c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:50 +0200 Subject: [PATCH 185/254] python-curl: rebuild for libressl-2.5.3 --- srcpkgs/python-curl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-curl/template b/srcpkgs/python-curl/template index ade4faefc98..5d7219ede3d 100644 --- a/srcpkgs/python-curl/template +++ b/srcpkgs/python-curl/template @@ -1,7 +1,7 @@ # Template file for 'python-curl' pkgname=python-curl version=7.43.0 -revision=4 +revision=5 wrksrc="pycurl-${version}" build_style=python-module hostmakedepends="python-devel python3-devel" From 9f967c6b6a982c568ae43fcd3ce45dd035d71324 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:50 +0200 Subject: [PATCH 186/254] python3: rebuild for libressl-2.5.3 --- srcpkgs/python3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 1e24784d70d..c21d6c6a35a 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -1,7 +1,7 @@ # Template file for 'python3' pkgname=python3 version=3.5.3 -revision=3 +revision=4 wrksrc="Python-${version}" short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)" maintainer="Juan RP " From fbc4d0f0a06760ceaf0c01191dc90731c4cef143 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:51 +0200 Subject: [PATCH 187/254] qca: rebuild for libressl-2.5.3 --- srcpkgs/qca/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qca/template b/srcpkgs/qca/template index faff7788ea3..60d2fbd9116 100644 --- a/srcpkgs/qca/template +++ b/srcpkgs/qca/template @@ -1,7 +1,7 @@ # Template file for 'qca' pkgname=qca version=2.1.0 -revision=10 +revision=11 build_style=cmake configure_args="-DBUILD_TESTS=0 -DQC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt -DQCA_FEATURE_INSTALL_DIR=/usr/share/qca/mkspecs -DWITH_ossl_PLUGIN=yes" From 9aa23b9d1b9fd0a1be8d204b99b4b2de25e4c7eb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:51 +0200 Subject: [PATCH 188/254] qca-qt5: rebuild for libressl-2.5.3 --- srcpkgs/qca-qt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qca-qt5/template b/srcpkgs/qca-qt5/template index 1ae3ba256ea..ebe01d8722b 100644 --- a/srcpkgs/qca-qt5/template +++ b/srcpkgs/qca-qt5/template @@ -1,7 +1,7 @@ # Template file for 'qca-qt5' pkgname=qca-qt5 version=2.1.3 -revision=1 +revision=2 wrksrc=${pkgname%-*}-${version} build_style=cmake configure_args="-DBUILD_TESTS=0 -DQCA_FEATURE_INSTALL_DIR=/usr/share/qca-qt5/mkspecs" From 407d1801f912051297c378d998c7d31e29f9317a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:51 +0200 Subject: [PATCH 189/254] qingy: rebuild for libressl-2.5.3 --- srcpkgs/qingy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qingy/template b/srcpkgs/qingy/template index aec106f2ca4..27727ae3fab 100644 --- a/srcpkgs/qingy/template +++ b/srcpkgs/qingy/template @@ -1,7 +1,7 @@ # Template file for 'qingy' pkgname=qingy version=1.0.0 -revision=21 +revision=22 lib32disabled=yes build_style=gnu-configure makedepends="ncurses-devel libressl-devel From c45ec3b7331ed3dcb89b49fc07ea89ca787a507d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:51 +0200 Subject: [PATCH 190/254] qt: rebuild for libressl-2.5.3 --- srcpkgs/qt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt/template b/srcpkgs/qt/template index 98d6ae36767..deb93bab600 100644 --- a/srcpkgs/qt/template +++ b/srcpkgs/qt/template @@ -1,7 +1,7 @@ # Template file for 'qt' pkgname=qt version=4.8.7 -revision=21 +revision=22 _distname=qt-everywhere-opensource-src patch_args="-Np1" wrksrc=${_distname}-${version} From 1d7829f8f470e6d68753ba2b4f050147af3d97fa Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:51 +0200 Subject: [PATCH 191/254] qt5: rebuild for libressl-2.5.3 --- srcpkgs/qt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index bbca20764d7..97e6708dcf9 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -1,7 +1,7 @@ # Template file for 'qt5' pkgname=qt5 version=5.8.0 -revision=4 +revision=5 wrksrc="qt-everywhere-opensource-src-${version}" build_style=gnu-configure homepage="http://qt.io/" From 166b3e52152cacc4510b0c85784cb347fd101eba Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:52 +0200 Subject: [PATCH 192/254] qupzilla: rebuild for libressl-2.5.3 --- srcpkgs/qupzilla/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template index 7303ed8f8d6..44f0c902c58 100644 --- a/srcpkgs/qupzilla/template +++ b/srcpkgs/qupzilla/template @@ -1,7 +1,7 @@ # Template file for 'qupzilla' pkgname=qupzilla version=2.1.2 -revision=1 +revision=2 wrksrc=QupZilla-${version} build_style=qmake hostmakedepends="pkg-config qt5-tools-devel qt5-declarative-devel qt5-location-devel From e22f29f05c6c95ec8be06df53be8995ff8699658 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:52 +0200 Subject: [PATCH 193/254] qupzilla1: rebuild for libressl-2.5.3 --- srcpkgs/qupzilla1/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qupzilla1/template b/srcpkgs/qupzilla1/template index e470e4481a6..ff34bc69c63 100644 --- a/srcpkgs/qupzilla1/template +++ b/srcpkgs/qupzilla1/template @@ -1,7 +1,7 @@ # Template file for 'qupzilla1' pkgname=qupzilla1 version=1.8.9 -revision=6 +revision=7 wrksrc=QupZilla-${version} build_style=qmake hostmakedepends="pkg-config" From 01f8f51a29cbdd17aa649b0aa203903a834ddf41 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:52 +0200 Subject: [PATCH 194/254] rdesktop: rebuild for libressl-2.5.3 --- srcpkgs/rdesktop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rdesktop/template b/srcpkgs/rdesktop/template index 5b1b09ae590..bea2f8c2748 100644 --- a/srcpkgs/rdesktop/template +++ b/srcpkgs/rdesktop/template @@ -1,7 +1,7 @@ # Template file for 'rdesktop' pkgname=rdesktop version=1.8.3 -revision=8 +revision=9 build_style=gnu-configure configure_args="--with-ipv6 --with-sound=alsa --with-openssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="pkg-config" From 076134ff0b6e732d3492c31802ea1cce86661316 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:52 +0200 Subject: [PATCH 195/254] rdis-git: rebuild for libressl-2.5.3 --- srcpkgs/rdis-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rdis-git/template b/srcpkgs/rdis-git/template index 427ee61acd2..be46897f110 100644 --- a/srcpkgs/rdis-git/template +++ b/srcpkgs/rdis-git/template @@ -1,7 +1,7 @@ # Template file for 'rdis-git' pkgname=rdis-git version=20150722 -revision=5 +revision=6 hostmakedepends="pkg-config git" makedepends="libressl-devel gtk+3-devel jansson-devel LuaJIT-devel udis86-devel" short_desc="A binary analysis tool for Linux" From ed976f7e9d18398cd0b8e41849559888bec477fc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:53 +0200 Subject: [PATCH 196/254] retroshare: rebuild for libressl-2.5.3 --- srcpkgs/retroshare/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/retroshare/template b/srcpkgs/retroshare/template index af0507b1c10..75213376826 100644 --- a/srcpkgs/retroshare/template +++ b/srcpkgs/retroshare/template @@ -1,7 +1,7 @@ # Template file for 'retroshare' pkgname=retroshare version=0.6.1 -revision=2 +revision=3 build_style=qmake wrksrc="RetroShare-${version}" homepage="http://retroshare.github.io" From 7707e3535bbc49789cb98940285d4fe3ea9194cd Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:53 +0200 Subject: [PATCH 197/254] rspamd: rebuild for libressl-2.5.3 --- srcpkgs/rspamd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template index 74997c3760a..a22ad289b79 100644 --- a/srcpkgs/rspamd/template +++ b/srcpkgs/rspamd/template @@ -1,7 +1,7 @@ # Template file for 'rspamd' pkgname=rspamd version=1.5.5 -revision=1 +revision=2 build_style=cmake configure_args=" -DRSPAMD_USER=rspamd From f40c8dbf58232b8862346ae8be91433ca89a8a2f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:53 +0200 Subject: [PATCH 198/254] rtmpdump: rebuild for libressl-2.5.3 --- srcpkgs/rtmpdump/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template index a1a72f82121..0c4831f6ea0 100644 --- a/srcpkgs/rtmpdump/template +++ b/srcpkgs/rtmpdump/template @@ -1,7 +1,7 @@ # Template file for 'rtmpdump' pkgname=rtmpdump version=2.4.20161210 -revision=2 +revision=3 _patchlevel=${version##*.} create_wrksrc=yes makedepends="zlib-devel libressl-devel" From a86198bbaa5a27505d65f6d45c69886052970cf8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:53 +0200 Subject: [PATCH 199/254] ruby: rebuild for libressl-2.5.3 --- srcpkgs/ruby/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby/template b/srcpkgs/ruby/template index 399b4f817f3..cba5e28515c 100644 --- a/srcpkgs/ruby/template +++ b/srcpkgs/ruby/template @@ -3,7 +3,7 @@ _ruby_abiver=2.4.0 pkgname=ruby version=2.4.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-shared --disable-rpath DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config" From 0ad6ee527982243aa8be85044233568d11e6539c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:54 +0200 Subject: [PATCH 200/254] s-nail: rebuild for libressl-2.5.3 --- srcpkgs/s-nail/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/s-nail/template b/srcpkgs/s-nail/template index aa0325a884a..bcca17e734d 100644 --- a/srcpkgs/s-nail/template +++ b/srcpkgs/s-nail/template @@ -1,7 +1,7 @@ # Template file for 's-nail' pkgname=s-nail version=14.8.16 -revision=1 +revision=2 makedepends="libressl-devel libidn-devel" conf_files="/etc/s-nail.rc" short_desc="Mail processing system with a command syntax reminiscent of ed" From bb07d757c0e158400999b5549a9f4af720e1a9f9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:54 +0200 Subject: [PATCH 201/254] s3fs-fuse: rebuild for libressl-2.5.3 --- srcpkgs/s3fs-fuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/s3fs-fuse/template b/srcpkgs/s3fs-fuse/template index 44dc79efa8a..f63267a85c0 100644 --- a/srcpkgs/s3fs-fuse/template +++ b/srcpkgs/s3fs-fuse/template @@ -1,7 +1,7 @@ # Template file for 's3fs-fuse' pkgname=s3fs-fuse version=1.80 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-openssl ac_cv_file__git=no" hostmakedepends="automake libtool pkg-config" From e4095144fa4dcf73b9893646b44d46e5b5230546 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:54 +0200 Subject: [PATCH 202/254] s6-networking: rebuild for libressl-2.5.3 --- srcpkgs/s6-networking/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template index 139b7ec2487..34fd32d07a7 100644 --- a/srcpkgs/s6-networking/template +++ b/srcpkgs/s6-networking/template @@ -1,7 +1,7 @@ # Template file for 's6-networking' pkgname=s6-networking version=2.3.0.0 -revision=1 +revision=2 build_style=gnu-configure makedepends="execline-devel libressl-devel skalibs-devel s6-devel s6-dns-devel" configure_args="--libdir=/usr/lib --enable-ssl=libressl" From 166c3e85aa010caec276784f6d6c66526f47cfd6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:54 +0200 Subject: [PATCH 203/254] scrypt: rebuild for libressl-2.5.3 --- srcpkgs/scrypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scrypt/template b/srcpkgs/scrypt/template index d7ab98062f3..467ee8c5eab 100644 --- a/srcpkgs/scrypt/template +++ b/srcpkgs/scrypt/template @@ -1,7 +1,7 @@ # Template file for 'scrypt' pkgname=scrypt version=1.2.1 -revision=1 +revision=2 build_style=gnu-configure makedepends="libressl-devel" short_desc="The scrypt key derivation function" From 7feeacad176586983c57d8c191f052c8029c2bc8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:54 +0200 Subject: [PATCH 204/254] seafile-client-qt: rebuild for libressl-2.5.3 --- srcpkgs/seafile-client-qt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index f24ce524ac5..88d75b4eaaa 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -1,7 +1,7 @@ # Template file for 'seafile-client-qt' pkgname=seafile-client-qt version=6.0.4 -revision=2 +revision=3 _sourcename="seafile-client" wrksrc="${_sourcename}-${version}" build_style=cmake From 5e8e887c1f17e556a5e59febf215ca345c788e8b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:55 +0200 Subject: [PATCH 205/254] seafile-libclient: rebuild for libressl-2.5.3 --- srcpkgs/seafile-libclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 50b1241b65c..dfe126b7d07 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,7 +1,7 @@ # Template file for 'seafile-libclient' pkgname=seafile-libclient version=6.0.4 -revision=2 +revision=3 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure From a77100f298e2f3fcc246f0e29b783bd6612c0035 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:55 +0200 Subject: [PATCH 206/254] serf: rebuild for libressl-2.5.3 --- srcpkgs/serf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/serf/template b/srcpkgs/serf/template index 5e8a7e1af35..469bb805ee4 100644 --- a/srcpkgs/serf/template +++ b/srcpkgs/serf/template @@ -1,7 +1,7 @@ # Template file for 'serf' pkgname=serf version=1.3.9 -revision=2 +revision=3 nocross=yes hostmakedepends="scons libressl-devel apr-util-devel" makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel" From 7aba6a70ec5502b2cf06d57292d00c22e0d84c7a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:55 +0200 Subject: [PATCH 207/254] sitecopy: rebuild for libressl-2.5.3 --- srcpkgs/sitecopy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sitecopy/template b/srcpkgs/sitecopy/template index c7b92714326..6901e898bd5 100644 --- a/srcpkgs/sitecopy/template +++ b/srcpkgs/sitecopy/template @@ -1,7 +1,7 @@ # Template file for 'sitecopy' pkgname=sitecopy version=0.16.6 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-ssl=openssl" hostmakedepends="pkg-config" From 950d8e5bb9c664d2ee8fed110a9bef5c97923c6a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:55 +0200 Subject: [PATCH 208/254] slrn: rebuild for libressl-2.5.3 --- srcpkgs/slrn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/slrn/template b/srcpkgs/slrn/template index 5fcfc6eceb5..1ba31ec4e59 100644 --- a/srcpkgs/slrn/template +++ b/srcpkgs/slrn/template @@ -2,7 +2,7 @@ pkgname=slrn version=1.0.3a wrksrc="${pkgname}-${version%a}" -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-slrnpull --with-ssl --with-slanginc=${XBPS_CROSS_BASE}/usr/include From 4b1ed62dea5d883ee7d1edfeabc4a7e4db1594ef Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:56 +0200 Subject: [PATCH 209/254] slurm-wlm: rebuild for libressl-2.5.3 --- srcpkgs/slurm-wlm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template index 54b50175acf..6f4a5dad4bc 100644 --- a/srcpkgs/slurm-wlm/template +++ b/srcpkgs/slurm-wlm/template @@ -1,7 +1,7 @@ # Template file for 'slurm-wlm' pkgname=slurm-wlm version=17.02.1.1 -revision=1 +revision=2 _distver="${version//./-}" wrksrc="slurm-slurm-${_distver}" build_style=gnu-configure From 668ae295776078f5e03d5ad4968b3ab76a79e6b1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:56 +0200 Subject: [PATCH 210/254] socat: rebuild for libressl-2.5.3 --- srcpkgs/socat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template index aa356551161..5eeca81f37c 100644 --- a/srcpkgs/socat/template +++ b/srcpkgs/socat/template @@ -1,7 +1,7 @@ # Template file for 'socat' pkgname=socat version=1.7.3.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-libwrap --enable-fips ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 From a9503fdc551fe3ca1ed8513caec7108419c5883c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:56 +0200 Subject: [PATCH 211/254] spice: rebuild for libressl-2.5.3 --- srcpkgs/spice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template index 406f59e6dd5..0c2c47ddb92 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -1,7 +1,7 @@ # Template file for 'spice' pkgname=spice version=0.13.3 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --enable-smartcard --with-sasl --disable-static --enable-xinerama --disable-celt051" From 07150ba9f7e2914fc42630c366547151ab60e9bc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:56 +0200 Subject: [PATCH 212/254] spice-gtk: rebuild for libressl-2.5.3 --- srcpkgs/spice-gtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index 4b30f548bb4..4b022e8461c 100644 --- a/srcpkgs/spice-gtk/template +++ b/srcpkgs/spice-gtk/template @@ -1,7 +1,7 @@ # Template file for 'spice-gtk' pkgname=spice-gtk version=0.33 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static --enable-vala $(vopt_enable gir introspection) --enable-smartcard=no --enable-usbredir --enable-polkit=yes From 18fec549bec65098e87ef28d7515679b714635d5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:57 +0200 Subject: [PATCH 213/254] spiped: rebuild for libressl-2.5.3 --- srcpkgs/spiped/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/spiped/template b/srcpkgs/spiped/template index 3635e5af0d7..1c59dc00876 100644 --- a/srcpkgs/spiped/template +++ b/srcpkgs/spiped/template @@ -1,7 +1,7 @@ # Template file for 'spiped' pkgname=spiped version=1.5.0 -revision=7 +revision=8 build_style=gnu-makefile makedepends="libressl-devel" short_desc="The spiped secure pipe daemon" From 053828504f9e598c3f15ba058710e0e2fbcb271f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:57 +0200 Subject: [PATCH 214/254] sqlcipher: rebuild for libressl-2.5.3 --- srcpkgs/sqlcipher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sqlcipher/template b/srcpkgs/sqlcipher/template index 2f8450afbfb..4b27a2818a3 100644 --- a/srcpkgs/sqlcipher/template +++ b/srcpkgs/sqlcipher/template @@ -1,7 +1,7 @@ # Template file for 'sqlcipher' pkgname=sqlcipher version=3.4.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-tempstore=yes" hostmakedepends="tcl" From b72fc2c13ee6302e94cadd645c444e17b142e986 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:57 +0200 Subject: [PATCH 215/254] squid: rebuild for libressl-2.5.3 --- srcpkgs/squid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/squid/template b/srcpkgs/squid/template index 7448369bd22..f8c7589470a 100644 --- a/srcpkgs/squid/template +++ b/srcpkgs/squid/template @@ -1,7 +1,7 @@ # Template file for 'squid' pkgname=squid version=3.5.25 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --sbindir=/usr/bin From 1cdd3595aa8bf50a9e344af14ed76ac9134402de Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:57 +0200 Subject: [PATCH 216/254] stunnel: rebuild for libressl-2.5.3 --- srcpkgs/stunnel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template index 58866e411ac..7069b3649ab 100644 --- a/srcpkgs/stunnel/template +++ b/srcpkgs/stunnel/template @@ -1,7 +1,7 @@ # Template file for 'stunnel' pkgname=stunnel version=5.41 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="perl" From 62c145e9158f4d7d7925d43a98db00dca6bdc604 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:57 +0200 Subject: [PATCH 217/254] swiften: rebuild for libressl-2.5.3 --- srcpkgs/swiften/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/swiften/template b/srcpkgs/swiften/template index 393735f7423..1788e85c486 100644 --- a/srcpkgs/swiften/template +++ b/srcpkgs/swiften/template @@ -1,7 +1,7 @@ # Template file for 'swiften' pkgname=swiften version=3.0 -revision=3 +revision=4 build_style=scons hostmakedepends="scons" makedepends="boost-devel libressl-devel libxml2-devel libidn-devel" From 98ff330abc1fd50d6273968906480f5a5c8da1ab Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:58 +0200 Subject: [PATCH 218/254] sylpheed: rebuild for libressl-2.5.3 --- srcpkgs/sylpheed/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sylpheed/template b/srcpkgs/sylpheed/template index 49806d10365..a76264ea4ba 100644 --- a/srcpkgs/sylpheed/template +++ b/srcpkgs/sylpheed/template @@ -1,7 +1,7 @@ # Template build file for 'sylpheed'. pkgname=sylpheed version=3.5.1 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure configure_args="--disable-compface --disable-gtkspell --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr" From d1da6c7d1c5cd6424141014518d60e867f59155a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:58 +0200 Subject: [PATCH 219/254] synergy: rebuild for libressl-2.5.3 --- srcpkgs/synergy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/synergy/template b/srcpkgs/synergy/template index b543e936fa3..a706329ce59 100644 --- a/srcpkgs/synergy/template +++ b/srcpkgs/synergy/template @@ -1,7 +1,7 @@ # Template file for 'synergy' pkgname=synergy version=1.8.8 -revision=1 +revision=2 wrksrc="${pkgname}-${version}-stable" build_style=cmake hostmakedepends="unzip pkg-config" From ca362a2bc8b714b167de96cfdbd3e9d22e3d7221 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:58 +0200 Subject: [PATCH 220/254] sysdig: rebuild for libressl-2.5.3 --- srcpkgs/sysdig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template index 520da9a8e92..0a6373b1720 100644 --- a/srcpkgs/sysdig/template +++ b/srcpkgs/sysdig/template @@ -1,7 +1,7 @@ # Template file for 'sysdig' pkgname=sysdig version=0.15.1 -revision=1 +revision=2 build_style=cmake configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF" From c459ec3497b14b947e194114c396c48e0a529435 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:58 +0200 Subject: [PATCH 221/254] tcpdump: rebuild for libressl-2.5.3 --- srcpkgs/tcpdump/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tcpdump/template b/srcpkgs/tcpdump/template index 77d5eff82dd..1beb44905e5 100644 --- a/srcpkgs/tcpdump/template +++ b/srcpkgs/tcpdump/template @@ -1,7 +1,7 @@ # Template file for 'tcpdump' pkgname=tcpdump version=4.9.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-ipv6 td_cv_buggygetaddrinfo=no" makedepends="libpcap-devel libressl-devel" From 3108ccc6a36227492f7bade6fb6020cd30d02ebf Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:59 +0200 Subject: [PATCH 222/254] tcpflow: rebuild for libressl-2.5.3 --- srcpkgs/tcpflow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tcpflow/template b/srcpkgs/tcpflow/template index 67a8c93564e..6ef11b9ceb3 100644 --- a/srcpkgs/tcpflow/template +++ b/srcpkgs/tcpflow/template @@ -1,7 +1,7 @@ # Template file for 'tcpflow' pkgname=tcpflow version=1.4.5 -revision=4 +revision=5 build_style=gnu-configure hostmakedepends="automake" makedepends="libpcap-devel zlib-devel libressl-devel boost-devel" From 0540d50c18596a2455850bd54147514e7f794737 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:59 +0200 Subject: [PATCH 223/254] telepathy-salut: rebuild for libressl-2.5.3 --- srcpkgs/telepathy-salut/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/telepathy-salut/template b/srcpkgs/telepathy-salut/template index 1bedfdc97f1..27e489adbf2 100644 --- a/srcpkgs/telepathy-salut/template +++ b/srcpkgs/telepathy-salut/template @@ -1,7 +1,7 @@ # Template file for 'telepathy-salut' pkgname=telepathy-salut version=0.8.1 -revision=12 +revision=13 lib32disabled=yes build_style=gnu-configure configure_args="--disable-tests --disable-plugins --with-tls=openssl From 82fb7c037a06cc6dd3752951d6001bfa01768244 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:59 +0200 Subject: [PATCH 224/254] tinc: rebuild for libressl-2.5.3 --- srcpkgs/tinc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tinc/template b/srcpkgs/tinc/template index cb61523875f..e2795df1b87 100644 --- a/srcpkgs/tinc/template +++ b/srcpkgs/tinc/template @@ -1,7 +1,7 @@ # Template file for 'tinc' pkgname=tinc version=1.0.31 -revision=1 +revision=2 build_style=gnu-configure makedepends="zlib-devel lzo-devel libressl-devel" short_desc="VPN (Virtual Private Network) daemon" From 4884195350361807bef700e07f8339af49c8c169 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:59 +0200 Subject: [PATCH 225/254] tlsdate: rebuild for libressl-2.5.3 --- srcpkgs/tlsdate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tlsdate/template b/srcpkgs/tlsdate/template index f74d8a187a7..b2aad11649e 100644 --- a/srcpkgs/tlsdate/template +++ b/srcpkgs/tlsdate/template @@ -1,7 +1,7 @@ # Template file for 'tlsdate' pkgname=tlsdate version=0.0.13 -revision=8 +revision=9 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--with-polarssl=no ac_cv_func_clock_gettime=yes" From b88d3bf802e0180731e52e95b9be9aec5bacf0f5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:00 +0200 Subject: [PATCH 226/254] tnftp: rebuild for libressl-2.5.3 --- srcpkgs/tnftp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tnftp/template b/srcpkgs/tnftp/template index 83379189b31..9a17c3145bc 100644 --- a/srcpkgs/tnftp/template +++ b/srcpkgs/tnftp/template @@ -1,7 +1,7 @@ # Template file for 'tnftp' pkgname=tnftp version=20151004 -revision=3 +revision=4 build_style=gnu-configure makedepends="libressl-devel ncurses-devel" short_desc="NetBSD enhanced ftp client" From 7fd18a2158baeaeda09713ad782bf153bc321d63 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:00 +0200 Subject: [PATCH 227/254] tor: rebuild for libressl-2.5.3 --- srcpkgs/tor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tor/template b/srcpkgs/tor/template index 8518d5b8532..4114b500be9 100644 --- a/srcpkgs/tor/template +++ b/srcpkgs/tor/template @@ -1,7 +1,7 @@ # Template file for 'tor' pkgname=tor version=0.2.9.10 -revision=2 +revision=3 build_style=gnu-configure makedepends="zlib-devel libressl-devel libevent-devel libseccomp-devel" depends="ca-certificates torsocks" From 63d81b1b8475eee8731550df1a876818773b495b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:00 +0200 Subject: [PATCH 228/254] tpm-tools: rebuild for libressl-2.5.3 --- srcpkgs/tpm-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tpm-tools/template b/srcpkgs/tpm-tools/template index 6a36bb703b2..2add6d870a5 100644 --- a/srcpkgs/tpm-tools/template +++ b/srcpkgs/tpm-tools/template @@ -1,7 +1,7 @@ # Template file for 'tpm-tools' pkgname=tpm-tools version=1.3.8 -revision=3 +revision=4 build_style=gnu-configure makedepends="libressl-devel trousers-devel" short_desc="Manage and diagnose tools for a Trusted Platform Module (TPM)" From 7a7eb90d7ea4ba8ad8d38135a9fa071c5683b801 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:00 +0200 Subject: [PATCH 229/254] transmission: rebuild for libressl-2.5.3 --- srcpkgs/transmission/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template index d420fae2bde..c8dc0636bf7 100644 --- a/srcpkgs/transmission/template +++ b/srcpkgs/transmission/template @@ -1,7 +1,7 @@ # Template file for 'transmission' pkgname=transmission version=2.92 -revision=6 +revision=7 build_style=gnu-configure configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp --without-systemd-daemon" hostmakedepends="pkg-config intltool" From fc14e4e14f2426121253bdf03ebb0e3c8d02224a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:00 +0200 Subject: [PATCH 230/254] trousers: rebuild for libressl-2.5.3 --- srcpkgs/trousers/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/trousers/template b/srcpkgs/trousers/template index b3d990315ad..c38e29138f5 100644 --- a/srcpkgs/trousers/template +++ b/srcpkgs/trousers/template @@ -1,7 +1,7 @@ # Template file for 'trousers' pkgname=trousers version=0.3.13 -revision=3 +revision=4 build_style=gnu-configure conf_files="/etc/tcsd.conf" makedepends="libressl-devel" From d245aaa15ff0ff81e388eb32f9eb9f66f205494e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:01 +0200 Subject: [PATCH 231/254] tvheadend: rebuild for libressl-2.5.3 --- srcpkgs/tvheadend/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tvheadend/template b/srcpkgs/tvheadend/template index cf51e2d0a9b..9021e7645b7 100644 --- a/srcpkgs/tvheadend/template +++ b/srcpkgs/tvheadend/template @@ -1,7 +1,7 @@ # Template file for 'tvheadend' pkgname=tvheadend version=4.1 -revision=6 +revision=7 wrksrc=tvheadend-${version} build_style=gnu-configure configure_args="--disable-dvbscan" From c5dc7387e82993045dbcc512d636af538dce0295 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:01 +0200 Subject: [PATCH 232/254] ucspi-ssl: rebuild for libressl-2.5.3 --- srcpkgs/ucspi-ssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ucspi-ssl/template b/srcpkgs/ucspi-ssl/template index e3c60e802aa..52712f2c282 100644 --- a/srcpkgs/ucspi-ssl/template +++ b/srcpkgs/ucspi-ssl/template @@ -1,7 +1,7 @@ # Template file for 'ucspi-ssl' pkgname=ucspi-ssl version=0.99 -revision=1 +revision=2 short_desc="Command-line tools for building SSL client-server applications" maintainer="Evan Deaubl " license="Public Domain" From 1b60e57b166838ae9944a6ad2b2c743d224a5c0a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:01 +0200 Subject: [PATCH 233/254] uget: rebuild for libressl-2.5.3 --- srcpkgs/uget/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/uget/template b/srcpkgs/uget/template index 4c17ee422dd..9763c6bd3bf 100644 --- a/srcpkgs/uget/template +++ b/srcpkgs/uget/template @@ -1,7 +1,7 @@ # Template file for 'uget' pkgname=uget version=2.1.5 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config intltool" makedepends="libnotify-devel gtk+3-devel libcurl-devel gstreamer1-devel" From 170f3386338bb9c1779464f3f10d1c1bd96b881a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:01 +0200 Subject: [PATCH 234/254] umurmur: rebuild for libressl-2.5.3 --- srcpkgs/umurmur/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/umurmur/template b/srcpkgs/umurmur/template index b7c6d702169..7f362c78f9d 100644 --- a/srcpkgs/umurmur/template +++ b/srcpkgs/umurmur/template @@ -1,7 +1,7 @@ # Template file for 'umurmur' pkgname=umurmur version=0.2.16a -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-shmapi --with-ssl=openssl" conf_files="/etc/umurmur/umurmur.conf" From 98a42758259a4904f6e2138c6d694156e5828da0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:02 +0200 Subject: [PATCH 235/254] unbound: rebuild for libressl-2.5.3 --- srcpkgs/unbound/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index b8a8fe6e7dc..97aa0e755ad 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,7 +1,7 @@ # Template file for 'unbound' pkgname=unbound version=1.6.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr From 71559cbb0b03a26e4a514546aaa42ab27fe75cc0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:02 +0200 Subject: [PATCH 236/254] vanitygen: rebuild for libressl-2.5.3 --- srcpkgs/vanitygen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vanitygen/template b/srcpkgs/vanitygen/template index 45abb08d21a..9661d16e0eb 100644 --- a/srcpkgs/vanitygen/template +++ b/srcpkgs/vanitygen/template @@ -1,7 +1,7 @@ # Template file for 'vanitygen' pkgname=vanitygen version=0.21 -revision=11 +revision=12 makedepends="pcre-devel libressl-devel" short_desc="Bitcoin vanity address generator" maintainer="Juan RP " From c394efa20b8efcaad33418eafdcba92d07693ea0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:02 +0200 Subject: [PATCH 237/254] vboot-utils: rebuild for libressl-2.5.3 --- srcpkgs/vboot-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vboot-utils/template b/srcpkgs/vboot-utils/template index 44a523e3689..197fc1c1e83 100644 --- a/srcpkgs/vboot-utils/template +++ b/srcpkgs/vboot-utils/template @@ -1,7 +1,7 @@ # Template file for 'vboot-utils' pkgname=vboot-utils version=45.7262 -revision=7 +revision=8 _githash=0e8c964915fffb58032bb59bdb31949de718ca90 hostmakedepends="pkg-config git" makedepends="libressl-devel libuuid-devel liblzma-devel libyaml-devel" From 992e105066925d1f48f79b32c12a924963de2092 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:02 +0200 Subject: [PATCH 238/254] vde2: rebuild for libressl-2.5.3 --- srcpkgs/vde2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vde2/template b/srcpkgs/vde2/template index 4e02b49e9ac..0671a3d5181 100644 --- a/srcpkgs/vde2/template +++ b/srcpkgs/vde2/template @@ -1,7 +1,7 @@ # Template file for 'vde2' pkgname=vde2 version=2.3.2 -revision=16 +revision=17 build_style=gnu-configure configure_args="--disable-static --enable-experimental --disable-python --enable-kernel-switch" From be9e7c53bf40ebb61e694ad4d9a8ca6c794d75c2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:03 +0200 Subject: [PATCH 239/254] virtualbox-ose: rebuild for libressl-2.5.3 --- srcpkgs/virtualbox-ose/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template index 1d79b51d1e5..d2f59bf8377 100644 --- a/srcpkgs/virtualbox-ose/template +++ b/srcpkgs/virtualbox-ose/template @@ -1,7 +1,7 @@ # Template file for 'virtualbox-ose' pkgname=virtualbox-ose version=5.1.18 -revision=2 +revision=3 wrksrc="VirtualBox-${version}" short_desc="General-purpose full virtualizer for x86 hardware" maintainer="Juan RP " From af90648d9d2749df1f19c741897802a2096c214b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:03 +0200 Subject: [PATCH 240/254] virtuoso: rebuild for libressl-2.5.3 --- srcpkgs/virtuoso/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virtuoso/template b/srcpkgs/virtuoso/template index b489a3129e1..c471623d376 100644 --- a/srcpkgs/virtuoso/template +++ b/srcpkgs/virtuoso/template @@ -1,7 +1,7 @@ # Template file for 'virtuoso' pkgname=virtuoso version=6.1.8 -revision=9 +revision=10 build_style=gnu-configure wrksrc="${pkgname}-opensource-${version}" hostmakedepends="flex gperf net-tools" From e0250939316f2ca7c81dd80933a70b5375e7d740 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:03 +0200 Subject: [PATCH 241/254] vsftpd: rebuild for libressl-2.5.3 --- srcpkgs/vsftpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vsftpd/template b/srcpkgs/vsftpd/template index 71a15babe68..4c5adf9c470 100644 --- a/srcpkgs/vsftpd/template +++ b/srcpkgs/vsftpd/template @@ -1,7 +1,7 @@ # Template file for 'vsftpd' pkgname=vsftpd version=3.0.3 -revision=6 +revision=7 build_style=gnu-makefile makedepends="pam-devel libcap-devel libressl-devel" short_desc="FTP deamon with focus on security" From 41d00b533d1300fae61a8db59d12c04c099cba35 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:03 +0200 Subject: [PATCH 242/254] w3m: rebuild for libressl-2.5.3 --- srcpkgs/w3m/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/w3m/template b/srcpkgs/w3m/template index 85c5ab7fa59..c96cbd2b19c 100644 --- a/srcpkgs/w3m/template +++ b/srcpkgs/w3m/template @@ -1,7 +1,7 @@ # Template file for 'w3m' pkgname=w3m version=0.5.3.git20170102 -revision=1 +revision=2 wrksrc="${pkgname}-${version/.git/-git}" build_style=gnu-configure configure_args=" From 9fa6c7ecb9314132e3e02c2b517986d4678294ba Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:03 +0200 Subject: [PATCH 243/254] warzone2100: rebuild for libressl-2.5.3 --- srcpkgs/warzone2100/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/warzone2100/template b/srcpkgs/warzone2100/template index 77393b5fcfd..18a0937b49a 100644 --- a/srcpkgs/warzone2100/template +++ b/srcpkgs/warzone2100/template @@ -1,7 +1,7 @@ # Template file for 'warzone2100' pkgname=warzone2100 version=3.2.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-distributor=void" hostmakedepends="zip unzip asciidoc pkg-config perl" From b303167f3b49d430ad414c442bdcdd2ce3783c8f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:04 +0200 Subject: [PATCH 244/254] wget: rebuild for libressl-2.5.3 --- srcpkgs/wget/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wget/template b/srcpkgs/wget/template index 488a99b2321..f324fc969a7 100644 --- a/srcpkgs/wget/template +++ b/srcpkgs/wget/template @@ -1,7 +1,7 @@ # Template file for 'wget' pkgname=wget version=1.19.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')" hostmakedepends="perl pkg-config" From 1ff7f89acb793575685b381b1e3f4dd7d367729b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:04 +0200 Subject: [PATCH 245/254] wireshark: rebuild for libressl-2.5.3 --- srcpkgs/wireshark/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 133c8ad66e9..697d394c1ae 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,7 +1,7 @@ # Template file for 'wireshark' pkgname=wireshark version=2.2.5 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua --with-krb5 --with-gtk=3 --with-qt=5 --without-portaudio CC_FOR_BUILD=cc" From 19ebdff450f2baf704f5eb066856599e3d697e5b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:04 +0200 Subject: [PATCH 246/254] wpa_supplicant: rebuild for libressl-2.5.3 --- srcpkgs/wpa_supplicant/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wpa_supplicant/template b/srcpkgs/wpa_supplicant/template index 0b72301f0a3..c412e197ddf 100644 --- a/srcpkgs/wpa_supplicant/template +++ b/srcpkgs/wpa_supplicant/template @@ -1,7 +1,7 @@ # Template file for 'wpa_supplicant' pkgname=wpa_supplicant version=2.6 -revision=5 +revision=6 build_wrksrc=$pkgname short_desc="WPA/WPA2/IEEE 802.1X Supplicant" maintainer="Juan RP " From 580618086e4bf91ce3ab02a70ff4fb07a1313ebf Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:04 +0200 Subject: [PATCH 247/254] wvstreams: rebuild for libressl-2.5.3 --- srcpkgs/wvstreams/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wvstreams/template b/srcpkgs/wvstreams/template index 2de75fe887f..d7ab9c2c443 100644 --- a/srcpkgs/wvstreams/template +++ b/srcpkgs/wvstreams/template @@ -1,7 +1,7 @@ # Template file for 'wvstreams' pkgname=wvstreams version=4.6.1 -revision=13 +revision=14 build_style=gnu-configure maintainer="Enno Boland " license="LGPL-2" From b3b520ddb5e8a353859c93916a26e8ad033a995a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:05 +0200 Subject: [PATCH 248/254] x11vnc: rebuild for libressl-2.5.3 --- srcpkgs/x11vnc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/x11vnc/template b/srcpkgs/x11vnc/template index 83f6ee9c86a..2a3f47aedde 100644 --- a/srcpkgs/x11vnc/template +++ b/srcpkgs/x11vnc/template @@ -1,7 +1,7 @@ # Template file for 'x11vnc' pkgname=x11vnc version=0.9.13 -revision=11 +revision=12 build_style=gnu-configure makedepends="zlib-devel libX11-devel libXtst-devel libXinerama-devel libXdamage-devel libXrandr-devel libressl-devel libjpeg-turbo-devel" short_desc="VNC server for real X displays" From 7b8d672a2ee8ee4974fd9970e2241bd60dc7b319 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:05 +0200 Subject: [PATCH 249/254] xar: rebuild for libressl-2.5.3 --- srcpkgs/xar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xar/template b/srcpkgs/xar/template index 138c3accbdf..f31c7c0ccaf 100644 --- a/srcpkgs/xar/template +++ b/srcpkgs/xar/template @@ -1,7 +1,7 @@ # Template file for 'xar' pkgname=xar version=1.6.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="ac_cv_sizeof_uid_t=4" makedepends="zlib-devel bzip2-devel e2fsprogs-devel acl-devel libxml2-devel libressl-devel" From 33d2465f4371f2253b3478f0c3d8428924a64b0b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:05 +0200 Subject: [PATCH 250/254] xchat: rebuild for libressl-2.5.3 --- srcpkgs/xchat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xchat/template b/srcpkgs/xchat/template index 10cd4af737d..22b6d583c8a 100644 --- a/srcpkgs/xchat/template +++ b/srcpkgs/xchat/template @@ -1,7 +1,7 @@ # Template file for 'xchat' pkgname=xchat version=2.8.8 -revision=15 +revision=16 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config gdk-pixbuf-devel perl" From 356f2fab5236a23f386f4c4fe3ebf6ed6a94d67e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:06 +0200 Subject: [PATCH 251/254] xorg-server: rebuild for libressl-2.5.3 --- srcpkgs/xorg-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xorg-server/template b/srcpkgs/xorg-server/template index 5c5a9f1a219..cbc02d1e5fd 100644 --- a/srcpkgs/xorg-server/template +++ b/srcpkgs/xorg-server/template @@ -1,7 +1,7 @@ # Template build file for 'xorg-server'. pkgname=xorg-server version=1.19.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-ipv6 --enable-record --enable-xorg --enable-xnest --enable-xephyr --enable-composite --enable-xvfb From 1d88d47c0c2be5e6bb3fa8a9c14c013a1551d915 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:06 +0200 Subject: [PATCH 252/254] zathura-pdf-mupdf: rebuild for libressl-2.5.3 --- srcpkgs/zathura-pdf-mupdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zathura-pdf-mupdf/template b/srcpkgs/zathura-pdf-mupdf/template index 178b10360a6..b9b4e778a0e 100644 --- a/srcpkgs/zathura-pdf-mupdf/template +++ b/srcpkgs/zathura-pdf-mupdf/template @@ -1,7 +1,7 @@ # Template file for 'zathura-pdf-mupdf' pkgname=zathura-pdf-mupdf version=0.3.1 -revision=2 +revision=3 build_style=gnu-makefile make_build_args="MUPDF_LIB=-lmupdf MUPDF_LIB+=-lmujs" maintainer="lemmi " From e502979dbbfa520b675c7702a74328e4b547563d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:06 +0200 Subject: [PATCH 253/254] zbackup: rebuild for libressl-2.5.3 --- srcpkgs/zbackup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zbackup/template b/srcpkgs/zbackup/template index 48ca2fe4017..e879ee3d649 100644 --- a/srcpkgs/zbackup/template +++ b/srcpkgs/zbackup/template @@ -1,7 +1,7 @@ # Template file for 'zbackup' pkgname=zbackup version=1.4.4 -revision=3 +revision=4 build_style=cmake hostmakedepends="protobuf" makedepends="zlib-devel liblzma-devel protobuf-devel libressl-devel lzo-devel" From 56d8af911e567fa3dc6f05f71cd324f47acfd8e4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:33:06 +0200 Subject: [PATCH 254/254] znc: rebuild for libressl-2.5.3 --- srcpkgs/znc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template index a61a643042d..a180e665541 100644 --- a/srcpkgs/znc/template +++ b/srcpkgs/znc/template @@ -1,7 +1,7 @@ # Template file for 'znc' pkgname=znc version=1.6.5 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-python --enable-perl --enable-tcl --enable-cyrus" hostmakedepends="pkg-config perl"