| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=368fmk7iktln05tl32ljo54umj; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 02:00:27 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
subversi..
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/subversion, Version control system, meta-package
[
Branch: CURRENT, Version: 1.14.5, Package name: subversion-1.14.5, Maintainer: pkgsrc-users
The goal of the Subversion project is to build a version control
system that is a compelling replacement for CVS in the open source
community. The software is released under an Apache/BSD-style open
source license.
This is a meta-package. It installs no files, but it depends on all
the Subversion components, including the base package with the
subversion client and server, the apache module, and four language
bindings. (If you just want the basic svn and svnadmin programs see
devel/subversion-base.)
Required to run:
[www/serf] [www/ap2-subversion] [devel/py-subversion] [devel/p5-subversion] [devel/subversion-base] [devel/ruby-subversion] [archivers/lz4] [converters/utf8proc] [lang/python37]
Required to build:
[www/apache24] [pkgtools/cwrappers]
Package options: serf
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
subversi..doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/subversion, Version control system, meta-package
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.14.5, Package name: subversion-1.14.5, Maintainer: pkgsrc-users
The goal of the Subversion project is to build a version control
system that is a compelling replacement for CVS in the open source
community. The software is released under an Apache/BSD-style open
source license.
This is a meta-package. It installs no files, but it depends on all
the Subversion components, including the base package with the
subversion client and server, the apache module, and four language
bindings. (If you just want the basic svn and svnadmin programs see
devel/subversion-base.)
Required to run:
[www/serf] [www/ap2-subversion] [devel/py-subversion] [devel/p5-subversion] [devel/subversion-base] [devel/ruby-subversion] [archivers/lz4] [converters/utf8proc] [lang/python37]
Required to build:
[www/apache24] [pkgtools/cwrappers]
Package options: serf
Master sites:
- https://downloads.apache.org/subversion/ (Download)
- https://archive.apache.org/dist/subversion/ (Download)
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-12-31) Updated to version: subversion-1.14.5
- (2024-10-10) Updated to version: subversion-1.14.4
CVS history: (Expand)
| 2024-12-31 18:33:17 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message: subversion: updated to 1.14.5 Apache Subversion 1.14.5. This is a stable bugfix and security release of the Apache Subversion open source version control system. Among regular bug fixes, this release fixes CVE-2024-46901: mod_dav_svn denial-of-service via control characters in paths It has been discovered that the patch for CVE-2013-1968 was incomplete and unintentionally left mod_dav_svn vulnerable to control characters in filenames. If a path or a revision-property which contains control characters is committed to a repository then SVN operations served by mod_dav_svn can be disrupted. |
| 2024-10-09 23:15:43 by Benny Siegert | Files touched by this commit (9) | |
Log message: subversion: update to 1.14.4 This is a security release but the issue is Windows-only AFAICT. This is a stable bugfix and security release of the Apache Subversion open source version control system. Among regular bug fixes, this release fixes CVE-2024-45720: Subversion command line argument injection on Windows platforms On Windows platforms, a "best fit" character encoding conversion of command line arguments to Subversion's executables (e.g., svn.exe, etc.) may lead to unexpected command line argument interpretation, including argument injection and execution of other programs, if a specially crafted command line argument string is processed. UNIX-like platforms are not affected. Reported by: Orange Tsai and splitline from DEVCORE Research Team Full advisory: https://subversion.apache.org/security/CVE-2024-45720-advisory.txt https://subversion.apache.org/security/CVE-2024-45720-advisory.txt.asc |
| 2024-02-10 15:42:40 by Takahiro Kambe | Files touched by this commit (21) |
Log message: Bump revision by changing default version of Ruby. |
| 2023-12-29 12:30:53 by Adam Ciarcinski | Files touched by this commit (11) | |
Log message: subversion: updated to 1.14.3 Version 1.14.3 User-visible changes: - Client-side bugfixes: * Fix svn:mergeinfo diff parser bug when parsing forward merges * Fix redirected URL handling with file externals - Server-side bugfixes: (none) Developer-visible changes: * swig-rb: Fix uses of 'File.exist?', deprecated since Ruby 2.1 * Build: Fix uses of deprecated Python APIs * Build: Retain ability to build SWIG Python 2 bindings * Fix reading WC lock status with svn_wc_status2_t * JavaHL: Add @Deprecated to silence compiler warnings * JavaHL: Fix crash in case of null message in getMessage * Fix build breakage of release tarballs by installed swig * Add regression test for issue 4711 "invalid xml file" * swig-py: Fix building with SWIG 4.1.0 * Makefile.in: Fix cleaning of __pycache__ dirs and *.pyc * swig-py: Avoid deprecated options to SWIG >= 4.1.0 * swig-py: Use sysconfig to allow building with Python 3.12 * INSTALL: Document not to use SVN with APR 1.7.3 on Windows * Fix test suite broken by syntax error when --enable-sasl * swig-py: Improve error when no external diff * autogen.sh: Fix building when Python is not named "python" |
| 2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2297) |
Log message: *: bump for openssl 3 |
| 2023-10-23 16:26:46 by Michael Baeuerle | Files touched by this commit (20) |
Log message: Recursive revbump for new ABI major version of converters/utf8proc |
| 2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |
| 2022-08-17 21:59:39 by Roland Illig | Files touched by this commit (1) |
Log message: subversion: remove unknown configure option '--with-neon' |
