Commit Graph

736 Commits

Author SHA1 Message Date
dugsong
717e1730f1 update to version 1.1.2 2001-08-27 13:40:20 +00:00
shell
c61e4b0deb Cleanup 2001-08-25 13:08:33 +00:00
brad
85961dc362 better HOMEPAGE URL that goes direct to the goods though this is still a
pain in the ass to get.
2001-08-24 22:21:02 +00:00
brad
68ff5c23f8 - does not need autoconf/automake
- remove unnecessary patch
- use the programs own install target
2001-08-23 18:43:52 +00:00
lebel
33f764e47a Removed patch-g10_mainproc.c mostly because this patch was related to
the 1.0.4 release and because the problem was later fixed in 1.0.5 (and
later versions).  Here is a quote from the NEWS file about this issue:

--cut--
* WARNING: The semantics of --verify have changed to address a
problem with detached signature detection. --verify now ignores signed
material given on stdin unless this is requested by using a "-" as the
name for the file with the signed material.  Please check all your
detached signature handling applications and make sure that they don't
pipe the signed material to stdin without using a filename together with
"-" on the the command line.
--cut--

The patch introduce a problem in the way verifying a signature returned
a value of 2 instead of 0 (when the signature was properly verified).
The symptom showed itself in mutt for example.

This problem was found by Anders Arnholm <anders@arnholm.nu>

markus@ asked me to commit this.
2001-08-22 15:22:40 +00:00
shell
d8fd296f61 SUBDIR += py-gnupg 2001-08-22 05:21:16 +00:00
shell
fd06300ea3 Initial import of GnuInterface-0.2.1
---

GnuPGInterface is a Python module to interface with GnuPG.  It
concentrates on interacting with GnuPG via filehandles, providing
access to control GnuPG via versatile and extensible means.
2001-08-22 05:20:25 +00:00
pvalchev
f7fa17079f mark with COMES_WITH; ok jakob 2001-08-17 21:05:22 +00:00
todd
746a235982 /usr/X11R6 -> ${X11BASE} 2001-08-17 13:21:37 +00:00
jakob
2eaec7c234 stunnel v3.20
- setsockopt() optlen set according to the optval for Solaris.
- Minor NetBSD compatibility fixes by Martti Kuparinen.
- Minor MSVC6 compatibility fixes by Patrick Mayweg.
- SSL close_notify timeout reduced to 10 seconds of inactivity.
- Socket close instead of reset on close_notify timeout.
- Some source arrangement and minor bugfixes.
2001-08-16 05:45:15 +00:00
obecian
e3a9896c2e arirang-1.6beta update
fixes and code red support
2001-08-16 04:47:43 +00:00
jakob
877efa88b5 update to version 4153 2001-08-13 20:03:22 +00:00
mpech
c1e9261738 add --with-pem-dir=${SYSCONFDIR}/ssl
maintainer@ ok.
2001-08-13 08:15:14 +00:00
jakob
babce676a8 1. change /dev/urandom -> /dev/arandom
2. fix potentially bug and/or hole in implementation of PEM_DIR variable.

from mpech@
2001-08-13 07:28:32 +00:00
jakob
7882271d50 update to v3.19
- Critical section added around non MT-safe TCP Wrappers code.
- Problem with "select: Interrupted system call" error fixed.
- errno replaced with get_last_socket_error() for Win32.
- Some FreeBSD/NetBSD patches to ./configure from Martti Kuparinen.
- Local mode process pid logged.
- Default FQDN (localhost) removed from stunnel.cnf
- ./configure changed to recognize POSIX threads library on OSF.
- New -O option to set socket options.
2001-08-11 21:14:48 +00:00
jsyn
66ff1095f3 +apg 2001-08-09 19:36:26 +00:00
jsyn
263a4449eb Import of apg-1.2.13:
--
APG (Automated Password Generator) is the tool set for random
password generation. It features: a built-in ANSI X9.17 RNG (Random
Number Generator)(CAST/SHA1), two methods for password generation:
FIPS 181 and truly random, configurable lengths and numbers of
passwords. Two components are supported, a network daemon (apgd)
and a command line client (apg). The command line tool does not
require the network daemon.

