Commit graph

18149 commits

Author SHA1 Message Date
Antoine Brodin
49dc8582d2 Fix staging:
- add man pages to the plist
- remove pkg-install and pkg-message from post-install
  (the gpg symlink creation was violating stage)
- re-add INFO to Makefile
- use @mode instead of chmod to allow packaging setuid as user

While here, USE_GMAKE->USES=gmake, use OPTIONS_SUB instead of PLIST_SUB
and use %%PORTDOCS%% for help files as they do not exist with --disable-doc

Approved by:	Jun Kuriyama (maintainer)
2013-10-06 15:04:10 +00:00
Johan van Selst
f8127b6ea6 - Update CyaSSL to 2.8.0
- Enable stage support
2013-10-06 15:01:51 +00:00
Rene Ladan
7718950a46 Add staging support for linux-f10-* ports maintained by emulation@
(category security).
2013-10-06 14:53:00 +00:00
Cy Schubert
a46ba112d4 r329531 makes this patchfile unnecessary. 2013-10-06 13:36:29 +00:00
Cy Schubert
b03e362c33 With the impending removal of rcs from base/head/, add new rcs 5.7 port
which is compatible with the soon to be removed rcs (5.7) in base/ and make
security/fwbuilder (which will not work with any rcs newer than 5.7)
depend on it.
2013-10-06 04:23:20 +00:00
Cy Schubert
770908ceff Fwbuilder appears not to be actively developed any more, remove -devel
port for now.
2013-10-06 03:54:21 +00:00
Carlo Strub
677d505d11 Update to 1.2.2 2013-10-05 22:04:31 +00:00
Alex Dupre
2006f24e6f Update to 2.4.0 release and stagify. 2013-10-05 20:44:50 +00:00
Carlo Strub
daa07ab5fe Take over this port 2013-10-05 19:14:58 +00:00
Antoine Brodin
fe5c30adac Fix after security/fpm removal 2013-10-05 18:02:35 +00:00
Jun Kuriyama
29da85dd1c Revert NO_STAGE because packaging failure with PKGNG. 2013-10-05 15:41:25 +00:00
Baptiste Daroussin
eb7bb6a16a Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by:	gnome (implicit)
2013-10-05 14:42:53 +00:00
Jun Kuriyama
6d77626597 Add recent gnupg1/gnupg vuln. 2013-10-05 09:44:23 +00:00
Jun Kuriyama
b349b68a1f - Upgrade to 1.4.15 (security, VuXML entry will follow).
- Use $STAGEDIR.
2013-10-05 09:35:02 +00:00
Jun Kuriyama
cd653907e2 - Upgrade 2.0.22 (security, VuXML entry will follow).
- Pet portlint about pkg-plist.
- Use $STAGEDIR.
- Turn setuid knob to OptionsNG [1]

PR:		ports/181495 [1]
Submitted by:	Matthew Luckie <mjl@luckie.org.nz> [1]
2013-10-05 09:34:12 +00:00
Grzegorz Blach
ac5e6b1764 - Update to 1.1
- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-04 22:03:37 +00:00
Ruslan Makhmatkhanov
780511878a - update distfile mirror to avoid redirect 2013-10-04 19:27:20 +00:00
Bryan Drewery
86c43ef2c4 Perl has not been needed as a direct dependency since 6.0 2013-10-03 23:45:27 +00:00
Bryan Drewery
88a7df5687 - Fix KERB_GSSAPI incorrectly using a predictable cache file.
This was due to a mistake in r319062 when porting the patch from 5.8 to 6.2

  There is no active upstream for this patch. For reference here are the
  changes made in the patch:

  --- -	2013-10-03 11:07:21.262913573 -0500
  +++ /tmp/zdiff.XXXXXXXXXX.STScEeSI	2013-10-03 11:07:21.000000000 -0500
  @@ -183,7 +183,7 @@
	  if (ret < 0 || (size_t)ret >= sizeof(ccname))
		  return ENOMEM;

  -+#ifdef USE_CCAPI
  ++#ifndef USE_CCAPI
	  old_umask = umask(0177);
	  tmpfd = mkstemp(ccname + strlen("FILE:"));
	  oerrno = errno;

PR:		ports/180419
Reported by:	Garrett Wollman <wollman@khavrinen.csail.mit.edu>
2013-10-03 22:38:57 +00:00
Antoine Brodin
f73ef1b8ce Convert to STAGEDIR 2013-10-03 18:10:03 +00:00
Antoine Brodin
a4ab161501 Convert to STAGEDIR. 2013-10-03 18:08:50 +00:00
Brendan Fabeny
8e5a6741f5 Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports

PR:		181545 [1]
2013-10-03 13:47:44 +00:00
Bryan Drewery
28c0576313 Mark IGNORE if KERB_GSSAPI incorrectly selected 2013-10-03 13:36:39 +00:00
Bryan Drewery
258902ed1f Cleanup patch-readconf.c to only have 1 diff 2013-10-03 13:31:42 +00:00
Sergey Matveychuk
9148cc886f Document the last xinetd vulnerability 2013-10-03 13:05:48 +00:00
Bryan Drewery
fc9396666a Update descriptions to match current conventions 2013-10-03 12:57:46 +00:00
Sergey Matveychuk
6d7efbab82 - Fix CVE-2013-4342: xinetd ignores user and group directives for TCPMUX services
- Rename old-style named file

Submitted by:	Thomas Swan <thomas.swan@gmail.com>
2013-10-03 12:54:10 +00:00
Hiroki Sato
16bf7cd090 Fix build on 8.x.
Reported by:	pkg-fallout
2013-10-03 08:04:45 +00:00
Veniamin Gvozdikov
e4a6ded1cc - Changed tabs to spaces in pkg-descr
- Changed MASTER_SITES

Approved by:	eadler (mentor)
2013-10-02 16:16:21 +00:00
John Marino
3f7ef17ef8 security/tpmmanager: Fix c++ -fpermissive errors on gcc 4.7+
Approved by:	portmgr (bapt, implicit)
2013-10-02 12:28:04 +00:00
John Marino
a4a06e3a92 security/keepassx: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 12:15:03 +00:00
Jason E. Hale
8b888ba034 - Update to 2.1.1 [1]
- Support staging
- Improve pkg-descr description and tab -> space WWW line

PR:		ports/176461 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
2013-10-02 01:21:18 +00:00
Jase Thew
c0157b2ce8 - Update to 1.2.9
- Add vuxml entry
- Prevent install target from copying patch backup files

Changes:	https://raw.github.com/polarssl/polarssl/60ad84f43f46b0d3673eaca8b9847d7e01b83c5e/ChangeLog
Security:	ccefac3e-2aed-11e3-af10-000c29789cb5
Security:	CVE-2013-5915
2013-10-01 23:47:13 +00:00
William Grzybowski
7fefc36814 security/softhsm: update to 1.3.5
- Update to 1.3.5 [1]
- Allow staging
- Convert lib depends to new format

PR:		ports/182548 [1]
Submitted by:	Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1]
2013-10-01 22:24:38 +00:00
Rene Ladan
7cb24f24d5 Document new vulnerabilities for www/chromium < 30.0.1599.66
Obtained from:	http://googlechromereleases.blogspot.nl/
2013-10-01 21:30:23 +00:00
Carlo Strub
f38aad6356 Update to 0.2.4 2013-10-01 20:54:44 +00:00
Carlo Strub
9f06866a3b Update to 0.0.5 2013-10-01 20:53:32 +00:00
Mathieu Arnold
cfa5a4adba Stage support. 2013-10-01 16:02:52 +00:00
Matthias Andree
a392cecd0e Support staging. 2013-10-01 14:53:25 +00:00
Matthias Andree
c936d95cea Convert from port-specific to official STAGEDIR support. 2013-10-01 14:43:26 +00:00
Danilo Egea Gondolfo
3531a180e9 - Change maintainer email to @FreeBSD.org
- Convert LIB_DEPENDS to new syntax
- Add stage support

Approved by:	wg (mentor)
2013-09-30 22:54:31 +00:00
Jase Thew
8427671fd7 - Add patch to enable HAVEGE random generator
- While I'm here: enable stage support, replace USE_GMAKE with USES=gmake

PR:		ports/182437
Submitted by:   martymac
2013-09-30 22:38:41 +00:00
Sunpoet Po-Chuan Hsieh
a99e50c9b5 - Support STAGEDIR 2013-09-30 20:59:03 +00:00
Xin LI
69eca098e1 Our "package" can have multiple "name" elements. Since these packages are
from the same origin, they can be collapased into one entry.
2013-09-30 20:55:50 +00:00
Brad Davis
9bf90ed5bb - Add a low version to the graphite-web vuln
Approved by:	swills@
2013-09-30 19:40:28 +00:00
Steve Wills
246df8a401 - Document graphite issue 2013-09-30 19:31:31 +00:00
Jose Alonso Cardenas Marquez
b20e3fd4c3 - Mark DEPRECATED. Currently, it has not an active development 3 years ago and
the latest version of dazuko only support linux
- Set EXPIRATION to 2013-12-30
- Mark BROKEN. It does not compile on freebsd > 8.x
2013-09-30 18:35:44 +00:00
Bryan Drewery
6dff6e39eb - Copy base r251088 over (which removes a patch) and disable default sandbox
privilege separation as it causes crashes when using AES crypto devices.
  This now uses 'yes' for UsePrivilegeSeparation instead of 'sandbox' by
  default

Reminded by:	Garrett Wollman
2013-09-29 15:07:15 +00:00
Bryan Drewery
f636d59d65 Fix sshd.8 referring to LOCALBASE with OVERWRITE_BASE 2013-09-29 14:54:20 +00:00
Bryan Drewery
06178e7241 Don't extract mtree with OVERWRITE_BASE 2013-09-29 14:53:42 +00:00
Bryan Drewery
5df640eb97 Convert to stagedir 2013-09-29 14:51:29 +00:00
Olli Hauer
3e5c2b2fef - update to version 1.3.4
- add OPTIONS support
- add stage support

Changes:
 - support snort 2.9.5
 - Removed the need for jpgraph to display the pie chart
 - Other code improvements
2013-09-28 16:54:24 +00:00
Olli Hauer
c3e2621f60 - add stage support 2013-09-28 15:50:43 +00:00
Olli Hauer
18c8e0376c - add stage support
- fix so_rules hint
2013-09-28 15:33:59 +00:00
Olli Hauer
ad6e1857a0 - replace STAGEDIR with DESTDIR since this is already defined 2013-09-28 15:17:01 +00:00
Olli Hauer
ca081ad13f - Add stage support
- rename patch files
2013-09-28 15:02:05 +00:00
Eitan Adler
51e586e0ca - Convert to staging 2013-09-28 07:33:27 +00:00
Renato Botelho
5a6975a620 back to use PORTDOCS 2013-09-27 14:49:28 +00:00
Matthew Seaman
97b6cafc1e - stagify
- use new LIB_DEPENDS style
2013-09-27 08:44:25 +00:00
Thomas Abthorpe
f9d27bec74 - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18
Discussed with:	swills
2013-09-26 21:13:59 +00:00
Bryan Drewery
f9045f8f2b - Partial revert of r328226: These ports are not stage safe as they
install absolute symlinks pointing to the stagedir! Poudriere has
  been improved to check for this issue now.

With hat:	portmgr
Reported by:	madpilot, jpaetzel
2013-09-26 14:53:12 +00:00
Kubilay Kocak
bc869da5ee security/py-rsa: Update to 3.1.2
- Update to 3.1.2
- Update pkg-plist
- pkg-descr: Tab->space for WWW:
- Update setup.py patch
- Add TEST_DEPENDS and regression-test: target
- BUILD_DEPENDS are actually RUN_DEPENDS
- Whitespace alignment

Changes:

https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.2

PR:		ports/182298
Submitted by:	Alexey Degtyarev <alexey@renatasystems.org>
2013-09-26 14:40:36 +00:00
William Grzybowski
fc9c98d5ed security/lynis: update to 1.3.0
- Update to 1.3.0 [1]
- Allow staging

PR:		ports/182016 [1]
Submitted by:	Kozlov Sergey <kozlov.sergey.404 gmail.com> [1]
Approved by:	maintainer (timeout)
2013-09-25 20:51:04 +00:00
Alex Kozlov
89969bc189 - Support STAGEDIR
- Convert to USES=gmake
- Convert to options helpers
- Reformat pkg-descr
2013-09-25 20:02:05 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Renato Botelho
39b9c773d2 Use gmake to fix an error on make check 2013-09-24 21:48:23 +00:00
Ryan Steinmetz
de0675dc85 - Add pkgconfig to USES to resolve build failure with poudriere
Submitted by:	blakkheim@EFNet
2013-09-24 18:36:23 +00:00
Renato Botelho
832808ed9d - Update to 0.98
- Add new IPV6 option, on by default
- Support stage
2013-09-24 16:44:32 +00:00
Danilo Egea Gondolfo
276b046cb0 - Use new LIB_DEPENDS syntax
- Use USES=gmake instead of USE_GMAKE
- Recreate distinfo (package modified without changing version)
- Recreate patches with makepatch
- Fix build on CURRENT
- Enable staging support

Approved by:	wg (mentor)
2013-09-24 16:28:25 +00:00
Thomas Abthorpe
0638da6f67 - ebd877b9-7ef4-4375-b1fd-c67780581898 also applies to our ruby18
Reviewed by:	swills
2013-09-24 13:55:55 +00:00
Alexey Dokuchaev
27f024e3d5 - Try to unbreak parallel (-jX) builds
- Improve knobs sort order within Makefile

Reported by:	crees, marino
Approved by:	ume (maintainer timeout, 3 weeks)
2013-09-24 02:16:35 +00:00
Sunpoet Po-Chuan Hsieh
784f47daef - Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Add OPTIONS_DEFINE
- Support STAGEDIR
- Take maintainership
2013-09-23 19:06:06 +00:00
Ruslan Makhmatkhanov
dc659a215b - add new USES target: zope, and convert the tree to it
- old USE_ZOPE knob support was removed from bsd.python.mk
- update CHANGES and bsd.sanity.mk accordingly
- add ZOPE options knob and use it in lang/py-mx-base

The work is done by Marcus von Appen, but any problems are mine.

Submitted by:	mva (python ML)
2013-09-23 13:42:48 +00:00
Ruslan Makhmatkhanov
b0bdf33f31 Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW

All changes are non-functional.
2013-09-23 12:52:16 +00:00
Vanilla I. Shu
cc505d89c1 Upgrade to 0.16. 2013-09-23 12:44:32 +00:00
Ruslan Makhmatkhanov
420dd1455a Update Plone to 4.3.2.
Release notes:
 http://plone.org/products/plone/releases/4.3
 http://plone.org/products/plone/releases/4.3.1
 http://plone.org/products/plone/releases/4.3.2

