Commit Graph

2589 Commits

Author SHA1 Message Date
benoit
7eab5d4cb6 revert to previous release following the advice of jasper@ and
I will rework on it
2011-01-07 16:26:26 +00:00
benoit
43ad7582d8 - add contrib FLAVOR with jumbo patch
- modify PLIST, MESSAGE and DESCR
2011-01-07 15:34:53 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
sebastia
bdc719a661 Remove obsolete/empty patch files missed with last fixup for tcltls 2011-01-05 18:26:52 +00:00
sebastia
11d74dd77c Update to new Tcl layout.
While there, update version to 1.6
take MAINTAINER

OK landry@, stu@
2011-01-05 18:04:58 +00:00
kevlo
0ea9f56744 Update to 4.00.06
ok benoit@
2011-01-05 07:06:13 +00:00
ajacoutot
484787c33c Rename rc scripts to follow our usual naming.
ok sthen@
2011-01-05 06:06:48 +00:00
jasper
db605743f3 - make this fetchable by setting CPAN_AUTHOR 2011-01-03 08:25:17 +00:00
benoit
f22d9ff62f - update p5-Crypt-SaltedHash to 0.06
- change license

ok jim@
2011-01-02 19:32:50 +00:00
jasper
8d871a191a - fix build on mips64* 2010-12-30 09:01:09 +00:00
jasper
8ef92e8abc SECURITY FIX for SA42658,
OpenSC Serial Number Processing Buffer Overflow Vulnerabilities.

patches from upstream svn
ok maintainer
2010-12-27 15:30:11 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
jasper
4fc5bbb11d regen 2010-12-27 12:05:01 +00:00
jasper
8ffcc7eace - update to 0.26 (no actual changes for OpenBSD)
- reformat Makefile
- remove USE_GROFF
- update maintainers address

from andreas voegele (MAINTAINER)
2010-12-27 10:55:16 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
stephan
e14915b699 +metasploit 2010-12-23 12:42:27 +00:00
stephan
a75dab7d26 import of Metasploit 3.5.0, the open source penetration testing framework:
Metasploit provides useful information and tools for penetration
testers, security researchers, and IDS signature developers. This
project was created to provide information on exploit techniques and to
create a functional knowledgebase for exploit developers and security
professionals. The tools and information on this site are provided for
legal security research and testing purposes only.

Subpackages:
        mysql - mysql database backend.
        postgresql - postgresql database backend.

help from nicm@, benoit@ and jeremy@
ok jasper@ and jeremy@ (of some earlier version)
2010-12-23 12:39:14 +00:00
jasper
ae926711e3 unbreak after (not so recent) ocaml update...dcoppa?
ok espie@
2010-12-23 10:46:10 +00:00
jasper
166014b6cb - update scrypt to 1.1.6
from marius ROMAN
2010-12-19 21:54:51 +00:00
jasper
f1e7ea6307 - unbreak on i386. spotted by naddy@ 2010-12-12 20:43:41 +00:00
ajacoutot
54f37fc488 Bugfix update to gnutls-2.10.4. 2010-12-12 16:29:59 +00:00
ajacoutot
f43f08abcd Update to libtasn1-2.9. 2010-12-12 16:29:21 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
bluhm
9c817039ab update p5-IO-Socket-SSL to 1.37
ok jasper@
2010-12-09 16:42:04 +00:00
jasper
f7afd505ee sync 2010-12-09 16:08:16 +00:00
jasper
548620df41 import hs-tls 0.3.1
Native TLS protocol implementation, focusing on purity and more
type-checking.
Currently implement the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet
properly secure and missing some features. Do not yet use as replacement
to more mature implementation.
Only RSA supported as Key exchange for now.

ok kili@
2010-12-09 16:07:50 +00:00
jasper
cc6258251a import hs-cryptocipher 0.2
Symmetrical Block and Stream Ciphers: Camellia, RC4 and RSA.

ok kili@
 VS: ----------------------------------------------------------------------
2010-12-09 13:57:01 +00:00
jasper
edf7844e9e import hs-certificate 0.3.2
Certificates and Key reader/writer. At the moment only X509 certificate
and unencrypted private key are supported, but will include PGP
certificate and pkcs8 private keys.

ok kili@
2010-12-09 13:55:34 +00:00
jasper
60fd58e892 import hs-asn1-data 0.2.2
AN1 data reader and writer in raw form with supports for high level forms
of ASN1 (BER, CER and DER).

ok kili@
2010-12-09 13:55:04 +00:00
jasper
4415b06b3f - sync 2010-12-09 13:54:16 +00:00
jasper
cf48c67e66 sync 2010-12-08 23:29:35 +00:00
jasper
d061c5f51c import hs-cryptohash 0.6.1
Collection of crypto hashes, with a practical incremental and one-pass,
pure APIs, with performance close to the fastest implementations
available in others languages.

feedback and ok kili@
2010-12-08 23:29:04 +00:00
jasper
ac39611692 import hs-crypto-api 0.2.1
Generic interface for cryptographic operations, platform independent
quality RNG, property tests and known-answer tests (KATs) for common
algorithms, and a basic benchmark infrastructure. Maintainers of hash
and cipher implementations are encouraged to add instances for the
classes defined in Crypto.Classes. [..]

ok kili@
2010-12-08 23:28:29 +00:00
jasper
377f5d5591 - SECURITY UPDATE of p5-IO-Socket-SSL
Fixes: SA42508
Perl IO::Socket::SSL "verify_mode" Security Bypass Security Issue
2010-12-08 18:42:21 +00:00
jasper
93d7c1b9ac import hs-AES 0.2.7
Zero-copy binding to Brian Gladman's AES implementation, including a
copy of that implementation.

ok kili@
2010-12-08 16:21:42 +00:00
jasper
ed4fde1e35 - sync 2010-12-08 16:21:02 +00:00
stephan
746c247a5f - fix COMMENT
- fix MASTER_SITES
- patch response and trigger db's with latest versions
- take maintainership

ok jasper@
2010-12-06 12:08:55 +00:00
ajacoutot
df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00
jasper
4d55fd1996 - use a proper name, and add an OpenBSD rcs id 2010-12-03 08:46:03 +00:00
sthen
ff0cde62d4 update ClamAV to 0.96.5 2010-12-01 22:59:35 +00:00
espie
095b509459 libnet PGKSPEC 2010-11-26 14:56:14 +00:00
espie
be2f93f11d since db/v4 has db->=4,<5 as default, no need to specify it explicitly 2010-11-26 14:50:09 +00:00
espie
7bd809aca3 db/v3 meets PKGSPEC 2010-11-26 14:23:31 +00:00
espie
fe13b4748a make use of PKGSPEC to simplify depends, requires most recent security/gnupg
to compile correctly
2010-11-26 07:51:00 +00:00
espie
59fa199246 use PKGSPEC, every dependent port uses this 2010-11-26 07:50:07 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
4856ef07e8 missed some new depends 2010-11-22 09:34:10 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
jasper
d275da6ec7 - use SUBST_CMD 2010-11-16 10:17:56 +00:00