mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
burp2-server: update to 2.1.32.
Closes: #13128 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ffe1090c8d
commit
fc2714e11f
3 changed files with 13 additions and 18 deletions
|
@ -1,3 +0,0 @@
|
||||||
burp 2.1.24 fix encryption_password key length issue reintroduced in 2.1.18.
|
|
||||||
Backups made by 2.1.18 to 2.1.22 using encryption_password should be
|
|
||||||
considered broken.
|
|
|
@ -2,28 +2,24 @@
|
||||||
_desc="A network-based backup and restore program"
|
_desc="A network-based backup and restore program"
|
||||||
|
|
||||||
pkgname=burp2-server
|
pkgname=burp2-server
|
||||||
version=2.1.30
|
version=2.1.32
|
||||||
revision=1
|
revision=1
|
||||||
|
configure_args="--sysconfdir=/etc/burp --sbindir=/usr/bin"
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
makedepends="acl-devel libressl-devel librsync-devel ncurses-devel uthash
|
||||||
|
yajl-devel zlib-devel"
|
||||||
|
# unique binary for both client and server: server depends on client package.
|
||||||
|
depends="burp2-client"
|
||||||
|
checkdepends="check-devel"
|
||||||
short_desc="${_desc} - Server"
|
short_desc="${_desc} - Server"
|
||||||
maintainer="Pierre Bourgin <pierre.bourgin@free.fr>"
|
maintainer="Pierre Bourgin <pierre.bourgin@free.fr>"
|
||||||
license="AGPL-3, BSD, GPL-2.1 and LGPL-2.1"
|
license="AGPL-3, BSD-3-Clause, LGPL-2.1-or-later"
|
||||||
homepage="http://burp.grke.org/"
|
homepage="http://burp.grke.org/"
|
||||||
wrksrc="burp-${version}"
|
wrksrc="burp-${version}"
|
||||||
patch_args='-Np1'
|
|
||||||
distfiles="https://github.com/grke/burp/archive/${version}.tar.gz"
|
distfiles="https://github.com/grke/burp/archive/${version}.tar.gz"
|
||||||
checksum=7f1e7ea74361241f015abee47c1fc8064b4295ee25cae99a6f7ca16f47694b5e
|
checksum=1b2299670032eb5f0fc0783b7989b1cc6227d3d0758452a42b50d167b63d8d30
|
||||||
|
|
||||||
hostmakedepends="automake libtool perl pkg-config"
|
|
||||||
makedepends="
|
|
||||||
libressl-devel zlib-devel librsync-devel ncurses-devel
|
|
||||||
acl-devel uthash yajl-devel"
|
|
||||||
checkdepends="check-devel"
|
|
||||||
|
|
||||||
# unique binary for both client and server: server depends on client package.
|
|
||||||
depends="burp2-client-${version}_${revision}"
|
|
||||||
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--sysconfdir=/etc/burp --sbindir=/usr/bin"
|
|
||||||
# 'install-all': also install config files and scripts
|
# 'install-all': also install config files and scripts
|
||||||
make_install_target="install-all"
|
make_install_target="install-all"
|
||||||
conf_files="/etc/burp/burp-server.conf"
|
conf_files="/etc/burp/burp-server.conf"
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
pkgname=burp
|
pkgname=burp
|
||||||
|
# 2018-04: 2.2.x are latest version releases
|
||||||
|
ignore="2.2.*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue