Commit graph

23249 commits

Author SHA1 Message Date
Kurt Jaeger
43a869f0d6 New port: security/pinentry-qt5, Qt 5 version of the GnuPG password dialog
PR:		209556
Submitted by:	Ralf Nolden <nolden@kde.org> (kde)
Approved by:	makc (implicit as kde maintainer)
2016-05-26 03:24:23 +00:00
Matthew Seaman
2ec3593b49 Document two more phpMyAdmin vulnerabilities: PMSA-2016-14 and
PMSA-2016-16.

(For anyone wondering about the suspicious gap in the sequence:
PMSA-2016-15 only affected unreleased code in their git master
development branch)
2016-05-25 21:06:54 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Wen Heping
9c6910b5e5 - Update to 0.2.8.2-alpha
PR:		208594
Submitted by:	neel@neelc.org
Approved by:	maintainer(timeout, >40 days)
2016-05-25 14:32:48 +00:00
Baptiste Daroussin
963854440c Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing

Reviewed by:	hrs
Differential Revision:	https://reviews.freebsd.org/D6539
2016-05-24 22:32:49 +00:00
Philippe Audeoud
e707d9b06b - Update to 2.027 2016-05-24 12:31:56 +00:00
Jason Unovitch
08b4e6af85 Document security announcement from MediaWiki 1.26.3, 1.25.6, and
1.23.14 release.
2016-05-24 01:57:31 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Bernard Spil
2b10dd05a4 security/letsencrypt.sh: Update to 0.2.0
- Update to version 0.2.0
  - Add documentation
  - Moved example files

Reviewed by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)
Approved by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)
Differential Revision:	D6494
2016-05-23 18:45:24 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Hiroki Sato
5e7b69a002 Fix a build error when using gcc5.
PR:	209714
2016-05-23 17:27:41 +00:00
Sunpoet Po-Chuan Hsieh
8912fe7c2e - Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Simple/Changes
2016-05-23 03:53:19 +00:00
Sunpoet Po-Chuan Hsieh
086e34f5cc - Update to 2.1.0
Changes:	https://github.com/google/oauth2client/releases
2016-05-23 03:50:51 +00:00
Rene Ladan
7ff2b5899c Remove expired port:
2016-05-22 security/easypg: Included into emacs since 2.3
2016-05-22 09:34:52 +00:00
Kurt Jaeger
daa7b0f556 security/revealrk: 1.0.1 -> 1.1.2
- added zombie ignore option "-z" for FreeBSD
2016-05-22 03:16:59 +00:00
Kurt Jaeger
73e34d3d57 security/sssd: chase samba dependency, unbreak
PR:		209687
Submitted by:	prj@rootwyrm.com
2016-05-22 02:45:23 +00:00
Steve Wills
38881250fe security/vault: update to 0.5.2 2016-05-21 03:35:50 +00:00
Jan Beich
f2012316f6 security/nss: update to 3.24
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.24_release_notes
2016-05-20 18:38:50 +00:00
Jason Unovitch
6d4931d178 Document wpa_supplicant security advisory 2016-1
PR:		209564
Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
Security:	CVE-2016-4477
Security:	CVE-2016-4476
Security:	https://vuxml.FreeBSD.org/freebsd/967b852b-1e28-11e6-8dd3-002590263bf5.html
2016-05-20 01:22:31 +00:00
Jason Unovitch
2b5ccc39ee Document Expat XML Parser crash on malformed input
Security:	CVE-2016-0718
Security:	https://vuxml.FreeBSD.org/freebsd/57b3aba7-1e25-11e6-8dd3-002590263bf5.html
2016-05-20 01:07:11 +00:00
John Marino
5c93ecbe9e security/wpa_supplicant: Add security patch set 2016-1
A vulnerability was found in how hostapd and wpa_supplicant writes the
configuration file update for the WPA/WPA2 passphrase parameter. If this
parameter has been updated to include control characters either through
a WPS operation (CVE-2016-4476) or through local configuration change
over the wpa_supplicant control interface (CVE-2016-4477), the resulting
configuration file may prevent the hostapd and wpa_supplicant from
starting when the updated file is used. In addition for wpa_supplicant,
it may be possible to load a local library file and execute code from
there with the same privileges under which the wpa_supplicant process
runs.

These patches were developed upstream and published as a response
to the security advisories CVE-2016-4476 and CVE-2016-4477.

