1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

315900 Commits

Author SHA1 Message Date
Timur I. Bakeyev
a5ced76f06 Upgrade port to the 4.0.12 version, closing CVE-2013-4475 and CVE-2013-4476.
Remove dependency from gettext. Converted to STAGEDIR.

PR:		183872, 183885
Security:	CVE-2013-4475
		CVE-2013-4476
Sponsored by:	my wife
2013-11-19 21:49:39 +00:00
Sunpoet Po-Chuan Hsieh
06d52b52d3 - Update distinfo to Python 3.3.3
- Support STAGEDIR
2013-11-19 21:44:17 +00:00
Olivier Duchateau
05b2814574 - Update to 1.2.1 2013-11-19 20:42:26 +00:00
Sunpoet Po-Chuan Hsieh
138125b3a7 - Update to 0.74
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2013-11-19 20:30:48 +00:00
Carlo Strub
fc642ba5a4 - Update to 1.4.2
- staging
2013-11-19 20:24:55 +00:00
Sunpoet Po-Chuan Hsieh
6621c8f7ca - Update to 2.12
- Remove unnecessary patch

Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2013-11-19 20:16:59 +00:00
Tijl Coosemans
970da3e658 Add support for FreeBSD 11.
PR:		ports/183594
Approved by:	maintainer timeout (17 days)
2013-11-19 20:15:54 +00:00
Sunpoet Po-Chuan Hsieh
6dab75973c - Add p5-Geo-JSON 0.005
Geo::JSON converts to and from geojson using Perl objects. GeoJSON objects
represent various geographical positions - points, lines, polygons, etc.

Currently supports 2 or 3 dimensions (longitude, latitude, altitude). Further
dimensions in positions are ignored for calculations and comparisons, but will
be read-from and written-to.

WWW: http://search.cpan.org/dist/Geo-JSON/
2013-11-19 20:00:54 +00:00
Sunpoet Po-Chuan Hsieh
1fefd0b9d3 - Update to 6.33
- Simplify shebang fix

Changes:	http://search.cpan.org/dist/Coro/Changes
2013-11-19 20:00:28 +00:00
Sunpoet Po-Chuan Hsieh
b9bd066b9e - Update to 0.4202
Changes:	http://search.cpan.org/dist/Module-Build/Changes
2013-11-19 19:55:02 +00:00
Sunpoet Po-Chuan Hsieh
1f944a0f45 - Update to 0.103008
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Software-License/Changes
2013-11-19 19:54:57 +00:00
Koop Mast
5d020c831f Remove ltverhack's hard depend on USE_AUTOTOOLS=libtool.
The problem with the old method is that the libtool is configured to look
first in LOCALBASE for libraries to link to. Normaly this wouldn't cause
a problem. However if a port that builds a library with new API also builds
introspection files or say gtk bindings, then libtool will look first into
LOCALBASE and find the old library version for linking the introspection
files or gtk bindings. Due to the missing new API in old library the build
will fail with unresolved symbols.
The new ltverhack will patch the ltmain.sh and/or libtool files that where
bundled with the port. This libtool is correctly configured to first look
in for the just build libraries.

If the port bundled version of ltmain.sh and/or libtool aren't in ${WRKSRC}
then ltverhack_PATCH_FILES can be overwritten with there location in ${WRKSRC}.

As a bonus when using the new ltverhack configure will honor --disable-static
again. So please check your plist after converting.

While here shorten the number of tabs in the lthacks, ltverhack and
ltasneededhack PRE_PATCH components so they are just over 80 chars long.

Exp-run by:	bdrewery@
PR:		ports/183936
Obtained from:	gnome dev repo
2013-11-19 19:54:16 +00:00
Koop Mast
109cedef51 Indent 20131031 entry like the rest of the file. 2013-11-19 19:38:45 +00:00
Marc Fonvieille
bdd46fabc6 Update to r43207 of the FreeBSD docset.
Approved by:	doceng (implicit)
2013-11-19 18:52:13 +00:00
Sergey A. Osokin
b9a7f3ab06 Update from 4.0.23 to 4.0.24:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

