Commit graph

272052 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
95039e773f - Update to 0.09
Changes:	http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
2012-02-01 21:53:25 +00:00
Sunpoet Po-Chuan Hsieh
9c5153881e - Update to 1.3.2
- Remove PHP_MODNAME
- Cosmetic change
- Take maintainership

Changes:	http://pecl.php.net/package-changelog.php?package=gnupg
2012-02-01 21:52:47 +00:00
Sunpoet Po-Chuan Hsieh
2aae7fc4b1 - Fix LICENSE
- Remove PHP_MODNAME
- Cosmetic change
- Take maintainership
2012-02-01 21:52:04 +00:00
Chris Rees
d0735797ad Use USERS and GROUPS
PR:		ports/164548
Submitted by:	crees (me)
Approved by:	v.haisman@sh.cvut.cz (maintainer)
2012-02-01 20:53:01 +00:00
Sunpoet Po-Chuan Hsieh
52cd1486a9 - Update to 1.36
- Add my LOCAL as MASTER_SITES
- Take maintainership

Changes:	https://github.com/linsomniac/tumgreyspf/blob/master/WHATSNEW
2012-02-01 20:20:31 +00:00
Sunpoet Po-Chuan Hsieh
e53c13b9c9 - Update to 2.0.6
- Take maintainership

Changes:	http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.6/readme.txt/view
2012-02-01 20:19:59 +00:00
Jason Helfman
176d256471 - Update to 1.5
- support for oasis and findlib
- added blowfish and MAC support along with bugfixes
- plist is removed in favor of generation via findlib
- remove META from FILESDIR, as it is now distributed
- maintainer address update

PR:	ports/164661
Submitted by: maintainer, Jaap.Boender at pps.jussieu.fr
Approved by:	crees (mentor)
2012-02-01 20:06:30 +00:00
Chris Rees
8024910f7a Minor changes for UNIQUENAME; remove excessive hyphens
Apologies for the noise here; I'm getting used to the consequences of
slaving ports like this-- postgresql has an unusual arrangement here.

Submitted by:	Neil Darlow (neil@darlow.co.uk)
2012-02-01 19:31:58 +00:00
Sunpoet Po-Chuan Hsieh
01b0a2f7ed - Pet portlint
- Cosmetic change
- Take maintainership
- Update WWW
2012-02-01 19:02:05 +00:00
Sunpoet Po-Chuan Hsieh
588fa4acd9 - Pet portlint
- Take maintainership
2012-02-01 18:58:05 +00:00
Sunpoet Po-Chuan Hsieh
cd162d2197 - Fix CATEGORIES when IPV6 option is off
- Use correct flag: LDFLAGS
- Simplify doc installation
- Cosmetic change
- Take maintainership
2012-02-01 18:57:02 +00:00
Jason Helfman
09c57f862b - Update to 2.2.22
Addresses:
* SECURITY: CVE-2011-3607 (cve.mitre.org)
Integer overflow in the ap_pregsub function in server/util.c in the Apache HTTP
Server 2.0.x through 2.0.64 and 2.2.x through 2.2.21, when the mod_setenvif
module is enabled, allows local users to gain privileges via a .htaccess file
with a crafted SetEnvIf directive, in conjunction with a crafted HTTP request
header, leading to a heap-based buffer overflow.

* SECURITY: CVE-2012-0021 (cve.mitre.org)
The log_cookie function in mod_log_config.c in the mod_log_config module in the
Apache HTTP Server 2.2.17 through 2.2.21, when a threaded MPM is used, does not
properly handle a %{}C format string, which allows remote attackers to cause a
denial of service (daemon crash) via a cookie that lacks both a name and a
value.

* SECURITY: CVE-2012-0031 (cve.mitre.org)
scoreboard.c in the Apache HTTP Server 2.2.21 and earlier might allow local
users to cause a denial of service (daemon crash during shutdown) or possibly
have unspecified other impact by modifying a certain type field within a
scoreboard shared memory segment, leading to an invalid call to the free
function.

* SECURITY: CVE-2011-4317 (cve.mitre.org)
The mod_proxy module in the Apache HTTP Server 1.3.x through 1.3.42, 2.0.x
through 2.0.64, and 2.2.x through 2.2.21, when the Revision 1179239 patch is in
place, does not properly interact with use of (1) RewriteRule and (2)
ProxyPassMatch pattern matches for configuration of a reverse proxy, which
allows remote attackers to send requests to intranet servers via a malformed URI
containing an @ (at sign) character and a : (colon) character in invalid
positions. NOTE: this vulnerability exists because of an incomplete fix for
CVE-2011-3368.

* SECURITY: CVE-2012-0053 (cve.mitre.org)
protocol.c in the Apache HTTP Server 2.2.x through 2.2.21 does not properly
restrict header information during construction of Bad Request (aka 400) error
documents, which allows remote attackers to obtain the values of HTTPOnly
cookies via vectors involving a (1) long or (2) malformed header in conjunction
with crafted web script.