PR:		209564
Requested by:	Sevan Janiyan
2016-05-19 21:12:07 +00:00
Brad Davis
4a8f2b6f1f Add a new port security/rubygem-digest-crc.
Approved by:	swills (mentor)
2016-05-19 14:31:37 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Hiroki Sato
0255df14cc Add -I${top_srcdir}/src/include into CFLAGS for libtcs_emu.a. This was
forgotten in the previous commit.
2016-05-19 06:28:48 +00:00
Hiroki Sato
dfff4725a6 Fix tcs/Makefile.am to use -I${top_srcdir}/src/include before
-I@OPENSSL_INCLUDE_DIR@.
2016-05-19 05:34:27 +00:00
Hiroki Sato
47483f2f4f Fix an include path issue when security/openssl and
LOCALBASE/include/tddl.h are installed.
2016-05-18 18:30:09 +00:00
Hiroki Sato
885198c68f - Fix pkg-message.
- Use post-install-EXAMPLES-on:
- Take maintainership.
2016-05-18 17:47:45 +00:00
Hiroki Sato
8c8d2c3d81 Update to 3.5. Notable changes are as follows:
- No longer required to run pkcs11_startup.

   pkcs11_startup and pkcs_slotd were shell scripts that created the
   config file, pk_config_data, which was read by pkcsslotd to get
   available slot information.

   The pk_config_data configuration file has been replaced with
   /etc/opencryptoki/opencryptoki.conf.

   In version 3, the pkcsslotd daemon reads opencryptoki.conf to get slot
   information. The opencryptoki.conf by default contains slot information
   for each token currently supported by opencryptoki with the exception of
   the ICSF token, which requires some initial setup.
   Please see man page for opencryptoki.conf for further information.

   Since pk_config_data is no longer required, pkcs11_startup and
   pkcs_slotd have been removed.
2016-05-18 17:22:59 +00:00
Hiroki Sato
10c3aa0757 Update to 1.3.8. 2016-05-18 17:19:40 +00:00
Dmitry Marakasov
70e2eaabae - No need to specify master site subdirectory when it's the same as default
Approved by:	portmgr blanket
2016-05-18 14:11:33 +00:00
Hiroki Sato
5c2173b0df security/trousers:
- Update to 0.3.13.
- Remove CONFLICTS with emulators/tpm-emulator.

  Two separate binaries, sbin/tcsd (for actual TPM device) and
  sbin/tcsd_emu (for TPM emulator) are now installed.  rc.d/tcsd chooses
  one of them depending on $tcsd_mode.  When tcsd_mode="native" (default)
  it runs sbin/tcsd, and when tcsd_mode="emulator" it runs sbin/tcsd_emu.
  Note that sbin/tcsd_emu depends on tpmd in emulators/tpm-emulator.

- Simplify @sample.

emulators/tpm-emulator:

- Remove CONFLICTS with security/trousers.
- Simplify rc.d/tpmd.
2016-05-18 13:53:45 +00:00
Antoine Brodin
4a01b3fba2 Update to 4.12.2 2016-05-18 07:53:13 +00:00
Antoine Brodin
d687fa5898 Update to 1.1.11 2016-05-18 07:50:53 +00:00
David Thiel
d3c70285d3 Update to 0.5.1, remove SSLv3 support
PR:		206857
Submitted by:	Keith Gaughan
2016-05-17 22:18:33 +00:00
David Thiel
e55fddc9e0 Don't use ld directly.
PR:		207131
Submitted by:	mikael.urankar@gmail.com
Reported by:	Daniel <code@daniel.priv.no>
2016-05-17 22:15:32 +00:00
Olli Hauer
2581bec91b - document bugzilla Cross-Site Scripting issue 2016-05-17 18:32:17 +00:00
Carlos J. Puga Medina
0b500d2ab9 - Fix "properly" RUN_DEPENDS on security/py-acme
Reported by:	gahr
Approved by:	koobs (maintainer)
2016-05-17 16:13:32 +00:00
Carlos J. Puga Medina
98768d178f - Bump PORTEPOCH
- Fix RUN_DEPENDS on security/py-acme

Reported by:	gahr
Approved by:	koobs (maintainer)
2016-05-17 16:01:30 +00:00
Carlos J. Puga Medina
a26f360256 - Bump PORTEPOCH
Reported by:	gahr
2016-05-17 10:55:05 +00:00
Carlos J. Puga Medina
5ad39285d7 - Revert to 0.5.0 to avoid breaking py-letsencrypt port.
Reported by:	gahr
Approved by:	amdmi3 (mentor)
2016-05-17 10:24:18 +00:00
Carlos J. Puga Medina
884582fa98 - Update to 0.6.0
- Fix pkg-descr

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D6402
2016-05-17 01:31:01 +00:00
Bryan Drewery
bd72790e03 Bring in updated SCTP patch from gentoo.
Submitted by:	Eduardo Morras <emorrasg@yahoo.es>
2016-05-16 16:56:48 +00:00
Vanilla I. Shu
0a0ff6a23d Update to 1.7.5. 2016-05-16 02:17:34 +00:00
Vanilla I. Shu
7ec5abe24d Update to 1.7.5. 2016-05-16 02:14:50 +00:00
Sunpoet Po-Chuan Hsieh
24542bf776 - Update to 1.0.2
- Add NO_ARCH

Changes:	https://github.com/mattbrictson/airbrussh/blob/master/CHANGELOG.md
2016-05-15 16:12:35 +00:00
Antoine Brodin
6e4d023dd7 Update to 4.12.1 2016-05-15 07:32:30 +00:00
Antoine Brodin
9853ec2306 Update to 1.1.10 2016-05-15 07:27:04 +00:00
Antoine Brodin
fd00ab6236 Update to 2.0.1 2016-05-15 07:25:22 +00:00