burp2: update to 2.0.38 (#4126)

This commit is contained in:
yopito 2016-05-03 09:59:11 +02:00 committed by Michael Gehring
parent f0b5c95eba
commit 453be253cc

View File

@ -2,15 +2,15 @@
_desc="A network-based backup and restore program"
pkgname=burp2-server
version=2.0.36
version=2.0.38
revision=1
short_desc="${_desc} - Server"
maintainer="Pierre Bourgin <pierre.bourgin@free.fr>"
license="AGPL-3, BSD, GPL-2.1 and LGPL-2.1"
homepage="http://burp.grke.org/"
wrksrc="burp-${version}"
distfiles="https://github.com/grke/burp/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=9f2d1ca3c3216088e409448e3a04738bf78325279b8887273afe3a9cf53d964d
distfiles="${SOURCEFORGE_SITE}/burp/burp-${version}/burp-${version}.tar.bz2"
checksum=8c531f4ec94e5ead93cbdcf4900a74eae3ae2e93211ab694074c26e0e8363b7e
hostmakedepends="automake libtool perl"
makedepends="
@ -37,10 +37,6 @@ post_install() {
vdoc "UPGRADING"
vlicense "LICENSE"
# /usr/sbin/burp_ca is hardcoded in conf files
sed -e "s,/usr/sbin/burp_ca,/usr/bin/burp_ca,g" \
-i ${DESTDIR}/etc/burp/burp-server.conf
# storage folder
touch -f ${PKGDESTDIR}/var/spool/burp/.empty_on_purpose
@ -79,10 +75,6 @@ burp2-client_package() {
vdoc "README"
vlicense "LICENSE"
# /usr/sbin/burp_ca is hardcoded in conf files
sed -e "s,/usr/sbin/burp_ca,/usr/bin/burp_ca,g" \
-i ${PKGDESTDIR}/etc/burp/burp.conf
# burp_ca requires directory CA-client
touch -f ${PKGDESTDIR}/etc/burp/CA-client/.empty_on_purpose
}