Try to fix build www/rubygem-passenger with upcoming FreeBSD 10.
2013-11-19 18:30:54 +00:00
Li-Wen Hsu
2d9a8e6d61 - Support STAGEDIR 2013-11-19 18:12:13 +00:00
Baptiste Daroussin
7e7a0c3b4e - Update to 1.2.0.rc1
- Changes:
 * Fix loading of fingerprints
 * Fix ssh transport by refactoring
 * Skip self upgrade with -F is passed
 * Fix pkg info -[q]O
 * Fix pkg info -q (with no other options)
 * Make fingerprints signature checking actually working
2013-11-19 18:04:11 +00:00
Sergey A. Osokin
cb000342f1 Security update from 1.5.6 to 1.5.7.
<ChangeLog>

*) Security: a character following an unescaped space in a request line
   was handled incorrectly (CVE-2013-4547); the bug had appeared in
   0.8.41.
   Thanks to Ivan Fratric of the Google Security Team.

*) Change: a logging level of auth_basic errors about no user/password
   provided has been lowered from "error" to "info".

*) Feature: the "proxy_cache_revalidate", "fastcgi_cache_revalidate",
   "scgi_cache_revalidate", and "uwsgi_cache_revalidate" directives.

*) Feature: the "ssl_session_ticket_key" directive.
   Thanks to Piotr Sikora.

*) Bugfix: the directive "add_header Cache-Control ''" added a
   "Cache-Control" response header line with an empty value.

*) Bugfix: the "satisfy any" directive might return 403 error instead of
   401 if auth_request and auth_basic directives were used.
   Thanks to Jan Marc Hoffmann.

*) Bugfix: the "accept_filter" and "deferred" parameters of the "listen"
   directive were ignored for listen sockets created during binary
   upgrade.
   Thanks to Piotr Sikora.

*) Bugfix: some data received from a backend with unbufferred proxy
   might not be sent to a client immediately if "gzip" or "gunzip"
   directives were used.
   Thanks to Yichun Zhang.

*) Bugfix: in error handling in ngx_http_gunzip_filter_module.

*) Bugfix: responses might hang if the ngx_http_spdy_module was used
   with the "auth_request" directive.

*) Bugfix: memory leak in nginx/Windows.

</ChangeLog>
2013-11-19 18:00:22 +00:00
Sergey A. Osokin
e7d1ae2c39 Security update from 1.4.3 to 1.4.4.
<ChangeLog>

*) Security: a character following an unescaped space in a request line
   was handled incorrectly (CVE-2013-4547); the bug had appeared in
   0.8.41.
   Thanks to Ivan Fratric of the Google Security Team.

</ChangeLog>
2013-11-19 17:55:31 +00:00
Sergey A. Osokin
0284c03dfd Document new vulnerability in www/nginx (< 1.4.4) and www/nginx-devel (< 1.5.7). 2013-11-19 17:54:53 +00:00
Dmitry Marakasov
6208f75bff - Fix link on 10.x
- Remove Author: line
2013-11-19 17:39:17 +00:00
Bryan Drewery
5f801cfb4a - Update to 1.1.4_10 ahead of 1.2 update with critical fixes
Changes:
 * When using SRV mirrors, order the mirrors by the advertised
   priority and weight. This should fix 'pkg update' using mirror
   A while 'pkg upgrade' and 'pkg fetch' end up using mirrors
   A, B and C, resulting in checksum errors due to not all mirrors
   being updated at the same time.
 * Add support for 'pkg+http://' URL scheme and deprecate
   'http://' when using SRV mirroring. This is only a cosmetic change
   that encourages users to not try loading the PACKAGESITE into
   a browser to view it.

Discussed with:	bapt
With hat:	portmgr
Obtained from:	upstream git
2013-11-19 17:30:14 +00:00
Rusmir Dusko
17b58bcf20 - Update to 2.1.0
Approved by:	pawel / wg (mentors, implicit)
2013-11-19 17:13:22 +00:00
Rusmir Dusko
835c67c7e6 - Update to 2.1.0
Approved by:	pawel / wg (mentors, implicit)
2013-11-19 17:12:15 +00:00
Rusmir Dusko
0f06cd2d90 - Update to 2.0.18
Approved by:	pawel / wg (mentors, implicit)
2013-11-19 17:09:51 +00:00
Li-Wen Hsu
e5916c1832 - Support STAGEDIR 2013-11-19 17:07:02 +00:00
George V. Neville-Neil
7bd535968e Directly add the rc.d script mbgsvcd into the files/ directory
rather than copying it from the downloaded tarball.

