1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

254858 Commits

Author SHA1 Message Date
Jun Kuriyama
e9ba6d9041 - Upgrade to 0.9976. 2011-04-15 06:20:37 +00:00
Jun Kuriyama
facc533e0e - Upgrade to 1.3030. 2011-04-15 06:18:15 +00:00
Jun Kuriyama
7ddfe1e776 - Upgrade to 0.44. 2011-04-15 06:16:08 +00:00
Rene Ladan
f805e9d122 Update to 10.0.648.205
Security:	CVE-2011-1301, CVE-2011-1302
2011-04-15 06:02:45 +00:00
Baptiste Daroussin
192e5915c9 Simple and lightweight HTTP daemon.
It provides the following features:
- Basic support for CGI,
- ipv6, authentication,
- virtual host,
- basic authentication
- basic url mapping system.

WWW:    http://git.etoilebsd.net/mohawk
2011-04-15 06:00:05 +00:00
Jun Kuriyama
b9158754d4 - Upgrade to 0.33. 2011-04-15 05:33:47 +00:00
Jun Kuriyama
1fc07d8438 - Upgrade to 0.00020. 2011-04-15 05:31:55 +00:00
Jun Kuriyama
cac4e8a378 - Upgrade to 1.09. 2011-04-15 05:00:51 +00:00
Daniel Gerzo
e00adada89 - update to latest stable release - 0.9.7.2 2011-04-14 22:26:54 +00:00
Rene Ladan
939472ce5a Document www/chromium vulnerabilities
Security:	CVE-2011-1301, CVE-2011-1302
2011-04-14 22:14:58 +00:00
Philip M. Gollucci
ea3eb59321 - Remove now -devel line now that its -stable again
sysutils/rsyslog5-devel
sysutils/rsyslog5-devel-dbi
sysutils/rsyslog5-devel-gnutls
sysutils/rsyslog5-devel-gssapi
sysutils/rsyslog5-devel-mysql
sysutils/rsyslog5-devel-pgsql
sysutils/rsyslog5-devel-relp
sysutils/rsyslog5-devel-rfc3195
sysutils/rsyslog5-devel-snmp
2011-04-14 22:10:02 +00:00
Philip M. Gollucci
65ec85ca3f - Update to 5.8.0
http://www.rsyslog.com/changelog-for-5-8-0-v5-stable/
2011-04-14 22:02:25 +00:00
Simon L. B. Nielsen
446993e41e Unbreak file format:
- Place <vuxml> tag at the start of the file.
- Close topic tags.

Pointy hat to:	cy
2011-04-14 21:08:29 +00:00
Cy Schubert
35627b3c21 Add the following for security/krb5:
MITKRB5-SA-2011-001 - kpropd denial of service
	MITKRB5-SA-2011-002 - KDC denial of service attacks
	MITKRB5-SA-2011-003 - KDC vulnerable to double-free when PKINIT enabled
	MITKRB5-SA-2011-004 - kadmind invalid pointer free()
2011-04-14 19:51:41 +00:00
Dennis Herrmann
2330c2542c - Update to 2011.04.12
PR:		ports/156379
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2011-04-14 19:22:58 +00:00
Thomas Abthorpe
54a032006b - Reassign to the heap
Approved by:	portmgr (tabthorpe)
2011-04-14 19:06:50 +00:00
Baptiste Daroussin
11fe524cae - upgrade to 20110413120518 2011-04-14 16:46:07 +00:00
Boris Samorodov
9356d8ca9b Add libv4l to the rank of LINUX_26_APPS. 2011-04-14 14:26:16 +00:00
Boris Samorodov
96a194d954 libv4l is a collection of libraries which adds a thin abstraction layer on
top of video4linux2 devices. The purpose of this (thin) layer is to make it
easy for application writers to support a wide variety of devices without
having to write separate code for different devices in the same class. libv4l
consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.

libv4lconvert offers functions to convert from any (known) pixel-format
to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420.

libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
of the drivers for those devices supporting v4l1 compatibility (which many
v4l2 drivers do not).

libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the
application transparent libv4lconvert conversion where necessary.

WWW: http://hansdegoede.livejournal.com/3636.html
2011-04-14 14:00:40 +00:00
Frederic Culot
3395f95680 WWW::RobotRules parses /robots.txt files which are used to forbid conforming
robots from accessing parts of a web site. The parsed files are kept in a
WWW::RobotRules object, and this object provides methods to check if access
to a given URL is prohibited.

WWW: http://search.cpan.org/dist/WWW-RobotRules/

This new port is needed to update www/p5-libwww.
2011-04-14 13:18:39 +00:00
Nicola Vitale
4a17519108 - Update to 0.6.7
PR:		ports/156387
Submitted by:	lwhsu
2011-04-14 13:05:04 +00:00
Nicola Vitale
ebec14ce45 - Update to 2.7 2011-04-14 12:44:02 +00:00
Oliver Lehmann
8b9ef29d82 update to 0.4.7
PR:		ports/156207
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-04-14 12:00:56 +00:00
Sergey A. Osokin
50e4e30ea0 Update from 3.0.6 to 3.0.7:
1) www/rubygem-passenger;