WWW: http://www.adel.nursat.kz/apg/

MAINTAINER= Jose Nazario <jose@crimelabs.net>

ok pvalchev@
2001-08-09 19:35:31 +00:00
obecian
dfa0dfff6a crank no longer needs to run from the current working directory,
so axe docs on suggested runtime usage.
2001-08-09 19:01:22 +00:00
obecian
78aa61a6d6 crank-0.1.4 update 2001-08-09 18:53:30 +00:00
pvalchev
db891178f7 correct asm-syntax for powerpc. pointed by drahn, ok markus 2001-08-09 16:48:35 +00:00
jsyn
d58d28bada document license -- Wietse clarified: 'bsd-style' 2001-08-08 08:56:37 +00:00
dugsong
910db5de89 distfile moved 2001-08-07 22:07:38 +00:00
lebel
11afd57ac8 remove ftp://ftp.linux.hr/pub/aide from MASTER_SITES since it
was found that there was a trojaned version of aide floating there.
However, our checksum checking would have found the difference, but
I prefer to play it safe and remove that obviously unsecure host from
the Aide's MASTER_SITES (they should use OpenBSD :)).

Thanks to Heikki Korpela <heko@iki.fi> for bringing this to me.
2001-08-07 13:23:39 +00:00
jakob
f2653127d3 upgrade to stunnel v3.18
- MAX_CLIENTS is calculated based on FD_SETSIZE, now.
- Problems with closing SSL in transfer() fixed.
- -I option to bind a static local IP address added.
- Debug output of info_callback redesigned.
2001-07-31 20:13:25 +00:00
jakob
abb27edaa2 update to version 4150 2001-07-30 23:09:05 +00:00
shell
ea30e64056 Add gpgme 2001-07-29 18:28:00 +00:00
shell
6bf95c9a58 Initial import of gpgme-0.2.2
Maintainer : COUDERC Damien <couderc.damien@wanadoo.fr>
---

GnuPG Made Easy (GPGME) is a library designed to make access to
GnuPG easier for applications.

It provides a High-Level Crypto API for encryption, decryption,
signing, signature verification and key management.  Currently it
uses GnuPG as it's backend but the API isn't restricted to this
engine; in fact it is planned to add other backends to it.
2001-07-29 18:27:26 +00:00
pvalchev
5004117a91 /etc -> ${SYSCONFDIR} 2001-07-29 01:06:02 +00:00
pvalchev
6d4e1f7cf9 o Remove unneeded patch, not used as we use do-build target to override it
o Better DESCR
o Install the clients and dictionary files from the package and pass the
correct paths to them; add @comment $OpenBSD$ to PLIST
2001-07-28 20:13:08 +00:00
jsyn
5f1aaa5e00 +chrootuid 2001-07-27 18:49:18 +00:00
jsyn
f5669bf2d5 Import of chrootuid-1.2:
--
Chrootuid makes it easy to run network services at a low privilege
level and with restricted file system access. This utility employs
both chroot and su to confine users to specified areas by assigning
appropriate userids.

Chrootuid was written by Wietse Venema; this port includes Phil
Pennock's initgroups patch.

WWW: http://www.porcupine.org/

MAINTAINER= Jason Peel <jsyn@openbsd.org>

An initial port skeleton was donated by the farmer who uses BSD.
2001-07-27 18:48:18 +00:00
jsyn
f8885f67cf remove unnecessary CC/CFLAGS passing -- it's supported in bsd.port.mk 2001-07-25 05:43:49 +00:00
obecian
f2a9c9cdfe crank-0.1.3 update
o transposition.grid-controls added (rectangular grid transposition
  ciphers)
o steganalysis.word-gaps added (hidden cipher breaker)
o Various cosmetic changes
o Made source pane editable updating view pane dynamically. Got rid of
  old "edit source" option.
