Version: 1.14.2, Package name: subversion-1.14.2 |
Maintained by: Stefan Sperling |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-ap2 The mod_dav_svn and mod_authz_svn modules allow Apache httpd 2 to provide access to a Subversion repository using HTTP. Description-gnome-keyring This package adds support for GNOME Keyring to Subversion, so that passwords can be stored on disk encrypted. Description-main Apache Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations. Note that you need to install the following subpackages to gain the appropriate functionality: -perl Perl bindings to Subversion -python Python bindings to Subversion -ruby Ruby bindings to Subversion -ap2 Apache httpd 2 modules for Subversion -gnome-keyring Store Subversion passwords in gnome-keyring Also note that plaintext-password caching is disabled by default by setting "store-plaintext-passwords" to "no" in ${SYSCONFDIR}/subversion/servers. This is a different default behaviour to a standard Subversion install, which would ask the user before storing passwords in plaintext. Description-perl This package contains Subversion bindings for the Perl scripting language. Description-python This package contains Subversion bindings for the Python scripting language. Description-ruby This package contains Subversion bindings for the Ruby scripting language. |
Filesize: 8404.854 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:18 by Stuart Henderson | Files touched by this commit (110) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-02-23 15:04:35 by Stuart Henderson | Files touched by this commit (13) |
Log message: automatically handle ports which use the python module and have flavours other than the usual "python3/<blank>" python version selection and remove setting MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} again from the affected ports. |
2021-02-23 14:45:50 by Stuart Henderson | Files touched by this commit (12) |
Log message: ports which use the python module and have flavours other than the usual "python3/<blank>" python version selection still require setting MODPY_VERSION for now. |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-10 06:41:09 by Stefan Sperling | Files touched by this commit (1) |
Log message: Update to Subversion 1.14.1 Fixes CVE-2020-17525 (unauthenticated denial-of-service in mod_authz_svn) ok sthen@ |
2021-02-10 06:40:55 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Subversion 1.14.1 Fixes CVE-2020-17525 (unauthenticated denial-of-service in mod_authz_svn) ok sthen@ |
2021-01-08 15:18:25 by Stuart Henderson | Files touched by this commit (1) |
Log message: repair PKGNAME-python; I was relying on python.port.mk doing s/py-/py3-/ but that doesn't actually apply in case of multipackages |
2021-01-04 06:58:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: switch to py3-only following swig update; subversion doesn't build py2 with swig>=4 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-05-31 13:29:32 by Stuart Henderson | Files touched by this commit (4) |
Log message: subversion: build both py2 and py3 bindings. note that unlike many py-* ports they conflict due to the /usr/local/lib/libsvn_swig_py-1 files being present in both. ok stsp@ |
2020-05-28 06:25:27 by Stefan Sperling | Files touched by this commit (3) |
Log message: Update to Subversion 1.14.0. Biggest news in this release is support for Python3 in the bindings. Keep installing the Python2 bindings for now as there are other ports which still depend on them, such as devel/cvs2svn and www/trac. With tweaks from sthen@ who also tested www/trac with SVN 1.14. ok sthen@ |
2020-05-15 08:47:41 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Move bash completions in their proper directory. Regen all PLISTs while here. ok stsp@ (maintainer) |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-12-19 12:43:14 by Stefan Sperling | Files touched by this commit (1) |
Log message: Re-enable support for storing plaintext passwords in Subversion. Subversion has disabled saving of plaintext passwords by default and a compile-time option is now required to enable this feature. OpenBSD has always disabled this feature at run-time in /etc/subversion and left users the choice to enable it in their configuration files. Unfortunately, the alternative password stores, gnome-keyring and KDE wallet, do not work in non-X11 environments. And the gpg-agent password store is not persistent. So there is no better solution for unattended SVN password authentication in non-X11 environments on OpenBSD, or pretty much any UNIX-like system for that matter. ok sthen@ |
2019-11-06 08:04:23 by Stefan Sperling | Files touched by this commit (3) |
Log message: Update to Subversion 1.13.0 ok sthen@ |
2019-07-24 07:11:22 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update devel/subversion to 1.12.2. |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-04-28 07:38:28 by Stefan Sperling | Files touched by this commit (4) |
Log message: Update devel/subversion to 1.12.0. ok sthen@ |
2019-03-28 06:39:03 by Stuart Henderson | Files touched by this commit (9) |
Log message: bump REVISION; apache-httpd pkgpath change add missing RDEP on apache-httpd in php-apache packages |
2019-01-11 08:12:26 by Stefan Sperling | Files touched by this commit (3) |
Log message: Update to Apache Subversion 1.11.1 and patch a use-after-free which makes mod_dav_svn crash on OpenBSD (will also be fixed in next upstream release). |
2018-11-23 05:41:47 by Stefan Sperling | Files touched by this commit (7) |
Log message: Update to Apache Subversion 1.11.0 ok sthen@ |
2018-10-26 10:15:44 by Jeremy Evans | Files touched by this commit (1) |
Log message: Switch default ruby version to ruby 2.5. |
2018-10-16 05:09:03 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Apache Subversion 1.10.3. |
2018-09-06 13:22:02 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Apache Subversion 1.10.2 |
2018-04-23 14:06:01 by Stefan Sperling | Files touched by this commit (6) |
Log message: Update Apache Subversion to 1.10.0. Port of release candidate 1 tested by guenther@ and sthen@ some weeks ago. Tweaks for earlier diffs + ok sthen@ |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-08-31 02:31:26 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Bump to unbreak packaging: -@comment lib/ruby/site_ruby/1.8/ -@comment lib/ruby/site_ruby/1.8/x86_64-openbsd/ +@comment lib/ruby/site_ruby/2.3/ +@comment lib/ruby/site_ruby/2.3/x86_64-openbsd/ |
2017-08-28 07:58:05 by Jeremy Evans | Files touched by this commit (2) |
Log message: Make subversion's ruby bindings use the default ruby version instead of ruby 1.8. OK stsp@ |
2017-08-10 12:13:13 by Stefan Sperling | Files touched by this commit (1) |
Log message: For 6.1-stable: Update to Subversion 1.9.7. Fixes CVE-2017-9800, "Arbitrary code execution on clients through malicious svn+ssh URLs in svn:externals and svn:sync-from-url" See https://subversion.apache.org/security/CVE-2017-9800-advisory.txt |
2017-08-10 12:12:46 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Subversion 1.9.7. Fixes CVE-2017-9800, "Arbitrary code execution on clients through malicious svn+ssh URLs in svn:externals and svn:sync-from-url" See https://subversion.apache.org/security/CVE-2017-9800-advisory.txt |
2017-07-06 04:53:44 by Stefan Sperling | Files touched by this commit (1) |
Log message: For 6.1-stable: Update to Apache Subversion 1.9.6. Contains a server-side SHA1 collision fix. Direct update for -stable discussed with danj@ and sthen@ a few days ago. |
2017-07-06 04:51:01 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Apache Subversion 1.9.6. Contains a server-side SHA1 collision fix. |
2017-07-01 08:14:27 by Stefan Sperling | Files touched by this commit (1) |
Log message: Tell devel/subversion regress tests to clean up after themselves. Avoids running out of space in /usr/ports/pobj when running 'make regress' here. |
2016-11-29 09:51:13 by Stefan Sperling | Files touched by this commit (2) |
Log message: For 6.0-stable: Patch CVE-2016-8734. Already fixed in -current as part of update to Subversion 1.9.5. |
2016-11-29 09:31:00 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Apache Subversion 1.9.5. |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-07-08 10:50:36 by Stuart Henderson | Files touched by this commit (2) |
Log message: sync WANTLIB, svn_fs_x-1 |
2016-06-28 13:46:02 by Stuart Henderson | Files touched by this commit (1) |
Log message: add a pseudo flavour to allow building subversion without gnome-keyring, ok stsp |
2016-06-21 15:55:08 by Joerg Jung | Files touched by this commit (2) |
Log message: fix user and group from Johan Huldtgren via czarkoff |
2016-06-14 02:36:29 by Dmitrij Czarkoff | Files touched by this commit (9) |
Log message: update to subversion 1.9.4 OK sthen@, stsp@ |
2016-05-29 11:42:22 by Joerg Jung | Files touched by this commit (3) |
Log message: add a svnserve rc.d script ok stsp ajacoutot |
2016-04-28 11:36:00 by Stefan Sperling | Files touched by this commit (2) |
Log message: For 5.9-stable: Add patches for Subversion security bugs CVE-2016-2167 and CVE-2016-2168 which were just released. ok sthen@ aja@ |
2016-04-28 10:03:01 by Stefan Sperling | Files touched by this commit (6) |
Log message: No ports hackathon without a ports commit: Add patches for Subversion security bugs CVE-2016-2167 and CVE-2016-2168 which were just released. An update to a newer release of SVN will come later. ok sthen@ aja@ |
2016-03-12 16:23:38 by Christian Weisgerber | Files touched by this commit (3) |
Log message: trivial NO_SHARED_ARCHS and PROPERTIES:Mno_shared removal |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2015-12-16 03:23:18 by Stefan Sperling | Files touched by this commit (2) |
Log message: Patch CVE-2015-5343 in Apache Subversion for 5.8-stable. |
2015-12-16 03:21:52 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Apache Subversion 1.8.15. Fixes CVE-2015-5343. |
2015-08-27 08:38:36 by Jeremy Evans | Files touched by this commit (6) |
Log message: Bump affected ports after change to MODRUBY_WANTLIB Help from and OK nigel@ |
2015-08-21 03:17:00 by Stefan Sperling | Files touched by this commit (2) |
Log message: Patch several problems in devel/subversion for 5.7-stable: CVE-2015-0202, CVE-2015-0248, CVE-2015-0251, CVE-2015-3187 |
2015-08-05 16:09:12 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Subversion 1.8.14. Fixes CVE-2015-3184 and CVE-2015-3187. ok sthen@ |
2015-07-17 17:58:43 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Bump after apache-http subpackaging. |
2015-04-04 03:21:09 by Antoine Jacoutot | Files touched by this commit (301) |
Log message: Bump after the recent changes in packaging dbus and dconf. |
2015-04-02 13:35:56 by Stefan Sperling | Files touched by this commit (3) |
Log message: 5.6-stable patches for Apache Subversion CVE-2015-0202, CVE-2015-0248, and CVS-2015-0251. test + ok jasper |
2015-03-31 06:17:59 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Apache Subversion 1.8.13. Fixes CVE-2015-0202, CVE-2015-0248, and CVE-2015-0251. -stable patches will happen within the next few days. |
2015-03-19 14:25:27 by Christian Weisgerber | Files touched by this commit (49) |
Log message: fold lib-only PFRAG.shared into PLIST, and some related cleanups |
2014-12-17 06:56:53 by Stefan Sperling | Files touched by this commit (1) |
Log message: remove accidentally added bogus files |
2014-12-17 06:55:14 by Stefan Sperling | Files touched by this commit (2) |
Log message: For 5.6-stable: Add Subversion patches for CVE-2014-3580 and CVE-2014-8108, two remotely triggerable crashes in mod_dav_svn. |
2014-12-17 05:17:52 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to Subversion 1.8.11. Fixes CVE-2014-3580 and CVE-2014-8108 (mod_dav_svn DoS in both cases). Stop compiling in libmagic support since it is considered unsafe. |
2011-07-22 16:21:06 by Christian Weisgerber | Files touched by this commit (1) |
Log message: missing bump for ruby directory change |
2011-07-19 12:00:16 by Jeremy Evans | Files touched by this commit (18) |
Log message: Bump after change to remove OpenBSD version from ruby SITEARCHDIR, and use new MODRUBY_SITEDIR and MODRUBY_SITEARCHDIR variables in PLIST. OK landry@, jcs@ |
2011-07-18 13:06:37 by Christian Weisgerber | Files touched by this commit (29) |
Log message: bump revision for plist changes 4.9 -> 5.0 |
2011-06-08 11:40:09 by Jasper Lievisse Adriaanse | Files touched by this commit (27) |
Log message: bump after default python version switch |
2011-06-01 16:26:19 by Stefan Sperling | Files touched by this commit (2) |
Log message: Apply patches for CVE-2011-0715, CVE-2011-1752, CVE-2011-1783, and CVE-2011-1921 to 4.9-stable branch. ok landry jasper sthen |
2011-06-01 16:19:17 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to 1.6.17. Fixes CVE-2011-1752, CVE-2011-1783, and CVE-2011-1921. ok landry jasper sthen |
2011-05-02 11:13:33 by Stefan Sperling | Files touched by this commit (1) |
Log message: Use the proper autoconf version for AUTOCONF_VERSION. From Brad. |
2011-03-18 10:25:27 by Stefan Sperling | Files touched by this commit (1) |
Log message: fix WANTLIB for -ruby subpackage; ok jasper |
2011-03-03 13:55:23 by Stefan Sperling | Files touched by this commit (3) |
Log message: SECURITY FIX (CVE-2011-0715) http://subversion.apache.org/security/CVE-2011-0715-advisory.txt ok jasper landry |
2011-03-03 13:46:32 by Stefan Sperling | Files touched by this commit (2) |
Log message: SECURITY FIX: Update to 1.6.16 (fixes CVE-2011-0715) ok jasper landry |
2011-01-14 18:09:43 by Christian Weisgerber | Files touched by this commit (28) |
Log message: bump revision for plist changes 4.8 -> 4.9 |
2010-12-01 07:17:35 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: Backport fixes for bugs which can cause client-initiated crashes on the server. Any server is affected, no matter which protocol (http[s]://, svn[+ssh]://) is used. original diff from stsp@. ok sthen@ |
2010-11-26 00:19:01 by Marc Espie | Files touched by this commit (122) |
Log message: newer depends with >= |
2010-11-25 04:43:28 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to 1.6.15. This release contains fixes for server-side crashes which can be triggered by clients. Please update your servers (it doesn't matter whether you use svnserve or mod_dav_svn, you need to update). A corresponding update for -stable ports will follow. ok jasper sthen dcoppa |
2010-11-24 14:35:17 by Jeremy Evans | Files touched by this commit (191) |
Log message: REVISION bump all ruby ports due to a change in the pkgspec. Previously, we were using ruby->=1.8,<=1.9, instead of ruby->=1.8,<1.9. While this wouldn't cause an issue, since our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9, it's still wrong and should be fixed. This also fixes the following minor issues: Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS. Currently we don't have a ruby port that uses FLAVORs that would differ from MODRUBY_FLAVOR, but it's possible we will in the future. Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in REGRESS_DEPENDS. This probably is not strictly necessary, but BUILD_PKGPATH is used in more cases, so it is good for consistency. Switch to new style *_DEPENDS, with the version specification at the end. The remaining cases where this is not done is because a specific version is used. Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if the old version is installed when you run a regress test, it will install the new version first. Some conversion of spaces to tabs for consistency. OK landry@ |
2010-11-16 11:17:06 by Jeremy Evans | Files touched by this commit (2) |
Log message: Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST. OK landry@ |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-11-08 05:26:01 by Marc Espie | Files touched by this commit (1) |
Log message: new WANTLIB. fix-up a bit. |
2010-10-26 15:42:14 by Jeremy Evans | Files touched by this commit (35) |
Log message: Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext. Use the lang/ruby module for all dependent ports, setting MODRUBY_{BUILD,RUN}DEP=No if necessary. ok landry, phessler, sthen |
2010-10-24 09:53:56 by Stuart Henderson | Files touched by this commit (36) |
Log message: Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS, update all ports to match. Plists don't change -> no bump. Looks ok to jasper. |
2010-10-18 11:48:13 by Marc Espie | Files touched by this commit (650) |
Log message: USE_GROFF=Yes |
2010-10-06 16:03:19 by Stefan Sperling | Files touched by this commit (4) |
Log message: Update to 1.6.13. Tested with latest neon/openssl by sthen, thanks! Minor housekeeping in MESSAGE files for ap2 subpackage while here. ok landry, jasper, sthen |
2010-10-01 04:49:34 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak after the libgnome-keyring upgrade. |
2010-09-23 16:12:10 by Jeremy Evans | Files touched by this commit (4) |
Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ |
2010-09-03 13:49:12 by Stuart Henderson | Files touched by this commit (1) |
Log message: regenerate patches |
2010-08-30 16:09:45 by Jasper Lievisse Adriaanse | Files touched by this commit (11) |
Log message: bumps |
2010-07-24 17:05:08 by Christian Weisgerber | Files touched by this commit (27) |
Log message: bump PKGNAME for PLIST changes 4.7 -> 4.8 |
2010-07-22 03:09:34 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: No need to set MODPY_VERSION here, use the default one. ok stsp@ (maintainer) |
2010-06-29 08:26:08 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to 1.6.12. diff was quietly sitting on ports@ for a week |
2010-06-23 11:38:29 by Landry Breuil | Files touched by this commit (1) |
Log message: Add libtool to BUILD_DEPENDS as autogen.sh checks for libtoolize. Builds fine with ports libtool otherwise.. |
2010-04-25 02:43:29 by Stefan Sperling | Files touched by this commit (1) |
Log message: Add MODGNU_AUTOCONF_DEPENDS to BUILD_DEPENDS. Fixes build if autoconf isn't already installed. The dependency on autoconf used to be implicit until CONFIGURE_STYLE was switched from autoconf to gnu during the 1.6.11 update. From Daniel Dickman. |
2010-04-23 12:05:27 by Stefan Sperling | Files touched by this commit (3) |
Log message: Update to 1.6.11 and update home page URL. Also change the configure style to 'gnu' instead of 'autoconf' to avoid running autoconf twice (autoconf is run by the autogen.sh script in the pre-configure target). landy@ says this fixes the build on hppa for some reason. ok aja, landry (for the configure-style bit some time ago) |
2010-04-22 08:27:29 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Fix DEPENDS/WANTLIB after recent gnome-keyring split. |
2010-04-20 14:23:38 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missed this in previous gnome-keyring coping. reminded by stsp@ |
2010-02-26 11:21:09 by Marc Espie | Files touched by this commit (5) |
Log message: fix FULLPKGPATH |
2010-01-27 14:43:28 by Christian Weisgerber | Files touched by this commit (27) |
Log message: bump PKGNAME for PLIST changes 4.6 -> 4.7 |
2009-11-05 18:38:18 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY FIX Resolves CVE-2009-2411 ok stsp@ |
2009-10-27 03:06:18 by Stefan Sperling | Files touched by this commit (5) |
Log message: Update to 1.6.6. ok sthen@ |
2009-09-10 09:35:04 by Stuart Henderson | Files touched by this commit (14) |
Log message: - convert gnome-shared-keyring to a true FLAVOR rather than a pseudo-flavour, it affects the -main package by building with pthread (we don't want that by default, it affects e.g. svn diff | less). - roll various PFRAG.shared-foo for the subpackages into PLIST-foo - add a comment noting that autoconf should be 2.63 - bump PKGNAMEs ok stsp (maintainer). |
2009-08-25 04:26:20 by Stefan Sperling | Files touched by this commit (8) |
Log message: Update to 1.6.5. Also: * Native make now works fine so don't use gmake. * Disable storing of plaintext passwords for all servers in the system-wide 'servers' config file, instead of disabling storage of all kinds of passwords in the system-wide 'config' config file. The new store-plaintext-passwords=no option, which has existed since 1.6.0, overrides a yes/no prompt which subversion now usually presents before storing passwords in plaintext. gnome-keyring stores passwords encrypted. * Update the main DESCR to reflect current reality. * Add a patch which fixes a broken regression test in the ruby bindings which accidentally slipped into 1.6.5 release. * Put the gnome-keyring subpackage into REGRESS_DEPENDS to make auth-test pass (it loads DSOs at runtime and can't find them if the gnome-keyring subpackage isn't installed). Tested on i386 by me and alek@, on i386/amd64 by steven@, and on sparc64 by Edd Barrett. ok steven@ |
2009-08-15 20:21:43 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY FIX Resolves CVE-2009-2411 from Stefan Sperling ok robert@ |
2009-08-11 02:14:42 by Mathieu Sauve-Frankel | Files touched by this commit (1) |
Log message: respect MODRUBY_LIB_DEPENDS, no plist change ok sthen@ |
2009-08-07 16:13:36 by Steven Mestdagh | Files touched by this commit (3) |
Log message: security update to 1.6.4 http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt from Stefan Sperling (maintainer) |
2009-06-22 11:00:24 by Christian Weisgerber | Files touched by this commit (26) |
Log message: bump PKGNAME for PLIST changes 4.5 -> 4.6 |
2009-04-28 17:43:57 by Stefan Sperling | Files touched by this commit (19) |
Log message: Update to 1.6.1. Help by ajacoutot@ and steven@ |
2009-03-16 16:20:02 by Matthias Kilian | Files touched by this commit (17) |
Log message: Bump for python deps. |
2009-03-05 16:16:14 by Stefan Sperling | Files touched by this commit (1) |
Log message: Woops, forgot to reset patch level for ruby subpackage during update to 1.5.6. |
2009-03-05 16:14:07 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to 1.5.6. ok steven@ |
2009-02-09 13:48:23 by Christian Weisgerber | Files touched by this commit (26) |
Log message: bump PKGNAME for PLIST changes 4.4 -> 4.5 |
2008-12-27 12:20:37 by Steven Mestdagh | Files touched by this commit (10) |
Log message: update to 1.5.5 also, - add various utilities from contrib/ and tools/ - update svn2cl to version 0.11 (has a fix for OpenBSD ksh) - install SVN::Fs man page from maintainer Stefan Sperling, tweaked a bit by me |
2008-11-18 16:08:01 by Steven Mestdagh | Files touched by this commit (1) |
Log message: fix build with no_bindings flavor from maintainer Stefan Sperling |
2008-11-13 06:14:51 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - fix WANTLIB after neon update |
2008-11-03 14:33:56 by Steven Mestdagh | Files touched by this commit (3) |
Log message: add some guidance to enable/disable the svn modules for apache2 slightly tweaked diff from Brad Walker, also reminded by Stefan Sperling. |
2008-11-02 13:43:49 by Steven Mestdagh | Files touched by this commit (16) |
Log message: update to 1.5.4 joint work with new maintainer Stefan Sperling and Brad Walker (me at bradwalker.com) tested by several |
2008-10-05 02:31:14 by Nikolay Sturm | Files touched by this commit (1) |
Log message: bump p5-SVN so that it gets rebuilt with perl 5.10 |
2008-07-04 13:57:06 by Christian Weisgerber | Files touched by this commit (14) |
Log message: bump PKGNAME for PLIST changes 4.3 -> 4.4 |
2008-06-14 17:46:38 by Landry Breuil | Files touched by this commit (30) |
Log message: bump PKGNAMEs after lang/ruby module change. Fix CATEGORIES in rdt eclipse plugin. in subversion, only bump subpackages that use lang/ruby module. |
2008-05-02 11:32:53 by Bernd Ahlers | Files touched by this commit (1) |
Log message: Adjust WANTLIB after net/neon switched from libxml2 to system expat. Noticed by Markus Lude. |
2008-02-22 12:16:49 by Christian Weisgerber | Files touched by this commit (13) |
Log message: bump PKGNAME for PLIST changes 4.2 -> 4.3 |
2008-01-04 11:38:52 by Marc Espie | Files touched by this commit (30) |
Log message: do the same thing with REGRESS_FLAGS as FAKE_FLAGS |
2008-01-04 10:48:38 by Marc Espie | Files touched by this commit (187) |
Log message: tweak FAKE_FLAGS semantics to saner defaults. |
2007-10-25 04:00:03 by Steven Mestdagh | Files touched by this commit (5) |
Log message: make this use the python module, and switch to python 2.5 |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-15 20:53:14 by Michael Erdely | Files touched by this commit (599) |
Log message: Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN |
2007-07-27 13:17:11 by Christian Weisgerber | Files touched by this commit (12) |
Log message: bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH |
2007-06-18 00:34:48 by Steven Mestdagh | Files touched by this commit (5) |
Log message: update to subversion 1.4.4 ok kili@, simon@ maintainer timeout |
2007-04-28 10:03:21 by Bernd Ahlers | Files touched by this commit (1) |
Log message: Use xenocara expat. |
2007-04-15 01:40:27 by Steven Mestdagh | Files touched by this commit (2) |
Log message: mention the -ap2 package here too |
2007-04-11 07:26:36 by Deanna Phillips | Files touched by this commit (3) |
Log message: Add -ap2 subpackage that allows building of mod_dav_svn and mod_authz_svn, for use with www/apache-httpd (apache2). >From dlg@, ok steven@, maintainer timeout. |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2007-02-19 02:39:48 by David Gwynne | Files touched by this commit (2) |
Log message: note that we're changing the default for auth credential caching in our package. steven requested i add ruby to the list of subpackages while im here. ok robert@ |
2007-02-15 03:25:17 by David Gwynne | Files touched by this commit (3) |
Log message: by default subversion caches passwords in cleartext under ~/.subversion. the doco claims this is safe cos the directory has extremely restricted permissions, but noone i know agrees with this or feels safe. this change installs a config under /etc/subversion/config that disables this behaviour. discussed with pval@ ckuethe@ ok robert@ sturm@ ajacoutot@ |
2007-02-14 04:51:08 by Steven Mestdagh | Files touched by this commit (14) |
Log message: bump PKGNAME due to PLIST changes after 4.0 -> 4.1 "feel free to bump whatever is needed" espie@ |
2007-01-29 09:33:36 by Steven Mestdagh | Files touched by this commit (2) |
Log message: maintenance update to subversion 1.4.3 tested/ok simon@, maintainer timeout |
2007-01-05 03:57:06 by Robert Nagy | Files touched by this commit (1) |
Log message: fix a type (RUB_DEPENDS->RUN_DEPENDS) and remove some whitespaces at the end of lines; bump PKGNAME because of the dependency change; noticed by dlg@ |
2006-12-21 01:58:04 by Steven Mestdagh | Files touched by this commit (6) |
Log message: update to subversion 1.4.2 maintainer didn't have time also tested by simon. |
2006-12-01 07:10:06 by Steven Mestdagh | Files touched by this commit (1) |
Log message: make only the ruby bindings depend on ruby. pointed out by sturm@ |
2006-11-29 01:52:39 by Mathieu Sauve-Frankel | Files touched by this commit (5) |
Log message: build ruby bindings and put them in their own subpackage. ok steven@ |
2006-11-24 12:52:53 by Steven Mestdagh | Files touched by this commit (7) |
Log message: new MULTI_PACKAGES |
2006-09-30 00:23:58 by Steven Mestdagh | Files touched by this commit (14) |
Log message: update to subversion 1.4.0 for details, read http://subversion.tigris.org/svn_1.4_releasenotes.html from maintainer Sigfred Haversen <bsdlist at mumak.com> go ahead pval |
2006-09-18 05:50:40 by Marc Espie | Files touched by this commit (48) |
Log message: zap unneeded 0.0 |
2006-08-21 11:39:00 by Alexandre Anriot | Files touched by this commit (2) |
Log message: The following diff removes a call to utf_initialize() used in Core.pm by the swig-generated perl modules, which is causing a Segmentation Fault, as reported in PR #5071 . ok naddy@ , Sigfred Haversen |
2006-08-01 17:39:09 by Marc Espie | Files touched by this commit (30) |
Log message: new libspecs |
2006-07-15 10:55:32 by Aleksander Piotrowski | Files touched by this commit (3) |
Log message: Update to 1.3.2; from Sigfred Haversen <bsdlist@mumak.com> |
2006-06-03 18:21:58 by Steven Mestdagh | Files touched by this commit (1) |
Log message: switch to python 2.4 and bump py-subversion PKGNAME. |
2006-04-15 04:27:38 by Steven Mestdagh | Files touched by this commit (4) |
Log message: update to subversion 1.3.1 enable python regression tests from maintainer Sigfred Haversen ok alek@ |
2006-01-27 03:20:56 by Aleksander Piotrowski | Files touched by this commit (11) |
Log message: Update to 1.3.0 >From Sigfred Haversen <bsdlist@mumak.com> ok steven@ |
2006-01-07 06:04:26 by Steven Mestdagh | Files touched by this commit (1) |
Log message: remove old libtool patch noticed by aanriot@ |
2006-01-06 18:10:11 by Steven Mestdagh | Files touched by this commit (4) |
Log message: - pass MAKE_ENV and MAKE_FLAGS/FAKE_FLAGS when calling make in post-build, post-install and post-regress targets. - SHARED_LIBS (which definitely requires the above...) |
2005-11-30 12:45:08 by Nikolay Sturm | Files touched by this commit (7) |
Log message: work around around a bug on alpha (in binutils?), where some relocations end up in .rodata solution from kurt@, closes ports/4569 |
2005-11-23 09:04:49 by Peter Valchev | Files touched by this commit (1) |
Log message: remove bullshit BROKEN on alpha -- fix it instead!!! |
2005-11-23 08:16:31 by Robert Nagy | Files touched by this commit (1) |
Log message: Mark broken on alpha; svnversion segfaults during fake; from Michael Knudsen |
2005-11-04 02:42:31 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: - USE_LIBTOOL - Bump PKGNAME >From Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER) |
2005-10-02 03:02:05 by Aleksander Piotrowski | Files touched by this commit (4) |
Log message: Update to 1.2.3 >From Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER) |
2005-09-16 03:51:28 by Marc Espie | Files touched by this commit (53) |
Log message: Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into the FULLPKGPATH, thus providing changes to packing-lists which shouldn't happen, and making update more difficult. Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an update @pkgpath for the bug for most of them (left out the ones with 3 or 4 pseudo flavors for space constraints...) |
2005-07-07 08:20:34 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: Update to 1.2.1 >From steven mestdagh <steven.mestdagh@esat.kuleuven.be> ok Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER) |
2005-07-05 15:29:25 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: Fix WANTLIB marker Problem spotted by Sigfred Haversen <bsdlist@mumak.com> |
2005-07-04 16:22:00 by Aleksander Piotrowski | Files touched by this commit (7) |
Log message: Update to 1.2.0 >From Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER) ok msf@ |
2005-06-09 23:41:36 by Kevin Lo | Files touched by this commit (1) |
Log message: oops, forgot to add swig dependency |
2005-06-09 08:47:15 by Kevin Lo | Files touched by this commit (1) |
Log message: remove libswig dependencies after updating swig to 1.3.24. Pointed out by msf@ |
2005-04-20 21:36:15 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: - Update to 1.1.4: http://svn.collab.net/repos/svn/tags/1.1.4/CHANGES - New maintainer >From steven mestdagh <steven.mestdagh@esat.kuleuven.ac.be> and Sigfred Haversen <bsdlist@mumak.com> |
2005-03-13 15:46:18 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: - Fix WANTLIB marker - Better *DEPENDS - Bump PKGNAME ok naddy@ |
2005-01-21 13:29:11 by Aleksander Piotrowski | Files touched by this commit (6) |
Log message: - Update to 1.1.3 (patch from Steven Mestdagh) - Enable perl regression tests help & ok msf@ |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |