[arch-commits] Commit in partimage/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Apr 5 09:21:14 UTC 2017
Date: Wednesday, April 5, 2017 @ 09:21:13
Author: jgc
Revision: 220549
upgpkg: partimage 0.6.9-11
Use OpenSSL 1.1
Modified:
partimage/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-05 09:19:54 UTC (rev 220548)
+++ PKGBUILD 2017-04-05 09:21:13 UTC (rev 220549)
@@ -6,12 +6,12 @@
pkgname=partimage
pkgver=0.6.9
-pkgrel=10
+pkgrel=11
pkgdesc='Partition Image saves partitions in many formats to an image file.'
arch=('i686' 'x86_64')
url='http://www.partimage.org/'
license=('GPL')
-depends=('libnewt' 'bzip2' 'openssl-1.0')
+depends=('libnewt' 'bzip2' 'openssl')
backup=('etc/partimaged/partimagedusers')
install='partimage.install'
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
@@ -30,6 +30,8 @@
patch -Np1 -i ../partimage-0.6.9-zlib-1.2.6.patch
patch -Np1 -i ../use-SSLv3-by-default.patch
+
+ sed -e 's/CRYPTO_lock/X509_new/g' -i configure
}
build() {
@@ -39,8 +41,6 @@
--prefix=/usr \
--sysconfdir=/etc \
--sbindir=/usr/bin \
- --with-ssl-lib='/usr/lib/openssl-1.0' \
- --with-ssl-headers='/usr/include/openssl-1.0' \
--enable-pam
make
More information about the arch-commits
mailing list