This update includes:
 -devel/py-DateTime: 3.0 -> 3.0.3
 -devel/py-Products.ATContentTypes: 2.1.12 -> 2.1.13
 -devel/py-Products.Archetypes: 1.8.6 -> 1.9.4
 -devel/py-Products.CMFDiffTool: 2.0.2 -> 2.1
 -devel/py-Products.CMFDynamicViewFTI: 4.0.3 -> 4.0.5
 -devel/py-Products.GenericSetup: 1.7.3 -> 1.7.4
 -devel/py-Products.MimetypesRegistry: 2.0.4 -> 2.0.5
 -devel/py-Products.PasswordResetTool: 2.0.12 -> 2.0.15
 -devel/py-Products.PlacelessTranslationService: 2.0.3 -> 2.0.4
 -devel/py-Products.PloneTestCase: 0.9.15 -> 0.9.17
 -devel/py-Products.ResourceRegistries: 2.2.7 -> 2.2.9
 -devel/py-Products.contentmigration: 2.1.3 -> 2.1.5
 -devel/py-archetypes.querywidget: 1.0.8 -> 1.0.9
 -devel/py-archetypes.referencebrowserwidget: 2.4.17 -> 2.4.19
 -devel/py-collective.z3cform.datetimewidget: 1.2.3 -> 1.2.5
 -devel/py-five.customerize: 1.0.3 -> 1.1
 -devel/py-z3c.form: 2.5.1 -> 3.0.2
 -devel/py-zope.schema: 4.2.1 -> 4.2.2
 -security/py-AccessControl: 2.13.13 -> 3.0.8
 -security/py-Products.PlonePAS: 4.0.16 -> 4.1.1
 -www/py-Products.CMFPlone: 4.2.5 -> 4.3.2
 -www/py-Products.TinyMCE: 1.2.16 -> 1.3.5
 -www/py-plone.app.blob: 1.5.7 -> 1.5.8
 -www/py-plone.app.caching: 1.1.3 -> 1.1.6
 -www/py-plone.app.collection: 1.0.8 -> 1.0.11
 -www/py-plone.app.content: 2.0.12 -> 2.1.3
 -www/py-plone.app.contentlisting: 1.0.4 -> 1.0.5
 -www/py-plone.app.contentrules: 2.1.9 -> 3.0.4
 -www/py-plone.app.controlpanel: 2.2.11 -> 2.3.7
 -www/py-plone.app.discussion: 2.1.9 -> 2.2.8
 -www/py-plone.app.form: 2.1.2 -> 2.2.3
 -www/py-plone.app.imaging: 1.0.7 -> 1.0.9
 -www/py-plone.app.iterate: 2.1.9 -> 2.1.10
 -www/py-plone.app.jquery: 1.4.4 -> 1.7.2
 -www/py-plone.app.jquerytools: 1.3.2 -> 1.5.6
 -www/py-plone.app.layout: 2.2.9 -> 2.3.7
 -www/py-plone.app.linkintegrity: 1.5.1 -> 1.5.3
 -www/py-plone.app.locales: 4.2.5 -> 4.3.2
 -www/py-plone.app.portlets: 2.3.8 -> 2.4.5
 -www/py-plone.app.querystring: 1.0.7 -> 1.0.8
 -www/py-plone.app.redirector: 1.1.3 -> 1.2
 -www/py-plone.app.registry: 1.1 -> 1.2.3
 -www/py-plone.app.search: 1.0.8 -> 1.1.5
 -www/py-plone.app.theming: 1.0.4 -> 1.1.1
 -www/py-plone.app.upgrade: 1.2.5 -> 1.3.4
 -www/py-plone.app.viewletmanager: 2.0.3 -> 2.0.4
 -www/py-plone.app.vocabularies: 2.1.10 -> 2.1.11
 -www/py-plone.app.workflow: 2.0.10 -> 2.1.6
 -www/py-plone.app.z3cform: 0.6.2 -> 0.7.4
 -www/py-plone.autoform: 1.3 -> 1.5
 -www/py-plone.contentrules: 2.0.2 -> 2.0.3
 -www/py-plone.i18n: 2.0.5 -> 2.0.9
 -www/py-plone.outputfilters: 1.8 -> 1.11.1
 -www/py-plone.portlet.collection: 2.1.3 -> 2.1.5
 -www/py-plone.portlets: 2.1 -> 2.2
 -www/py-plone.scale: 1.2.2 -> 1.3.2
 -www/py-plone.stringinterp: 1.0.7 -> 1.0.10
 -www/py-plone.supermodel: 1.1.4 -> 1.2.3
 -www/py-plone.z3cform: 0.7.8 -> 0.8.0
 -www/py-plonetheme.classic: 1.2.5 -> 1.3.2
 -www/py-plonetheme.sunburst: 1.2.8 -> 1.4.5