* SECURITY: CVE-2011-3368 (cve.mitre.org)
The mod_proxy module in the Apache HTTP Server 1.3.x through 1.3.42, 2.0.x
through 2.0.64, and 2.2.x through 2.2.21 does not properly interact with use of
(1) RewriteRule and (2) ProxyPassMatch pattern matches for configuration of a
reverse proxy, which allows remote attackers to send requests to intranet
servers via a malformed URI containing an initial @ (at sign) character.

PR: ports/164675
Reviewed by: pgollucci
Approved by: pgollucci, crees, rene (mentors, implicit)
With Hat: apache@
2012-02-01 18:56:08 +00:00
Sunpoet Po-Chuan Hsieh
be769004eb - Add my LOCAL as MASTER_SITES
- Take maintainership
2012-02-01 18:55:13 +00:00
Sunpoet Po-Chuan Hsieh
66b433635a - Update to 1.48
- Add my LOCAL as MASTER_SITES
- Take maintainership

Changes:	http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- Bug #745633: Values of maximum size are not stored API inconsistency, max
  value length was tested for <= while max KEY length was <. So I picked that
  keys and values *LONGER* than the specified max value are what is used, and
  added documentation and tests to that effect. The test for max value tested
  that length plus 4, so I've changed that to be that value plus 1. Issue found
  by matt-quru.
- Bug #713488: Issues Invalid "delete" command. Protocol has changed so that the
  "delete" operation no longer takes a "time" argument. It seems that some
  servers will refuse a "delete key 0" while others will accept it, but the
  official server will NOT accept "delete key 1". So I've changed it so that if
  no "time" argument is specified, no time argument is sent to the server.
- Bug #713451: server.expect("END") needs to be in a finally block Expect an
  "END" when the _recv_value() raises an exception.  Patch by Jay Farrimond.
- Bug: #741090: cas cache can grow unbounded.  Default now is that the cache is
  not used, unless the "Client()" object is created with "cache_cas=True".  In
  that case, you need to have your own cas clearing code, a simple one would be
  to use Client().reset_cas() to completely clear the cas_ids cache.  Problem
  pointed out by Shaun Cutts.
- Bug #728359: Make python-memcache work on memcache restarts.  Patch by Tarek
  Ziade', reviewed and further patches submitted by Hugo Beauze'e-Luysse and
  Neganov Alexandr.
- Bug #798342: If memcached server sends unknown flag in response for "get",
  results in: "UnboundLocalError: local variable 'val' referenced before
  assignment" Now returns "None" instead.  Patch by Sharoon Thomas
2012-02-01 18:52:58 +00:00
Sunpoet Po-Chuan Hsieh
dfee9dc99b - Update WWW: the original www.libspf.org disappeared 2012-02-01 18:51:58 +00:00
Xin LI
03dda0ef51 Add a port for smp_utils, a set of utilities for Serial Attached SCSI (SAS)
Serial Management Protocol (SMP).
2012-02-01 18:46:36 +00:00
Xin LI
66028a1da9 Update to 1.33 and take maintainership. 2012-02-01 18:35:13 +00:00
Xin LI
a6d7cff99d Update to 1.07. 2012-02-01 18:28:06 +00:00
Emanuel Haupt
7165e02ed7 Document removal of audio/wmmixer. 2012-02-01 18:24:50 +00:00
Emanuel Haupt
d9f284a648 Remove audio/wmmixer. EOL Upstream; please use audio/wmsmixer instead.
Discussed with: lx, dougb
2012-02-01 18:24:25 +00:00
Emanuel Haupt
3c0cba2859 Remove audio/wmmixer. EOL Upstream; please use audio/wmsmixer instead.
Discussed with:	lx, dougb
2012-02-01 18:23:53 +00:00
Pietro Cerutti
8f9744e89e - Update to 5.2.0
Changes:
  * better handling of strerror_r support.
  * corrected copyright. Since cc libs were moved to bayonne and commoncpp
    had been added, ALL of ucommon (including commoncpp2) are L-GPL, not just
    the "core" library.
  * more standardized manpages
  * improved shell::detach support and new pdetach utility
  * fsys generic basic file operations
  * commoncpp file and dso compatibility support added
- Add LICENSE (LGPL3)
- Move binaries to ${PREFIX}/bin/ucommon to avoid clashes (ucommon binaries
  have pretty standard names)
2012-02-01 17:25:18 +00:00
Sunpoet Po-Chuan Hsieh
beb64b6fb7 - Update to 3.0.22
Changes:	https://github.com/meskyanichi/backup/commits/master
2012-02-01 17:24:44 +00:00
Steve Wills
4c1cf383fe - Add BUILD_DEPENDS to silence build warnings
- Don't use unecessary += for DEPENDS
- Add TEST_DEPENDS to enable testing

PR:		ports/164486
Submitted by:	swills (myself)
Approved by:	Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer)
2012-02-01 17:01:32 +00:00
Steve Wills
5493c88cf6 - Update to 1.090
- Add TEST_DEPENDS to enable testing

PR:		ports/164519
Submitted by:	sunpoet
2012-02-01 16:58:41 +00:00
Steve Wills
c604e7f694 - Update to 1.223
- Improve depends

