Commit Graph

2816 Commits

Author SHA1 Message Date
jasper
47679d0556 sync 2011-11-26 09:08:22 +00:00
jasper
79ca3f4145 import botan 1.10.1
Botan is a crypto library written in C++. It provides a variety of
cryptographic algorithms, including common ones such as AES, MD5, SHA,
HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that
are more obscure or specialized. It also offers X.509v3 certificates
and CRLs, and PKCS #10 certificate requests. A message processing
system that uses a filter/pipeline metaphor allows for many common
cryptographic tasks to be completed with just a few lines of code.
Assembly optimizations for common CPUs, including x86, x86-64, and
PowerPC, offers further speedups for critical tasks such as SHA-1
hashing and multiple precision integer operations.

from brad
tested by aja@ and me@
ok aja@
2011-11-26 09:07:52 +00:00
eric
04c2d8718b upgrade to 0.13
prodded by and ok rpointel@
2011-11-25 20:19:30 +00:00
ajacoutot
04b2a387a8 Minor update to p11-kit-0.9. 2011-11-24 15:01:26 +00:00
gsoares
b6c61ceb85 update to 0.18
ok sthen@
2011-11-22 23:42:34 +00:00
jasper
ee21fc640b fix tests by removing a stupid bashism. 2011-11-22 15:36:33 +00:00
jasper
4655d2ff68 - just because it links with libltdl, doesn't mean it needs USE_LIBTOOL=gnu. 2011-11-22 15:34:10 +00:00
ajacoutot
797204e9b7 SECURITY update to gnutls-2.12.14.
Fix a possible buffer overflow.
2011-11-21 14:48:09 +00:00
nigel
de798d08da Removing CVS markers from within the patch
reported by Mark Patruck
2011-11-18 23:31:01 +00:00
nigel
c9c77840a6 Update to 3.13.1 with ckbi 1.88 changes include
SSL 2.0 is disabled by default.

A defense against the SSL 3.0 and TLS 1.0 CBC chosen plaintext attack
demonstrated by Rizzo and Duong (CVE-2011-3389) is enabled by default.

SHA-224 is supported.

additional blacklist CA's.  Malaysia-based DigiCert Sdn. Bhd

Ok sthen@
2011-11-18 12:32:37 +00:00
espie
cbb5e400a1 shrink, this lives in bsd.port.mk itself now 2011-11-18 11:16:23 +00:00
jeremy
16703d23fa Update ruby ports to deal with the regress changes to ruby.port.mk.
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible.  Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
sthen
52c177c5ac bumps; net/if.h 2011-11-16 00:20:08 +00:00
dhill
d491724463 update to 0.11.0 2011-11-14 17:06:08 +00:00
ajacoutot
b4a21348f0 Build a gnupg package with all available FLAVORs so that we can spot
breakage more easily.
2011-11-13 22:44:00 +00:00
ajacoutot
6973ee7fdc Unbreak the "card" FLAVOR after the libusb->libusb-compat switch, spotted
by naddy@ (thanks).
2011-11-13 22:39:50 +00:00
ajacoutot
fcbe5f3ae2 Sync dependencies after move from libusb to libusb-compat and fix a
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.

Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
stsp
83a302b911 Fix '/usr/local/bin/pinentry' symlink in -main package.
It was pointing to the binary installed by the -gtk2 package.
Also, tweak package descriptions to make more sense.
found by, and ok, naddy
2011-11-08 16:55:19 +00:00
nigel
215311df0d remove patch to hydra man page. Thanks to schwarze@ for
updating mandoc, the syntax error is no longer displayed.
2011-11-05 21:25:52 +00:00
nigel
43cbd6d89e Update hydra from v5.4 to v7.1
Ok and Comments rpointel@ brad@ benoit@
2011-11-05 15:24:38 +00:00
ajacoutot
43dc057a35 Fix DEPENDS. 2011-11-04 13:36:16 +00:00
stsp
d267f4e950 Add a subpackage for GTK2 frontend. ok pea@ 2011-11-04 12:12:53 +00:00
jasper
0e92e082b2 - regen WANTLIB 2011-11-04 08:42:25 +00:00
ajacoutot
1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
ajacoutot
7f92f20b1e Minor update to p11-kit-0.7. 2011-10-22 22:48:33 +00:00
rpointel
97ab6a30bb update paramiko to 1.7.7.1.
ok benoit@ (maintainer).
2011-10-22 07:29:01 +00:00
espie
636a5c9ac4 CHMOD and CHOWN serve no useful purpose, they're just chown/chmod 2011-10-21 16:23:44 +00:00
ajacoutot
0efec4bcbd Small bugfix update to gnutls-2.12.12. 2011-10-21 15:38:15 +00:00
jasper
821ebc2672 fix packaging on mips64*
ok robert@ (MAINTAINER)
2011-10-19 13:53:57 +00:00
sthen
1e6bea521f update to clamav 0.97.3.
in typical clamav tradition, release notes say "ClamAV 0.97.3 is a
minor bugfix release and is recommended for all users", secunia says:

   A vulnerability has been reported in ClamAV, which can be exploited by
   malicious people to cause a DoS (Denial of Service) and potentially
   compromise a vulnerable system.
   The vulnerability is caused due to errors related to the handling of
   recursion levels within the "cli_bcapi_extract_new()"
   (libclamav/bytecode_api.c) and "cli_bytecode_runhook()"
   (libclamav/bytecode.c) functions, which can be exploited to e.g. cause
   a crash via specially crafted files.
