diff options
| author | Roy Li <rongqing.li@windriver.com> | 2015-04-27 16:12:29 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-28 07:56:55 +0100 |
| commit | a03039caec29a158941b67fed676d0237ac06a14 (patch) | |
| tree | b5ab23532decdbb49e891e65186558f64ea6fedc /meta/recipes-devtools/subversion/subversion_1.8.13.bb | |
| parent | 6bae518c1099f1afc0148581844eb0453bdd1d1f (diff) | |
| download | poky-a03039caec29a158941b67fed676d0237ac06a14.tar.gz | |
subversion: upgrade it from 1.8.11 to 1.8.13
upgrade to fix two CVE defects: CVE-2015-0248 and CVE-2015-0251
(From OE-Core rev: cb00b9e0330970b5c768aae9ddd4703a7172acbe)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.8.13.bb')
| -rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.8.13.bb | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.8.13.bb b/meta/recipes-devtools/subversion/subversion_1.8.13.bb new file mode 100644 index 0000000000..7ef7dfb52a --- /dev/null +++ b/meta/recipes-devtools/subversion/subversion_1.8.13.bb | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | SUMMARY = "Subversion (svn) version control system client" | ||
| 2 | SECTION = "console/network" | ||
| 3 | DEPENDS = "apr-util serf sqlite3 file" | ||
| 4 | RDEPENDS_${PN} = "serf" | ||
| 5 | LICENSE = "Apache-2" | ||
| 6 | HOMEPAGE = "http://subversion.tigris.org" | ||
| 7 | |||
| 8 | BBCLASSEXTEND = "native" | ||
| 9 | |||
| 10 | inherit gettext pythonnative | ||
| 11 | |||
| 12 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | ||
| 13 | file://libtool2.patch \ | ||
| 14 | file://disable_macos.patch \ | ||
| 15 | " | ||
| 16 | SRC_URI[md5sum] = "4413417b529d7bdf82f74e50df02e88b" | ||
| 17 | SRC_URI[sha256sum] = "1099cc68840753b48aedb3a27ebd1e2afbcc84ddb871412e5d500e843d607579" | ||
| 18 | |||
| 19 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c2f0119e478700b5428e26386cff923" | ||
| 20 | |||
| 21 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | ||
| 22 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring" | ||
| 23 | |||
| 24 | EXTRA_OECONF = " \ | ||
| 25 | --without-berkeley-db --without-apxs \ | ||
| 26 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ | ||
| 27 | --with-apr-util=${STAGING_BINDIR_CROSS} \ | ||
| 28 | --disable-keychain \ | ||
| 29 | ac_cv_path_RUBY=none" | ||
| 30 | |||
| 31 | inherit autotools | ||
| 32 | |||
| 33 | export LDFLAGS += " -L${STAGING_LIBDIR} " | ||
| 34 | CPPFLAGS += "-P" | ||
| 35 | |||
| 36 | acpaths = "-I build/ -I build/ac-macros/" | ||
| 37 | |||
| 38 | do_configure_prepend () { | ||
| 39 | rm -f ${S}/libtool | ||
| 40 | rm -f ${S}/build/libtool.m4 ${S}/build/ltmain.sh ${S}/build/ltoptions.m4 ${S}/build/ltsugar.m4 ${S}/build/ltversion.m4 ${S}/build/lt~obsolete.m4 | ||
| 41 | rm -f ${S}/aclocal.m4 | ||
| 42 | sed -i -e 's:with_sasl="/usr/local":with_sasl="${STAGING_DIR}":' ${S}/build/ac-macros/sasl.m4 | ||
| 43 | } | ||
| 44 | |||
| 45 | #| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_ra_local/libsvn_ra_local-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib'| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_repos/libsvn_repos-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib'| /usr/bin/ld: cannot find -lsvn_delta-1| collect2: ld returned 1 exit status| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_ra_svn/libsvn_ra_svn-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib'| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_ra_serf/libsvn_ra_serf-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib' | ||
| 46 | #| x86_64-linux-libtool: install: error: relink `libsvn_ra_serf-1.la' with the above command before installing it | ||
| 47 | #| x86_64-linux-libtool: install: warning: `../../subversion/libsvn_repos/libsvn_repos-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib' | ||
| 48 | #| /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/subversion-1.8.9/build-outputs.mk:1090: recipe for target 'install-serf-lib' failed | ||
| 49 | #| make: *** [install-serf-lib] Error 1 | ||
| 50 | PARALLEL_MAKEINST = "" | ||
