1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
Commit Graph

307540 Commits

Author SHA1 Message Date
Olli Hauer
a05ea92118 - CVE-2013-4277 fix
Approved by:	lev@ (explicit)
Security:	f8a913cc-1322-11e3-8ffa-20cf30e32f6d
		CVE-2013-4277
2013-09-02 20:10:18 +00:00
Baptiste Daroussin
efd0697549 Add an explicit dependency on pkgconf 2013-09-02 20:03:58 +00:00
Baptiste Daroussin
b7cdacd173 Add an explicit dependency on pkgconf 2013-09-02 20:02:01 +00:00
Baptiste Daroussin
0e4c70bcc8 Add an explicit dependency on pkgconf 2013-09-02 19:55:48 +00:00
Andrej Zverev
67024b2839 - Convert to the new perl5 framework
- Trim Makefile header
2013-09-02 19:35:03 +00:00
Andrej Zverev
618dce31e7 - Convert to the new perl5 framework
- Trim Makefile header
2013-09-02 19:32:09 +00:00
Sahil Tandon
7295a7f3d4 - Update to 0.17
- Pass maintainership to perl@
2013-09-02 19:16:13 +00:00
Sahil Tandon
d6c7968646 - Update to 0.64
- Pass maintainership to perl@
2013-09-02 19:16:05 +00:00
Sahil Tandon
8f3827c727 - Update to 2.03
- Pass maintainership to perl@
2013-09-02 19:15:52 +00:00
Sahil Tandon
6f1e3fadfe - Update to 0.22
- Pass maintainership to perl@
2013-09-02 19:15:42 +00:00
Sahil Tandon
b4c12d7192 - Update to 0.26
- Pass maintainership to perl@
2013-09-02 19:15:33 +00:00
Sahil Tandon
6b0dc6008e - Update to 0.64
- Pass maintainership to perl@
2013-09-02 19:15:27 +00:00
Sahil Tandon
4149e0fe6d - Update to 1.35 2013-09-02 19:15:19 +00:00
Sahil Tandon
0798fa9230 - Update to 1.4.4 2013-09-02 19:15:12 +00:00
Sahil Tandon
44aae11044 - Update to 0.78
- Pass maintainership to perl@
2013-09-02 19:14:58 +00:00
Sahil Tandon
b13c18c31b - Update to 1.219
- Pass maintainership to perl@
2013-09-02 19:14:50 +00:00
Olli Hauer
46439bc789 - update devel/subversion to 1.8.3 [1]
- update devel/subversion17 to 1.7.13	[1]
- add vuxml entry

