Commit Graph

2885 Commits

Author SHA1 Message Date
landry
e1119cc19f Update to nss 3.12.2, needed by mozilla 11+.
Tested on alpha amd64 hppa i386 powerpc sparc64, no change in regress
output.
2012-02-20 09:18:05 +00:00
ajacoutot
aad00d8f5b Update to p11-kit-0.11. 2012-02-19 19:08:37 +00:00
mpi
781ee73feb Update to py-crypto 2.5 and add a python3 flavor.
mostly from and ok rpointel@
2012-02-17 09:32:18 +00:00
ajacoutot
c8731b53b3 Fix a NULL ptr dereference (from upstream).
reported by "remco"
ok naddy@ sthen@
2012-02-07 06:36:39 +00:00
espie
0322fed35a properly re-conflict gpg1/2. Noticed by naddy@
okay ajacoutot@, pea@
2012-01-31 10:51:48 +00:00
okan
976099cbda update to 4.01_01; from LEVAI Daniel.
ok kevlo@ (MAINTAINER)
2012-01-26 15:37:48 +00:00
sebastia
904edf430c Fix problem with bulk build, introduced when importing qca-ossl:
* renaming libqca to libqca2 for the qca2 port
  * removed conflict line from qca2 PLIST
  * bumped qca2
  * updated conflict line in qca PLIST
  * bumped qca2
  * updated WANTLIB of qca-ossl and bumped
  * hooked qca2 up to the build in the ports/security/Makefile

OK shadchin@, espie@
2012-01-26 09:25:46 +00:00
ajacoutot
e128a0bf97 Put these users in the daemon class to be consistent with all the other
ones in ports.