o Moved hillclimb-cracker's progress bar onto widget display
o Description area in plugin-viewer
o Plugins share variables by not using 'static'
o New plugin->menu_string and menu items
o Added optional source pane to make the source/view idea more obvious
2001-07-25 04:20:17 +00:00
jakob
50cf00f128 update to v3.16. move HOMEPAGE to author's site. code changes below:
- Some transfer() bugfixes/improvements.
- STDIN/STDOUT are no logner assumed to be non-socket decriptors.
- Problem with --with-tcp-wrappers patch fixed.
- pop3 and nntp support bug fixed by Martin Germann.
- -o option to append log messages to a file added.
- Changed error message for SSL error 0.
2001-07-23 08:55:25 +00:00
brad
094e37ab44 - add missing dependency on libnet
- remove unnecessary CONFIGURE_ENV, this is taken care of by bsd.port.mk
- change CONFIGURE_STYLE from autoconf to gnu
2001-07-22 22:34:23 +00:00
jsyn
155c62ed5e one more of the same (CC/CFLAGS honoring; nthought.com->openbsd.org; etc.)
ok lebel@, pvalchev@
2001-07-22 06:43:04 +00:00
jsyn
3e23e1acf6 add missing '/' in INSTALL message; ok pvalchev@ 2001-07-22 05:44:52 +00:00
jsyn
9f75ab7725 - respect CC and CFLAGS
- jsyn@nthought.com -> jsyn@openbsd.org
- bump NEED_VERSION
- s/packetstorm.securify.com/www.packetstormsecurity.org/g sentinel/Makefile
ok lebel@, pvalchev@
2001-07-22 05:39:20 +00:00
jsyn
43f689a840 - jsyn@nthought.com -> jsyn@openbsd.org
- bump NEED_VERSION
- for {siphon,flawfinder} s/packetstorm.securify.com/www.packetstormsecurity.org/
ok lebel@, pvalchev@
2001-07-21 20:46:58 +00:00
shell
1bbff23d9e Upgrade to 1.08
- Re-gen patch
2001-07-19 05:40:18 +00:00
avsm
b2c41d2c05 add in a lib depend for libltdl, spotted by heko@iki.fi 2001-07-16 11:17:45 +00:00
jakob
a1f4a6d437 update to v3.15 and enable new tcp-wrappers support.
- Serious bug resulting in random transfer() hangs fixed.
- Separate file descriptors are used for inetd mode.
- -f (foreground) logs are now stamped with time.
- New ./configure option: --with-tcp-wrappers by Brian Hatch.
- pop3 protocol client support (-n pop3) by Martin Germann.
- nntp protocol client support (-n nntp) by Martin Germann.
- RFC 2487 (smtp STARTTLS) client mode support.
- Transparency support for Tru64 added.
- Some #includes for AIX added.
2001-07-15 18:37:01 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
reinhard
0ee577796d add new MASTER_SITES for idea flavor 2001-07-12 16:07:17 +00:00
naddy
90028c000c make this work with current bsd.port.mk 2001-07-12 15:06:53 +00:00
jakob
f9b865e9b3 - update to v1.5a; heko@saitti.net
- fetch unpacked tar package as DFN CERT compresses on the fly otherwise
2001-07-12 09:10:05 +00:00
lebel
a057236380 use arandom(4) instead of urandom(4); thanks naddy@ 2001-07-09 12:42:04 +00:00
jsyn
398ddf5c5e more binary stripping; pcre/pgpdump - ok jakob@; cgichk/isic/its4 - ok
dugsong@; all ok espie@
2001-07-06 19:34:03 +00:00
avsm
cc29e81ba3 use system (libtool's) libltdl
missing dependency spotted by Heikki Korpela <heko@saitti.net>
2001-07-06 09:27:04 +00:00
jsyn
effaffbc63 grammar fix; ok lebel@ 2001-07-05 23:24:18 +00:00