diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-11 09:11:21 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-11 09:11:21 +0200 |
commit | 8ece8e2775cb189874a0e490934cea2f39dbb734 (patch) | |
tree | 44731e372012431918fa416cb3ba6c68d7c41466 | |
parent | da6353c9e7e6e6accfe72ee4cb5165bdf580b18a (diff) |
neon: bump version
Closes #4321
Old neon version wasn't compatible with our openssl version, so bump
the version. This also fixes some security related bugs.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | package/neon/neon.mk | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -32,7 +32,7 @@ libevent, libglib2, libiconv, libreplaygain, libroxml, libsamplerate, libsndfile, libsoup, libsvgtiny, libtool, lighttpd, linux-fusion, lite, lsof, lzo, lzop, mcookie, - mpg123, mpd, mpfr, musepack, mysql_client, ncurses, netcat, + mpg123, mpd, mpfr, musepack, mysql_client, ncurses, neon, netcat, netsnmp, ntfs-3g, ntfsprogs, openssh, openssl, python, qt, radvd, rsync, samba, sawman, sdl_sound, smartmontools, sqlite, squid, sylpheed, taglib, tar, tcpreplay, tslib, usbutils, @@ -63,6 +63,7 @@ #4165: lrzsz-fix-symlink-at-rebuild.patch #4171: makedevs-unused-but-set-variable.patch #4183: Codesourcery toolchain download site has changed + #4231: libneon.so: undefined reference to `SSL_SESSION_cmp' 2011.08, Released August 31th, 2011: diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 4e171886e..95664d7dc 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -3,7 +3,7 @@ # neon # ############################################################# -NEON_VERSION:=0.28.3 +NEON_VERSION:=0.29.6 NEON_SITE:=http://www.webdav.org/neon/ NEON_INSTALL_STAGING:=YES NEON_CONF_OPT:=--without-gssapi --disable-rpath |