2013-09-23 09:18:55 +00:00
Baptiste Daroussin
1855555779 Drop maintainership 2013-09-22 20:39:51 +00:00
Antoine Brodin
7767108170 Fix NO_STAGE 2013-09-22 19:15:28 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Ryan Steinmetz
8199d9340e - Update to 2.9.5.5 2013-09-22 16:46:42 +00:00
Li-Wen Hsu
a5c4a08712 Document CVE-2013-1443 for www/py-django{,14,-devel} 2013-09-22 10:36:31 +00:00
Li-Wen Hsu
00b521b53a - Split names for different packages
Notified by:	remko
2013-09-22 10:09:42 +00:00
Sunpoet Po-Chuan Hsieh
73cf1140d6 - Use USES=tk:wrapper
- Bump PORTREVISION for dependency change

Note:
Due to the limitation that tcl and tk cannot be set together in USES,
I choose tk:wrapper. Though BUILD_DEPENDS and RUN_DEPENDS changes,
PACKAGE-DEPENDS-LIST (package dependencies) remains identical.

PR:		ports/182251
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2013-09-22 10:00:21 +00:00
Alexey Dokuchaev
7f6c37b99b - Fix parallel builds: call make(1) correctly, register dependencies
- Drop LICENSE_FILE for a standard license (GPLv2)
- Respect CC and CFLAGS without patching of makefile (use MAKE_ARGS)
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE
- Move "make test" under the wing of our standard regression-test target
- Generally cleanup Makefile and port description while I am here
2013-09-22 09:12:31 +00:00
Sunpoet Po-Chuan Hsieh
195551ea36 - Use USES=tcl
- While I'm here, add NO_STAGE=yes

PR:		ports/182250
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2013-09-22 05:32:10 +00:00
Carlo Strub
3652c6c0c1 Update to 0.2.3 2013-09-21 22:23:54 +00:00
Carlo Strub
dae553aca5 Update to 0.0.4 2013-09-21 20:39:37 +00:00
Sunpoet Po-Chuan Hsieh
9affa8d3d3 - Update MAINTAINER address
- Convert to new OPTIONS framework
- Respect CC
- Cleanup compile warnings
- Pet portlint
- While I'm here, remove LICENSE_FILE for well-known licenses
- Use single space after WWW:

PR:		ports/182158
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2013-09-21 15:48:50 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Dirk Meyer
03aac0d70a - fix build with perl 5.16
Submitted by:	Takefu
2013-09-21 09:45:25 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Ruslan Makhmatkhanov
da36d73df1 Update Zope to 2.13.21. This update also includes:
- security/py-AccessControl 2.13.12 -> 2.13.13
- textproc/py-zope.app.i18n 3.6.3 -> 3.6.4
2013-09-20 16:07:33 +00:00
Bryan Drewery
2324655f20 - Add NO_STAGE until validated to be safe for upcoming staging support 2013-09-20 15:58:09 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Thomas Abthorpe
cacc8b9757 - Reassign to the heap at maintainer's request 2013-09-20 04:48:07 +00:00
William Grzybowski
a6ce206114 security/yapet: fix build on CURRENT
- Fix build on CURRENT

