Commit Graph

1297 Commits

Author SHA1 Message Date
dons
0cdbffcd36 Have hs-crypto register itself via the GHC package mechanism on
pkg_add, and unregister itself on pkg_delete. Means the user has a
more friendly Haskell library system.

ok pvalchev@
2004-05-07 01:37:50 +00:00
david
aa7ab3a443 +dsniff,no_x11; ok jose@ 2004-05-04 20:05:56 +00:00
david
a7a7feb684 unbreak no_x11 flavor; ok jose@ 2004-05-04 20:04:16 +00:00
naddy
d409c2f387 fix decoding of packets logged by pf(4); from Jose Nazario <jose@monkey.org> 2004-05-03 19:50:12 +00:00
naddy
8cd3639d8b Install man page and drop broken and useless p0frep script.
From: Jose Nazario <jose@monkey.org>

Also fix a formatting issue in the man page.
2004-05-03 15:59:36 +00:00
dons
507bf03696 +hs-crypto 2004-05-03 07:38:44 +00:00
dons
1c933f166f Import hs-crypto-1.1.2
Haskell Cryptographic Library 1.1.2

This library collects together existing Haskell cryptographic functions
2004-05-03 07:36:32 +00:00
pvalchev
7c9e454482 fix link to CFS paper; dhc@scurvy.org 2004-04-29 00:45:25 +00:00
robert
08eee8f8ed change my MAINTAINER address to @openbsd.org
ok pvalchev@
2004-04-18 06:41:11 +00:00
naddy
1a6dea092c update to 1.6.37; from Robert Nagy <thuglife@bsd.hu> 2004-04-16 17:26:16 +00:00
xsa
defa276606 catch @extra escapers ... 2004-04-15 08:58:32 +00:00
xsa
c40b0df8be @extra fun continues ... 2004-04-14 09:27:52 +00:00
sturm
b7206ffebf find nikto and regen patches while here
from maintainer Srebrenko Sehic <haver at insecure.dk>
2004-04-11 09:13:34 +00:00
sturm
20b4b97148 +nikto 2004-04-11 09:06:17 +00:00
sturm
a72642fe94 Initial import of nikto 1.32
Nikto is an Open Source (GPL) web server scanner which performs
comprehensive tests against web servers for multiple items,
including over 2600 potentially dangerous files/CGIs,
versions on over 625 servers, and version specific problems on
over 230 servers. Scan items and plugins are frequently updated
and can be automatically updated (if desired).

from Srebrenko Sehic <haver at insecure.dk>
2004-04-11 09:05:24 +00:00
sturm
755ee7ba79 +onesixtyone 2004-04-09 12:25:35 +00:00
sturm
aee8e81e7d Initial import of onesixtyone 0.3.2
onesixtyone takes a different approach to SNMP scanning. It takes advantage
of the fact that SNMP is a connectionless protocol and sends all SNMP
requests as fast as it can. Then the scanner waits for responses to come
back and logs them, in a fashion similar to Nmap ping sweeps.

from Srebrenko Sehic <haver at insecure.dk>
2004-04-09 12:18:55 +00:00
espie
8df7420f5f sprinkle no-autoheader for the coming change to autoconf CONFIGURE_STYLE. 2004-04-09 09:52:09 +00:00
sturm
0cbffda458 update to nessus 2.0.10a
from new maintainer Srebrenko Sehic <haver at insecure.dk>
ok old maintainer reinhard@
2004-04-08 16:32:39 +00:00
jakob
2f7411066d kill unused cyrus-sasl v1 port 2004-04-06 12:12:05 +00:00
kevlo
f6b1c162e7 upgrade to ccrypt 1.7. 2004-03-31 06:08:36 +00:00
jcs
69cd53b611 remove port that has been broken for a while, requires many changes
every time freetds is updated since it uses freetds' internal
functions directly instead of the sybase functions it emulates

