Commit Graph

3510 Commits

Author SHA1 Message Date
benoit
e558b79b2d Update to assl 1.5.0.
from David Hill (maintainer).
2013-11-13 19:41:02 +00:00
landry
b987467b49 SECURITY (f34r!) update to nss 3.15.3.
Fixes CVE-2013-1739 (bug #894370) & CVE-2013-5605 (bug #934016)
Adds support for AES-GCM ciphersuites in 3.15.2 (#bug 880543)

See for more details:
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.2_release_notes
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.3_release_notes
(the latter is not yet complete..)
2013-11-13 10:02:47 +00:00
naddy
725de75f3a move http://www.gnu.org to https 2013-11-09 23:19:01 +00:00
zhuk
af08a11d08 Fix MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ.
Review, input, okay and prodding to commit by stu@
2013-11-09 18:22:02 +00:00
ajacoutot
0badbe03db Fix comment. 2013-11-08 15:26:05 +00:00
ajacoutot
42efd73dfa Drop bogus CONFIGURE_ARGS. 2013-11-08 10:44:30 +00:00
ajacoutot
e3edfdd3aa Remove SECURITY files. They have served their purpose in the past but
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.

ok jasper@ sthen@
input/ok naddy@
2013-11-07 07:08:59 +00:00
jca
7b70e464d5 Update to 0.14 which includes our changes (no other code change).
While here:
- drop MAINTAINER per his request
- drop the unhelpful HOMEPAGE in favor of the default one coming with
  the cpan module
- install Crypt/OpenSSL/DSA/Signature.pod for symmetry between man(1)
  and perldoc(1)
- tests now use Digest::SHA which is in base
ok jasper@ (former maintainer)
2013-11-06 09:05:25 +00:00
abieber
24b11f3986 bump to pick up the node libv8 change.
OK sthen@
2013-11-05 16:24:14 +00:00
ajacoutot
d515837275 Remove uneeded LIB_DEPENDS. 2013-11-05 15:46:07 +00:00
jca
1b028617c7 Maintenance update to version 0.06. Remove the unhelpful HOMEPAGE.
ok sthen@
2013-11-04 12:47:13 +00:00
jca
fd21c39401 Remove unhelpful HOMEPAGE and regen distinfo. ok sthen@ 2013-11-04 12:44:34 +00:00
jca
bcd515206c Update to 0.28, which includes the fix for perl 5.14+. No other code change.
Use the (more useful) default HOMEPAGE from the cpan module while here, as
hinted by sthen@.  ok schwarze@ sthen@
2013-11-03 22:14:06 +00:00
sthen
65e9d283d3 fix p5-Crypt-OpenSSL-RSA with Perl >=5.14, from rak at debian, see
https://rt.cpan.org/Public/Bug/Display.html?id=65947
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628636
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2011-May/211223.html

regen distinfo while there
2013-11-03 14:58:22 +00:00
ajacoutot
d3360cfef6 Update to gnutls-3.2.6. 2013-11-03 00:31:20 +00:00
ajacoutot
04d17f1b94 -Wextra is supported by both our gcc. 2013-11-02 10:43:04 +00:00
benoit
789194b535 Update to py-paramiko 1.12.0. 2013-11-01 07:28:15 +00:00
sthen
27f03b1c52 bump REVISION for any ports using route messages. regen some distinfos and
remove unnecessary USE_GROFFs while there.
2013-10-31 21:12:12 +00:00
ajacoutot
6972a5b45b Human readable. 2013-10-31 20:07:59 +00:00
schwarze
92d95bf55d Do not run mandoc(1) at build time.
Just install the mdoc(7) source code of the saslauthd(8) manual.
Also regenerate patch-saslauthd_configure.
Bump.

ok ajacoutot@
2013-10-31 19:42:45 +00:00
benoit
8a37551002 +py-ecdsa 2013-10-30 16:35:11 +00:00
benoit
f9ca202f5e Import security/py-ecdsa
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python, released under
the MIT license. With this library, you can quickly create keypairs (signing
key and verifying key), sign messages, and verify the signatures. The keys
and signatures are very short, making them easy to handle and incorporate
into other protocols.

ok sthen@
2013-10-30 15:24:54 +00:00
ajacoutot
f0f074dada Fix saslauthd man page display; noticed by aalm@
While here, add missing libgs2 (stupid make plist).
2013-10-30 15:06:46 +00:00
dcoppa
272d4e472d Update to ccid-1.4.13 2013-10-28 15:11:04 +00:00
dcoppa
356ebf4360 Update to pcsc-lite-1.8.10 2013-10-28 15:10:25 +00:00
naddy
672ffe8ebb Don't pick up net/adns if it happens to be installed. ok pea@ 2013-10-27 13:47:50 +00:00
jeremy
e79a176be2 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00
jca
bc67f7acc3 Committed upstream. 2013-10-25 13:49:52 +00:00
jca
2f973448f4 Forgotten in previous commit. 2013-10-24 15:43:57 +00:00
jca
3df624f906 Security fix for GNUTLS-SA-2013-3,
GnuTLS Denial of Service vulnerability in DANE records processing.
(no CVE assigned yet)

ok aja@ (MAINTAINER)
2013-10-24 15:42:08 +00:00
sthen
82b8ebc4e0 add a comment about use of gnu libtool
prompted (indirectly ;) by a mail from aja@
2013-10-23 17:50:38 +00:00
sthen
1dc37895d7 +libsodium 2013-10-23 12:08:08 +00:00
sthen
7ae527c412 import security/libsodium, ok benoit@
NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc.
NaCl's goal is to provide all of the core operations needed to build
higher-level cryptographic tools.

Sodium is a fork of NaCl with a compatible API. Unlike NaCl, Sodium
performs checks for hardware features at runtime instead of compile time,
making it suitable for packaging.
2013-10-23 12:07:52 +00:00
sthen
c4d9d2b279 Update to scanlogd 2.2.7, fixing an off-by-one bug in a safety check (only a
minor impact in scanlogd), and cutting down the license a bit further,
see http://www.openwall.com/lists/announce/2013/10/21/1 for more.

While there, drop USE_GROFF and rearrange port into Makefile.template order.
2013-10-23 10:10:56 +00:00
sthen
c193492c7c ClamAV 0.98 moved from libtommath to tomfastmath; however word-length detection
is broken on !amd64 64-bit arch which invalidates assumptions in the code.
Workaround by taking a diff from clamav upstream. This fixes a problem reported
by Markus Lude where freshclam signature checks fail - researched by him and
port diff from him (I just added a bit of commentary to the patch file).
2013-10-22 08:56:34 +00:00
naddy
d9d9ccbd06 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-18 11:29:41 +00:00
bluhm
e891f03167 update p5-IO-Socket-SSL to 1.955 2013-10-16 19:41:11 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
pascal
b919015e44 SECURITY update to GnuPG 2.0.22. Fixes CVE-2013-4402, see:
http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000333.html

ok pea@ (maintainer)
2013-10-07 11:54:28 +00:00
naddy
9ea24770be no need for groff 2013-10-05 12:30:45 +00:00
dcoppa
a2a0464ede Bye bye MODPY_BADEGGS 2013-10-03 16:37:15 +00:00
ajacoutot
539eeef333 distfiles.bsdfrog.org: http -> https 2013-10-01 09:07:14 +00:00
sthen
84de7e7adb - fix gnuism in unit_tests/Makefile
- allow running tests twice (don't fail if can't create symlink to python)

no pkg change
2013-09-29 22:38:29 +00:00
ajacoutot
c611a41f46 Update to libpwquality-1.2.3. 2013-09-24 14:57:14 +00:00
ajacoutot
fe43e2a5a1 Update to p11-kit-0.20.1. 2013-09-24 08:06:56 +00:00
sthen
7c20710162 missing run dep; rpe@ 2013-09-23 14:05:21 +00:00
sthen
c753168019 +sslScanner, p5-Net-SSL-ExpireDate, p5-Crypt-OpenSSL-X509 2013-09-23 11:50:55 +00:00
sthen
90f8eda064 import ports/security/sslScanner, ok landry@
sslScanner is an open source Perl application which connects to a range
of hosts/ports which are running SSL based services such as HTTPS.
It then displays the certificate CN and how long is left until the
certificate expires. It also has a mode suitable for use from cron(8),
to alert on certificates expiring within a certain number of days.
2013-09-23 11:49:45 +00:00
sthen
056bfd2b4a import ports/security/p5-Net-SSL-ExpireDate, ok landry@
Net::SSL::ExpireDate fetches a certificate from the network (SSL) or local
file, obtains its start and expiration dates, and allows validity to be
tested or dates to be returned.
2013-09-23 11:49:21 +00:00
sthen
0c7c118d60 import ports/security/p5-Crypt-OpenSSL-X509, ok landry@
This Perl extension implements the majority of OpenSSL's X509 API.
2013-09-23 11:48:55 +00:00
benoit
e2f83b2f10 Update py-paramiko to 1.11.1. 2013-09-21 06:11:48 +00:00
sthen
ba709626eb update to yubikey-personalization-gui-3.1.10 2013-09-20 21:19:40 +00:00
sthen
ad82cdda3c update to clamav 0.98:
- signature improvements, performance improvements, support for new file
types including ISO9660, Flash, self-extracting 7z files

- more configurable limits

- callbacks added to API

while there, drop run dependency on zoo; clamav actually switched from zoo
to unzoo (which we don't have in ports) in 0.60(!) so this was doing nothing.
2013-09-20 15:22:58 +00:00
ajacoutot
798d1f1962 Update to libassuan-2.1.1. 2013-09-17 11:10:01 +00:00
sthen
d7d281815f Replace "source ./vars" (bashism) with ". ./vars" in various files
installed by easy-rsa. Found the hard way by Predrag Punosevac.
2013-09-14 21:59:59 +00:00
sthen
836a7c1d81 update to clamav-unofficial-sigs-3.7.2 2013-09-09 22:09:58 +00:00
ajacoutot
b10ddb6f8e Update to gnutls-3.2.4. 2013-09-06 16:27:51 +00:00
ajacoutot
3d8d8cf06c Update to p11-kit-0.20.0. 2013-09-06 16:27:21 +00:00
ajacoutot
c2de9d8d58 Update to libgpg-error-1.12. 2013-09-06 16:25:06 +00:00
ajacoutot
23b354ad1a Build py-crypto,python3 2013-09-05 07:47:22 +00:00
sthen
50e8f03e81 tweaks for libnettle, from Juan Francisco Cantero Hurtado:
- don't force -ggdb3

- don't use asm on arm, our toolchain can't handle it
(http://rhaalovely.net/build-failures/arm/20130730/security/libnettle.log)
2013-09-03 13:53:47 +00:00
ajacoutot
7b341dfcc3 Update to libgcrypt-1.5.3. 2013-08-26 08:20:28 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
pascal
2db9b7d854 Update to GnuPG 2.0.21.
ok dcoppa@, maintainer timeout
2013-08-20 20:01:30 +00:00
dcoppa
492f06c1db Explicitly link with -lpthread; tests, no bump needed. 2013-08-20 14:28:48 +00:00
stsp
ae981be712 Update pidgin-otr to version 4.0.0. ok pascal@ 2013-08-15 16:33:31 +00:00
stsp
c5653589d6 Update libotr to version 4.0.0. Supports version 3 of the OTR protocol,
which most importantly adds support for multiple simultaneously logged-in
instances of the same user account.
ok pascal@
2013-08-15 16:33:22 +00:00
naddy
fb935bc764 remove (time_t)timeval.tv_sec casts now that tv_sec has type time_t 2013-08-15 14:58:45 +00:00
pascal
b5494e6708 add comment about ports that need to be adapted to the new libotrv4 API when
updating.
2013-08-14 14:17:28 +00:00
abieber
3a099ac12f bump revision to catch the gyp fix
OK nigel@
2013-08-13 21:18:09 +00:00
dcoppa
3fedf5890d Update to ccid-1.4.12. 2013-08-13 09:46:54 +00:00
rpe
78a8551c23 add pwsafe,no_x11 2013-08-12 22:24:01 +00:00
rpe
665318a6a2 - add no_x11 FLAVOR so it's usable on hosts with no X sets installed
- be a bit more verbose in updated DESCR
- bump REVISION

'Sure, why not' aja@, sthen@
2013-08-12 21:55:35 +00:00
benoit
b3a7890e7e Update py-paramiko to 1.11.0. 2013-08-11 10:20:03 +00:00
rpointel
e17019ffb8 oops, add pthread to WANTLIB... 2013-08-09 19:26:56 +00:00
rpointel
e63340b418 Update libssh to 0.5.5.
ok aja@
2013-08-09 19:14:50 +00:00
naddy
8019c3b106 fix FULLPKGNAME abuse, revealed by REVISION bump 2013-08-09 11:23:25 +00:00
bluhm
5d6ea09c64 update p5-IO-Socket-SSL to 1.953 2013-08-08 22:37:45 +00:00
bluhm
ea78e22df6 update p5-Net-SSLGlue to 1.04 2013-08-08 22:18:18 +00:00
naddy
2394f51acd move http://github.com and http://bitbucket.org to https
suggested by bentley@
2013-08-07 21:57:40 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
jasper
45606ac347 Security fix for CVE-2013-4242 GnuPG side-channel attack on RSA secret keys
ok pea@ sthen@
2013-08-06 19:28:57 +00:00
jasper
24eb27a090 Security fix for CVE-2013-4242 GnuPG side-channel attack on RSA secret keys
ok pea@ sthen@
2013-08-06 19:22:10 +00:00
rpointel
a8757fe45b +py-pefile 2013-08-06 19:20:54 +00:00
rpointel
06d5101b06 Import pefile.
pefile is a multi-platform Python module to read and work with Portable
Executable (aka PE) files. Most of the information in the PE Header is
accessible, as well as all the sections, section's information and data.

ok landry@ (thanks).
2013-08-06 19:20:09 +00:00
gsoares
814cac8ad6 luasec is now hosted on github
pointed out by jasper@
2013-08-06 19:11:54 +00:00
ajacoutot
a01e5c8ed3 Update to p11-kit 0.18.5. 2013-08-06 19:07:00 +00:00
ajacoutot
bb482d60fc Update to gnutls 3.2.3. 2013-08-06 19:06:37 +00:00
kili
052dc8986a Update to 4.2.5.1. 2013-07-18 22:32:09 +00:00
bentley
0d107ee995 Update jung@'s contact info in all ports. Drop spe and ddclient per request.
ok jung@
2013-07-17 03:27:01 +00:00
sthen
579a4c4957 remove commented-out entries for Doppelstern in default configs;
db will be going away.
2013-07-16 15:57:38 +00:00
espie
2f7aaf0176 let vax find gpg-error, maybe it will build 2013-07-15 20:47:01 +00:00
bluhm
5391cb32d7 update p5-IO-Socket-SSL to 1.952 2013-07-14 23:24:20 +00:00
jca
49d9c2c78e Introduce MASTER_SITES_GNUPG and reuse it for various GnuPG
(sub)projects.  http:// urls first, then the primary ftp
site for ''make peek-ftp'', as suggested by sthen@.
ok sthen@
2013-07-12 00:49:23 +00:00
dcoppa
3d1fda1069 This is better. 2013-07-10 15:13:00 +00:00
dcoppa
1a61cbf74f Revert previous.
As explained by aja@, we do not set NO_TEST when a test target
exists, even when it does nothing.
2013-07-10 14:15:51 +00:00
dcoppa
974b1f5e2a Add TEST* glue. 2013-07-10 13:47:30 +00:00
dcoppa
d2cbc3f7ac Add NO_TEST=Yes 2013-07-10 13:42:39 +00:00
espie
740e26f805 revert change THAT LOSES INFORMATION. 2013-07-08 10:31:01 +00:00
espie
fea5856478 revert stupid change 2013-07-08 10:29:37 +00:00
brad
7252215a3f change depends to how they were before rev 1.2. no functional change. 2013-07-08 04:29:09 +00:00
brad
dd8f79ec72 change depends to how they were before rev 1.14. no functional change. 2013-07-08 04:17:01 +00:00
espie
1a14efe846 fix on vax 2013-07-06 08:32:06 +00:00
espie
b1ca94d708 fix depends for !shared 2013-07-06 08:30:28 +00:00
jasper
2e80eecc12 use ${VARBASE} instead of hardcoding /var 2013-07-05 07:44:59 +00:00
bluhm
3fc4c67b41 update p5-IO-Socket-SSL to 1.951 2013-07-05 02:22:51 +00:00
landry
54936ef081 Update to nss 3.15.1, adds support for TLS 1.2. Will be required at some
point by newer geckos...

see https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.1_release_notes
2013-07-04 08:36:55 +00:00
espie
6cd28b2069 grumble, thx fgs@ 2013-07-02 16:20:25 +00:00
espie
e9bba84c13 LIB_DEPENDS don't propagate 2013-07-02 08:09:43 +00:00
benoit
d27f62aaa8 Update assl to 1.4.1.
from David Hill (maintainer)
2013-07-02 06:10:55 +00:00
jasper
91fb99f583 remove metasploit, the open source version is unmaintained upstream and
this port hadn't had much love in recent years.

as discussed with and OK stephan@ (MAINTAINER)
2013-07-01 16:51:02 +00:00
jasper
93a36cbda2 +ruby-hmac 2013-07-01 16:47:15 +00:00
jasper
3120fe588c import ruby-hmac-0.4.0
This module provides common interface to HMAC functionality. HMAC is a
kind of "Message Authentication Code" (MAC) algorithm whose standard is
documented in RFC2104. Namely, a MAC provides a way to check the
integrity of information transmitted over or stored in an unreliable
medium, based on a secret key.

ok aja@
2013-07-01 16:46:45 +00:00
jeremy
3364626bcb Build ruby 2.0 versions of ruby C extensions. Use explicit FLAVORs
in the category Makefiles for ruby C extensions, to reduce churn
when the default ruby version changes,
2013-06-29 15:56:10 +00:00
sthen
2d917503dd add some ports to category Makefiles which were not linked, but which do not
have "not yet linked to the build" etc. in the commit log.

devel/hs-simple-sendfile
devel/jenkins
security/p5-Mozilla-CA
sysutils/uptimed
textproc/p5-Encode-Locale
www/p5-IO-HTML
www/webgui
2013-06-29 09:33:08 +00:00
espie
35025ef1a4 configure from the tool itself says:
configure: error: p11-kit cannot be used as a static library

so don't waste time
2013-06-28 12:36:31 +00:00
ajacoutot
8f1ce8ad51 Update to gringotts-1.2.10.
ok pea@ (maintainer)
2013-06-24 06:14:21 +00:00
landry
665aa1b119 Update to nss 3.15.
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15_release_notes

After years of sticking to CVS, upstream finally switched to hg,
changing its directory layout while here. All our patches are actually
unchanged, but got renamed/moved. CVS doesn't handle moves :)

Tested in an amd64 bulk build.
2013-06-23 18:40:01 +00:00
ajacoutot
d92e1e19af Drop unused CONFIGURE_ARGS. 2013-06-23 10:04:47 +00:00
ajacoutot
07c0094289 Merge PLISTs.
Regen WANTLIB.
2013-06-23 09:55:11 +00:00
ajacoutot
7ef9f8aeab Unbreak the ldap FLAVOR at runtime -- @mode 640 in PFRAG.shared leaked
into the rest of the files and directories... so properly close the
marker.

thanks to nl3dee on freenode for spotting this
2013-06-20 09:48:28 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
lteo
de47f940ad Do not use pcap-int.h as it will be removed from /usr/include soon.
"looks reasonable" millert@
OK dcoppa@ matthew@ sthen@
2013-06-19 03:40:23 +00:00
ajacoutot
893c8d8930 Update to gnutls-3.2.1. 2013-06-18 13:22:39 +00:00
ajacoutot
303047bc6b Miss this one in previous Heimdal update fixup. 2013-06-17 19:33:23 +00:00
ajacoutot
9920238d6f Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
2013-06-17 19:30:22 +00:00
ajacoutot
0fee353abd Update to p5-Authen-Krb5-Simple-0.43 and unbreak with new Heimdal. 2013-06-17 19:29:58 +00:00
dcoppa
81f9e9baea Fix MASTER_SITES here too. 2013-06-17 14:59:24 +00:00
dcoppa
ff781ca40b Update to ccid-1.4.11:
- Add support for
       . Gemalto IDBridge CT30
       . Gemalto IDBridge K30
       . SCM Microsystems Inc. SCL010 Contactless Reader
       . SCM Microsystems Inc. SDI011 Contactless Reader
       . THRC reader
    - Better management of time extension requests
    - parse: better support of devices with bInterfaceClass = 0xFF
    - Some minor bugs removed

Thanks sthen@ for helping me find the right distfile.
2013-06-17 14:53:17 +00:00
jasper
c5dbd96358 Security fix for CVE-2013-2116,
GnuTLS TLS Record Decoding Denial of Service Vulnerability

ok aja@ (MAINTAINER)
2013-06-14 11:59:09 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
bluhm
3b1a86d5fe Upstream Module::Signature is still fiddling with @INC, so
update p5-Module-Signature to 0.73.
OK sthen@
2013-06-09 21:25:04 +00:00
ajacoutot
78ebe95fbd Update to p11-kit-0.18.3. 2013-06-09 14:30:11 +00:00
ajacoutot
f366653484 Update to libnettle-2.7.1. 2013-06-09 14:25:12 +00:00
ajacoutot
8663035a69 Update to gnutls-3.1.12.
requires a recent libc with the getopt_long() fix.
2013-06-09 09:36:44 +00:00
bluhm
565013de6a - update p5-IO-Socket-SSL to 1.94
- depend on p5-Net-SSLeay >=1.46
2013-06-09 02:09:31 +00:00
bluhm
45cd51951e update p5-Net-SSLeay to 1.55 2013-06-08 22:04:54 +00:00
dcoppa
83de51a243 openct to the Attic.
It's deprecated. OpenSC now uses pcsc-lite as its default backend.

See:
https://www.opensc-project.org/opensc/wiki/FrequentlyAskedQuestions#Q:DoIneedOpenCTtouseOpenSC
2013-06-07 13:33:24 +00:00
dcoppa
c2386a3a5b Update to opensc-0.13.0.
Take maintainership.

OK sthen@
2013-06-07 13:27:58 +00:00
benoit
15cb54ca12 Update ophcrack to 3.6.0. 2013-06-07 10:03:23 +00:00
ajacoutot
21f28e6522 Revert the mysql->MariaDB blurb in the READMEs.
It seems the MariaDB move will be reverted.
2013-06-06 13:57:48 +00:00
sthen
15e437a58d SECURITY update to p5-Module-Signature 0.72; CVE-2013-2145, if an attacker
were to include a malicious file in a CPAN package, checking the signature
with cpansign -verify could result in arbitrary code execution. ok bluhm@
2013-06-05 21:36:27 +00:00
ajacoutot
9afcdab386 mysql -> MariaDB 2013-06-05 14:38:08 +00:00
landry
f7f0742c7c remove %%shared%% from PLIST, PFRAG.shared was removed.
no bump, didnt package..
2013-06-04 19:37:38 +00:00
sthen
3df3143e13 update maintainer's email address 2013-06-04 13:16:20 +00:00
benoit
f989da20a1 Update cracklib to 2.9.0. 2013-06-03 07:26:51 +00:00
benoit
b4c41e16ef - Update john to 1.8.0. 2013-05-31 06:01:59 +00:00
jasper
c580293b7c luacrypto won't work w/ lua 5.2 yet 2013-05-30 16:01:12 +00:00
ajacoutot
5dd4c93d89 Bump after default py3 version switch. 2013-05-30 13:09:20 +00:00