Pointed out by: makc@
2013-11-19 16:28:59 +00:00
Rene Ladan
0432feadce Fix additional distfile fetching for testdata
Submitted by:	gahr
2013-11-19 16:16:37 +00:00
Pietro Cerutti
3528b910b4 - Fix CONFIGURE error with clang
- Add LICENSE (GPLv2)
- STAGE-clean
2013-11-19 15:49:35 +00:00
George V. Neville-Neil
335143d47a Port of the Meinberg tools for their GPS and PTP cards.
Includes the kernel driver and the control programs as
well as a service daemon.
2013-11-19 15:25:08 +00:00
Bryan Drewery
0bec1b77a7 - Fix leftover
With hat:	portmgr
2013-11-19 15:05:40 +00:00
Bryan Drewery
11e80ffd08 - Update to 3.17.3
Changes:
 * Fix with pkg-devel which has broken pkg-info -O compatibility
2013-11-19 15:05:20 +00:00
Pietro Cerutti
123dacd21f - Convert to USES=dos2unix gmake tcl 2013-11-19 14:53:39 +00:00
Dmitry Sivachenko
82247f1486 Update to version 3.3.3. 2013-11-19 14:52:23 +00:00
Pietro Cerutti
5e69fdf215 - Convert to USES=tk 2013-11-19 14:20:27 +00:00
Emanuel Haupt
76ca330c09 Support staging. 2013-11-19 14:03:54 +00:00
William Grzybowski
ed39daa27e irc/py-irc: update to 8.5.4
- Update to 8.5.4
- Allow staging
- Use python auto plist
2013-11-19 13:44:40 +00:00
William Grzybowski
0b2e616e03 devel/py-stsci.distutils: update to 0.3.5
- Update to 0.3.5
- Allow staging
2013-11-19 13:34:06 +00:00
Pietro Cerutti
52e42e94a1 - Convert to USES=tcl
- Convert to new LIB_DEPENDS format
2013-11-19 13:26:31 +00:00
Emanuel Haupt
01a406af17 Remove obsolte MAN3 definition. 2013-11-19 13:18:09 +00:00
Emanuel Haupt
e8f53662a2 Support staging. 2013-11-19 13:15:25 +00:00
Pietro Cerutti
7f405aebd6 - Convert to USES=tk 2013-11-19 13:09:11 +00:00
Pietro Cerutti
a1e4db95fc - Convert to USES=tk
- STAGE-clean
2013-11-19 13:05:33 +00:00
Emanuel Haupt
28262c34e0 Support staging. 2013-11-19 12:59:56 +00:00
Pietro Cerutti
bde5de7ecb - Convert to USES+=gmake tcl 2013-11-19 12:58:30 +00:00
Emanuel Haupt
5bbcd8ee12 Support staging. 2013-11-19 12:56:31 +00:00
John Marino
7ee191e492 graphics/ayam: USES+= gmake to unbreak
Also convert USES+= to USES=

Approved by:	gahr (maintainer)
2013-11-19 12:52:28 +00:00
Emanuel Haupt
073c4a6ea8 Support staging. 2013-11-19 12:52:15 +00:00
Kubilay Kocak
f915af6ca7 security/lynis: Update to 1.3.5
- Update to 1.3.5
- Update MASTER_SITES
- Update pkg-plist
- Add LICENSE

Changes: http://www.rootkit.nl/files/lynis-changelog.html

PR:		ports/183316
Submitted by:	koobs
Approved by:	maintainer timeout (3 weeks)
2013-11-19 12:19:01 +00:00
John Marino
8e1a94e988 games/xscorch: USES+= pkgconfig 2013-11-19 12:11:25 +00:00