2011-10-18 18:48:39 +00:00
jasper
d62a03c9fd Regen WANTLIB to unbreak. 2011-10-14 07:00:23 +00:00
rpointel
5372f5a6fd Update libnettle to 2.4.
reads good aja@ jasper@
2011-10-12 06:03:41 +00:00
mpi
f2af1bd917 Fix build, keywords were extended in patches 2011-10-10 10:08:05 +00:00
ajacoutot
3ed61e86e7 Unreak by recreating patches. 2011-10-09 15:09:55 +00:00
ajacoutot
79137f31d1 Remove empty patches. 2011-10-09 15:06:41 +00:00
mpi
fcba3d6743 Update py-crypto to 2.3
take maintainership

ok benoit@, wcmaier@ (previous MAINTAINER)
2011-10-08 14:56:34 +00:00
ajacoutot
ec780377db sort. 2011-10-04 13:23:38 +00:00
ajacoutot
c057cd387b Bugfix update to gnutls-2.12.11.
* libgnutls: Memory leak fixes in credentials private key deinitialization.
* libgnutls: Allow CA importing of 0 certificates to succeed.
2011-10-03 15:32:24 +00:00
naddy
0a9e26f912 use MASTER_SITE_BERLIOS 2011-10-02 19:25:51 +00:00
pea
b50d6efafc Install .la files.
They are needed by, at least, mutt and postfix.

ok ajacoutot@
2011-09-29 09:13:01 +00:00
todd
611ea79839 update to 0.10.2
from maintainer, looked at by sthen@
2011-09-26 17:11:28 +00:00
naddy
a49c754495 after PKGSPEC change, bump all packages that depend on db/v3 2011-09-25 14:42:51 +00:00
kili
f77d3db351 Bump. 2011-09-24 19:09:33 +00:00
rpointel
4b823341da update libssh to 0.5.2 (bugfix release).
ok aja@.
2011-09-23 05:13:18 +00:00
landry
e9d2524495 Missed bump in previous maintainership reset commit. Wee, free commit! 2011-09-22 11:42:01 +00:00
jasper
4949ec7c45 reset maintainership 2011-09-21 17:20:56 +00:00
ajacoutot
2d80e2dd3a +cyrus-sasl2,sqlite3 2011-09-20 23:02:38 +00:00
ajacoutot
326d7a7e09 Update to cyrus-sasl-2.1.25.
sqlite FLAVOR replaced with sqlite3.
2011-09-20 23:01:29 +00:00
bluhm
cb302090df - update p5-Net-SSLeay to 1.38
- note that this breaks p5-Mail-SpamAssassin regression tests,
  as it removes obsolete SSLv2 support
- no USE_GROFF
- adjust Makefile to template
ok sthen
2011-09-19 23:01:16 +00:00
sthen
9aee28cec4 update to stunnel 4.44 2011-09-19 14:21:02 +00:00