Commit Graph

3186 Commits

Author SHA1 Message Date
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
jasper
7020d8df39 - update to 0.6.1 2011-05-03 19:04:04 +00:00
benoit
ea97f96353 - update john to 1.7.7
- update patch

ok sthen@, gsoares@
2011-04-30 05:12:51 +00:00
sthen
22b70aa246 - update to 2.02, from jung (maintainer).
- add a patch to fix a user-after-free, maintainer ok
2011-04-28 16:17:21 +00:00
dhill
5277a7f217 update to 0.9.5
ok sthen@
2011-04-28 15:37:10 +00:00
ajacoutot
9413dc5c08 Regen dependencies after recent updates: drop eggdbus dependency.
(this will also fix a symbol conflict between libeggdbus and glib2)

ok jasper@
2011-04-28 13:10:57 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
67047fb4b8 Depend on and use mtl-2 from devel/hs-mtl. 2011-04-23 14:32:50 +00:00
bluhm
de261617ba - update p5-Module-Signature to 0.67
- no use groff
2011-04-21 15:26:38 +00:00
kili
71d50fcc5c Depend on devel/hs-mtl (mtl-2) so it doesn't pick up mtl-1
by accident (if ghc is installed but hs-mtl isn't).

Rule of thumb: if some hs-* port works with both mtl-1 and
mtl-2, let it depend on devel/hs-mtl. If it strictly requires
mtl-1, then don't let it depend on devel/hs-mtl (that part is
obvious). If it doesn't specify the mtl version i the .cabal
file and breaks with devel/hs-mtl installed, patch the .cabal
file.

I'll rebuild and check all the haskell junk on my machine and
will see what can be done to hs-* ports that don't build with
mtl-2 (devel/hs-mtl). If they can be fixed to work with mtl-2,
mtl-1 (in lang/ghc) will be removed.

What a mess!
2011-04-19 19:45:40 +00:00
jasper
62755ed044 switch to cpan module 2011-04-19 17:16:22 +00:00
jasper
bc72675e29 - correctly update to 0.2.0
with gleydson soares
2011-04-18 18:12:47 +00:00
sthen
0297a3df78 - remove unnecessary NULL casts
- sync WANTLIB
2011-04-16 21:13:43 +00:00
jasper
576bb66e55 - update to 0.2.0
- install additional docs

