aboutsummaryrefslogtreecommitdiff
path: root/net/subversion
Commit message (Collapse)AuthorAge
* apr/subversion: fix subversion build and apache-mod-php8 build regression ↵Michael Heimpold2024-02-17
| | | | | | | | | | | | | | | (fixes #23460) The recent upgrade of apr included a change with should fix the subversion build. Unfortunately, this fix resulted in a build regression of apache-mod-php8. The new approach is to pass the locations of the apr config helpers to configure via parameter. Fixes: 68dd7b7cf632 ("apr: update to 1.7.4") Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* subversion: update to 1.14.3krant2024-02-05
| | | | | | | | - Adopt the package - Remove default configure options - Rebase the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* subversion: update to 1.14.1Jan Pavlinec2021-03-08
| | | | | | Fixes CVE-2020-17525 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* subversion: fix compilation with full NLSRosen Penev2020-12-11
| | | | | | Needs a linker flag. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* subversion: update to 1.14.0Rosen Penev2020-12-08
| | | | | | | | | Remove several configure options. apr-(utils) has been fixed, which makes them useless. Also removed PKG_BUILD_DEPENDS for that reason. Simplify NLS with autoreconf_bool. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* subversion: fix build failureSebastian Kemper2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit a62c0e5 apu-1-config is no longer being stipped down with regards to being called with "--link-libtool". Example: $ ./staging_dir/target-mips_24kc_musl/usr/bin/apu-1-config --link-libtool -L/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -R/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -laprutil-1 $ Before the mentioned commit the "-R" argument was stripped off. And when the Makefile adds this to TARGET_LDFLAGS this then ends up in the compiler test, as an argument for the compiler, causing build failure: checking whether the C compiler works... no configure: error: in `/builder/shared-workdir/build/sdk/build_dir/target-arm_mpcore+vfp_musl_eabi/subversion-1.13.0': configure: error: C compiler cannot create executables config.log shows what's wrong: configure:3140: x86_64-openwrt-linux-musl-gcc -Os -pipe ... <snip> ... -R/home/sk/tmp/sdk/master-x86-64/staging_dir/target-x86_64_musl/usr/lib -laprutil-1 conftest.c >&5 x86_64-openwrt-linux-musl-gcc: error: unrecognized command line option '-R' This commit does away with these flags, they're not needed anyway. FPIC is also removed, because it's detrimental to the applications [1] and unnecessary as well. Fixes: #11139 [1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* subversion: add libsqlite3 dependSebastian Kemper2020-01-15
| | | | | | | apr-util was updated. It doesn't provide the depend on libsqlite3 anymore, so this needs to be added to the subversion package now. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* subversion: update to the latest releaseVal Kulkov2019-10-30
| | | | | | Update to subversion v1.13.0, the latest regular release. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: add PKG_CPE_IDJan Pavlinec2019-08-14
| | | | | | | | Changes: Description replace tabs Add PKG_CPE_ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* subversion: update to the latest releaseVal Kulkov2019-08-05
| | | | | | | Update to the latest maintenance release, fixing CVE-2018-11782 and CVE-2019-0203 among other things. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: partial revert of b32f8d4ff0Val Kulkov2019-05-14
| | | | | | | | Commit b32f8d4ff035272706a1d559992cfd6bc1ffe560 broke compilation of Subversion on systems where unixodbc package is present. This partial revert fixes issue #8975. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: revise MakefileVal Kulkov2019-04-28
| | | | Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: update to the latest stable releaseVal Kulkov2019-04-27
| | | | | | Update to version 1.12.0. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: bump to the latest stable bugfix releaseVal Kulkov2019-01-11
| | | | | | Update to Apache Subversion 1.11.1. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: bump to the latest stable releaseVal Kulkov2018-12-21
| | | | | | Update to subversion 1.11.0. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: bump to the latest stable bugfix releaseVal Kulkov2018-07-24
| | | | | | While at it, add build dependency on apr-util. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: update to 1.10.0Val Kulkov2018-04-13
| | | | | | Update from 1.9.7 to 1.10.0. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: update to 1.9.7Val Kulkov2017-08-10
| | | | | | | | This is a straightforward update to the latest version that fixes a security issue per CVE-2017-9800: http://subversion.apache.org/security/CVE-2017-9800-advisory.txt Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: update to v1.9.6Val Kulkov2017-07-06
| | | | | | Update Subversion packages to the latest release, v1.9.6. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: add unixodbc dependencyVal Kulkov2017-01-19
| | | | | | | | | | | Compile tested: LEDE HEAD If unixodbc package is present in the environment, subversion fails to compile due to missing dependencies. Fixes the dependency on unixodbc if unixodbc package is selected. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* update subversion from 1.9.4 to 1.9.5Val Kulkov2016-11-30
| | | | | | | Compile tested: ar71xx Run tested: ar71xx Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* subversion: bring back from oldpackages and update to current versionDonald Rumata2016-06-11
Bring back Subversion from oldpackages and update to the latest version. Create prerm script to stop subversion server and remove init script on uninstall. Signed-off-by: Donald Rumata <donald.rumata@gmail.com>