Port details on branch 2022Q2 |
- subversion Version control system
- 1.14.2 devel
=0 1.14.2Version of this port present on the latest quarterly branch. - Maintainer: lev@FreeBSD.org
 - Port Added: 2022-04-24 08:24:22
- Last Update: 2022-04-22 09:46:05
- Commit Hash: fac8303
- License: APACHE20
- WWW:
- http://subversion.apache.org/
- Description:
- Subversion is a version control system designed to be as similar to cvs(1)
as possible, while fixing many outstanding problems with cvs(1).
WWW: http://subversion.apache.org/
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- subversion>0:devel/subversion
- Conflicts:
- CONFLICTS_INSTALL:
- subversion-lts
- subversion-1.[0-9].[0-9]*
- subversion-1.[^1][0-9].[0-9]*
- To install the port:
- cd /usr/ports/devel/subversion/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/subversion
- pkg install subversion
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: subversion
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649858194
SHA256 (subversion-1.14.2.tar.bz2) = c9130e8d0b75728a66f0e7038fc77052e671830d785b5616aad53b4810d3cc28
SIZE (subversion-1.14.2.tar.bz2) = 8606570
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- devel/p5-subversion
- devel/py-subversion
- devel/ruby-subversion
- java/java-subversion
- security/subversion-gnome-keyring
- www/mod_dav_svn
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gpg-agent : security/gnupg
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- gpg-agent : security/gnupg
- Library dependencies:
-
- libapr-1.so : devel/apr1
- libsqlite3.so : databases/sqlite3
- libexpat.so : textproc/expat2
- libutf8proc.so : textproc/utf8proc
- liblz4.so : archivers/liblz4
- libserf-1.so : www/serf
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- devel/p5-subversion
- devel/py-subversion
- devel/ruby-subversion
- java/java-subversion
- security/subversion-gnome-keyring
- www/mod_dav_svn
Configuration Options:
- ===> The following configuration options are available for subversion-1.14.2:
BDB=off: Berkeley DB support
DOCS=on: Build and/or install documentation
FREEBSD_TEMPLATE=on: FreeBSD Project log template
GPG_AGENT=on: Enable GPG agent password store
NLS=on: Native Language Support
SASL=off: SASL authentication support
SERF=on: WebDAV/Delta-V (HTTP/HTTPS) repo access module
STATIC=off: No shared libs (disables SVN integration)
SVNSERVE_WRAPPER=off: Enable svnserve wrapper (umask setter)
TEST=off: Run subversion test suite
TOOLS=on: Install several tools
===> Use 'make config' to modify these settings
- Options name:
- devel_subversion
- USES:
- shebangfix python:3.5+,env cpe libtool pathfix pkgconfig shebangfix tar:bzip2 gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.2 22 Apr 2022 09:46:05
    |
Lev A. Serebryakov (lev)  |
devel/subversion: Fix build with SVNSERVE_WRAPPER=on
PR: 263274
(cherry picked from commit 32d20960fffb61219dd79dda52b2baee18d9e004) |
1.14.2 22 Apr 2022 09:46:05
    |
Lev A. Serebryakov (lev)  |
devel/subversion: Make all binaries stripping explicit.
Running ${STRIP_CMD} on non-binary file can left zero-length
temporary file.
Strip all binaries explicitly, with list of them and loop, instead
of calling ${STRIP_CMD} with '*'.
(cherry picked from commit 59cb6bb257fe2d25041e9e0781c246ca6fcc2669) |
1.14.2 22 Apr 2022 09:46:04
    |
Lev A. Serebryakov (lev)  |
devel/subversion: Update to latest version 1.14.2, fix two CVEs
Update subversion to 1.14.2. This fix two CVEs.
Also, allows build with database/db18.
PR: 262672
Security: CVE-2021-28544
Security: CVE-2022-24070
(cherry picked from commit b3eb02cd1ee47155c83cc87a2eab5132beedac3b) |
Number of commits found: 3
|