PR:		ports/164517
Submitted by:	sunpoet
2012-02-01 16:57:23 +00:00
Steve Wills
7cbf34829e - Update to 1.242
PR:		ports/164518
Submitted by:	sunpoet
2012-02-01 16:56:14 +00:00
Steve Wills
40e7cb9cfd - Update to 1.250
PR:		ports/164649
Submitted by:	sunpoet
2012-02-01 16:54:10 +00:00
Thomas Abthorpe
978fe5634d - Reassign to the heap 2012-02-01 15:53:08 +00:00
Bernhard Froehlich
3df4965938 - Update to 0.24.2 2012-02-01 14:51:25 +00:00
Sergey A. Osokin
92be4c5e6a Update third-party modules:
o) echo from 0.37 to 0.38rc1;
o) headers_more from 0.16 to 0.17rc1;
o) drizzle from 0.1.2rc4 to 0.1.2rc6;
o) set_misc from 0.22rc4 to 0.22rc5.
2012-02-01 13:51:21 +00:00
Frederic Culot
20dfb7e392 - Update to 2.041
Changes:	http://solidcointalk.org/topic/532-solidcoin-v2041-released/
PR:		ports/164686
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2012-02-01 13:14:05 +00:00
Frederic Culot
0208e9d9a3 - Update to 2.10
Changes:	http://search.cpan.org/dist/Term-Menus/ChangeLog
2012-02-01 13:06:36 +00:00
Ganael LAPLANCHE
229f57da43 Update to 1.2.1 2012-02-01 12:35:59 +00:00
Ganael LAPLANCHE
53ec0ed4ff Update to 4.3.5 2012-02-01 12:35:27 +00:00
TAKATSU Tomonari
3a50689caf - Update to 3.9-4 2012-02-01 11:56:00 +00:00
Florian Smeets
9a23ec12f1 fix merge conflict
This gets the PGO build starting but it still does not finish
2012-02-01 09:49:58 +00:00
Florian Smeets
6274076f75 document recent mozilla vulnerabilities 2012-02-01 09:46:07 +00:00
Sunpoet Po-Chuan Hsieh
ab048071e8 - Update to 2.57
Changes:	http://search.cpan.org/dist/MogileFS-Server/CHANGES
2012-02-01 07:47:58 +00:00
Sunpoet Po-Chuan Hsieh
ecea4dedec - Update to 0.7.5
Changes:	https://github.com/lsegal/yard/blob/master/ChangeLog
2012-02-01 07:34:11 +00:00
Sergey A. Osokin
3445d6daae Update third-party lua module from 0.4.0 to bugfix release 0.4.1. 2012-02-01 04:43:11 +00:00
Ruslan Makhmatkhanov
d2b0530df3 - update to 1.12.0 [1]
- fix pkg-plist problem

PR:		164391
Submitted by:	Golyashov Sergey <svvord at ulona dot org>
Approved by:	maintainer
2012-02-01 03:25:24 +00:00
Wen Heping
3dd25999fc - Update to 2.3.1 2012-02-01 02:17:55 +00:00
Doug Barton
9e59fe46d7 Update to 9.9.0rc2, which addresses mostly in-line signing bugs 2012-02-01 02:12:20 +00:00
David Thiel
4502477368 Remove primary master site, as dockapps.org has been domainsquatted.
Submitted by:	ehaupt@
2012-02-01 01:33:53 +00:00
Jason Helfman
a2bd6644c4 - Update to 2.5
- Update tomcat dependency logic
- Drop TOMCATOWN/TOMCATGRP in favor of defaults WWWOWN/WWWGRP
- Drop war installation. Expand war and install as individual files to account for proper cleanup
- Application installs into its own directory now (safer) -- update pkg-message to reflect this

Approved by: wen (maintainer), crees (mentor)
2012-02-01 01:21:28 +00:00
Jason Helfman
e49cc54968 - Update to 2.5
- Update tomcat dependency logic
- Drop TOMCATOWN/TOMCATGRP in favor of defaults WWWOWN/WWWGRP
- Drop war installation. Expand war and install as individual files to account for proper cleanup

Approved by: wen (maintainer), crees (mentor)
2012-02-01 01:19:18 +00:00
Jason Helfman
29fd8676b2 - Update to 2.5
- Update tomcat dependency logic
- Drop TOMCATOWN/TOMCATGRP in favor of defaults WWWOWN/WWWGRP
- Drop war installation. Expand war and install as individual files to account for proper cleanup.
- Application installs into its own directory now (safer) -- update pkg-message to reflect this

Approved by: wen (maintainer), crees (mentor)
2012-02-01 01:18:12 +00:00
Stephen Montgomery-Smith
349f7fbd3b - Small changes to post-patch target so that it can be restarted.
- Switch off parallel builds if FreeBSD version>=9 (hoping to get some
  useful feedback from tinderbox builds, as parallel building mangles the
  log).
2012-02-01 00:20:29 +00:00
Carlo Strub
faad8b9921 Update to 3.10.1
Approved by:	glarkin@ (mentor, implicit)
2012-01-31 23:23:38 +00:00