2bce0 FreshPorts -- devel/subversion
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
subversion 1.7.9_1 devel on this many watch lists=251 search for ports that depend on this port An older version of this port was marked as vulnerable.
Version control system
Maintained by: lev@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Jan 2002 22:45:03
License: AL2


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. devel/p5-subversion
  2. devel/py-subversion
  3. devel/ruby-subversion
  4. devel/subversion-static
  5. java/subversion-java

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libtool
Required Libraries:
  1. databases/sqlite3
  2. textproc/expat2
  3. www/neon29
  4. devel/apr1
  5. devel/gettext

This port is required by:

for Build for Libraries for Run

To install the port: cd /usr/ports/devel/subversion/ && make install clean
To add the package: pkg_add -r subversion


Configuration Options
===> The following configuration options are available for subversion-1.7.9_1:
     BDB=off: Berkeley DB support
     BOOK=off: Install the Subversion Book
     ENHANCED_KEYWORD=on: Enhanced svn:keyword support
     FREEBSD_TEMPLATE=on: FreeBSD Project log template
     GNOME_KEYRING=off: Build with GNOME Keyring auth support
     KDE_KWALLET=off: Build with KDE KWallet auth support
     MAINTAINER_DEBUG=off: Build debug version
     MOD_DAV_SVN=off: mod_dav_svn module for Apache 2.X
     MOD_DONTDOTHAT=off: mod_dontdothat for Apache 2.X
     NEON=on: WebDAV/Delta-V repo access module (neon)
     P4_STYLE_MARKERS=on: Perforce-style conflict markers
     SASL=off: SASL support
     SERF=off: WebDAV/Delta-V repo access module (serf)
     STATIC=off: Build static version (no shared libs)
     SVNAUTHZ_VALIDATE=off: install svnauthz-validate
     SVNMUCC=off: Install Multiple URL Command Client
     SVNSERVE_WRAPPER=off: Enable svnserve wrapper
     TEST=off: Run subversion test suite
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/subversion17/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-10-16
    Affects: users of devel/subversion, devel/subversion-freebsd,
             devel/p5-subversion, devel/py-subversion,
             devel/ruby-subversion and java/subversion-java and
             all dependand ports.
    Author: Lev Serebryakov <lev@FreeBSD.org>
    Reason: 
      Subversion was updated to version 1.7.0 and port was reworked.
    
      Now there is no "devel/subversion-freebsd" port. All FreeBSD-specific patches
      are incorporated into main subversion port as options, which are turned ON by
      default.
    
      These options are:
    
      P4_STYLE_MARKERS -- change conflict markers to P4 style,
                          established for FreeBSD projects.
                          This is not mandatory for working with
                          FreeBSD sources.
    
      ENHANCED_KEYWORD -- Support for custom keywords, like
                          $ FreeBSD $ in sources.
                          This is MANDATORY for working with
                          FreeBSD sources.
    
      FREEBSD_TEMPLATE -- Standard FreeBSD commit template.
                          It is RECOMMENDED for working with
                          FreeBSD sources.
    
      Also, subversion 1.7.0 changes the working copy format,
      and a working copy can not be shared between
      subversion 1.7.0 and 1.6.x. Please, think twice before
      upgrading.
    
      Additional the port "devel/subversion16" was created to
      support subversion 1.6.x. Subversion 1.7.x and 1.6.x
      can not be installed simultaneously!
    
      Binding ports can be built with Subversion 1.7.0 (Default)
      or with Subversion 1.6.x. To build bindings with subversion 1.6.x
      you should set variable WITH_SUBVERSION_VER to "16".
    
      There are several ways to upgrade, depending on what you used
      before and what you want to get after upgrade.
    
      (a) You use devel/subversion without FreeBSD patches and, maybe,
          some bindings. You want fresh'n'new subversion 1.7.0.
          Please, run:
    
      # cd /usr/ports/devel/subversion && make config
      <deselect first three options described above, if you want it>
      # portupgrade -r devel/subversion
      or
      # portmaster -R -r subversion-1.6
    
      (b) You use devel/subversion-freebsd and, maybe, some
          bindings. You want fresh'n'new subversion 1.7.0, again
          with FreeBSD patches.
          Please, run:
    
      # cd /usr/ports/devel/subversion && make config
      <make sure that first three options are selected>
      # portupgrade -o devel/subversion devel/subversion-freebsd
      # portupgrade -r devel/subversion
      or
      # portmaster -o devel/subversion devel/subversion-freebsd
      # portmaster -R -r subversion-1.7
    
      (c) You use devel/subversion without FreeBSD patches and, maybe,
          some bindings. You want good old subversion 1.6.x, again
          without again.
          Please, run:
    
      # cd /usr/ports/devel/subversion16 && make config
      <deselect first three options described above, if you want it>
      # portupgrade -o devel/subversion16 devel/subversion
      # portupgrade -m "WITH_SUBVERSION_VER=16" -r devel/subversion16
      or
      # portmaster -o devel/subversion16 devel/subversion
      # portmaster -m "WITH_SUBVERSION_VER=16" -R -r subversion-1.6
    
      (d) You use devel/subversion-freebsd and, maybe, some bindings.
          You want good old subversion 1.6.x, with FreeBSD patches.
          Please, run:
    
      # cd /usr/ports/devel/subversion16 && make config
      <make sure, that first three options are selected>
      # portupgrade -o devel/subversion16 devel/subversion-freebsd
      # portupgrade -m "WITH_SUBVERSION_VER=16" -r devel/subversion16
      or
      # portmaster -o devel/subversion16 devel/subversion-freebsd
      # portmaster -m "WITH_SUBVERSION_VER=16" -R -r subversion-1.6
    
    
  • 2008-07-01
    Affects: users of devel/subversion*
    Author: Lev Serebryakov <lev@FreeBSD.org>
    Reason: 
      subversion now uses neon-0.28.x (www/neon28) port, and automatic
      portupgrade will fail because www/neon28 will conflict with installed
      www/neon26 port.
    
      You should upgrade neon library before subversion with the command:
    
    	# portupgrade -o www/neon28 neon26
    
      Also, if you use any special subversion ports with bindings, you
      should upgrade these ports to clean subversion port with
    
    	# portupgrade -o devel/subversion subversion-\*
    
      and install needed bindings (p5-subversion, py-subversion and/or
      ruby-subversion) after that.
    
      If you use subversion with bindings installed from devel/subversion
      with custom options, don't forget to install separate bindings ports
      after subversion upgrade.
    
    
  • 2008-06-22
    Affects: users of devel/subversion, subversion-devel and subversion-freebsd
             with apr from www/apache22
    Author: Clement Laforet <clement@FreeBSD.org>
    Reason: 
      apr and apr-util bundled with apache 2.2.9 have been upgraded to 1.3.x, so
      shared libraries versions have been bumped. If you are using subversion
      with apache22 apr, you must rebuild subversion after the update.
    
    