2) passenger support for www/nginx and www/nginx-devel;
   update passenger's version for patches.

3) for speed-up rails applications build passenger without
   debugging information by default.  Otherwise WITH_DEBUG
   required.

Approved by:	maintainer [1,3]
2011-04-14 11:31:29 +00:00
Frederic Culot
0bfd8747d1 File::Listing can be used to parse directory listings.
WWW: http://search.cpan.org/dist/File-Listing/

This new port is needed to update www/p5-libwww.
2011-04-14 10:56:17 +00:00
Pietro Cerutti
743b002be1 - Fix PLIST by making sure that all patched files backups are removed before
COPYTREE_SHARE'ing into target directory

Reported by:   PH (via pav)
2011-04-14 09:49:36 +00:00
Max Brazhnikov
9adc3b5a10 Update to 1.5.2
PR:		ports/156372
Submitted by:	David Naylor (maintainer)
2011-04-14 09:45:38 +00:00
Pietro Cerutti
4cf791c9f3 - Fix PLIST
Reported by:   PH (via pav)
2011-04-14 09:37:47 +00:00
Koop Mast
09161c6b9e Add upstream patch to fix root vulnability.
Obtained from:	Upstream git.
Security:	2eccb24f-61c0-11e0-b199-0015f2db7bde
2011-04-14 07:44:31 +00:00
Koop Mast
60315960ce Document a root exploit via rogue hostname in xrdb. 2011-04-14 07:43:06 +00:00
Frederic Culot
d6572baf02 HTTP::Date provides functions that perform conversions between date
formats used by the HTTP protocol.

WWW: http://search.cpan.org/dist/HTTP-Date/

This new port is needed to update www/p5-libwww.
2011-04-14 07:39:35 +00:00
Baptiste Daroussin
34d6bfea93 fix installing when LOCALBASE != PREFIX 2011-04-14 07:24:38 +00:00
Philippe Audeoud
94932f9ebb - Add WWWOWN and WWWGROUP in SUB_LIST
Notify by:	bapt@
2011-04-14 07:19:07 +00:00
Max Brazhnikov
09910b95c5 Attempt to fix build on 7.x
Reported by:	pointyhat via pav
Submitted by:	Stephen Hurd (maintainer)
2011-04-14 06:56:56 +00:00
Baptiste Daroussin
7fe78d9f81 fix installing when LOCALBASE != PREFIX 2011-04-14 06:54:23 +00:00
Baptiste Daroussin
91687002de fix installing when LOCALBASE != PREFIX 2011-04-14 06:43:16 +00:00
Baptiste Daroussin
2425ebd05f fix installing when LOCALBASE != PREFIX 2011-04-14 06:34:30 +00:00
Baptiste Daroussin
165b6c1b0f manpage are already compressed by vendor build system 2011-04-14 06:26:01 +00:00
Oliver Lehmann
347b923f34 make SSE2 optional
PR:		ports/156162
Submitted by:	olgeni
2011-04-14 06:24:14 +00:00
Wen Heping
e7211b6426 - Update to 1.16.3
Approved by:	maintainer(implicit)
2011-04-14 06:19:15 +00:00
Baptiste Daroussin
a08e9b7f50 fix installing when LOCALBASE != PREFIX 2011-04-14 06:17:13 +00:00
Tilman Keskinoz
11f8fef70a Add forgotten patchfile
pointyhat to:	arved
2011-04-14 06:12:09 +00:00
Koop Mast
a812d71edf mark jobs unsafe, this fixes the build on SMP boxes with gmake 3.82. 2011-04-14 06:11:20 +00:00
Oliver Lehmann
fe4dec714f fix run dependencies
PR:		ports/156116
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2011-04-14 06:07:12 +00:00
Dirk Meyer
189730ae95 - fix warning on deinstall
Submitted by:	Kuro
2011-04-14 03:27:37 +00:00
Wen Heping
69931f1828 Range::Integer is a perl module which can be helpful for work with
string ranges.

WWW: http://search.cpan.org/dist/Range-String/

PR:		ports/155755
Submitted by:	Andrey Ignatov <rdna@rdna.ru>
2011-04-14 01:03:39 +00:00
Wen Heping
803c8aa1c5 A Go interface for SQLite3, modelled after the C interface.
WWW: http://kuroneko.github.com/gosqlite3/

Submitted by:	Zhihao Yuan <lichray@gmail.com> (via email)
2011-04-14 00:56:10 +00:00
Cy Schubert
a4eccde1aa Apply patch for MITKRB5-SA-2011-004, kadmind invalid pointer free()
[CVE-2011-0285]

Security:	MITKRB5-SA-2011-004, CVE-2011-0285
Feature safe:	yes
2011-04-14 00:39:25 +00:00
Wen Heping
73b2a005d2 Flask-Cache adds cache support to your Flask application. The cache
backend can Be chosen from simple, memcached, and filesystem.
Install databases/memcached from ports if needed.

WWW: http://packages.python.org/Flask-Cache/

PR:		ports/156384
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-04-14 00:38:46 +00:00
Alberto Villa
75b6cf3671 - Update to 0.9.15.1. 2011-04-14 00:28:13 +00:00