aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion
Commit message (Collapse)AuthorAgeFilesLines
* Update subversion to 1.8.8.Lev A. Serebryakov2014-02-204-31/+30
| | | | | | | | STAGEfy java/java-subversion. Make java/java-subversion build on 10.0-RELEASE. Notes: svn path=/head/; revision=345253
* - Fix stage supportMartin Wilke2014-02-191-0/+2
| | | | Notes: svn path=/head/; revision=345009
* Quick fix for previous commit.Lev A. Serebryakov2014-02-151-1/+1
| | | | Notes: svn path=/head/; revision=344439
* (1) Make possible to build subversion with db6.Lev A. Serebryakov2014-02-153-5/+15
| | | | | | | | | | (2) Fix and STAGEfy subversion-static. (3) Allow not to override/deinstall modified svnserve script if it is used. PR: ports/185005, ports/180121, ports/181340, ports/186446, ports/186764 Notes: svn path=/head/; revision=344380
* - fix conflictOlli Hauer2014-02-021-1/+1
| | | | Notes: svn path=/head/; revision=342335
* - fix apache module building (r341335 regression) [1]Olli Hauer2014-02-022-11/+8
| | | | | | | | | | | | | | | - add all necessary KDE dependencies to KDE_KWALLET (r331808 regression) [2] - fix shebank (the old way!) [3] PR: ports/186167 , Tang Jianfeng <tangjfn@gmail.com> [1] PR: ports/186361 , PeterK <fbsdq@peterk.org> [1] PR: ports/185494 , Raphael Kubo da Costa <rakuco@FreeBSD.org> [2] PR: ports/184295 , Matthias Andree <mandree@FreeBSD.org> [3] Approved by: lev (implicit) Notes: svn path=/head/; revision=342334
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Do not tie the KDE_KWALLET option to NLS.Raphael Kubo da Costa2014-01-211-4/+0
| | | | | | | | | | | | | | Ever since Subversion's r1466445 https://svn.apache.org/viewvc?view=revision&revision=1466445, which has been present for the whole 1.8 series, KWallet detection does not depend on NLS support anymore. PR: ports/185493 Submitted by: rakuco@ Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=340652
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - security update subversion-1.8.5 / 1.7.14 [1]Olli Hauer2013-11-254-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add vuxml entry - let bindings ports load options file [2] [1] Version 1.8.5 (25 November 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.5 User-visible changes: - Client-side bugfixes: * fix externals that point at redirected locations (issues #4428, #4429) * diff: fix assertion with move inside a copy (issue #4444) - Server-side bugfixes: * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) * mod_dav_svn: canonicalize paths properly (r1542071) * mod_authz_svn: fix crash of mod_authz_svn with invalid config (r1541432) * hotcopy: fix hotcopy losing revprop files in packed repos (issue #4448) - Other tool improvements and bugfixes: * mod_dontdothat: Fix the uri parser (r1542069 et al) Developer-visible changes: - General: * fix compilation with '--enable-optimize' with clang (r1534860) * fix copmpilation with debug build of BDB on Windows (r1501656, r1501702) * fix '--with-openssl' option when building on Windows (r1535139) * add test to fail when built against broken ZLib (r1537193 et al) - Bindings: * swig-rb: fix tests to run without installing on OS X (r1535161) * ctypes-python: build with compiler selected via configure (r1536537) Version 1.7.14 (25 Nov 2013, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.14 User-visible changes: - Client- and server-side bugfixes: * fix assertion on urls of the form 'file://./' (r1516806) - Client-side bugfixes: * upgrade: fix an assertion when used with pre-1.3 wcs (r1530849) * ra_local: fix error with repository in Windows drive root (r1518184) * fix crash on windows when piped command is interrupted (r1522892) * fix externals that point at redirected locations (issues #4428, #4429) * diff: fix incorrect calculation of changes in some cases (issue #4283) * diff: fix errors with added/deleted targets (issues #4153, #4421) - Server-side bugfixes: * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) * fix OOM on concurrent requests at threaded server start (r1527103 et al) * fsfs: limit commit time of files with deep change histories (r1536790) * mod_dav_svn: canonicalize paths properly (r1542071) - Other tool improvements and bugfixes: * mod_dontdothat: Fix the uri parser (r1542069 et al) Developer-visible changes: - Bindings: * javahl: canonicalize path for streamFileContent method (r1524869) [2] - Set OPTIONS_NAME to let bindings ports load the new options file. Leave OPTIONSFILE for now to load the old file on systems where it hasn't been moved to the new location yet. - Remove an old hack. PR: ports/180612 [2] Submitted by: Tijl Coosemans <tijl@FreeBSD.org> Security: e3244a7b-5603-11e3-878d-20cf30e32f6d CVE-2013-4505 CVE-2013-4558 Notes: svn path=/head/; revision=334888
* - s/USES=/USES+=/Olli Hauer2013-11-061-1/+1
| | | | | | | | | do not overwrite USES from sub ports Submitted by: az Notes: svn path=/head/; revision=332946
* - update to version 1.8.4Olli Hauer2013-11-055-136/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add stage support Version 1.8.4 User-visible changes: - Client- and server-side bugfixes: * fix assertion on urls of the form 'file://./' (r1516806) * stop linking against psapi.dll on Windows (r1534102) * translation updates for Swedish - Client-side bugfixes: * revert: fix problems reverting moves (issue #4436) * update: fix assertion when file external access is denied (issue #4422) * merge: reduce network connections for automatic merge (r1468980 et al) * merge: fix path corruption during reintegration (r1523666) * mergeinfo: fix crash (r1519955) * ra_serf: verify the result of xml parsing (r1501199 et al) * ra_serf: improve error messages during commit (r1526439) * ra_local: fix error with repository in Windows drive root (r1518184) * fix crash on windows when piped command is interrupted (r1522892) * fix crash in the crash handler on windows (r1532023) * fix assertion when upgrading old working copies (r1520529) - Server-side bugfixes: * hotcopy: cleanup unpacked revprops with '--incremental' (r1512300 et al) * fix OOM on concurrent requests at threaded server start (r1527103 et al) * fsfs: improve error message when unsupported fsfs format found (r1534158) * fix memory problem in 3rd party FS module loader (r1519615 et al) Developer-visible changes: - General: * allow compiling against serf 1.3 and later on Windows (r1517123) - Bindings: * javahl: canonicalize path for streaFileContent method (r1524869) Approved by: lev@ (explicit) Notes: svn path=/head/; revision=332916
* - adopt new ${opt}_ syntaxOlli Hauer2013-10-274-404/+281
| | | | | | | | - move pkg-deinstall code to pkg-plist - cleaner way to install tools Notes: svn path=/head/; revision=331808
* - use new LIB_DEPENDS notation in subversion portsOlli Hauer2013-10-142-9/+9
| | | | | | | | | - use new LIB_DEPENDS notation in Mk/Uses to fix static svn building [1] Approved by: portmgr (babt@) [1] Notes: svn path=/head/; revision=330346
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 4) Notes: svn path=/head/; revision=327726
* - Remove last vestiges of MAKE_JOBS_SAFE knobAlex Kozlov2013-09-201-1/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327683
* - update devel/subversion to 1.8.3 [1]Olli Hauer2013-09-024-55/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update devel/subversion17 to 1.7.13 [1] - add vuxml entry Version 1.7.13 (29 Aug 2013, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.13/CHANGES User-visible changes: - General * merge: fix bogus mergeinfo with conflicting file merges (issue #4306) * diff: fix duplicated path component in '--summarize' output (issue #4408) * ra_serf: ignore case when checking certificate common names (r1514763) - Server-side bugfixes: * svnserve: fix creation of pid files (r1516556) * mod_dav_svn: better status codes for commit failures (r1490684) * mod_dav_svn: do not map requests to filesystem (r1512432 et al) Developer-visible changes: - General: * support linking against gssapi on Solaris 10 (r1515068) * don't use uninitialized variable to produce an error code (r1482282) - Bindings: * swig-pl: fix SVN::Client not honoring config file settings (r150744) * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119) Version 1.8.3 (29 August 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.3/CHANGES User-visible changes: - Client- and server-side bugfixes: * translation updates for Swedish * enforce strict version equality between tools and libraries (r1502267) * consistently output revisions as "r%ld" in error messags (r1499044 et al) - Client-side bugfixes: * status: always use absolute paths in XML output (issue #4398) * ra_serf: 'svn log -v' fails with a 1.2.x server (issue #4044) * ra_serf: fix crash when committing cp with deep deletion (issue #4400) * diff: issue an error for files that can't fit in memory (r1513119 et al) * svnmucc: generate proper error for mismatched URLs (r1511353) * update: fix a crash when a temp file doesn't exist (r1513156) * commit & update: improve sleep for timestamps performance (r1508438) * diff: continue on missing or obstructing files (issue #4396) * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628) * ra_serf: ignore case when checking certificate common names (r1514763) * ra_serf: format distinguished names properly (r1514804) * ra_serf: do not retry HTTP requests if we started to parse them (r1503318) * ra_serf: output ssl cert verification failure reason (r1514785 et al) * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901) * ra_serf: include library version in '--version' output (r1514295 et al) * info: fix spurious error on wc root with child in conflict (r1515366) - Server-side bugfixes: * svnserve: fix creation of pid files (r1516556) * svnadmin: fix output encoding in non-UTF8 environments (r1506966) * svnsync: fix high memory usage when running over ra_serf (r1515249 et al) * mod_dav_svn: do not map requests to filesystem (r1512432 et al) * svnauthz: improve help strings (r1511272) * fsfs: fixed manifest file growth with revprop changes (r1513874) * fsfs: fix packed revprops causing loss of revprops (r1513879 et al) - Other tool improvements and bugfixes: * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream) Developer-visible changes: - General: * describe APR unimplemented errors as coming from APR (r1503010 et al) * mod_dav_svn: update INSTALL to reflect configure defaults (r1515141) * davautocheck: use the correct apxs binary by default (r1507889, r1507891) - API changes: * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al) - Bindings: * swig-pl: fix SVN::Client not honoring config file settings (r150744) * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119) Approved by: lev@ (explicit per PM) Security: f8a913cc-1322-11e3-8ffa-20cf30e32f6d CVE-2013-4277 [1] Notes: svn path=/head/; revision=326057
* Update:Lev A. Serebryakov2013-07-245-226/+16
| | | | | | | | | | | | | | devel/subversion to 1.8.1 devel/subversion16 to 1.7.11 These releases fix CVE-2013-4131 http://subversion.apache.org/security/CVE-2013-4131-advisory.txt Approved by: Olli Hauer <ohauer@FreeBSD.org> for devel/subversion17 Security: CVE-2013-4131 Notes: svn path=/head/; revision=323611
* (1) Fix subversion-static port to use SERF.Lev A. Serebryakov2013-07-134-6/+229
| | | | | | | | | | | | | | (2) Backport fix of issue #4383: problems with symbolic-link WC. (3) Backport change r1500762 (no isue # found): conflict between GPG Agent and other password stories. (4) Fix error message when Subversion is configured with BDB abd APR is not. PR: ports/179807, ports/180121, ports/180121 Submitted by: [3] eugen@grosbein.pp.ru Notes: svn path=/head/; revision=322938
* - cleanup APACHE version checkOlli Hauer2013-07-061-14/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=322371
* Don't copy *.la files to tools directory.Lev A. Serebryakov2013-06-212-2/+1
| | | | | | | | PR: ports/179791 Submitted by: Lawrence Chen <beastie@tardisi.com> Notes: svn path=/head/; revision=321477
* (1) Fix mod_Dav_svn installation.Lev A. Serebryakov2013-06-197-540/+789
| | | | | | | | | | (2) Add TOOLS instead of MOD_DONTDOTHAT and SVNAUTHZ_VALIDATE, but disable installation of diffX tools. PR: ports/179728 [1] Notes: svn path=/head/; revision=321339
* Upgrade subversion to 1.8.0.Lev A. Serebryakov2013-06-197-561/+1627
| | | | | | | Re-enable ruby-subversion, as it supports ruby 1.9 Notes: svn path=/head/; revision=321298
* - fix distinfo for svn docs (lost in last commit)Olli Hauer2013-05-313-3/+7
| | | | | | | | | - adjust CONFLICTS add upcomming 1.8 Approved by: lev (implicit) Notes: svn path=/head/; revision=319546
* Update subversion ports to 1.7.10 and 1.6.23.Lev A. Serebryakov2013-05-312-8/+4
| | | | | | | | | | | | | | | It fixes 3 security issues: CVE-2013-1968: fsfs repository corruption caused by newline characters in filenames CVE-2013-2088: contrib hook-scripts can allow arbitrary code execution CVE-2013-2112: svnserve remotely triggerable DoS. Security: CVE-2013-1968 Security: CVE-2013-2088 Security: CVE-2013-2112 Notes: svn path=/head/; revision=319544
* - adoption of optionsNGJason Helfman2013-05-291-1/+1
| | | | | | | | | | | | - add trace options to ncurses{-deve} - doc knob conversion in subversion{16} - trim headers/comments - eliminate some processing of bsd.port.pre.mk Approved by: portmgr (miwi) Notes: svn path=/head/; revision=319339
* - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDSBryan Drewery2013-04-301-1/+1
| | | | | | | | | | This fixes the following warning when running 'run-depends-list': "install" non-existent -- dependency list incomplete With hat: portmgr Notes: svn path=/head/; revision=316958
* Convert USE_GETTEXT -> USES=gettextBaptiste Daroussin2013-04-261-1/+1
| | | | | | | | | | While here: - Trim headers - Remove some useless pre.mk/post.mk - Convert to optionsng Notes: svn path=/head/; revision=316620
* - Convert USE_GETTEXT to USES (part 2)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316434
* Bump PORTREVISION.Rui Paulo2013-04-101-1/+1
| | | | | | | | Approved by: portmgr Requested by: bdrewery Notes: svn path=/head/; revision=315779
* Remove the NPREFIX macro and use a more data-driven approach.Rui Paulo2013-04-101-8/+7
| | | | | | | | | | PR: 177746j Submitted by: Christoph Mallon Reviewed by: lev Approved by: portmgr Notes: svn path=/head/; revision=315775
* - Subversion 1.7.9 security update [1]Olli Hauer2013-04-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Subversion 1.6.21 security update [2] This release addesses the following issues security issues: [1][2] CVE-2013-1845: mod_dav_svn excessive memory usage from property changes [1][2] CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity URLs [1][2] CVE-2013-1847: mod_dav_svn crashes on LOCK requests against non-existant URLs [1][2] CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against activity URLs [1] CVE-2013-1884: mod_dav_svn crashes on out of range limit in log REPORT request More information on these vulnerabilities, including the relevent advisories and potential attack vectors and workarounds, can be found on the Subversion security website: http://subversion.apache.org/security/ PR: 177646 Submitted by: ohauer Approved by: portmgr (tabthorpe, erwin), lev Security: b6beb137-9dc0-11e2-882f-20cf30e32f6d Notes: svn path=/head/; revision=315739
* Add 'Sponsored by:' to the FreeBSD template.Rui Paulo2013-03-232-7/+30
| | | | | | | | | | | | | | | | | | | | | Furthermore, auto complete the Sponsored by field if ORGANIZATION is defined in /etc/make.conf. This means that you can set: ORGANIZATION=The FreeBSD Foundation in /etc/make.conf and then, after (re)building subversion, the FreeBSD template will have the name of the organization you defined automatically filled. Maintainer timeout after 10 days. Reviewed by: eadler, gjb, peter Approved by: gjb Notes: svn path=/head/; revision=314983
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-1/+1
| | | | Notes: svn path=/head/; revision=313402
* - disable build against installed serf if not explicit selected via OPTIONOlli Hauer2013-01-132-9/+4
| | | | | | | | | | | | | | | - make test fail non fatal patch was part of PR 173283 while I'm here adopt new Makefile header PR: 173283 Submitted by: ohauer Approved by: maintainer timeout Notes: svn path=/head/; revision=310350
* Update to latest 1.7.8Lev A. Serebryakov2012-12-303-11/+11
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=309674
* Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO2012-12-101-2/+2
| | | | | | | This bumps shlib version of libsasl2. Notes: svn path=/head/; revision=308609
* The 'svnmucc' path is different when built statically.David E. O'Brien2012-11-081-0/+4
| | | | | | | | Approved by: lev Feature safe: yes Notes: svn path=/head/; revision=307154
* Really remove patch, includet to upstreeamLev A. Serebryakov2012-11-051-48/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307029
* Upgrade to 1.7.7Lev A. Serebryakov2012-11-052-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307026
* (1) Update to latest 1.7.6Lev A. Serebryakov2012-09-147-109/+206
| | | | | | | | | | | | (2) Convert to new OPTIONS framework. (3) Check for proper sqlite3 for STATIC build. (4) Don't require NLS and BDB unconditionally for static build. (5) Add option to build Multiple URL Command Client Submitted by: Warren Block <wblock@wonkity.com> [5] Notes: svn path=/head/; revision=304273
* - Fix build when WITHOUT_NLS and WITH_KDE_KWALLET are defined together.Alberto Villa2012-08-311-1/+2
| | | | | | | | | PR: 170669 Submitted by: avilla (me) Approved by: lev (maintainer timeout: 2 weeks) Notes: svn path=/head/; revision=303399
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-4/+2
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* (1) Update to 1.7.5Lev A. Serebryakov2012-05-205-38/+31
| | | | | | | | | | (2) Fix pkg-plist problem PR: ports/168012 Submitted by: Olli Hauer <ohauer@FreeBSD.org> Notes: svn path=/head/; revision=297021
* Fix build by clang and gcc 4.7.Lev A. Serebryakov2012-04-024-46/+123
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294127
* (1) Update to 1.7.4.Lev A. Serebryakov2012-04-016-69/+120
| | | | | | | | | | | | | (2) Remove all run-time dependencies for static build. (3) Check for incompatible options, like static and KDE Wallet. (4) Move FreeBSD extended API to private include file. (5) Fix build of mod_dontdothat. PR: [2] ports/166187, [5] ports/165390, [4] ports/165311. Feature safe: yes Notes: svn path=/head/; revision=294088
* - drop invalid post-deinstall targetJason Helfman2012-03-281-5/+0
| | | | | | | | | | PR: ports/166119 Submitted by: jgh Approved by: maintainer timeout ( 14 days ) Feature safe: yes Notes: svn path=/head/; revision=293950
* Fix in the location of mod_dontdothat module.Timur I. Bakeyev2012-03-131-2/+2
| | | | | | | | | | As of version 1.7.3: * ship mod_dontdothat with the standard release Feature safe: yes Notes: svn path=/head/; revision=293233
* (1) Upgrade to 1.7.3Lev A. Serebryakov2012-02-146-77/+49
| | | | | | | | | | | | (2) Return building od mod_dontdothat (3) Fix pkg-plist and remove strange binary files from installation (4) Make better install/deinstall scripts (5) Fix installation with SVNSERVE_WRAPPER, MOD_DAV_SVN and WITH_REPO_CREATION PR: [3, 4] ports/164033, [5] ports/164583 Notes: svn path=/head/; revision=291348
* - Generate distinfo w/ the WITH_BOOK=yes flagPhilip M. Gollucci2012-02-121-0/+4
| | | | Notes: svn path=/head/; revision=291086