Number of commits found: 218 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
30 Apr 2013 20:00:28
Original commit files touched by this commit  1.7.9_1
bdrewery search for other commits by this committer
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
  This fixes the following warning when running 'run-depends-list':
      "install" non-existent -- dependency list incomplete

With hat:	portmgr
26 Apr 2013 15:10:57
Original commit files touched by this commit  1.7.9_1
bapt search for other commits by this committer
Convert USE_GETTEXT -> USES=gettext

While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
24 Apr 2013 13:36:19
Original commit files touched by this commit  1.7.9_1
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 2)

Approved by:	portmgr (bapt)
10 Apr 2013 18:05:53
Original commit files touched by this commit  1.7.9_1
rpaulo (src committer) search for other commits by this committer
Bump PORTREVISION.

Approved by:	portmgr
Requested by:	bdrewery
10 Apr 2013 16:16:12
Original commit files touched by this commit  1.7.9
rpaulo (src committer) search for other commits by this committer
Remove the NPREFIX macro and use a more data-driven approach.

PR:		177746j
Submitted by:	Christoph Mallon
Reviewed by:	lev
Approved by:	portmgr
06 Apr 2013 10:00:28
Original commit files touched by this commit  1.7.9
ohauer search for other commits by this committer
- Subversion 1.7.9 security update [1]
- 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
23 Mar 2013 03:41:21
Original commit files touched by this commit  1.7.8
 This port version is marked as vulnerable.
