diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-19 13:42:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-19 13:42:59 +0100 |
commit | 7876df969bf80521794bf6966d7df87fa40113d3 (patch) | |
tree | be0fa82118a71ffffad398196b2a294798a8cce0 | |
parent | 0aa541511d41d23b562d4afc7b4a69cc12bd99c3 (diff) |
subversion: update to latest LTS, update dependency neon
-rw-r--r-- | package/apr-util/Makefile | 3 | ||||
-rw-r--r-- | package/neon/Makefile | 8 | ||||
-rw-r--r-- | package/subversion/Makefile | 9 |
3 files changed, 11 insertions, 9 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile index 7046779ac..3ee12d26b 100644 --- a/package/apr-util/Makefile +++ b/package/apr-util/Makefile @@ -23,7 +23,8 @@ $(eval $(call PKG_template,APR_UTIL,apr-util,${PKG_VERSION}-${PKG_RELEASE},${PKG CONFIGURE_ARGS+= --without-berkeley-db \ --with-apr=${STAGING_TARGET_DIR}/usr \ - --with-expat=${STAGING_TARGET_DIR}/usr + --with-expat=${STAGING_TARGET_DIR}/usr \ + --without-iconv XAKE_FLAGS+= apr_builddir=${STAGING_TARGET_DIR}/usr/share/build-1 \ apr_builders=${STAGING_TARGET_DIR}/usr/share/build-1 diff --git a/package/neon/Makefile b/package/neon/Makefile index 936a1e030..3501eceed 100644 --- a/package/neon/Makefile +++ b/package/neon/Makefile @@ -4,16 +4,16 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= neon -PKG_VERSION:= 0.30.1 +PKG_VERSION:= 0.32.1 PKG_RELEASE:= 1 -PKG_HASH:= 00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd +PKG_HASH:= 05c54bc115030c89e463a4fb28d3a3f8215879528ba5ca70d676d3d21bf3af52 PKG_DESCR:= http and webdav library PKG_SECTION:= libs/misc PKG_DEPENDS:= libxml2 zlib libressl PKG_BUILDDEP:= libxml2 zlib libressl PKG_NEEDS:= threads -PKG_URL:= http://webdav.org/neon/ -PKG_SITES:= http://webdav.org/neon/ +PKG_URL:= https://notroj.github.io/neon/ +PKG_SITES:= https://notroj.github.io/neon/ PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz diff --git a/package/subversion/Makefile b/package/subversion/Makefile index 6dee93e16..0c42d76a1 100644 --- a/package/subversion/Makefile +++ b/package/subversion/Makefile @@ -4,13 +4,13 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= subversion -PKG_VERSION:= 1.9.5 +PKG_VERSION:= 1.14.1 PKG_RELEASE:= 1 -PKG_HASH:= 280ba586c5d51d7b976b65d22d5e8e42f3908ed1c968d71120dcf534ce857a83 +PKG_HASH:= dee2796abaa1f5351e6cc2a60b1917beb8238af548b20d3e1ec22760ab2f0cad PKG_DESCR:= revision control program PKG_SECTION:= dev/scm -PKG_DEPENDS:= zlib apr apr-util libexpat libsqlite neon -PKG_BUILDDEP:= apr-util expat apr zlib sqlite neon +PKG_DEPENDS:= zlib apr apr-util libexpat libsqlite neon liblz4 +PKG_BUILDDEP:= apr-util expat apr zlib sqlite neon lz4 PKG_URL:= http://subversion.apache.org/ PKG_SITES:= http://artfiles.org/apache.org/subversion/ @@ -23,6 +23,7 @@ $(eval $(call PKG_template,SUBVERSION,subversion,${PKG_VERSION}-${PKG_RELEASE},$ TARGET_LDFLAGS+= -ltinfo CONFIGURE_ARGS+= --with-apr=${STAGING_TARGET_DIR}/usr/bin/apr-1-config \ --with-apr-util=${STAGING_TARGET_DIR}/usr/bin/apr-1-config \ + --with-utf8proc=internal \ --disable-mod-activation \ --disable-keychain \ --without-apxs \ |