PR:		ports/182211
Submitted by:	Rafael Ostertag <rafi guengel.ch> (maintainer)
2013-09-19 16:15:30 +00:00
Eitan Adler
57fb5c0c97 Convert to new LIB_DEPENDS format.
Tested with poudriere.
2013-09-19 13:17:57 +00:00
Ruslan Makhmatkhanov
8b51450525 - add modification date to mozilla entry, that I forgot about 2013-09-19 08:29:15 +00:00
Ruslan Makhmatkhanov
0103973e81 - correct thunderbird version in recent mozilla entry 2013-09-19 07:50:29 +00:00
Remko Lodder
2103e4aa48 Add the latest two FreeBSD Security Advisories that have impact
on -RELEASE versions. (RC's are not documented).

Hat:	secteam
2013-09-19 05:44:02 +00:00
Florian Smeets
ec4fcd4b2a - update firefox, thunderbird and libxul to 24.0
- update seamonkey to 2.21
- update firefox-esr to 17.0.9
- enable GSTREAMER by default for html5 with h264/aac/mp3
- WEBRTC is now always built
- add PROFILE and TESTS options

Security:		7dfed67b-20aa-11e3-b8d8-0025905a4771
In collaboration with:	Jan Beich <jbeich@tormail.org>
2013-09-18 22:40:57 +00:00
Cy Schubert
2fd32f51c3 Fix up plist. 2013-09-18 13:38:49 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Cy Schubert
a1983dd5ba Fix build under 10-CURRENT. 2013-09-18 08:20:02 +00:00
Baptiste Daroussin
8d933661a4 Add a missing dependency on pkgconf 2013-09-18 06:46:13 +00:00
William Grzybowski
f9f8c83e4c security/xca: fix build on head
- Fix build on head [1]
- Trim Makefile header
- USES gmake shared-mime-info

PR:		ports/182090
Submitted by:	freebsd _AT_ nagilum.org (maintainer)
2013-09-16 17:39:26 +00:00
Baptiste Daroussin
f56f112403 Convert to new perl framework
Convert USE_GMAKE to USES=gmake
2013-09-16 16:58:41 +00:00
Baptiste Daroussin
cddacdc1a8 Convert to new perl framework
Convert USE_GMAKE to USES
2013-09-16 16:45:35 +00:00
Baptiste Daroussin
14fcf41679 Rename www/hydra package name to hydra-web to avoid confusion with security/hydra
While here adjust CONFLICTS_INSTALL
modernize lib_depends
remove leading article in COMMENT
2013-09-16 13:33:30 +00:00
Olli Hauer
697ed81b72 - update to 0.7.0 (r268) 2013-09-15 18:28:44 +00:00
Sunpoet Po-Chuan Hsieh
c2884fae01 - Fix build
- While I'm here:
  - Pet portlint: move USES downward
  - Convert to new LIB_DEPENDS format

PR:		ports/182096
Submitted by:	LEVAI Daniel <leva@ecentrum.hu> (maintainer)
2013-09-14 16:32:56 +00:00
Sunpoet Po-Chuan Hsieh
7da387fd79 - Fix build with ruby19 [1]
- Remove DEPRECATED and EXPIRATION_DATE
- Convert to new LIB_DEPENDS format
- Convert to new options framework
- Simplify DOC_EN and DOC_JA installation

Obtained from:	NetBSD [1]
2013-09-14 14:40:33 +00:00
Rusmir Dusko
861373e04b - Update to 6.40
- Change maintainer email gmx.ch --> FreeBSD.org
- Add desktop dependency
- Trim dependency for python
- Add OPTIONS_SUB
- Trim NLS
- Trim files/pc-su to newest from PC-BSD

Approved by:	wg/pawel (mentors)
2013-09-14 12:35:26 +00:00
Eitan Adler
7f3b6c97ef Update flash to version 11.2.202.310
PR:		ports/182013
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Security:	http://www.vuxml.org/freebsd/5bd6811f-1c75-11e3-ba72-98fc11cdc4f5
2013-09-13 13:13:36 +00:00
William Grzybowski
54cc179da7 security/fwknop: update to 2.5.1
- Update to 2.5.1 [1]
- Add LICENSE (GPLv2) [1]
- Convert lib depends to new format

PR:		ports/181642
Submitted by:	Kozlov Sergey <kozlov.sergey.404 gmail.com>
Approved by:	maintainer (timeout)
2013-09-13 12:12:49 +00:00
Andrej Zverev
46b556be1c - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 17:07:08 +00:00
Li-Wen Hsu
f531b42bb0 Document CVE-2013-4315 for www/py-django{,14,-devel} 2013-09-12 16:03:45 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
Andrej Zverev
b69c9c2bff - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 19:02:50 +00:00
Andrej Zverev
7edda98feb - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 18:03:40 +00:00
Andrej Zverev
cd3cb6184d - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 17:56:03 +00:00
Andrej Zverev
ccbf063100 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 17:17:46 +00:00
Andrej Zverev
2c59cf34e7 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 17:07:20 +00:00
John Marino
30fb06c870 Add explicit dependency on pkgconf (18 ports) 2013-09-11 16:45:58 +00:00
Andrej Zverev
2e24707c96 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 13:54:50 +00:00
Andrej Zverev
466eb5c92f - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 12:59:14 +00:00
Ryan Steinmetz
fdd9498799 - Update to 2.4.7 2013-09-11 10:57:19 +00:00
Cy Schubert
c387378318 On installations that have devel/rcs (GNU rcs) installed, fwbuilder fails
to check in udates to its .fwb files (they are saved but not checked into its
RCS database). This patch prefers rcs in base (/usr/bin/rcs) over GNU rcs
(/usr/local/bin/rcs).
2013-09-11 00:48:44 +00:00
Antoine Brodin
f25ddab47a Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-10 21:31:33 +00:00
Baptiste Daroussin
549e16d92d Add an explicit dependency on pkgconf 2013-09-10 17:39:41 +00:00
Sunpoet Po-Chuan Hsieh
3755899be9 - Update to 0.12
Changes:	http://search.cpan.org/dist/IO-Async-SSL/Changes
2013-09-10 15:10:28 +00:00
Bryan Drewery
8db4f62979 - Fix build for upcoming HEAD changes by removing reference to
CTL_IPPROTO_NAMES which is being removed and replacing with
  getprotobynumber(3)

PR:		ports/181488
Submitted by:	jhb
Approved by:	maintainer timeout
2013-09-10 10:40:46 +00:00
Dirk Meyer
1dec92159e - drop depedency to makedepend
Submitted by:	Darren Pilgrim
2013-09-09 18:22:13 +00:00
Sunpoet Po-Chuan Hsieh
5c5086ad71 - Update OSVERSION check and comment
- While I'm here:
  - Move LICENSE upward
  - Use USES=gmake
  - Convert to new perl5 framework
  - Fix spelling of FreeBSD and OpenSSL
  - Remove outdated OSVERSION check

PR:		ports/181828
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2013-09-09 18:20:00 +00:00
Sunpoet Po-Chuan Hsieh
aa92549646 - Add gpgdir 1.9.5
gpgdir is a perl script that uses the CPAN GnuPG::Interface module
to encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc.

WWW: http://www.cipherdyne.org/gpgdir/

PR:		ports/179187
Submitted by:	Hakisho Nukama <nukama@gmail.com>
2013-09-09 18:19:50 +00:00
Sunpoet Po-Chuan Hsieh
b39790bb43 - Cleanup Makefile header
- While I'm here:
  - Convert to new LIB_DEPENDS format
  - Convert to new perl5 framework

PR:		ports/177681
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2013-09-09 18:19:18 +00:00
Sunpoet Po-Chuan Hsieh
9879522a39 - Update to 0.11
Changes:	http://search.cpan.org/dist/IO-Async-SSL/Changes
2013-09-09 18:18:38 +00:00
Sunpoet Po-Chuan Hsieh
2704440db1 - Cosmetic change 2013-09-07 17:53:23 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
Sunpoet Po-Chuan Hsieh
80cbce96e5 - Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove LICENSE_FILE for well-known licenses
- Cleanup Makefile header

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/conch/topfiles/NEWS
2013-09-07 16:15:22 +00:00
Vanilla I. Shu
9a094531d5 Upgrade to 0.13. 2013-09-07 13:19:42 +00:00
Anton Berezin
ae86e79abc Update to 1.18.
Changes:	http://search.cpan.org/dist/Net-OpenID-Common/Changes
(changes file not helpful)
2013-09-07 09:46:48 +00:00
Grzegorz Blach
a1b17e973f - Bump PORTREVISION
Submitted by:	az
Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-07 09:03:47 +00:00
Grzegorz Blach
8211bc99f7 - Fix BUILD_DEPENDS & RUN_DEPENDS
- Update pkg-descr

PR:		ports/181872
Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-07 08:39:25 +00:00
Raphael Kubo da Costa
3925db5d7f Add patch to fix the build on 10-CURRENT.
PR:		ports/181849
Submitted by:	Rafael Ostertag <rafi@guengel.ch> (maintainer)
2013-09-06 23:31:30 +00:00
Jason Helfman
d3f02396bc - adopt USES for pkgconfig
- adopt new lib_depends format
2013-09-06 22:12:01 +00:00
Ruslan Makhmatkhanov
6dd14c9871 - update to 7.5
- reflect license change: GPLv3 -> AGPLv3
- use new library dependencies syntax and remove
  no more needed hacks for libssh dependency
- unmute installation commands
2013-09-06 17:09:57 +00:00
Baptiste Daroussin
de15f3b2a3 Add an explicit dependency on pkgconf 2013-09-06 14:23:20 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Brendan Fabeny
f5a17cdcf1 Update to 0.2.4.17-rc 2013-09-06 07:56:44 +00:00
Hiroki Sato
3ac5843d80 Update to 1.4.1. 2013-09-05 17:58:00 +00:00
Ryan Steinmetz
aab0c4897b - Add OPTION to enable non-Ethernet decoders
Requested by:	Andrew Nichols <andrew@quadrant.net>
2013-09-05 16:55:34 +00:00
William Grzybowski
aaa2f12666 security/clamav-unofficial-sigs: updte to 3.7.2
- Update to 3.7.2 [1]
- USES perl5
- Add DOCS to options
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

PR:		ports/181814
Submitted by:	Marko Njezic <sf maxempire.com> (maintainer)
2013-09-05 15:33:39 +00:00
Mathieu Arnold
e80e4713fb Add p5-Digest-Bcrypt 1.0.1, perl interface to the bcrypt digest
algorithm.

PR:		ports/ports/180613
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2013-09-05 12:28:02 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Boris Samorodov
45f061d921 Add an explicit dependency upon pkg-config (USES+=pkgconfig)
uncovered by an exp libiconv -> inconv swith.

Approved by:	portmgr (implicit)
2013-09-04 07:55:49 +00:00
Hiroki Sato
fd8876946a Update to 1.4. 2013-09-04 07:08:55 +00:00
Martin Matuska
a44b62813e Horde package update:
Horde_ActiveSync 2.7.0 -> 2.7.2
Horde_Auth 2.0.6 -> 2.1.0
Horde_Core 2.7.0 -> 2.8.0
Horde_Queue 1.1.0 -> 1.1.1
Horde_Smtp 1.2.0 -> 1.2.1
Horde_Support 2.1.0 -> 2.1.1
horde-base 5.1.3 -> 5.1.4
horde-webmail 5.1.1 -> 5.1.2
2013-09-03 18:43:02 +00:00
Baptiste Daroussin
1e60403ddd Add an explicit dependency on pkgconf 2013-09-03 14:08:55 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
019f2422aa Add an explicit dependency on pkgconf 2013-09-03 08:49:46 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
14d01e3e90 Add an explicit dependency on pkgconf 2013-09-02 22:50:21 +00:00
Ryan Steinmetz
7a3518623a - Update to 2.4.6 2013-09-02 22:21:30 +00:00
Ryan Steinmetz
29982cf099 - Update to 1.9.4 2013-09-02 22:06:57 +00:00
Baptiste Daroussin
2f3fa0d623 Add an explicit dependency on pkgconf 2013-09-02 22:03:38 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +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
618dce31e7 - Convert to the new perl5 framework
- Trim Makefile header
2013-09-02 19:32:09 +00:00
Sahil Tandon
8f3827c727 - Update to 2.03
- Pass maintainership to perl@
2013-09-02 19:15:52 +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
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
Sunpoet Po-Chuan Hsieh
91014b9c73 - Fix COMMENT
- Add PORTSCOUT
2013-09-02 16:16:25 +00:00
Sunpoet Po-Chuan Hsieh
b838ae33d4 - Add PORTSCOUT
- Remove contiguous whitespace
2013-09-02 16:14:38 +00:00
Baptiste Daroussin
bee65d048d Add an explicit dependency on pkgconf 2013-09-02 15:39:17 +00:00
Baptiste Daroussin
591aba0faa Add an explicit dependency on pkgconf 2013-09-02 15:26:23 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +00:00
Baptiste Daroussin
6df7bfce3e Add an explicit dependency on pkgconfig 2013-09-02 13:08:55 +00:00
Baptiste Daroussin
a79c5a7d1a Track down the latest USE_GNOME=pkgconfig 2013-09-02 10:35:45 +00:00
Renato Botelho
8009e03e6f Change my ports to USES (gmake|perl5) 2013-09-02 09:45:00 +00:00
Baptiste Daroussin
1bdfab4132 Add an expicit dependency on pkgconf 2013-09-02 06:20:09 +00:00
Andrej Zverev
eb99db6c35 - Resolve of using USE_PERL5 and PERL_CONFIGURE together
- Convert to new perl5 framework
- Pet portlint

With hat:	perl@
2013-09-01 18:18:40 +00:00
Renato Botelho
7d06f6468d Update to 20130901
Replace USES_GMAKE by USES=gmake
2013-09-01 17:41:54 +00:00
Rene Ladan
27abcfb125 Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
2013-09-01 15:06:45 +00:00
Bryan Drewery
de6f5e55eb - IGNORE when PACKAGE_BUILDING as these require manual fetch
With hat:	portmgr
2013-08-31 01:51:02 +00:00
Baptiste Daroussin
b2c2296adc Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
2013-08-31 00:11:06 +00:00
Hajimu UMEMOTO
a0cb745994 Mark security/cyrus-sasl2 MAKE_JOBS_UNSAFE.
PR:		ports/181626
Submitted by:	amdmi3
2013-08-30 15:47:17 +00:00
Frederic Culot
a4ad9e25e6 - Update to 0.8.10
Changes:        https://raw.github.com/fail2ban/fail2ban/master/ChangeLog
PR:             ports/179528
Submitted by:   Christoph Theis <theis@gmx.at> (maintainer)
2013-08-30 14:23:33 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Sunpoet Po-Chuan Hsieh
1b0d3f744b - Add WWW
- Use single space after WWW:
- Remove Author line
2013-08-29 17:16:52 +00:00
Bryan Drewery
bd78be73dd - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
  and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE

With hat:	portmgr
2013-08-29 14:16:03 +00:00
Sergey Matveychuk
671a651bc8 - Document the last cacti vulnerabilities
PR:		ports/181606 (based on)
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
2013-08-29 10:56:24 +00:00
Matthias Andree
a4027193e3 Update extraction script to:
- Only look at CKA_TRUST_SERVER_AUTH, _EMAIL_PROTECTION, and
  _CODE_SIGNING attributes.

- Omit certificates that do not have any explicit trust value in these
  three attributes; at least one of the purposes must mark the
  certificate a trusted delegator.

- Validate that the trust is one of three known trust values, to become
  aware of syntax changes in certdata.txt. If it is an unknown token,
  abort with an error stating that the script must be updated.

- Check that we have at least 25 certificates in the output or abort.

This removes these two certificates that have "unknown"
(CKT_NSS_MUST_VERIFY_TRUST) in all three tokens, making them unfit as
trust anchors:

1 C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Universal CA,
    CN=TC TrustCenter Universal CA III

2 C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network,
    OU=http://www.usertrust.com,
    CN=UTN-USERFirst-Network Applications

164 trusted certificates remain.
2013-08-29 08:10:09 +00:00
Remko Lodder
9f93346788 Add CVE entries to latest entry for Asterisk.
Add "The" in who reports the issue.
Bump modified date
2013-08-29 06:15:52 +00:00
Sunpoet Po-Chuan Hsieh
8e958a4c52 - Use single space after WWW: 2013-08-29 04:21:28 +00:00
Sunpoet Po-Chuan Hsieh
9e12ae1e0f - Use single space after WWW: 2013-08-29 04:10:37 +00:00