Merge pull request #6751 from Hoshpak/update-filezilla

Update filezilla to 3.26.2
This commit is contained in:
Enno Boland 2017-06-20 00:11:25 +02:00 committed by GitHub
commit 74cd696f42
3 changed files with 14 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.25.2
version=3.26.2
revision=1
nocross=yes
build_style=gnu-configure
@ -15,4 +15,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://filezilla-project.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
checksum=559b0adbc1aff862dddbce95ed8a4a854c7a255b1de79efba9eabe459381aacd
checksum=c234cb566ae7ceca46d5fa72dbf8be085a1a3ed589dccbe90978ddb9420bac7f

View file

@ -0,0 +1,11 @@
--- lib/libfilezilla/util.hpp 2017/06/01 19:28:46 8431
+++ lib/libfilezilla/util.hpp 2017/06/02 15:08:22 8432
@@ -28,7 +28,7 @@
/** \brief Get random uniformly distributed bytes
*/
-std::vector<uint8_t> random_bytes(size_t size);
+std::vector<uint8_t> FZ_PUBLIC_SYMBOL random_bytes(size_t size);
}

View file

@ -1,7 +1,7 @@
# Template file for 'libfilezilla'
pkgname=libfilezilla
version=0.9.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static"
short_desc="A small and modern C++ library, which offers some basic functionalities"