diff --git a/srcpkgs/burp2-server/burp2-server.INSTALL.msg b/srcpkgs/burp2-server/burp2-server.INSTALL.msg new file mode 100644 index 00000000000..e519c5fdc1c --- /dev/null +++ b/srcpkgs/burp2-server/burp2-server.INSTALL.msg @@ -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) diff --git a/srcpkgs/burp2-server/template b/srcpkgs/burp2-server/template index 4314b588f38..409f955c683 100644 --- a/srcpkgs/burp2-server/template +++ b/srcpkgs/burp2-server/template @@ -1,10 +1,10 @@ # Template file for 'burp2-server' -_desc="A network-based backup and restore program" +_desc="Network-based backup and restore program" pkgname=burp2-server -version=2.1.32 -revision=4 -configure_args="--sysconfdir=/etc/burp --sbindir=/usr/bin" +version=2.2.16 +revision=1 +configure_args="--sysconfdir=/etc/burp" build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="acl-devel libressl-devel librsync-devel ncurses-devel uthash @@ -14,11 +14,11 @@ depends="burp2-client" checkdepends="check-devel" short_desc="${_desc} - Server" maintainer="Pierre Bourgin " -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/" wrksrc="burp-${version}" distfiles="https://github.com/grke/burp/archive/${version}.tar.gz" -checksum=1b2299670032eb5f0fc0783b7989b1cc6227d3d0758452a42b50d167b63d8d30 +checksum=56a4c7fdc679365d3fdb5b1046a277d6cf1c44003f3bdc38921984b496d6c3c9 # 'install-all': also install config files and scripts make_install_target=install-all @@ -57,7 +57,7 @@ post_install() { } burp2-client_package() { - short_desc="${_desc} - client" + short_desc="${_desc} - Client" # openssl binary needed by burp_ca script depends="libressl" conf_files="/etc/burp/burp.conf" @@ -78,7 +78,7 @@ burp2-client_package() { } burp2-doc_package() { - short_desc="${_desc} - doc and examples" + short_desc="${_desc} - Doc and examples" noarch=yes pkg_install() { vmove "usr/share/doc/burp" diff --git a/srcpkgs/burp2-server/update b/srcpkgs/burp2-server/update index a06c7c03ee9..a07b270a980 100644 --- a/srcpkgs/burp2-server/update +++ b/srcpkgs/burp2-server/update @@ -1,3 +1,3 @@ pkgname=burp -# 2018-04: 2.2.x are latest version releases -ignore="2.2.*" +# 2019-02: 2.3.x are latest releases (unstable) +ignore="2.3.*"