rpaulo (src committer) search for other commits by this committer
Add 'Sponsored by:' to the FreeBSD template.

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
04 Mar 2013 10:55:24
Original commit files touched by this commit  1.7.8
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
13 Jan 2013 23:25:35
Original commit files touched by this commit  1.7.8
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- disable build against installed serf if not explicit selected via OPTION
- 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
30 Dec 2012 15:31:05
Original commit files touched by this commit  1.7.8
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to latest 1.7.8

Feature safe: yes
10 Dec 2012 15:10:03
Original commit files touched by this commit  1.7.7_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
08 Nov 2012 00:14:51
Original commit files touched by this commit  1.7.7
 This port version is marked as vulnerable.
obrien search for other commits by this committer
The 'svnmucc' path is different when built statically.

Approved by:	lev
Feature safe:	yes
05 Nov 2012 20:01:08
Original commit files touched by this commit  1.7.7
 This port version is marked as vulnerable.
lev search for other commits by this committer
 Really remove patch, includet to upstreeam

Feature safe: yes
05 Nov 2012 19:16:09
Original commit files touched by this commit  1.7.7
 This port version is marked as vulnerable.
lev search for other commits by this committer
 Upgrade to 1.7.7

Feature safe: yes
14 Sep 2012 14:59:58
Original commit files touched by this commit  1.7.6
 This port version is marked as vulnerable.
lev search for other commits by this committer
 (1) Update to latest 1.7.6
 (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]
31 Aug 2012 08:04:00
Original commit files touched by this commit  1.7.5
 This port version is marked as vulnerable.
avilla search for other commits by this committer
- Fix build when WITHOUT_NLS and WITH_KDE_KWALLET are defined together.

PR:		170669
Submitted by:	avilla (me)
Approved by:	lev (maintainer timeout: 2 weeks)
18 Aug 2012 14:29:11
Original commit files touched by this commit  1.7.5
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
20 May 2012 10:41:14
Original commit files touched by this commit  1.7.5
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.7.5
  (2) Fix pkg-plist problem

PR:             ports/168012
Submitted by:   Olli Hauer <ohauer@FreeBSD.org>
02 Apr 2012 15:16:52
Original commit files touched by this commit  1.7.4_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix build by clang and gcc 4.7.

Feature safe: yes
01 Apr 2012 18:45:05
Original commit files touched by this commit  1.7.4
 This port version is marked as vulnerable.