Version 1.7.13
(29 Aug 2013, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.13/CHANGES

User-visible changes:
 - General
   * merge: fix bogus mergeinfo with conflicting file merges (issue #4306)
   * diff: fix duplicated path component in '--summarize' output (issue #4408)
   * ra_serf: ignore case when checking certificate common names (r1514763)

 - Server-side bugfixes:
   * svnserve: fix creation of pid files (r1516556)
   * mod_dav_svn: better status codes for commit failures (r1490684)
   * mod_dav_svn: do not map requests to filesystem (r1512432 et al)

Developer-visible changes:
 - General:
   * support linking against gssapi on Solaris 10 (r1515068)
   * don't use uninitialized variable to produce an error code (r1482282)

 - Bindings:
   * swig-pl: fix SVN::Client not honoring config file settings (r150744)
   * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)

Version 1.8.3
(29 August 2013, from /branches/1.8.x)
http://svn.apache.org/repos/asf/subversion/tags/1.8.3/CHANGES

User-visible changes:
 - Client- and server-side bugfixes:
   * translation updates for Swedish
   * enforce strict version equality between tools and libraries (r1502267)
   * consistently output revisions as "r%ld" in error messags (r1499044 et al)

 - Client-side bugfixes:
   * status: always use absolute paths in XML output (issue #4398)
   * ra_serf: 'svn log -v' fails with a 1.2.x server (issue #4044)
   * ra_serf: fix crash when committing cp with deep deletion (issue #4400)
   * diff: issue an error for files that can't fit in memory (r1513119 et al)
   * svnmucc: generate proper error for mismatched URLs (r1511353)
   * update: fix a crash when a temp file doesn't exist (r1513156)
   * commit & update: improve sleep for timestamps performance (r1508438)
   * diff: continue on missing or obstructing files (issue #4396)
   * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628)
   * ra_serf: ignore case when checking certificate common names (r1514763)
   * ra_serf: format distinguished names properly (r1514804)
   * ra_serf: do not retry HTTP requests if we started to parse them (r1503318)
   * ra_serf: output ssl cert verification failure reason (r1514785 et al)
   * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901)
   * ra_serf: include library version in '--version' output (r1514295 et al)
   * info: fix spurious error on wc root with child in conflict (r1515366)

 - Server-side bugfixes:
   * svnserve: fix creation of pid files (r1516556)
   * svnadmin: fix output encoding in non-UTF8 environments (r1506966)
   * svnsync: fix high memory usage when running over ra_serf (r1515249 et al)
   * mod_dav_svn: do not map requests to filesystem (r1512432 et al)
   * svnauthz: improve help strings (r1511272)
   * fsfs: fixed manifest file growth with revprop changes (r1513874)
   * fsfs: fix packed revprops causing loss of revprops (r1513879 et al)

 - Other tool improvements and bugfixes:
   * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream)

Developer-visible changes:
 - General:
   * describe APR unimplemented errors as coming from APR (r1503010 et al)
   * mod_dav_svn: update INSTALL to reflect configure defaults (r1515141)
   * davautocheck: use the correct apxs binary by default (r1507889, r1507891)

 - API changes:
   * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al)

 - Bindings:
   * swig-pl: fix SVN::Client not honoring config file settings (r150744)
   * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)

Approved by:	lev@ (explicit per PM)
Security:	f8a913cc-1322-11e3-8ffa-20cf30e32f6d
		CVE-2013-4277 [1]
2013-09-02 19:04:20 +00:00
Andrej Zverev
2a21732666 - Fix issue when spamd crashes because of memory problems in Logger.pm
For more details see Bug 6745
- Do not bump portrevision since issue not global
While I'm here:
- convert to the new perl5 framework

PR:		ports/181242
Submitted by:	Igor Roshchin <spamd-pr@str.komkon.org>
Tested by:	Igor Roshchin <spamd-pr@str.komkon.org>	(two weeks)
Approved by:	maintainer (timeout)
2013-09-02 19:00:24 +00:00
Pawel Pekala
e8c8c11b2e - Fix plist problems with PostgreSQL version > 9.0 by
setting target moduledir in make enviroment
- With default PostgreSQL version hashtypes.control file is
  not installed while newer versions do install it,
  fix this by adding post-install check

Approved by:	maintainer via private mail
2013-09-02 18:52:48 +00:00
Andrej Zverev
3368e72898 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 18:41:05 +00:00
Andrej Zverev
cb72249a32 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 18:23:34 +00:00
Antoine Brodin
41402c773d Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 18:22:05 +00:00
Baptiste Daroussin
e3daf45bba Add an explicit dependency on pkgconf 2013-09-02 18:18:26 +00:00
Antoine Brodin
3e8a1ee6d7 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 18:15:57 +00:00
Baptiste Daroussin
59443afb37 Add an explicit dependency on pkgconf 2013-09-02 18:14:45 +00:00
Antoine Brodin
6ccf857590 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 18:11:07 +00:00
Antoine Brodin
4996dcd529 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 18:08:32 +00:00
Antoine Brodin
0762a37d3d Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 18:05:49 +00:00
Antoine Brodin
3f582dcb43 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 18:03:16 +00:00
Thierry Thomas
c2c4c7bd1a - Fix the build on -CURRENT ;
- Since I'm there, define LICENSE and split PORTDOCS/PORTEXAMPLES.

PR:		ports/181759
Submitted by:	tijl
2013-09-02 17:47:54 +00:00
Sunpoet Po-Chuan Hsieh
6009aff0ca - Add LICENSE
- Use CPAN as primary WWW
2013-09-02 17:37:56 +00:00
Andrej Zverev
3ab32baa74 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 17:29:36 +00:00
Sunpoet Po-Chuan Hsieh
055365c2db - Add my LOCAL to MASTER_SITES
- Convert to new LIB_DEPENDS format
- Convert to new options framework
- Pet portlint: move LICENSE upward
- Use DATADIR
- Use PORTDOCS macro
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Simplify regex
- Cosmetic change
2013-09-02 17:18:59 +00:00
Ruslan Makhmatkhanov
28c163a302 - update to 2.0.0
release notes:
https://lists.gnu.org/archive/html/lightning/2013-08/msg00000.html

PR:		181648
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
2013-09-02 17:17:28 +00:00
Baptiste Daroussin
3097fa6c53 Add an explicit dependency on pkgconf 2013-09-02 17:12:11 +00:00
Baptiste Daroussin
3a316c80ef Add an explicit dependency on pkgconf 2013-09-02 17:09:31 +00:00
Ruslan Makhmatkhanov
9777458909 - update to 0.12
- trim Makefile header
- convert gmake and desktopfileutils deps to USES equivalents
- convert to optionsng (DOCS case)
- general clean-up
2013-09-02 17:08:42 +00:00
Antoine Brodin
b041516b8c Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 17:07:10 +00:00
Baptiste Daroussin
eaa7e21591 Add an explicit dependency on pkgconf 2013-09-02 17:06:54 +00:00
Antoine Brodin
f369ffa1fd Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-02 17:03:17 +00:00
Andrej Zverev
1bbdb44422 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 16:56:12 +00:00
Baptiste Daroussin
3bc5091b11 Add an explicit dependency on pkgconf 2013-09-02 16:55:04 +00:00
Baptiste Daroussin
c3b24311f2 Do not overwrite USES 2013-09-02 16:48:01 +00:00
Boris Samorodov
43535f505a Adopt using USES+=iconv.
Submitted by:	bsam (me, by e-mail)
Approved by:	martymac (maintainer)
2013-09-02 16:42:30 +00:00
Boris Samorodov
c037647c1f Just use USES+=iconv (delete non-functional if-then-else code). 2013-09-02 16:38:56 +00:00
William Grzybowski
86b3871e67 net/gpxe: unbreak build
- Unbreak build [1]
- USES gmake perl5

PR:		ports/179203 [1]
Submitted by:	Gürkan Karaman <gk.freebsd googlemail.com> (maintainer)
2013-09-02 16:34:22 +00:00
Baptiste Daroussin
e19800d117 Add an explicit dependency on pkgconf 2013-09-02 16:29:30 +00:00
William Grzybowski
fc2ecf59ae multimedia/transcode: add V4L option
- Add V4L option [1]
- Remove support for OS < 7.x
- Remove leading article from COMMENT
- Add LICENSE (GPLv2)
- USES gmake

PR:		ports/179460
Submitted by:	Naram Qashat <cyberbotx cyberbotx.com> (maintainer)
2013-09-02 16:23:41 +00:00
Baptiste Daroussin
839ef5dcc2 Add an explicit dependency on pkgconf 2013-09-02 16:21:38 +00:00
Tijl Coosemans
cbec9fc70a Remove USE_GCC=any since the port builds with clang now.
Also remove the no longer needed post-patch target.
2013-09-02 16:20:26 +00:00