summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-16 00:22:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-16 00:23:05 +0200
commit5e8bd1b53a2be6aeb33aa9b31c6de094a78b4a9e (patch)
treec112d041585096ed8e16b9afb28228e09aa350c2 /package
parent4e311acdf8fe37ddbd20a86e77e385a4f686364e (diff)
update to latest upstream version
Diffstat (limited to 'package')
-rw-r--r--package/apr-util/Makefile6
-rw-r--r--package/apr/Makefile6
-rw-r--r--package/subversion/Makefile8
3 files changed, 10 insertions, 10 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile
index 4db335d99..9c27ef7b8 100644
--- a/package/apr-util/Makefile
+++ b/package/apr-util/Makefile
@@ -4,15 +4,15 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= apr-util
-PKG_VERSION:= 1.4.1
+PKG_VERSION:= 1.5.3
PKG_RELEASE:= 1
-PKG_MD5SUM:= 666a5d56098a9debf998510e304c8095
+PKG_MD5SUM:= 05939f9a3ae0a4b314e4f8e467082019
PKG_DESCR:= apache portable runtime utility library
PKG_SECTION:= libs/misc
PKG_DEPENDS:= libexpat apr
PKG_BUILDDEP:= expat apr
PKG_URL:= http://apr.apache.org/
-PKG_SITES:= http://apache.mirror.clusters.cc/apr/
+PKG_SITES:= http://apache.cs.utah.edu/apr/
PKG_OPTS:= dev
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/apr/Makefile b/package/apr/Makefile
index f942e8ec4..b6fd74d5d 100644
--- a/package/apr/Makefile
+++ b/package/apr/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= apr
-PKG_VERSION:= 1.4.6
-PKG_RELEASE:= 2
-PKG_MD5SUM:= 76cc4457fbb71eefdafa27dba8f511fb
+PKG_VERSION:= 1.5.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= d3538d67e6455f48cc935d8f0a50a1c3
PKG_DESCR:= apache portable runtime library
PKG_SECTION:= libs/misc
PKG_DEPENDS:= libpthread
diff --git a/package/subversion/Makefile b/package/subversion/Makefile
index a9456bc26..fde816aa8 100644
--- a/package/subversion/Makefile
+++ b/package/subversion/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= subversion
-PKG_VERSION:= 1.7.8
-PKG_RELEASE:= 3
-PKG_MD5SUM:= 17fe81c30fe0f785b2100ebadb3dc580
+PKG_VERSION:= 1.7.18
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 2bb90e8b72ee511309438ec2e4cc3761
PKG_DESCR:= revision control program
PKG_SECTION:= dev/scm
PKG_DEPENDS:= zlib apr apr-util libexpat libsqlite neon
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --with-apr=${STAGING_TARGET_DIR}/usr/bin/apr-1-config \
--without-jdk \
--disable-javahl \
--without-berkeley-db
-CONFIGURE_ENV+= LIBS='-lsqlite3 -laprutil-1 -lapr-1 -lexpat -liconv -ltinfo'
+CONFIGURE_ENV+= LIBS='-lsqlite3 -laprutil-1 -lapr-1 -lexpat -ltinfo'
INSTALL_TARGET:= external-install local-install
subversion-install: