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
sthen
91faa22c52
Where a program with an rc script _requires_ a certain command line
...
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
jasper
9901530052
drop hidden gmake dependency only needed by autogen.sh, but not in the
...
actual build
2011-12-12 18:18:15 +00:00
jasper
7437487788
regen
2011-12-12 09:11:10 +00:00
sthen
38fa0cfdea
update to stunnel 4.50; use better MASTER_SITES while there.
2011-12-08 13:42:05 +00:00
jasper
db3e86623f
- add missing build dependency
...
- zap trailing whitespace
ok sthen@ (MAINTAINER)
2011-12-07 09:29:02 +00:00
espie
3b98dfbbf1
somehow uses libtoolize during autogen.sh, even if it doesn't use libtool
...
later (found out by dpb -J, again)
2011-12-05 10:41:44 +00:00
ajacoutot
9986287cc4
oops... "quoi encore ?!" espie@
2011-12-02 22:02:43 +00:00
ajacoutot
b8b6d1c346
qca2/qca conflicts.
2011-12-02 22:00:34 +00:00
shadchin
1f996719aa
Update to 2.0.3.
...
ok aja@, benoit@, Amit Kulkarni
2011-12-01 19:02:48 +00:00
dhill
7d606f23c6
+libsrtp
2011-11-30 21:19:13 +00:00
dhill
d9383761dd
import libsrtp
...
The libSRTP library is an open-source implementation of the Secure
Real-time Transport Protocol (SRTP) originally authored by Cisco
Systems, Inc.
ok benoit@
2011-11-30 21:16:42 +00:00
sthen
1532a55649
update to stunnel 4.49
2011-11-30 19:37:21 +00:00
dcoppa
1eed8714f8
clearer comment
2011-11-28 15:38:38 +00:00
dcoppa
caf4d0df5c
Temporarily disable Smartcard support due to issues with mixing gnu pth
...
and libpthread. See: http://marc.info/?l=openbsd-ports&m=132197024628355
Ok pea@ (maintainer)
2011-11-27 12:48:30 +00:00
pirofti
9e968f07f3
Drop maintainership
2011-11-27 11:12:46 +00:00
pirofti
e303d6c2df
Drop maintainership.
2011-11-27 11:08:48 +00:00
ajacoutot
f4107226d0
Unbreak. Wrong version of this port was imported.
2011-11-26 10:55:17 +00:00
benoit
9536fab45e
- update john to 1.7.9
...
- regen patches
ok ajacoutot@, gsoares@
2011-11-26 10:31:37 +00:00
benoit
d7875109e6
- update libssh2 to 1.3.0
...
- minor SHARED_LIBS bump
- regen PLIST
ok ajacoutot@
2011-11-26 09:25:46 +00:00
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
ajacoutot
844768f866
Build cyrus-sasl2,pgsql.
2011-09-19 14:05:56 +00:00
pea
72d6838101
Update to 2.0.18.
...
ok ajacoutot@
2011-09-19 11:41:35 +00:00
ajacoutot
387b158cab
Explicitely set the module path.
2011-09-18 21:38:42 +00:00
ajacoutot
39d509919c
Install the config file as pkcs11.conf.example, as intended.
2011-09-18 15:45:18 +00:00
ajacoutot
5973199aee
Fix exampledir.
2011-09-18 12:13:41 +00:00
ajacoutot
690717a5b6
Minor update to p11-kit-0.6.
2011-09-18 12:02:33 +00:00
jasper
214175a0f5
- update to GnuPG-Interface-0.44
...
from Pascal Stumpf
2011-09-17 13:51:52 +00:00
espie
46d3548829
normalize pkgpath
2011-09-16 11:41:38 +00:00
sthen
911192190c
update to stunnel 4.43, ok jakob@, reads good to william@
...
- take maintainer, suggested by jakob
- pid is now created inside the chroot jail, note you may want to set
"pid = /stunnel.pid" in config.
2011-09-15 00:42:21 +00:00
william
7832d1549c
add rcscript
...
ok ajacoutot jakob (MAINTAINER)
2011-09-14 01:45:31 +00:00
jasper
273df59865
unbreak after gtk2 flavor removal from polkit-gnome
2011-09-12 19:58:01 +00:00
naddy
1e2bbe8777
bump all (sub)packages that depend on db/v4; requested by and help from espie@
2011-09-12 18:02:34 +00:00
sthen
077627fce5
use MASTER_SITE_GNU, armani@ reports that most previous MASTER_SITES don't
...
have this file.
2011-09-11 12:36:12 +00:00
naddy
76397543f2
Check for compiler flags not available with gcc < 4 before using them
...
and regen patches. ok rpointel@
2011-09-10 11:56:42 +00:00
naddy
7f797d8a3f
allow this to build with gcc3
2011-09-09 20:13:28 +00:00
ajacoutot
d62a7dfc68
Bugfix update to gnutls-2.12.10.
2011-09-08 11:36:36 +00:00
jeremy
f8b8209afb
SUBDIR += ruby-bcrypt,rbx
2011-09-07 16:57:30 +00:00
jeremy
2d44f2ec8b
Update to version 3.0.0. Take maintainership. Remove regression
...
tests as they now depend on RSpec 2, and ports still only supports
RSpec 1.
The bcrypt C implementation in 3.0.0 is new, so the previous patches
are no longer necessary.
2011-09-07 16:10:49 +00:00
nigel
4d25ebc09e
change of maintainer.
...
ok jasper@
2011-09-07 13:23:07 +00:00
nigel
0e6b0ed6b3
change maintainer
...
ok jasper@
2011-09-07 13:21:11 +00:00
landry
5bc0634f59
Damn you, RCS $Id$s... spotted by Greg Jones.
2011-09-07 05:22:52 +00:00
landry
21a1502fbb
Update to nss 3.12.11p0 with ckbi 1.87, ckbi being the internal builtin CA
...
root/certificate database. This special release (along incoming mozilla
releases) fixes the DigiNotar mess, for which more info is available at
http://blog.gerv.net/2011/09/diginotar-compromise/ , MFSA2011-34 and
http://blog.mozilla.com/security/2011/09/02/diginotar-removal-follow-up/
2011-09-06 19:39:34 +00:00
jasper
9e0159a048
- update to 0.09
...
- adjust WANTLIB
maintainer timed-out
2011-08-30 07:03:17 +00:00
ajacoutot
ef8ab198cd
Fix WANTLIB after gpgme update.
2011-08-30 06:54:11 +00:00
ajacoutot
f8fa5b2537
Long overdue update to gpgme-1.3.1.
...
ok rpointel@ jasper@
2011-08-30 06:43:07 +00:00
jasper
f40f203b21
- add run dependency on p5-Crypt-Rijndael
...
prompted by mikolaj kucharski
2011-08-29 10:58:26 +00:00
naddy
49e91c2d57
disable additional warning options, some of which are not available with
...
gcc < 4
2011-08-28 13:46:51 +00:00
naddy
11315d3b95
don't use #ifdef __sparc__ to check for Solaris; ok benoit@
2011-08-25 12:51:56 +00:00
ajacoutot
0b5fab133a
Update to libnettle-2.2.
2011-08-25 09:20:27 +00:00
landry
77fcb12fe2
Update to nss 3.12.10, needed by upcoming mozilla updates.
...
ok martynas@ rpointel@.
2011-08-23 20:07:50 +00:00
rpointel
4dae6f19c7
Update libssh to 0.5.1.
...
ok jasper@.
2011-08-22 15:05:02 +00:00
ajacoutot
5ae5f28d6c
Bugfix update to gnutls-2.12.9.
2011-08-22 09:13:04 +00:00
ajacoutot
66fd466ec9
+p11-kit
2011-08-22 08:04:47 +00:00
ajacoutot
0409ce7956
Import p11-kit-0.4.
...
p11-kit provides a way to load and enumerate PKCS#11 modules. It
implements a standard discoverable configuration for installed PKCS#11
modules.
(this is needed for an upcoming gnutls update)
ok jasper@
2011-08-22 08:04:14 +00:00
benoit
2c555cb5b3
- take maintainership on it
...
- remove USE_GROFF
- bump REVISION
2011-07-31 07:50:18 +00:00
benoit
6109cdfb7f
- take maintainership on it
...
- remove USE_GROFF
- bump REVISION
2011-07-31 07:27:29 +00:00
sthen
02d1ade3c5
update to clamav 0.97.2; fixes problems with the bytecode engine, Safebrowsing
...
detection, hash matcher, and other minor issues. ok giovanni@ pea@
2011-07-26 14:23:45 +00:00
bluhm
6b2c7454c6
update p5-Net-SSLGlue to 0.8
2011-07-24 20:53:13 +00:00
schwarze
6df73b7c69
+p5-Authen-NTLM
2011-07-20 21:47:46 +00:00
schwarze
9893017300
Import p5-Authen-NTLM-1.08.
...
This module implements the NTLM (Microsoft Windows NT LAN Manager)
authentication mechanism. It can be used to perform NTLM style
authentication for any desired protocol.
Feedback and OK gsoares@; OK landry@ sthen@.
2011-07-20 21:42:49 +00:00
gsoares
9a9d4a970e
update xmlsec to 1.2.18
...
The XML Security Library 1.2.18 release fixes a serious crasher.
tweaks/OK sthen@, jasper@
2011-07-20 20:56:00 +00:00
rpointel
f14d0fa162
+libssh
2011-07-18 17:40:30 +00:00
rpointel
f5f79db5ae
Import libssh, a multiplatform C library implementing the SSHv2 and SSHv1
...
protocol on client and server side. With libssh, you can remotely
execute programs, transfer files, use a secure and transparent tunnel
for your remote applications.
ok jasper@.
2011-07-18 17:38:47 +00:00
landry
94e7773575
Repair after last commit: the MODULES=cpan at the top of Makefile was
...
overriden by MODULES=devel/gettext addition.
2011-07-11 18:02:16 +00:00
jasper
95dde884f1
- fix patch names
2011-07-08 11:19:35 +00:00
jasper
b2715b7bb6
- remove unneeded patches, all the random devices have been providing the same
...
output for a while now.
- fix a few license markers while here
2011-07-07 17:18:11 +00:00
jasper
f9aeed9fdc
- add missing rcs id
...
- regen plist
- fix wantlib
2011-07-07 17:16:18 +00:00
ajacoutot
89a1cb30b4
Remove some duplicate wantlibs, use the libiconv MODULE where applicable.
2011-07-07 01:06:59 +00:00
ajacoutot
ebc307bb8c
Use the devel/gettext MODULE.
2011-07-06 21:09:55 +00:00
pea
62be2176a9
Update to 2.0.2
...
ok ajacoutot@
2011-07-06 15:03:13 +00:00
dhill
f32c05bca1
update to assl 0.10.0.
...
"reads right" jasper@
2011-07-04 16:39:33 +00:00
naddy
003265780c
* Don't turn an mdoc(7) page into a cat page. Install the source page.
...
* No need to explicitly recurse into saslauthd. The build framework
does that already.
ok ajacoutot@
2011-07-03 22:51:25 +00:00
naddy
ba367ee16a
remove this woefully obsolete (1992!) piece of cruft
...
ok ajacoutot@ sthen@ jasper@
2011-07-03 22:19:52 +00:00
sthen
791e812e50
Cope with bsd.man.mk changes and install source man pages.
2011-06-27 13:29:52 +00:00
rpointel
79fdd8a94b
+ikeman
2011-06-25 07:11:30 +00:00
rpointel
0a20475710
Import ikeman, from Martin Pelikan (MAINTAINER).
...
ok giovanni@.
ikeman is a tool designed to simplify management of X.509 public key
infrastructure used to create IPsec flows by isakmpd(8) or iked(8).
It displays all PKI data in a hierarchical view and can also create
new certificate authorities, sign new certificate requests and revoke
or un-revoke currently loaded certificates.
All this in a user-friendly ncurses GUI, which also warns user about
errors like already expired, revoked or not yet valid certificates.
2011-06-25 07:10:25 +00:00
benoit
e31dd2fa3d
- update john to 1.7.8
...
- regen patchs
ok sthen@
2011-06-24 15:19:18 +00:00
naddy
dbfd750590
Cope with bsd.man.mk changes and install source man pages.
...
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
ajacoutot
e173a8c59e
+sslscan
2011-06-21 21:06:23 +00:00
ajacoutot
c251bafcec
Import sslscan-1.8.2.
...
SSLScan queries SSL services, such as HTTPS, in order to determine the
ciphers that are supported. SSLScan is designed to be easy, lean and
fast. The output includes prefered ciphers of the SSL service, the
certificate and is in Text and XML formats.
Heavily based on the FreeBSD port.
inputs from sthen@
ok jasper@
2011-06-21 21:05:48 +00:00
ajacoutot
94deac9daf
Bugfix update to gnutls-2.12.7.
2011-06-21 09:55:43 +00:00
dhill
c71338db13
update to 0.9.7
2011-06-20 15:30:40 +00:00
kili
e6e9988768
Add aircrack-ng.
...
ok benoit@
2011-06-19 08:53:43 +00:00
robert
ea505878af
+p5-Text-Password-Pronounceable
2011-06-14 11:32:25 +00:00
robert
1b85801f80
import of p5-Text-Password-Pronounceable-0.30, a module that generates
...
pronounceable passwords
2011-06-14 11:31:45 +00:00
sthen
5be2d3139d
bugfix update to clamav 0.97.1
2011-06-10 22:20:20 +00:00
gsoares
894e157435
- update security/luasec to 0.4.1
...
- tweaks patch-src_Makefile from sthen@ and jolan@
- remove jolan@ as maintainer per his request
- take maintainership
OK sthen@ jolan@
"get it in" jasper@
2011-06-10 15:04:23 +00:00
jasper
eec0417831
bump after default python version switch
2011-06-08 17:31:05 +00:00
sebastia
b0d98745cf
Fix build with gcc-2.95
...
OK jasper@
2011-06-08 08:39:02 +00:00
sthen
3900adefca
The install target in the Makefile is already modified, so change it
...
a little more to obey DESTDIR, removing nasty escaping in CONFIGURE_ARGS.
Regen PLIST while there for @bin markers. From Brad.
2011-06-07 00:13:08 +00:00
naddy
6ca63f73d8
do not treat a hand-rolled configure script as if it was an autoconf one
2011-06-06 15:00:36 +00:00
sthen
2fde866515
no need to set PKGNAME, pear.port.mk does it now.
...
checked with a batch "make show=PKGNAMES" before and after.
2011-06-04 11:41:08 +00:00
kili
27f99a5541
--disable-silent-rules is now added to CONFIGURE_ARGS per default,
...
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
kili
d105450ef7
Handrolled configure script, so don't use CONFIGURE_STYLE=gnu.
...
One step towards --disable-silent-rules.
From Brad.
ok sthen (with a proper package bump)
2011-06-01 23:34:53 +00:00
dcoppa
c8e4c421e1
Fix leftover '-lpthread'.
...
ok fgsch@
2011-06-01 08:16:15 +00:00
espie
297c0d040d
someone should really take a closer look at their LIBTOOL.
...
In the meantime, avoid gnu-grep, to have reproducible builds.
(especially since ggrep is half-broken with new vmmap)
2011-05-30 10:05:03 +00:00
bluhm
1a4f50bc35
update p5-Module-Signature to 0.68
2011-05-28 12:14:25 +00:00
bluhm
dbe5f56f6d
update p5-IO-Socket-SSL to 1.44
2011-05-28 11:45:20 +00:00
bluhm
38d0a04af1
update p5-Net-SSLGlue to 0.7
2011-05-28 11:18:58 +00:00
jasper
a4d0fa353a
using PKGNAME to construct WRKDIST is bad practice.
2011-05-22 14:03:39 +00:00
fgsch
8b11b60b1b
Update to aircrack-ng 1.1.
...
input and ok sthen and benoit (maintainer)
2011-05-21 11:19:24 +00:00
ajacoutot
ae5066d59d
Host these files that are not reachable anymore.
2011-05-18 08:09:27 +00:00
ajacoutot
b5d6ad6a2e
Maintenance update to gnutls-2.12.5.
2011-05-17 19:08:08 +00:00
ajacoutot
117a42bba5
Better HOMEPAGE.
2011-05-17 19:04:14 +00:00
ajacoutot
03be77925a
Depends on x11/polkit-gnome,gtk2.
2011-05-17 15:05:03 +00:00
gsoares
d37ccc08d2
sync security/luasec with lua.port.mk, no package change
...
ok jasper@ sthen@ jolan@ (MAINTAINER)
2011-05-16 18:24:19 +00:00
jasper
0f06ddcfd4
-remove duplicate item, no bump as it didn't build
2011-05-15 08:03:42 +00:00
ajacoutot
8e6304f974
deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely
...
register x11/gtk+2 for ports depending on gconf2 that don't have another
dependency that would bring it.
discussed with jasper@
2011-05-14 21:29:03 +00:00
dhill
c69ea00bd5
update to 0.9.6
...
ok sthen@
2011-05-13 21:20:15 +00:00
ajacoutot
2d702b0153
Sanitize some @unexec/@extraunexec calls to rm: move them up in the
...
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:24:40 +00:00
kevlo
e0634d30b5
Update to 4.00.07
...
ok benoit@
2011-05-10 09:56:06 +00:00
bluhm
fb785414b8
update p5-Net-SSLGlue to 0.6
2011-05-08 22:23:26 +00:00
bluhm
1ae54ec0ff
update p5-IO-Socket-SSL to 1.40
2011-05-08 22:12:53 +00:00
gsoares
c8b03467eb
- fix HOMEPAGE/MASTER_SITES
...
- set CONFIGURE_STYLE to gnu, remove ALL_TARGET
- set USE_LIBTOOL/SHARED_LIBS=
- PFRAG.shared is added
- remove unneeded patch
- adjust license name. ( PD -> Public Domain )
- regen PLIST
from sthen@
- remove NO_REGRESS (there is no test, but it doesn't
error out when you try to run it)
-tidy up whitespaces (USE_GROFF)
ok jasper@ sthen@
2011-05-04 16:16:24 +00:00
ajacoutot
4079be8ce1
Bugfix update to gnutls-2.12.3.
...
Incidentally fixes a build breakage when libgcrypt wasn't installed as
spotted by jasper@
2011-05-04 15:48:10 +00:00