libarchive/xbps: rebuild against libressl-2.1.3.
This commit is contained in:
parent
20f555c736
commit
72cf4bf932
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libarchive'
|
# Template file for 'libarchive'
|
||||||
pkgname=libarchive
|
pkgname=libarchive
|
||||||
version=3.1.2
|
version=3.1.2
|
||||||
revision=14
|
revision=15
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
||||||
|
@ -9,7 +9,7 @@ configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
||||||
--without-xml2 --without-nettle --disable-rpath ac_cv_func_lchmod=no"
|
--without-xml2 --without-nettle --disable-rpath ac_cv_func_lchmod=no"
|
||||||
makedepends="zlib-devel bzip2-devel liblzma-devel>=5.2
|
makedepends="zlib-devel bzip2-devel liblzma-devel>=5.2
|
||||||
$(vopt_if acl acl-devel) $(vopt_if expat expat-devel)
|
$(vopt_if acl acl-devel) $(vopt_if expat expat-devel)
|
||||||
$(vopt_if lzo lzo-devel) $(vopt_if ssl 'libressl-devel>=2.1.2')"
|
$(vopt_if lzo lzo-devel) $(vopt_if ssl 'libressl-devel>=2.1.3')"
|
||||||
short_desc="Library to read/write several different streaming archive formats"
|
short_desc="Library to read/write several different streaming archive formats"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.libarchive.org/"
|
homepage="http://www.libarchive.org/"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.43.1
|
version=0.43.1
|
||||||
revision=4
|
revision=5
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
|
@ -11,7 +11,7 @@ license="2-clause-BSD"
|
||||||
distfiles="https://github.com/voidlinux/xbps/archive/${version}.tar.gz"
|
distfiles="https://github.com/voidlinux/xbps/archive/${version}.tar.gz"
|
||||||
checksum=d8a2511dbeb7bccad0bf0bfd4fa9e46c5483c523db1f30bdd179c24ddf244e26
|
checksum=d8a2511dbeb7bccad0bf0bfd4fa9e46c5483c523db1f30bdd179c24ddf244e26
|
||||||
|
|
||||||
makedepends="zlib-devel libressl-devel>=2.1.2 libarchive-devel>=3.1.2"
|
makedepends="zlib-devel libressl-devel>=2.1.3 libarchive-devel>=3.1.2"
|
||||||
depends="xbps-triggers>=0.75"
|
depends="xbps-triggers>=0.75"
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
if [ -z "$CHROOT_READY" ]; then
|
||||||
|
|
Loading…
Reference in New Issue