ok pvalchev@ and maintainer margarida@
2004-03-08 17:18:04 +00:00
kevlo
33da6d8656 add db4 FLAVOR in pkg/DESCR. Pointed out by brad@ 2004-02-27 08:10:19 +00:00
naddy
79f04b4bf7 remove workarounds for gcc2.95/sparc64 compiler bugs 2004-02-25 13:59:07 +00:00
naddy
bd873807a9 remove workaround for gcc2.95/sparc64 optimizer bug: sha1.c compiles fine now 2004-02-24 19:48:16 +00:00
pvalchev
5717ed7cb4 homepage sweep by Michael Coulter <mjc@bitz.ca> 2004-02-21 01:18:07 +00:00
kevlo
17a041562a Oops 2004-02-17 03:26:02 +00:00
jakob
0017031556 update to v4.05
add chroot/privdrop from Michael Schubert
2004-02-16 12:33:18 +00:00
kevlo
9c3ea809f8 add flavor db4 to cyrus-sasl2 2004-02-16 11:09:50 +00:00
kevlo
e088f04a4b - don't need to use USE_LIBTOOL
- add flavor db4

Ok'd by jakob@
2004-02-16 11:08:46 +00:00
kevlo
84d28d5582 install correct libsasl2.a.
ok jakob@
2004-02-10 04:52:22 +00:00
xsa
9e93407d8d use the python module; ok sturm@. MAINTAINER timeout ... 2004-02-09 19:15:39 +00:00
sturm
612cd4f29d update to keychain 2.0.3
- bugfixes
- comes with manpage now
based on a diff from thuglife at bsd.hu (Robert Nagy)
2004-02-09 18:13:17 +00:00
xsa
3e761cac2e use python module; ok sturm@. MAINTAINER timeout ... 2004-02-09 09:34:14 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00
xsa
4eefef95cc update to 1.3; ok sturm@ shell@ (MAINTAINER) 2004-02-04 07:38:59 +00:00
ish
5609454fb8 +py-crypto 2004-02-03 07:20:42 +00:00
ish
dd1953145a Import py-crypto.
Python extensions using OpenSSL which contains hashing algorithms,
chaffing/winnowing, random number generation, various utility modules,
and several block encryption and digital signature algorithms.

ok sturm@, xsa@
2004-02-03 07:19:06 +00:00
sturm
f2f2a7c0e5 mark arch independent 2004-02-01 20:34:21 +00:00
wilfried
0ea512671e mark arch independent 2004-02-01 20:17:43 +00:00
jose
6be32c56ae take maintainer now that dugsong has released these, ok pvalchev@ 2004-02-01 16:23:36 +00:00
pvalchev
1f72143744 new maintainers 2004-02-01 07:09:47 +00:00
sturm
7349e2bcce NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
from Xavier Santolaria
2004-01-29 17:13:37 +00:00
naddy
22e751884c fix preprocessor abuse for gcc3 2004-01-28 22:16:12 +00:00
pvalchev
584aa70113 mark i386-only; ok brad
numerous 64-bit + endianness bugs, and plain ugly code
2004-01-27 06:18:59 +00:00
pvalchev
231abf3f7b remove Dug Song from maintainer, ok'ed by him 2004-01-25 21:10:50 +00:00
sturm
59761abc9e +py-openssl 2004-01-25 16:59:39 +00:00
sturm
d97a8ba214 Initial import of py-openssl 0.5.1
Python wrapper around a small subset of the OpenSSL library. Includes:
SSL Context objects, SSL Connection objects, using Python sockets as
transport layer. The Connection object wraps all the socket methods
and can therefore be used interchangeably.

WWW: http://www.sourceforge.net/projects/pyopenssl/

from ish@
2004-01-25 16:58:54 +00:00
sturm
957fdbc323 cleanup from Xavier Santolaria 2004-01-18 13:23:06 +00:00
naddy
00d7887d0b don't @dirrm nonexistent directories 2004-01-17 20:38:32 +00:00