FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:06 PM BST
Port details
subversion 1.7.5 devel on this many watch lists=252 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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
devel/p5-subversion
devel/py-subversion
devel/ruby-subversion
java/subversion-java

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/libtool
Required Libraries: databases/sqlite3, textproc/expat2, www/neon29, devel/apr1, devel/gettext, databases/db42

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.5:
     P4_STYLE_MARKERS=on (default) "Perforce-style conflict markers"
     ENHANCED_KEYWORD=on (default) "Enhanced svn:keyword support"
     FREEBSD_TEMPLATE=on (default) "FreeBSD Project log template"
     MOD_DAV_SVN=off (default) "mod_dav_svn module for Apache 2.X"
     MOD_DONTDOTHAT=off (default) "mod_dontdothat for Apache 2.X"
     NEON=on (default) "WebDAV/Delta-V repo access module (neon)"
     SERF=off (default) "WebDAV/Delta-V repo access module (serf)"
     SASL=off (default) "SASL2 authorization support"
     BDB=on (default) "Berkeley DB (4 or 5) repository backend"
     MAINTAINER_DEBUG=off (default) "Build debug version"
     SVNSERVE_WRAPPER=off (default) "Enable svnserve wrapper"
     SVNAUTHZ_VALIDATE=off (default) "install svnauthz-validate"
     STATIC=off (default) "Build static version (no shared libs)"
     GNOME_KEYRING=off (default) "Build with GNOME Keyring auth support"
     KDE_KWALLET=off (default) "Build with KDE KWallet auth support"
     BOOK=off (default) "Install the Subversion Book"
     TEST=off (default) "Run subversion test suite"
===> Use 'make config' to modify these settings

Master Sites:
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: 201 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 May 2012 10:41:14
Original commit files touched by this commit  1.7.5
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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'
18 Jul 2007 08:03:30
Original commit files touched by this commit  1.4.4
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.4.4
  Fix `svnserve' startup script to know about svnserve wrapper [1]

PR:             [1] ports/113818
17 Mar 2007 07:53:12
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
  subversion doesn't "support" neon 0.26.3, only 0.26.2 does.
16 Mar 2007 10:03:11
Original commit files touched by this commit  1.4.3_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update `www/neon' to 0.26.3
  (2) Bump port revisions (and dependencies) on all ports, using libneon
  (3) Mark `devel/bazaar' broken, it doesn't support new neon version.
      Approved by maintainer.
  (4) Mark `www/neonpp' broken, it doesn't support new neon version.
      Maintainer timeout.
04 Feb 2007 17:14:33
Original commit files touched by this commit  1.4.3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.4.3

PR:             ports/108644
09 Nov 2006 13:54:13
Original commit files touched by this commit  1.4.2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Upgrade to version 1.4.2
13 Sep 2006 10:20:27
Original commit files touched by this commit  1.4.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix build with -DWITH_SVNSERVE_WRAPPER

PR:             ports/103213
12 Sep 2006 12:46:30
Original commit files touched by this commit  1.4.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.4.0 release
  (2) Migrate book to stable version 1.2
  (3) Add images to HTML book
  (4) Add dependency to gfind (findutils) for asvn
  (5) Improve asvn script

PR:             ports/99177 [4],[5]
Submitted by:   David Robillard <david.robillard@gmail.com> [3]
04 Aug 2006 12:34:50
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
10 Jul 2006 18:32:32
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove a new crop of the long-spurious FreeBSD KEYWORDs.
06 Jun 2006 18:52:10
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.3.2.
  (2) Fix installation of apache module in case of apache > 2.0.
  (3) Fix some portlint warnings.

PR:             ports/97932 [2]
25 May 2006 11:17:17
Original commit files touched by this commit  1.3.1_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Fix building with latest apache 2.0
  (2) Add `asvn' support.
  (3) Add rc.d script for svnserve.

PR:             ports/96967 [1], ports/97457 [2], ports/91970 [3]
04 May 2006 21:41:12
Original commit files touched by this commit  1.3.1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
20 Apr 2006 10:26:29
Original commit files touched by this commit  1.3.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to latest 1.3.1 release.
  Fix URL of HTML book.
17 Mar 2006 17:51:55
Original commit files touched by this commit  1.3.0_4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Show knob options in pre-everything instead of pre-extract

PR:             93721
Approved by:    lev (maintainer timeout, 22 days)
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.3.0_4
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
30 Jan 2006 23:20:05
Original commit files touched by this commit  1.3.0_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
06 Jan 2006 17:40:23
Original commit files touched by this commit  1.3.0_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix book's entries in distinfo.
  Fix URL of HTML book (site responses with redirect now).

Submitted by:   Many

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

1 | 2 | 3  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.338 seconds.