non port: devel/subversion16/Makefile.common |
Number of commits found: 33 |
Thursday, 25 Dec 2014
|
12:49 ohauer
- allow build against neon-30.1
- set EXPIRATION_DATE to 2015-03-31
There are only two ports depending on this old version
- devel/pecl-svn [1]
- sysutils/confman [2]
[1] no new releases but upstream dev. seems active
[2] upstream repo asks for auth, it seems the port is a
collection of shell scripts and will work also with
SVN 1.8
|
Wednesday, 24 Dec 2014
|
06:03 ohauer
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit)
|
Thursday, 28 Aug 2014
|
12:48 tijl
Convert to USES=libtool
|
Thursday, 21 Aug 2014
|
22:50 mandree
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
Saturday, 9 Aug 2014
|
18:42 ohauer
- add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist
|
Tuesday, 29 Jul 2014
|
18:41 adamw
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Friday, 27 Jun 2014
|
17:21 miwi
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself)
|
Thursday, 12 Jun 2014
|
09:17 tijl
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.
Approved by: portmgr (implicit)
|
Friday, 11 Apr 2014
|
17:29 mat
Add a MFH line to the FreeBSD template
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 20 Mar 2014
|
18:42 gjb
- Update commit template to include 'Relnotes:' tag, to
help re@ track release notes candidates.
- Bump PORTREVISION.
Discussed with: re
Reviewed by: bdrewery
Sponsored by: The FreeBSD Foundation
|
Thursday, 23 Jan 2014
|
18:52 mat
Add PKGNAMESUFFIX to subversion1{6,7}
With hat: portmgr
Sponsored by: Absolight
|
Monday, 30 Dec 2013
|
20:55 ohauer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@)
|
Monday, 25 Nov 2013
|
19:52 ohauer
- security update subversion-1.8.5 / 1.7.14 [1]
- 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
|
Wednesday, 6 Nov 2013
|
06:54 ohauer
- s/USES=/USES+=/
do not overwrite USES from sub ports
Submitted by: az
|
Tuesday, 5 Nov 2013
|
22:07 ohauer
- add stage support
- BOOK is now own port
Approved by: lev@ (explicit)
|
Monday, 14 Oct 2013
|
19:42 ohauer
- use new LIB_DEPENDS notation in subversion ports
- use new LIB_DEPENDS notation in Mk/Uses to fix static svn building [1]
Approved by: portmgr (babt@) [1]
|
Friday, 20 Sep 2013
|
10:54 ak
- Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by: portmgr (bapt)
|
Monday, 2 Sep 2013
|
20:10 ohauer
- CVE-2013-4277 fix
Approved by: lev@ (explicit)
Security: f8a913cc-1322-11e3-8ffa-20cf30e32f6d
CVE-2013-4277
|
Saturday, 6 Jul 2013
|
09:03 ohauer
- cleanup APACHE version check
- bump PORTREVISION
|
Friday, 31 May 2013
|
22:30 ohauer
- fix distinfo for svn docs (lost in last commit)
- adjust CONFLICTS add upcomming 1.8
Approved by: lev (implicit)
|
Friday, 26 Apr 2013
|
15:10 bapt
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
|
Saturday, 6 Apr 2013
|
10:00 ohauer
- 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
|
Wednesday, 23 Jan 2013
|
17:28 lev
Updated to latest 1.6.20
|
Monday, 10 Dec 2012
|
15:10 ume
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
|
Saturday, 18 Aug 2012
|
14:29 ohauer
- 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@
|
Friday, 1 Jun 2012
|
22:31 obrien
Diff reduction to subversion/Makefile rev 1.145 and subversion/Makefile.common
rev 1.62 so that one may see what's different about the ports files.
|
Sunday, 20 May 2012
|
10:44 lev
Update to 1.6.18.
|
Tuesday, 14 Feb 2012
|
22:50 scheidell
- force commit to note corrected pr number
PR: ports/164854
Approved by: gabor (mentor, implicit)
|
22:31 scheidell
- Move PORTVERSION out of Makefile.common into new file Makefile.inc
- Needed to help INDEX build for ../svnmerge which used !=
PR: ports/164584
Submitted by: scheidell (me)
Reviewed by: lev (maintainer)
Approved by: lev (maintainer, via private email), gabor (mentor, implicit)
|
Monday, 9 Jan 2012
|
15:41 tabthorpe
- 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
|
Tuesday, 20 Dec 2011
|
22:50 pgollucci
- Bump the serf lib name as required for 0.7.2 -> 1.0.0 www/serf upgrade
Reminded by: sfc
|
Sunday, 6 Nov 2011
|
21:49 ohauer
- change USE_APACHE 1.3/2.0 to 13/20
to prepare enforcement in Mk/bsd.apache.mk
|
Sunday, 16 Oct 2011
|
14:31 lev
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.
|
Number of commits found: 33 |