lev search for other commits by this committer
 (1) Update to 1.7.4.
 (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
28 Mar 2012 22:14:56
Original commit files touched by this commit  1.7.3
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- drop invalid post-deinstall target

PR:     ports/166119
Submitted by:   jgh
Approved by:    maintainer timeout ( 14 days )
Feature safe:   yes
13 Mar 2012 11:47:25
Original commit files touched by this commit  1.7.3
 This port version is marked as vulnerable.
timur search for other commits by this committer
Fix in the location of mod_dontdothat module.

As of version 1.7.3:
* ship mod_dontdothat with the standard release

Feature safe:   yes
14 Feb 2012 16:06:21
Original commit files touched by this commit  1.7.3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Upgrade to 1.7.3
  (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
12 Feb 2012 20:55:53
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Generate distinfo w/ the WITH_BOOK=yes flag
12 Feb 2012 20:53:25
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Fix Subversion Book

PR:         ports/163194, ports/164308, ports/164508
Submitted by:   glewis@, several
Approved by:    maintainer timeout (lev ; 58 days)
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
09 Jan 2012 15:41:08
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
20 Dec 2011 22:37:52
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Bump the serf lib name as required for 0.7.2 -> 1.0.0 www/serf upgrade

Reminded by:    sfc
05 Dec 2011 21:15:36
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.7.2
  Fix building with apr 0.9.20.

Feature safe: yes
09 Nov 2011 15:26:04
Original commit files touched by this commit  1.7.1_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
30 Oct 2011 10:45:29
Original commit files touched by this commit  1.7.1_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add patch from upstream to fix nasty bug, which blocks all POST requests to
  apache server, not proccessed by mod_dav_svn. It should fix "500 Internal
  server error" caused by installing 1.7.x.

Submitted by:   theultramage (at) gmail (dot) com
30 Oct 2011 04:22:51
Original commit files touched by this commit  1.7.1
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Fix build on 10

Approved by:    portmgr@ (miwi)
23 Oct 2011 10:17:31
Original commit files touched by this commit  1.7.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
   Upgrade to 1.7.1.
   Many bugfixes, especially in Java bindings.

   Fix checksum/size of re-rolled book.
   Book doesn't contain any executable code, so here is no security risk.
16 Oct 2011 21:01:42
Original commit files touched by this commit  1.7.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Activate mod_dav_svn in "post-install" target, as it is not activated
      by subversion itself.

  (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
16 Oct 2011 14:31:47
Original commit files touched by this commit  1.7.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update subversion to 1.7.0.

  Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
13 Sep 2011 23:07:52
Original commit files touched by this commit  1.6.17_2
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Bump PORTREVISION after databases/gdbm update to track the dependency.
  It has been reported that the subversion ports somehow indirectly
  depend on gdbm but rebuilding them solves the problems.
20 Aug 2011 17:27:52
Original commit files touched by this commit  1.6.17_1
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
02 Jun 2011 14:02:36
Original commit files touched by this commit  1.6.17
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to latest 1.6.17, which fixes three security issues:
  CVE-2011-1752, CVE-2011-1783, and CVE-2011-1921.
14 May 2011 17:40:47
Original commit files touched by this commit  1.6.16_3
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- bump PORTREVISION since serf was updated.

 Note:
 serf is not "on" as default, but widly used in combination
 with subversion instead of neon
11 Apr 2011 00:04:08
Original commit files touched by this commit  1.6.16_2
 This port version is marked as vulnerable.
avilla search for other commits by this committer
- Add dependency on kdebase4-runtime when KWallet support is built.
- Fix build with KDE_WALLET when KDE 3 is installed. [1]
- Bump PORTREVISION.

This completes my previous commit and fixes KDE_WALLET option.

PR:             156302 [1]
Submitted by:   Axel Gonzalez <loox@e-shell.net> [1]
Approved by:    lev (maintainer, implicit)
01 Apr 2011 15:19:58
Original commit files touched by this commit  1.6.16_1
 This port version is marked as vulnerable.
avilla search for other commits by this committer
- Fix plist when GNOME_KEYRING is on. [1]
- Add optional KDE KWallet support. [2]
- Bump PORTREVISION.

PR:             155395 [1]
                155419 [2]
Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
Approved by:    lev (maintainer timeout)
05 Mar 2011 12:10:31
Original commit files touched by this commit  1.6.16
 This port version is marked as vulnerable.
lev search for other commits by this committer
  IT IS SECURITY UPDATE!

  (1) Update to 1.5.16.
  (2) Disable mod_dav_svn building when it is disabled, but apache2 is installed

PR:             [2] ports/154223
25 Dec 2010 16:55:41
Original commit files touched by this commit  1.6.15
 This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.6.15
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
24 Nov 2010 22:51:10
Original commit files touched by this commit  1.6.15
 This port version is marked as vulnerable.
lev search for other commits by this committer
 (1) Update to 1.6.15
 (2) Add support for DBD 5.x

PR:             ports/152553 (1), ports/152172 (2)
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com> (1), Martin Matuska
<mm@FreeBSD.org>
13 Oct 2010 12:44:01
Original commit files touched by this commit  1.6.13
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to latest version 1.6.13

PR:             ports/151183, ports/151184
30 Jul 2010 22:14:49
Original commit files touched by this commit  1.6.12_1
 This port version is marked as vulnerable.
mezz search for other commits by this committer
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:             ports/148295
Approved by:    lev (maintainer timeout, no respone for months),
                portmgr
Tested by:      pointyhat-exp by pav
07 Jul 2010 14:42:53
Original commit files touched by this commit  1.6.12
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to latest 1.6.12
  (2) Make NEON_VER configurable

Feature safe: yes

PR:             [2] ports/147300
03 Jun 2010 02:49:22
Original commit files touched by this commit  1.6.11_3
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Catch up with apache/apr related changes
  o Remove WITH_APACHE2_APR its always the port now
  o Remove some prelimiary checks for apr-1?-config
  o WITH_MOD_DAV_SVN now implies WITH_APACHE matching ports KNOBS
  o Simplify the apr-1?-config and include setup
  o if you build subversion WITHOUT WITH_APACHE or WITHOUT_APACHE you
    get devel/apr1 as the subverion developers intend.

PR:             ports/146777
Submitted by:   pgollucci@ (myself)
Approved by:    maintainer timeout (lev; 14 days; 3-in a row)
With Hat:       apache@
31 May 2010 02:01:56
Original commit files touched by this commit  1.6.11_2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
27 May 2010 23:58:12
Original commit files touched by this commit  1.6.11_1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Some ports have a rather hardcoded dependency on Subversion and specifically
devel/subversion (vs. devel/subversion-freebsd).
So combine the two - allowing one to build just "subversion" to satisfy
dependencies but with the FreeBSD hacks.

I have not done this via an OPTION as I do not know if we want to expose
"Build with FreeBSD hacks" to all the users of the Subversion port.  Instead
it keys off of 'WITH_FREEBSD_SUBVERSION'.  If putting this in OPTIONS is the
better approach I can follow up and do that.

Approved by:    maintainer timeout
27 May 2010 23:51:32
Original commit files touched by this commit  1.6.11_1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Add support to build with GNOME keyring auth.
(maintainer timeout)
18 May 2010 04:20:37
Original commit files touched by this commit  1.6.11_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Missed one in previous devel/apr -> devel/apr

PR:             ports/146553
With Hat:       apache@
18 May 2010 04:05:05
Original commit files touched by this commit  1.6.11_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
05 May 2010 21:52:39
Original commit files touched by this commit  1.6.11_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
05 May 2010 21:47:49
Original commit files touched by this commit  1.6.11
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
3/5: Fix apr-1.3 libnames to be apr-1
     PORTREVISION bumps comming next

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
19 Apr 2010 10:39:12
Original commit files touched by this commit  1.6.11
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.6.11.
  Make new pkg-install/pkg-deinstall scripts, disabled if here is no
mod_dav_svn.
  Add option to build and install svnauthz-validate, a tool to test authz files.

PR:             ports/145809, with some changes
Submitted by:   olli hauer <ohauer@gmx.de>
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.6.9
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
10 Feb 2010 14:55:27
Original commit files touched by this commit  1.6.9
 This port version is marked as vulnerable.
skv search for other commits by this committer
Fix some garbage in last commit (five-second rule in action!)
10 Feb 2010 14:47:59
Original commit files touched by this commit  1.6.9
 This port version is marked as vulnerable.
skv search for other commits by this committer
Update to 1.6.9

Changes:        http://svn.apache.org/repos/asf/subversion/tags/1.6.9/CHANGES
PR:             ports/143175
Submitted by:   olli hauer <ohauer xx gmx.de>
Approved by:    maintainer timeout (lev; >1.5 month)
04 Nov 2009 19:47:35
Original commit files touched by this commit  1.6.6_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
   Unbreak for "fresh" systems.

PR:             ports/140250
Submitted by:   Josh Paetzel <josh@tcbug.org>, used solution -  Alexey
V.Degtyarev <alexey@renatasystems.org>
24 Oct 2009 11:34:10
Original commit files touched by this commit  1.6.6
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.6.6
25 Aug 2009 11:53:27
Original commit files touched by this commit  1.6.5
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.6.5
  (2) Unbroke Ruby bindings

PR:             [1] ports/138077, [2] ports/136621
06 Aug 2009 22:06:35
Original commit files touched by this commit  1.6.4
 This port version is marked as vulnerable.
simon search for other commits by this committer
Update to Subversion 1.6.4.  This is a security update.

Security:      
http://vuxml.FreeBSD.org/bce1f76d-82d0-11de-88ea-001a4d49522b.html
Security:       CVE-2009-2411
Approved by:    so (simon, security issue, maintainer bypass)
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.6.3
 This port version is marked as vulnerable.
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
26 Jun 2009 11:37:13
Original commit files touched by this commit  1.6.3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.6.3
  (2) Cleanup DBD usage

PR:     (2) ports/135397
11 May 2009 14:38:33
Original commit files touched by this commit  1.6.2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.6.2
01 May 2009 18:30:46
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix FreeBSD hacks finally

PR:             ports/134133
30 Apr 2009 07:42:50
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix FreeBSD hacks not to crash on memory deallocation.

PR:             ports/134091
Submitted by:   Giorgos Keramidas <keramida@freebsd.org>
29 Apr 2009 12:11:18
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to version 1.6.1
  (2) Fix asvn knoweledge about svn command location [1]
  (3) Add STATIC option to build only static binaries [2]
  (4) Activate mod_authz_svn in package installation [3]

PR:             [1] ports/133778, [3] ports/133898
Submitted by:   [2] David O'Brien
06 Apr 2009 17:06:34
Original commit files touched by this commit  1.6.0_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Put svn_hacks-1.2.diff to local-distfiles
  (2) Add optional module mod_dontdothat
  (3) Fix order of apache module loading
  (4) Make deinstall script much mor robust, it should not trash Apache config
      in case of various errors.

PR:             ports/133366 [2]
Submitted by:   Many users [1], olli hauer <ohauer@gmx.de> [2], Dag-Erling
Smorgrav <des@des.no> [3]
03 Apr 2009 18:39:28
Original commit files touched by this commit  1.6.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Enable mod_authz_svn
  (2) Enable parallel build

PR:             ports/133121, ports/133016
Submitted by:   olli hauer <ohauer@gmx.de>, Martin Matuska <mm@FreeBSD.org>
03 Apr 2009 18:17:21
Original commit files touched by this commit  1.6.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to version 1.6.0.
  Many new cool features, new WC version (autougrade), new repo version (NO
AUTOUPGRADE)
  Read svn original documentation, please!
18 Jan 2009 19:43:53
Original commit files touched by this commit  1.5.5_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
  defaults changed: WITH_BDB=yes [1]
  convert APR_UTIL_* flags to KNOBS flag names
  optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
  defaults changed: WITH_BDB=yes [1]
  convert APR_UTIL_* flags to KNOBS flag names
  optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
  (sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
  GMAKE is not needed, so remove it
  split ./configure args into apr and apr-util args, they do not accept all the
same options
  standardize on naming apr and apu to match other oses and the C code.
  create APR_WRKDIR And APU_WRKDIR for simplicity
(Only the first 15 lines of the commit message are shown above View all of this commit message)
30 Dec 2008 14:57:10
Original commit files touched by this commit  1.5.5_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update book (WITH_BOOK option) to 1.5 version, which is frozen now and will
not change anymore.

PR:             ports/129995
29 Dec 2008 16:17:12
Original commit files touched by this commit  1.5.5
 This port version is marked as vulnerable.
lev search for other commits by this committer
     Update to 1.5.5
27 Oct 2008 16:53:49
Original commit files touched by this commit  1.5.4_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add "--listen-host 0.0.0.0" to default svnserve flags, to listen on IPv4
addresses.

PR:             ports/128367
25 Oct 2008 20:22:18
Original commit files touched by this commit  1.5.4_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Add SVN Book to distinfo
  (2) Fix typo
25 Oct 2008 09:06:21
Original commit files touched by this commit  1.5.4
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.5.4
  (2) Create SVNUSER in cases when SVHGROUP is created [1]
  (3) Change default repository path to "/home/svn/repos" in svnwrapper [1]
  (4) Fix typo [2]

PR:             [1] ports/122972, [2] ports/127347
07 Sep 2008 22:16:32
Original commit files touched by this commit  1.5.2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.5.2

Request by:     Peter Wemm
Approved by:    portmgr (linimon)
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.5.1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
26 Jul 2008 13:56:14
Original commit files touched by this commit  1.5.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.5.1
  (2) Toss options processing to build apr as subversion dependency, not as
      sirf one, if sirf is selected on very clean system. It allows to build
      apr with BDB option turned on, if needed.
22 Jul 2008 12:04:37
Original commit files touched by this commit  1.5.0_4
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages.
08 Jul 2008 09:25:16
Original commit files touched by this commit  1.5.0_3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix building of bindings in BATCH mode (without options file at all):
invert checks such way, that default config without OPTIONS at all is equivalent
to default config, specified via OPTIONS.
07 Jul 2008 10:37:56
Original commit files touched by this commit  1.5.0_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Move all options-related logic into Makefile.common, so bindings ports
      have proper CONFIGURE_ARGS now and will not fail to build when
      subversion was built with apache's apr
  (2) Bump devel/apr library version to 1.3
  (3) Increase PORTREVISION, of course.
02 Jul 2008 05:21:39
Original commit files touched by this commit  1.5.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
  (2) Fix CATEGORIES for devel/*-subversion ports
  (3) Add note to UPDATING about neon26/neon28 transition and
      binding changes.

PR:             ports/125168 [2]
Submitted by:   Dmitry Morozovsky <marck rinet ru> [1,2,3]
30 Jun 2008 15:06:15
Original commit files touched by this commit  1.4.6_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add missing distfile for -freebsd slave port.
30 Jun 2008 12:39:14
Original commit files touched by this commit  1.4.6_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix CATEGORIES for subversion & binding ports.
30 Jun 2008 10:00:07
Original commit files touched by this commit  1.5.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Upgrade subversion to version 1.5.0.
  (2) Make binding ports to be real ports, which installs only bindings and
      depend on subversion.
  (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
  (4) Re-base subversion-freebsd to `devel/subversion'.
  (5) Fix all ports, which depends on subversion bindings.
06 Jun 2008 14:33:40
Original commit files touched by this commit  1.4.6_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
04 Jun 2008 18:13:51
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Add subversion-devel and subversion-freebsd to CONFLICTS
05 May 2008 08:33:57
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
29 Jan 2008 12:26:32
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add proper CONFLICTS clauses.

PR:             ports/119782
Submitted by:   TAOKA Fumiyoshi
29 Jan 2008 12:17:05
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Download compressed book [1]
  Change some hard-coded paths to variables [1]
  Fix pkg-plist for Java bindings [2]

PR:             ports/119782 [1], ports/117357 [2]
Submitted by:   TAOKA Fumiyoshi [1], bf [2]
14 Jan 2008 09:04:24
Original commit files touched by this commit  1.4.6
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.4.6
- Add OPTIONS

PR:             ports/119152
Submitted by:   mm
Approved by:    maintainer (timeout)
07 Oct 2007 05:45:04
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
08 Sep 2007 00:59:21
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
04 Aug 2007 11:41:31
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
28 Jul 2007 18:25:14
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix `rc.d/svnserve' installation
18 Jul 2007 11:27:49
Original commit files touched by this commit  1.4.3_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add book files to `distinfo'

Number of commits found: 218 (showing only 100 on this page)

1 | 2 | 3  »  

2863
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours6
new 7 days31
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0