discussed with and ok sthen@
2012-01-26 08:03:56 +00:00
bluhm
bc9324b36a update p5-Net-SSLGlue to 0.9 2012-01-25 21:56:16 +00:00
bluhm
e58af54072 update p5-IO-Socket-SSL to 1.54 2012-01-25 21:51:16 +00:00
ajacoutot
d631672629 Minor update to p11-kit-0.10. 2012-01-24 09:46:04 +00:00
espie
ffc317cb53 comment change -> descr checkum change -> rev bump 2012-01-23 16:59:38 +00:00
kili
06a8c737f1 Sort. 2012-01-22 17:24:24 +00:00
kili
6d786caa73 Update to 0.8.
ok ajacoutot@
2012-01-22 17:21:54 +00:00
kili
4a8d0287db Hook new hs-* ports. 2012-01-22 17:19:43 +00:00
kili
9543ca2ef5 Skein (http://www.skein-hash.info/) is a family of fast
secure cryptographic hash functions designed by Niels
Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
This package uses bindings to the optimized C implementation of
Skein.  We provide a high-level interface (see module "Crypto.Skein")
to some of the Skein use cases.  We also provide a low-level interface
(see module "Crypto.Skein.Internal") should you need to use Skein
in a different way.
Currently we have support for Skein as cryptographic hash function
as Skein as a message authentication code (Skein-MAC).  For examples
of how to use this package, see "Crypto.Skein" module documentation.

ok sthen@
2012-01-22 17:17:51 +00:00
kili
61d6a9fd8a To store passwords securely, they should be salted, then hashed
with a slow hash function. This library uses PBKDF1-SHA256, and
handles all the details.

ok sthen@
2012-01-22 17:16:57 +00:00
kili
ca7604ff1e This package contains code for generating high quality random numbers
that follow either a uniform or normal distribution.  The generated
numbers are suitable for use in statistical applications.

The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and
fares well in tests of randomness.  It is also extremely fast,
between 2 and 3 times faster than the Mersenne Twister.

Compared to the mersenne-random package, this package has a more
convenient API, is faster, and supports more statistical distributions.

ok sthen@
2012-01-22 17:16:04 +00:00
kili
8629a4fd7b A platform independent method to obtain cryptographically strong entropy
(CryptAPI on Windows, urandom everywhere else, patches welcome).

ok sthen@
2012-01-22 17:15:24 +00:00
ajacoutot
b941f6d166 /usr/local -> ${TRUEPREFIX} 2012-01-21 23:13:59 +00:00
sthen
a58fb78b01 Add an rc.d script for clamav-milter, from Benny 2012-01-21 23:02:57 +00:00
kili
dc3e232a05 Sigh. This needs yet another bump after the update of hs-base64-bytestring.
BTW: whenever you get error messages about missing or broken packages from
running ghc-pkg, some port is probably missing a bump.
2012-01-21 17:19:47 +00:00
kili
e1cdb4c06a This needs a bump after the update of hs-attoparsec. 2012-01-21 12:03:15 +00:00
kili
2e0de0ca17 Update to hs-certificate-0.8.1.
ok (portswise) ajacoutot@, sthen@
2012-01-20 20:34:21 +00:00
kili
60f37e3862 Update to hs-certificate-0.9.5.
ok (portswise) ajacouto@, sthen@
2012-01-20 20:33:17 +00:00
kili
fa549180d2 Update to hs-asn1-data-0.6.1.2.
ok (portswise) ajacoutot@, sthen@
2012-01-20 20:32:16 +00:00
sthen
1087a247ad tweaks to the passwdqc port:
- adjust COMMENT to point out that this includes a password generator
(pwqgen; defaults to reasonably memorable passwords with a decent keyspace).

- manpages are fine with mandoc, so remove USE_GROFF

- adjust whitespace
2012-01-20 01:01:49 +00:00
sthen
90c5bd4b76 update to wpa_supplicant 0.7.3 - as noted by Martin Pelikan the version
in-tree is currently broken and this fixes it for him.
2012-01-19 16:14:11 +00:00
ajacoutot
d50765ea72 Remove, it's not nor won't be used by anything.
ok robert@
2012-01-19 10:22:43 +00:00
ajacoutot
0ec201f184 Tweak DESCR. 2012-01-17 15:34:50 +00:00
sthen
83b570a541 regen patches, no package change (i.e. this doesn't fix it. ;) 2012-01-14 12:57:10 +00:00
sthen
48cda88214 qca-ossl was not linked to the build; add it 2012-01-13 12:32:57 +00:00
ajacoutot
226cf67bc3 Minor update to gnutls-2.12.16.
* corrected functionality of gnutls_record_get_direction()
2012-01-09 14:03:59 +00:00
sthen
bf9111f925 fix bogus pkgname 2012-01-07 19:09:45 +00:00
shadchin
a56a959d27 Import qca-ossl.
ok sebastia@, Amit Kulkarni, Vadim Zhukov (Maintainer)
2012-01-07 16:55:13 +00:00
sthen
3a78685d34 drop Andreas Voegele as maintainer as per his request. 2012-01-07 13:48:39 +00:00
sthen
859422beb1 drop Vadim Zhukov as maintainer, as per his request. 2012-01-07 13:45:24 +00:00
dhill
c912cabd10 update to 0.12.0 2012-01-07 01:47:53 +00:00
sthen
10a7aebff8 update libsrtp to 1.4.4. use -fPIC when building the static library,
so that it may be linked with shared objects. update homepage, enable tests.
ok dhill@ (maintainer).
2012-01-06 00:45:06 +00:00
sebastia
a6ca379d6a libfwbuilder is gone, merged into fwbuilder
OK sthen@
2012-01-04 08:59:57 +00:00
sebastia
baaa2ca0d4 update fwbuilder to 5.0.1
libfwbuilder got merged into fwbuilder.

Besides still not fully supporting all new features of recent OpenBSD pf,
it generally works well.

feedback and OK sthen@
2012-01-04 08:57:50 +00:00
bluhm
8f84f76b28 - update p5-IO-Socket-SSL to 1.53
- no USE_GROFF
2012-01-01 12:22:44 +00:00
kili
1ea5b092a3 This needs a bump, too, according to my build iterations. 2011-12-31 22:29:47 +00:00
kili
94f4cad048 Bump after previous hs- library updates.
Necessary because of ghc's over-aggressive inlining
which causes ABI changes in libraries depending on
updated libraries.

ok jasper@
2011-12-31 22:19:45 +00:00
ajacoutot
74fb5c138b Sort PLIST. 2011-12-30 11:17:08 +00:00
bluhm
f60b6888a7 update p5-Net-SSLeay to 1.42
from wen heping and Gleydson Soares
2011-12-29 11:57:21 +00:00
bluhm
95c152f399 In order to update p5-Net-SSLey to 1.42, p5-POE-Component-SSLify
has to be fixed first.  Convert the version check from /1.3/ regex
to >= 1.3 numerical comparison.
ok sthen@
2011-12-29 11:50:36 +00:00
mpi
ea4e34c722 Update to py-crypto 2.4.1
Properly honor CFLAGS and build the fastmath module, with inputs from
rpointel@

ok rpointel@, benoit@
2011-12-28 09:56:38 +00:00
ajacoutot
d195f120e6 Unbreak. 2011-12-22 10:00:35 +00:00
pea
3ebee1957e Install sample and rcscript before fragments to avoid wrong permissions
with the ldap flavor.

ok ajacoutot@
2011-12-21 14:36:15 +00:00