burp2: update to 2.1.24 (#9808)
This commit is contained in:
parent
64b0ab64dd
commit
7ed4f1a237
|
@ -1,3 +1,3 @@
|
|||
!!WARNING!! burp 2.x client DOES NOT WORK with burp server 1.x
|
||||
|
||||
If using a burp-server 1.x, install the burp-client (v1.x) package instead.
|
||||
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,7 +2,7 @@
|
|||
_desc="A network-based backup and restore program"
|
||||
|
||||
pkgname=burp2-server
|
||||
version=2.1.22
|
||||
version=2.1.24
|
||||
revision=1
|
||||
short_desc="${_desc} - Server"
|
||||
maintainer="Pierre Bourgin <pierre.bourgin@free.fr>"
|
||||
|
@ -11,7 +11,7 @@ homepage="http://burp.grke.org/"
|
|||
wrksrc="burp-${version}"
|
||||
patch_args='-Np1'
|
||||
distfiles="https://github.com/grke/burp/archive/${version}.tar.gz"
|
||||
checksum=052eaa3d30392e00ec63d30587d4748d468ebb78f40f6c9612355e93f8add093
|
||||
checksum=dbd4bc4e26f180d057b416d75a3706510962b995baaf917a082c6df8ed5b9259
|
||||
|
||||
hostmakedepends="automake libtool perl pkg-config"
|
||||
makedepends="
|
||||
|
|
Loading…
Reference in New Issue