from gleydson soares
2011-04-16 11:58:43 +00:00
jasper
02a9289240 PKG_ARCH=* is already set by cpan.port.mk.
from gleydson soares
2011-04-16 11:52:45 +00:00
ajacoutot
a2d7a47da4 Fix build after gnutls update.
ok jasper@ landry@
2011-04-15 16:13:23 +00:00
ajacoutot
96d502a25f Fix DEPENDS after gnutls update.
ok landry@ jasper@
2011-04-15 16:10:37 +00:00
ajacoutot
058f1aab39 Major update to gnutls-2.12.2.
tested by landry@ in a bulk, thanks!
ok jasper@ landry@
2011-04-15 16:09:39 +00:00
ajacoutot
8fea97306f +libnettle 2011-04-15 16:08:36 +00:00
ajacoutot
fd064b31d7 Import libnettle-2.1.
Nettle is a cryptographic library that is designed to fit easily in more
or less any context: In crypto toolkits for object-oriented languages
(C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in
kernel space. In most contexts, you need more than the basic
cryptographic algorithms, you also need some way to keep track of
available algorithms, their properties and variants. You often have some
algorithm selection process, often dictated by a protocol you want to
implement.
<...>

ok jasper@ landry@
2011-04-15 16:08:01 +00:00
jasper
be4905ac81 - update to 1.09
- doesn't need groff

from gleydson soares
2011-04-13 17:54:48 +00:00
sthen
7a88c7e334 update fwbuilder to 4.1.3, from maintainer Vadim Zhukov 2011-04-12 12:38:08 +00:00
jasper
88e78ed038 - remove, it's a dead project now and nothing uses it anymore
ok kili@
2011-04-12 11:16:28 +00:00
jasper
71a13fe024 this doesn't depend on hs-AES anymore, instead it's using hs-cryptocipher 2011-04-12 11:15:20 +00:00
jasper
ef071f94f0 - update to 0.6.0 2011-04-12 10:43:19 +00:00
jasper
c096ba3028 - update to 0.2.8 2011-04-12 10:43:02 +00:00
jasper
ef7f7e8d73 - update to 0.6.1 2011-04-12 10:42:52 +00:00
jasper
08d2039d4b - update to 0.7.0 2011-04-12 10:42:25 +00:00
jasper
89aab539ec - update to 0.4.6 2011-04-12 10:42:07 +00:00
bluhm
9a0ea025d7 add p5-Net-SSLGlue 2011-04-11 21:31:40 +00:00
bluhm
6791926d16 Initial import of p5-Net-SSLGlue 0.5
This Module helps LWP, Net::SMTP and Net::LDAP to be either SSL
aware at all or to offer way for proper certificate checking.

ok benoit@
tweaks Gleydson Soares
2011-04-11 21:27:49 +00:00
kili
ce5f31092f Tweak dependencies and bump. 2011-04-11 14:46:29 +00:00
kili
f20fe3fa2a Bump after ghc update. 2011-04-11 14:45:14 +00:00
bluhm
6b337aabf8 update p5-IO-Socket-SSL to 1.39 2011-04-11 00:36:31 +00:00
jasper
4bc9c59b49 - update to 0.28
- install examples
- regen PLIST
- tweak license
- set REGRESS_IS_INTERACTIVE

from gleydson soares
2011-04-10 20:14:23 +00:00
benoit
9ec2d09887 - update libssh2 to 1.2.8
- regen PLIST
- bump SHARED_LIBS

ok jasper@, tweaks and ok giovanni@
2011-04-10 16:01:03 +00:00
jasper
fc4104c20f - add missing EPOCH 2011-04-05 20:28:17 +00:00
jasper
b58aa112b4 - update to 0.58
- remove USE_GROFF
- install examples

from gleydson soares
2011-04-05 14:27:46 +00:00
jasper
cb3aae548d - update xmlsec to 1.2.17
* includes a security fix for 	CVE-2011-1425
2011-04-03 10:59:50 +00:00
rpointel
f795c598f7 Update arirang to 2.01, from Jung (MAINTAINER). 2011-03-29 18:18:12 +00:00
jasper
da4772aa5d use INSTALL_MAN instead of INSTALL_DATA for the manpage 2011-03-29 17:05:54 +00:00
jasper
81876c38de - update to 2.7.1
- specify license version
from gleydson soares
2011-03-29 16:59:06 +00:00
pea
48f4ede25b Add libperseus 2011-03-29 12:16:04 +00:00
pea
1afb97b6bb Import libperseus.
PERSEUS library is an open source technology whose aim is to secure any
kind of communication streams against illegitimate or abusive
eavesdropping except for Nation State Security offices, provided that a
suitable, huge computing power is used (from tens of hours with a
supercomputer).

ok jasper@
2011-03-29 12:14:21 +00:00
jasper
f47f958e79 - update to 0.17
- remove USE_GROFF
- set license version

from new maintainer gleydson soares
2011-03-27 18:03:22 +00:00
jasper
e417222e89 - update nikto to 2.1.4
from gleydson soares, maintainer timed-out
2011-03-27 16:41:37 +00:00
sthen
86eef6db66 +clamav-unofficial-sigs 2011-03-26 12:27:22 +00:00
sthen
5eea190681 import ports/security/clamav-unofficial-sigs, ok/feedback ajacoutot@
The clamav-unofficial-sigs script provides a simple way to
download, test, and update third-party signature databases
for ClamAV provided by Sanesecurity, SecuriteInfo, INetMsg,
OITC, MalwarePatrol, and ScamNailer.
2011-03-26 12:26:44 +00:00
jeremy
9d4d55e233 Build the ruby 1.9 version of some ruby gem ports with C extensions
by default.

OK landry@
2011-03-25 17:02:35 +00:00
jeremy
ec8f05ea4c Fix PKGNAME, changed accidently by previous commit 2011-03-24 21:48:54 +00:00
jeremy
8a1dad1159 Add MODRUBY_HANDLE_FLAVORS = No so that FLAVORs are not added by the
lang/ruby module.

OK landry@
2011-03-24 21:45:45 +00:00
jasper
5bd7678cd2 - fix rcs id's
from gleydson soares
2011-03-19 09:18:37 +00:00
sthen
795a3f3f21 +security/oath-toolkit
+sysutils/login_oath
2011-03-16 10:12:42 +00:00
sthen
99b44d4f4d import ports/security/oath-toolkit; ok jasper@
The OATH Toolkit makes it easy to build one-time password authentication
systems. This package contains a shared library and a command line tool
for generating and validating OTPs.

Supported technologies include the event-based HOTP algorithm (RFC 4226)
and the time-based TOTP algorithm (draft-mraihi-totp-timebased-07).
OATH stands for Open AuTHentication, which is the organization that
specify the algorithms.
2011-03-16 10:10:49 +00:00
sthen
d580cde0ab fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
dhill
b399d48217 update to 0.9.4. take maintainship.
ok sthen@ ckuethe@
2011-03-12 22:55:05 +00:00
ajacoutot
ac2199ffa2 Fix pkg-config file.
This unbreaks libprelude as reported by Markus Lude.
2011-03-10 15:38:58 +00:00
jasper
32b51b7bb3 sync 2011-03-10 13:43:01 +00:00
jasper
1aea35ae9b import snort2pf 4.5
Snort2Pf is a small Perl daemon which greps Snort's alertfile and blocks
the "naughty" hosts for a given amount of time using pfctl.

feedback/ok aja@
2011-03-10 13:42:30 +00:00
ajacoutot
327fe0b3b1 Bugfix update to gnutls-2.10.5. 2011-03-10 07:16:45 +00:00
robert
e78c6b6c8c revert libdpam, notyet 2011-03-09 10:30:05 +00:00
robert
db36476a70 hook libdpam up 2011-03-09 10:26:31 +00:00
ajacoutot
c6ba481169 Use FULLPKGNAME in REGRESS_DEPENDS, much less error-prone. 2011-03-09 06:23:35 +00:00
ajacoutot
96250d8180 Typos in COMMENTs, from Anthony J. Bentley. 2011-03-08 06:44:55 +00:00
ajacoutot
025a73982e Maintenance update to libgpg-error-1.10. 2011-03-07 19:26:11 +00:00
ajacoutot
92cf5facfb +sshguard,tcpd
ok rpointel@
2011-03-07 17:53:40 +00:00
rpointel
005d735a4a Update sshguard to 1.5.
ok aja@ millert@.
2011-03-07 17:44:16 +00:00
pea
f22adbdcb4 Update to 1.2.0
ok ajacoutot@, jasper@
2011-03-04 17:00:07 +00:00
sthen
a701885c9b update to 0.97 2011-03-02 14:36:49 +00:00
naddy
bba1b6bb06 don't install header file outside fake area; ok espie@ 2011-01-22 19:59:14 +00:00
naddy
991b1ede51 bump epoch, we need to be newer than pidgin-otr-20070506 2011-01-20 18:55:44 +00:00
ajacoutot
a063522b5f Remove useless V variable.
s/are/is in DESCR.
2011-01-19 12:09:04 +00:00
ajacoutot
30c42df5d1 lowercase. 2011-01-17 22:03:48 +00:00
robert
87eaf15e4d import libdpam-20110117:
libdpam is a stipped down version of OpenPAM and serves as a
"wrapper" for bsd_auth(3), therefore using external modules
are not supported.

This port is not hooked up to the build yet.
2011-01-17 22:02:02 +00:00
pea
ea8fc9039d Update to 2.0.17
ok jasper@
2011-01-17 15:42:08 +00:00
pea
b525c70e9b Update to 1.1.0
ok jasper@
2011-01-17 15:40:53 +00:00
pea
297e742850 Update to 0.8.1
ok jasper@
2011-01-17 15:39:57 +00:00
jasper
f139a49091 - add missing build dependency
ok aja@ (MAINTAINER)
2011-01-15 22:53:30 +00:00
landry
20218047ab Update to nss 3.12.9, required by ffx4.0b8 and later,and
soon-to-be-required by stable releases in other mozilla branches.
ok sthen@ martynas@
2011-01-15 16:59:37 +00:00
fgsch
cda8ae9bae Add libtool to BUILD_DEPENDS and bump. add spaces around = while I'm here.
ajacoutot@ requested this instead of switching USE_LIBTOOL to gnu.
2011-01-15 16:39:13 +00:00
jasper
23bdc66288 Remove mjc@ as maintainer after several generous time-outs. 2011-01-14 22:50:56 +00:00
pea
ae269d4653 Update to 0.4
looks fine to ajacoutot@
2011-01-12 15:19:14 +00:00
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
jasper
b9f5a144c3 - switch to pkg-readmes 2010-11-16 10:11:51 +00:00
dcoppa
ec11b4f449 - Disable the pcsc backend since it's screwed up with our current
threading implementation
- Backport a patch from upstream that allows using all the available
  hash algorithms with scdaemon
- Fix license marker
- Fix wrong REGRESS_DEPENDS
- Swith to new-style LIB_DEPENDS/WANTLIB
- Adjust spacing

OK sthen@, pea@ (MAINTAINER)
2010-11-12 11:58:36 +00:00
espie
93927fb60c new WANTLIB 2010-11-11 18:43:10 +00:00
espie
60f17a941b more WANTLIB 2010-11-11 18:34:59 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
bluhm
3c943f0224 update p5-IO-Socket-SSL to 1.34
spacing
2010-11-08 20:00:13 +00:00
merdely
c0cfe69a86 Implement new pkg/README and zap MESSAGE.
Prodded by aja
ok aja & ian
2010-11-06 17:47:11 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
ian
626eb47556 += chntpw 2010-11-04 22:01:03 +00:00
ian
71b96d926e Import chntpw, for resetting your M$Windows-NT/XP/... password under *Nix.
Useful now that NTFS is enabled by default. Tested by several. OK merdely@.  
Prodded by "Jiri B" who submitted a similar port.
2010-11-04 21:59:20 +00:00
ajacoutot
436b56adbc Make the default config work without eating all FDs. 2010-11-04 11:29:44 +00:00
sthen
9ecca9774d remove unnecessary MESSAGE 2010-11-04 11:19:40 +00:00
sthen
e1c7a100e8 add rc scripts. "go ahead" ajacoutot@ 2010-11-04 11:18:12 +00:00
jasper
f55cd6b427 - add missing build dependency 2010-11-03 14:53:46 +00:00
benoit
8f1229735f - update cracklib to 2.8.18
- regen PLIST
2010-10-31 09:51:35 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
ajacoutot
be7818c4e8 Add rc script for saslauthd. 2010-10-28 11:21:05 +00:00
steven
b73845edff it uses libtoolize during auto* but does not use libtool, so drop USE_LIBTOOL 2010-10-28 10:03:27 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
sthen
8ccff15042 update ClamAV to 0.96.4.
as the release notes say, "a bugfix release recommended for all users"
(or as ChangeLog says, "fix stack smash")
2010-10-25 23:36:38 +00:00
ajacoutot
047bbb7432 Maintainance update gnutls-2.10.2. 2010-10-25 17:28:00 +00:00
pea
12acb9279b Bugfixes update to 1.4.11
ok benoit@
2010-10-25 12:57:13 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
steven
1fa6d98bfe +keepassx 2010-10-24 14:40:13 +00:00
steven
ab605774a4 import keepassx 0.4.3
KeePassX is an application for people with extremly high demands on
secure personal data management. It has a light interface, is cross
platform and published under the terms of the GNU General Public
License.

KeePassX saves many different information e.g. user names, passwords,
URLs, attachments and comments in one single database. For a better
management user-defined titles and icons can be specified for each
single entry. Furthermore the entries are sorted in groups, which are
customizable as well. The integrated search function allows to search
in a single group or the complete database.
KeePassX offers a little utility for secure password generation. The
password generator is very customizable, fast and easy to use.
Especially someone who generates passwords frequently will appreciate
this feature.

The complete database is always encrypted either with AES (alias
Rijndael) or Twofish encryption algorithm using a 256 bit key.
Therefore the saved information can be considered as quite safe.
KeePassX uses a database format that is compatible with KeePass
Password Safe. This makes the use of that application even more
favourable.

ok landry@
2010-10-24 14:39:57 +00:00
jasper
02e8369128 remove this dogfaced cracker, we have better and cleaner crackers in tree.
hurray from landry@
2010-10-24 14:03:03 +00:00
jasper
e844903109 - unhook crack 2010-10-24 14:02:48 +00:00
jasper
7ce7266513 - use SUBST_CMD
- regen patch and plist
2010-10-24 12:49:39 +00:00
ajacoutot
22ece39e6a No need for both libiconv and gettext MODULES.
Tighten up LIB_DEPENDS.
2010-10-24 08:45:02 +00:00
sebastia
03a8b99fa6 enable libgsasl 2010-10-24 08:16:34 +00:00
sebastia
b211ccfc56 import libgsasl: GNU implementation of the SASL framework
GNU SASL is an implementation of the Simple Authentication and Security
Layer framework and a few common SASL mechanisms. SASL is used by
network servers (e.g., IMAP, SMTP) to request authentication from
clients, and in clients to authenticate against servers.

OK sthen@
2010-10-24 08:13:53 +00:00
landry
54921dc6b1 Update to nss 3.12.8, required by upcoming moz* updates. Bump major and
switch to newer lib_depends while here.
2010-10-22 19:14:56 +00:00
naddy
ca9c6bdd67 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-20 15:23:04 +00:00
jsg
07e8a58f3f libdes -> libcrypto
ok benoit@
2010-10-19 07:59:03 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
dcoppa
ff61d9c46e Adapt to our SO_PEERCRED. 2010-10-18 07:43:08 +00:00
benoit
e32b2750cf - Update aide to 0.15.1 2010-10-17 09:25:05 +00:00
jsg
4660a8403a libdes -> libcrypto
ok benoit@ landry@
2010-10-16 11:26:33 +00:00
robert
5e3833e642 Fix openssl update fallout. A similar diff was also submitted by benoit@
and he is okay with this one
2010-10-12 22:05:21 +00:00
sebastia
2f6bf6bdf6 Update Jailkit to 2.13, only one minor bug fix. Patch sent by Remi Pointel
<remi.pointel _AT_ xiri.fr>

OK, landry@, jasper@
2010-10-12 07:55:02 +00:00
sthen
ffe3bb5efe update libfwbuilder/fwbuilder to 4.1.2, from maintainer Vadim Zhukov with
a small tweak from me to tighten the lib dependency on libfwbuilder.
2010-10-11 20:19:11 +00:00
ckuethe
e22e17ea9c Marco says he's not ready to have a 1.x release of assl. Use the EPOCH
mechanism to allow a smaller-but-newer version. ok sthen
2010-10-11 17:00:33 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
benoit
d05bf7b2e4 - unbreak py-sslwrapper after the openssl update
- use SUBST_CMD

ok sthen@
2010-10-09 10:26:00 +00:00
benoit
c0629a1255 Update libssh2 to 1.2.7
Similar diff from Remi Pointel on ports.
2010-10-09 06:31:59 +00:00
sthen
bc511be829 - update to a newer snapshot working with openssl 1.0
- let SHARED_LIBS control the library filename

ok ckuethe@, earlier version ok marco@
2010-10-07 23:55:33 +00:00
kili
711987b211 Subtrivial fix after openssl update. 2010-10-06 18:44:58 +00:00
jasper
9f83ce8c6e switch to MODCPAN_EXAMPLES 2010-10-03 15:10:07 +00:00
landry
e1dcb83132 Update to arirang 2.00, from MAINTAINER Jung. 2010-10-03 07:12:18 +00:00
bluhm
be993c0d82 update p5-Module-Signature to 0.66 2010-10-02 14:02:10 +00:00
ckuethe
07a5c27eee retry this update, help/ok jasper 2010-09-28 21:14:56 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
martynas
814a52ad6b switch master_sites to openbsddistfiles.com so that the ports are
fetchable again.  reported by hal.gi@t-online.de via miod@.
2010-09-26 20:08:11 +00:00
naddy
8d07663180 remove -Lxxx/.libs workarounds required with GNU libtool 2010-09-26 13:40:11 +00:00
steven
496b5e4743 indicate why we use gnu libtool 2010-09-25 18:45:37 +00:00
jasper
f99f777856 - revert, chris intended to commit an update along with this patch, but broke the tree. 2010-09-24 16:23:51 +00:00
sthen
f2d94ea127 bump 2010-09-24 15:37:42 +00:00
ckuethe
3a95337c83 update to assl-0.9, take over maintainership. prodding from marco, ok laurent 2010-09-24 15:33:06 +00:00
sthen
d053315499 bump 2010-09-24 15:29:20 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
jasper
7db7a1d088 - update nikto to 2.1.3
from remi pointel, maintainer timed-out
ok landry@
2010-09-23 08:59:34 +00:00
jasper
2d4a122bfb - reset maintainer, requested by reinhard@ 2010-09-22 09:02:42 +00:00
ajacoutot
cea17baac5 +gksu-polkit 2010-09-22 05:18:19 +00:00
ajacoutot
0ec613faa4 Import gksu-polkit-0.0.2.
This is the new generation of gksu, a simple utility to run programs as
root, even in X-based environments.
This version uses the new libgksu-polkit library, which uses PolicyKit
for authorization purposes and a D-Bus service to actually perform the
work.

ok jasper@
2010-09-22 05:16:56 +00:00
sthen
946d828a16 update clamav to 0.96.3, ok pea@ 2010-09-21 13:18:26 +00:00
landry
9725cd17cc add security/mhash to LIB_DEPENDS so that the dependency chain is not
fucked up. Hopefully last fallout of libmcrypt dep change.
2010-09-20 18:22:38 +00:00
sebastia
905b6eb85f enable jailkit 2010-09-20 07:26:50 +00:00
sebastia
41e766dd7b Import jailkit-2.12: utilities for jailing a user or process
Jailkit is a set of utilities to limit user accounts to specific
files using chroot() and or specific commands. Setting up a chroot
shell, a shell limited to some specific command, or a daemon inside
a chroot jail is a lot easier and can be automated using these utilities.

After merging in what ajacoutot@ already had, and some final feedback from 
him, OK ajacoutot@
2010-09-20 07:15:30 +00:00
landry
a86b7e98ed Update to arirang 1.95, from MAINTAINER Jung with spacing style tweaks
from me.
2010-09-16 08:42:56 +00:00
sthen
0b69722ec9 drop msf as maintainer on his p5- thingys and bump REVISION
"perl smells like dead moose farts and you can quote me on that" msf@
2010-09-15 13:52:11 +00:00
jasper
9af1a61582 - update opensc to 0.11.13
from maintainer douglas santos, with some tweaks by me
2010-09-14 10:32:06 +00:00
jasper
4a4c69752f - update openct to 0.6.20
from maintainer douglas santos, with some tweaks by me
2010-09-14 10:31:50 +00:00
jasper
1f53e4a385 - update p5-Digest-SHA1 to 2.13 2010-09-09 19:35:41 +00:00
sebastia
c470a4ab70 Update the MAINTAINERs E-Mail address, and bump pkg revision.
OK, landry@, jasper@
2010-09-07 16:52:50 +00:00
ajacoutot
2f8e346988 Missed bump in previous. 2010-09-07 14:13:33 +00:00
millert
ecd827e14b Describe how to run sshguard from rc.local 2010-09-07 14:06:16 +00:00
millert
6ee3cb4360 Add sshguard; OK sthen@ 2010-09-07 12:24:26 +00:00
millert
679f0f13d6 sshguard port; OK sthen@ 2010-09-07 12:23:43 +00:00
pea
7059fe461d Update to 2.0.16
ok jasper@
2010-09-07 09:46:02 +00:00
landry
3a16e6aa5a Update to arirang 1.90 from MAINTAINER jung. 2010-09-06 09:49:23 +00:00
ajacoutot
df46f237d1 New HOMEPAGE+MASTER_SITES. 2010-09-03 15:36:26 +00:00
sthen
5fca3b923f unbreak deps following commit to libmcrypt. noted by landry@
lum@, please check the dependency chain!!
2010-09-02 10:05:48 +00:00
landry
c8bf919e95 Update to arirang 1.77, from MAINTAINER Jung. 2010-09-02 08:31:09 +00:00
jasper
bd1ba7d0a8 - fix homepages/master site 2010-09-02 08:22:24 +00:00
ajacoutot
af91bb78f6 Switch to new DEPENDS/REVISION.
While here, fix the run dependencies of the libpreludedb subpackages.
2010-09-01 06:50:56 +00:00
ajacoutot
d3e22fd463 Bump after python 2.6 switch. 2010-09-01 06:34:10 +00:00
ajacoutot
af02cbf50b Major update to gnutls-2.10.1.
tested by landry@ in a bulk, thanks!
2010-08-31 20:01:41 +00:00
jasper
e7c01ef42b - fix build on clean system 2010-08-31 12:25:30 +00:00
jasper
de8531aa86 - update nikto to 2.1.2
- fix COMMENT
- update homepage

maintainer timed-out
2010-08-31 08:16:22 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
jasper
5e22ef9ee5 - bump for python 2010-08-30 21:16:56 +00:00
jasper
4a04b25bef hump de bump for pythonp 2010-08-30 21:16:17 +00:00
landry
fe56894f09 Update to arirang 1.7, diff from Remi Pointel.
Looks ok to MAINTAINER.
2010-08-30 20:46:29 +00:00
jasper
5bfe19c584 - remove whisker, it's deprecated and abandoned upstream; they suggest
switching to security/nikto. agreed by Srebrenko Sehic (MAINTAINER)
2010-08-26 13:58:58 +00:00
sthen
6548c7a188 add missing wantlibs, new-style lib_depends/revision, bump 2010-08-25 20:27:16 +00:00
ajacoutot
3fe73bd721 +gnomint 2010-08-25 13:45:25 +00:00
ajacoutot
47fe899194 Import gnomint-1.2.1.
gnoMint is a tool for an easy creation and management of Certification
Authorities. It allows a fancy visualization of all the pieces that
conform a CA: x509 certificates, CSRs, CRLs...

Currently, it allows the creation of CAs, CSRs and Certificates, and
export both public and private parts of them into PEM formatted files.
It manages the revocation of the created certificates, as well as the
creation of CRLs.
<...>

ok jasper@
2010-08-25 13:43:58 +00:00
ajacoutot
cabe9a216e Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.

looks ok to jasper@ and pea@
2010-08-25 06:34:50 +00:00
jasper
b0de75d715 Security fix for CVE-2010-2547:
Patch from upstream CVS

ok pea@ (update for gnupg2 coming soon anyway)
2010-08-21 11:03:21 +00:00
jasper
bc459d702a - update libassuan to 2.0.1 2010-08-19 12:54:14 +00:00
sthen
dfc04c81ae update ClamAV to 0.96.2; earlier version ok pea@ (with some port
Makefile cleanup since then), feedback giovanni@

- better performance and reduced memory use
- various other fixes and minor enhancements
- new pdf parser
2010-08-19 09:17:41 +00:00