burp2: update to 2.2.16

This commit is contained in:
yopito 2019-02-13 06:14:07 +01:00 committed by maxice8
parent eec8fb384f
commit f750d37458
3 changed files with 13 additions and 10 deletions

View File

@ -0,0 +1,3 @@
Configuration directives have changed between 2.1.32 and 2.2.16:
* `address` and `port` are replaced by `listen` (combined)
* `status_address` and `status_port` are replaced by `status_listen` (combined)

View File

@ -1,10 +1,10 @@
# Template file for 'burp2-server' # Template file for 'burp2-server'
_desc="A network-based backup and restore program" _desc="Network-based backup and restore program"
pkgname=burp2-server pkgname=burp2-server
version=2.1.32 version=2.2.16
revision=4 revision=1
configure_args="--sysconfdir=/etc/burp --sbindir=/usr/bin" configure_args="--sysconfdir=/etc/burp"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="acl-devel libressl-devel librsync-devel ncurses-devel uthash makedepends="acl-devel libressl-devel librsync-devel ncurses-devel uthash
@ -14,11 +14,11 @@ depends="burp2-client"
checkdepends="check-devel" 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-3-Clause, LGPL-2.1-or-later" license="AGPL-3.0-or-later, BSD-3-Clause, LGPL-2.1-or-later"
homepage="http://burp.grke.org/" homepage="http://burp.grke.org/"
wrksrc="burp-${version}" wrksrc="burp-${version}"
distfiles="https://github.com/grke/burp/archive/${version}.tar.gz" distfiles="https://github.com/grke/burp/archive/${version}.tar.gz"
checksum=1b2299670032eb5f0fc0783b7989b1cc6227d3d0758452a42b50d167b63d8d30 checksum=56a4c7fdc679365d3fdb5b1046a277d6cf1c44003f3bdc38921984b496d6c3c9
# '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
@ -57,7 +57,7 @@ post_install() {
} }
burp2-client_package() { burp2-client_package() {
short_desc="${_desc} - client" short_desc="${_desc} - Client"
# openssl binary needed by burp_ca script # openssl binary needed by burp_ca script
depends="libressl" depends="libressl"
conf_files="/etc/burp/burp.conf" conf_files="/etc/burp/burp.conf"
@ -78,7 +78,7 @@ burp2-client_package() {
} }
burp2-doc_package() { burp2-doc_package() {
short_desc="${_desc} - doc and examples" short_desc="${_desc} - Doc and examples"
noarch=yes noarch=yes
pkg_install() { pkg_install() {
vmove "usr/share/doc/burp" vmove "usr/share/doc/burp"

View File

@ -1,3 +1,3 @@
pkgname=burp pkgname=burp
# 2018-04: 2.2.x are latest version releases # 2019-02: 2.3.x are latest releases (unstable)
ignore="2.2.*" ignore="2.3.*"