ajacoutot
a73b0d4f87
sync WANTLIB after recent compiler change
...
from Brad
2012-08-25 17:10:58 +00:00
ajacoutot
1e85c58f0d
Tweak comment.
2012-08-25 13:11:35 +00:00
sthen
0860351566
update to logsurfer 1.8, from rpe, ok ajacoutot@
2012-08-25 10:07:25 +00:00
ajacoutot
f3ade23335
No need for -pthread ldflags anymore.
...
from Brad
2012-08-24 12:33:14 +00:00
sthen
9f9069554b
sync wantlib
2012-08-23 15:50:05 +00:00
ajacoutot
f52a6e36e2
autoconf is a weird science...
2012-08-23 13:29:02 +00:00
ajacoutot
6a8b22e40d
Committed upstream.
2012-08-22 06:28:53 +00:00
avsm
135b64580d
mark a secondary pkgpath for ocaml-cryptokit to reflect the renaming from
...
security/cryptokit. bump REVISION.
2012-08-22 00:41:38 +00:00
sthen
c34880420b
sync configure.ac program_invocation_short_name test with the one in
...
gnulib in gnutls, this fixes a build problem I've seen on some (but not
other) machines. ok ajacoutot@
2012-08-21 09:13:33 +00:00
pascal
e051391d3c
After feedback from kettenis@, we won't be defining -DPIC on PIE archs per
...
default. Garbage collect the patches that dealt with these issues, and use
the builtin define __PIC__ to detect if we're PIE/PIC.
ok naddy@
2012-08-20 11:50:59 +00:00
ajacoutot
057028b194
RCS id cleanup; also add OpenBSD RCS Id where missing...
2012-08-19 22:30:36 +00:00
ajacoutot
b81709215a
Forgot in previous.
2012-08-19 13:31:39 +00:00
ajacoutot
ec4340a364
Remove lpthread patches from the "security" category.
2012-08-19 13:30:04 +00:00
ajacoutot
47f3bffd1f
Bugfix update to p11-kit-0.13.
2012-08-19 11:10:43 +00:00
ajacoutot
4f20d1860d
Fix DESCR.
2012-08-18 22:58:00 +00:00
avsm
3262fe6634
+ocaml-ssl
...
cryptokit->ocaml-cryptokit
2012-08-18 22:41:58 +00:00
avsm
4015bb18af
update to ocaml-cryptokit-1.6
...
* new HOMEPAGE, new MASTER_SITE
* use new CONFIGURE_STYLE=oasis
* rename from cryptokit to ocaml-cryptokit
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:40:36 +00:00
avsm
51f6b4c5ee
initial import of ocaml-ssl-0.4.6
...
from Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:34:57 +00:00
ajacoutot
7ab36748ae
Remove irrelevant $FreeBSD RCS ids.
2012-08-18 12:41:37 +00:00
ajacoutot
b7eab0566c
boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
...
sense for ports Makefile but not really for categories.
ok espie@
2012-08-18 07:25:25 +00:00
pascal
2a05f2db9c
Further PIE preparations: aircrack-ng and avidemux both use non-PIC optimised
...
assembler. Wrap an #ifndef PIC around it.
ok naddy@
2012-08-11 22:58:18 +00:00
gsoares
6457aa1c8d
- update to 4.53
...
- drop maintainer per his request
ok sthen@
2012-08-09 14:13:59 +00:00
sthen
d1cfb54f2b
Add a few more useful sanesecurity-mirrored lists to clamav-unofficial-sigs
...
sample config file (e.g. winnow_bad_cw and various bofhland lists).
Comment-out MBL to disable by default, it has various problems with
false-positives and doesn't seem very effective at present.
2012-08-09 00:34:29 +00:00
dcoppa
fb334582c2
Enable pcsc-lite support
...
Diff looks good to pea@ (maintainer)
Tested with my O2 O2Micro CCID SC Reader
2012-08-08 15:10:02 +00:00
naddy
ee86b61264
arpa/inet.h and netinet/in.h can now be #included in either order
2012-08-07 10:18:47 +00:00
ajacoutot
f9a1d41896
Update to assl-1.1.0.
...
from David Hill (maintainer)
2012-08-07 07:34:23 +00:00
dcoppa
85390daaf6
+ccid
2012-08-06 13:23:48 +00:00
dcoppa
863b04e540
Import security/ccid, a user-space USB CCID driver used by
...
security/pcsc-lite.
OK sthen@
2012-08-06 13:20:48 +00:00
dcoppa
5f5997167f
Major update to pcsc-lite-1.8.5
...
OK sthen@
2012-08-06 13:03:12 +00:00
sthen
59f1eb3ac1
update to gnutls 3.0.22, ok ajacoutot@
...
- bugfixes and now supports gnutls_certificate_set_x509_system_trust on OpenBSD
2012-08-06 07:54:22 +00:00
ajacoutot
e97dd452f3
Remove useless comment.
2012-08-05 10:48:12 +00:00
espie
6fdca43594
fix non-sensible libtool parameters, allows us to drop some very weird
...
libtool code.
2012-08-04 14:24:23 +00:00
sthen
ffbfde3b63
import ports/security/yubiserve, ok jsaper@
...
YubiServe is a lightweight Validation Server supporting both OATH/HOTP
and Yubico Yubikey implementations, written in Python that uses an
SQLite database or, optionally, a MySQL database. It has an integrated
threaded webserver, with HTTPS/SSL support, compatible with the
Yubico validation protocol 2.0 including HMAC SHA-1 signatures to
provide for authentication of the server.
2012-07-18 08:25:07 +00:00
jasper
cbcacca97f
do not show --ssl2 commandline option if built with an OpenSSL without SSLv2 support.
...
from brad
2012-07-16 08:49:31 +00:00
ajacoutot
f6c4c2aeb4
Update to Botan 1.10.3.
...
A change in 1.10.2 accidentally broke ABI compatibility with
1.10.1 and earlier versions, causing programs compiled against
1.10.1 to crash if linked with 1.10.2 at runtime.
Recent versions of OpenSSL include extra information in ECC
private keys, the presence of which caused an exception when
such a key was loaded by botan. The decoding of ECC private
keys has been changed to ignore these fields if they are set.
from Brad
2012-07-15 08:12:13 +00:00
jasper
0abc6be283
consistent spelling of Node.js, as used on the official web site
2012-07-12 21:42:53 +00:00
naddy
4bd8b1fcb9
remove gnupg's idea flavor here, too
2012-07-12 20:57:51 +00:00
naddy
5e1bcbad44
The American/European/Japanese patents on IDEA have expired. Remove
...
the flavor and just include it by default. ok zinke@
2012-07-12 16:32:47 +00:00
sebastia
4ef301dd98
Update libgsasl to 1.8.0
...
OK naddy@
2012-07-12 16:01:53 +00:00
ajacoutot
290df0134f
-gnomint
2012-07-10 19:16:35 +00:00
ajacoutot
278bb3cacd
Bad robert!
2012-07-10 19:16:08 +00:00
ajacoutot
245e0ca14b
Remove, in the way, not maintained......
...
This software had deprecated warnings for years and didn't manage to update
so kill it with fire.
ok jasper@
2012-07-10 19:15:23 +00:00
jasper
144e2930d7
handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
...
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
ajacoutot
4f785e279f
Unbreak with gnutls>=3.
2012-07-09 18:38:45 +00:00
ajacoutot
e0b037b6ec
Better patch.
2012-07-09 13:29:51 +00:00
ajacoutot
5e3a59ff36
-prelude
2012-07-09 09:05:42 +00:00
ajacoutot
c03b7b59ed
Remove prelude. It's been unmaintained for years. Updating to a newer
...
version would require a lot of work and we have no maintainer; not to
mention the source code is not available right now.
A "security" software that is unmaintained is something that should live
in an attic.
ok jasper@ sthen@
2012-07-09 09:05:22 +00:00
giovanni
e6cdd4e74c
Use devel/llvm instead of the bundled one on $LLVM_ARCHS
...
help & ok sthen@ (Maintainer)
2012-07-08 21:24:58 +00:00
ajacoutot
5c286b8833
Major update to gnutls-3.0.21.
...
ok jasper@
2012-07-08 09:02:10 +00:00
jasper
49359fb413
zap this old, broken and unmaintained cruft.
...
ok msf@ (MAINTAINER), aja@
2012-07-06 16:37:24 +00:00