diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-09-28 11:07:50 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-28 22:15:45 +0200 |
commit | 4965192f60a9d484a91787079122a7f9322a4f82 (patch) | |
tree | 4a89ad686180b5e5d6783c13ba60d37ea9b46400 /package/subversion/subversion.hash | |
parent | 315f7d421a1a30d3645cf4cce9d778f083a11b3e (diff) | |
download | buildroot-4965192f60a9d484a91787079122a7f9322a4f82.tar.gz buildroot-4965192f60a9d484a91787079122a7f9322a4f82.zip |
subversion: bump to version 1.9.2
- Bump to version 1.9.2.
- Update the hash file.
- Use a tar.bz2 tarball to save space and bandwidth.
- Fix a typo in the berkeley-db configure option.
- Remove non-existent configure options: neon, gssapi and ssl.
- Remove neon dependency: is not needed to build subversion.
- Tweak the 0001-dont-mangle-cflags.patch for the 1.9.2 version and to
patch configure.ac instead of configure.
- Add a new 0002-disable-macos-specific-features.patch to remove a
configure check for Mach-O (and two more) which breaks the build when
cross-compiling.
- Enable autoreconf since we are patching the configure.ac.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/subversion/subversion.hash')
-rw-r--r-- | package/subversion/subversion.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/subversion/subversion.hash b/package/subversion/subversion.hash index b6a0e88617..7806374765 100644 --- a/package/subversion/subversion.hash +++ b/package/subversion/subversion.hash @@ -1,2 +1,2 @@ -# From https://mail-archives.apache.org/mod_mbox/subversion-dev/201412.mbox/%3C548F4EEB.7030601@apache.org%3E -sha1 bb3cd135bbd856e7f0f2d59313f075b9bbec9848 subversion-1.7.19.tar.gz +# From http://subversion.apache.org/download.cgi#recommended-release +sha1 fb9db3b7ddf48ae37aa8785872301b59bfcc7017 subversion-1.9.2.tar.bz2 |