Commit Graph

750 Commits

Author SHA1 Message Date
naddy
362d12454c mark broken: does not build 2001-09-12 14:21:07 +00:00
shell
ac22c9fd46 add py-sslwrapper 2001-09-10 06:08:55 +00:00
shell
6017506e4f Initial import of POW-0.5
---

Python OpenSSL Wrappers(POW) is a set of comprehensive wrappers for
Python of the OpenSSL libraries. POW will provide a 'slim' interface
which will still enable Python developers to fully utilize OpenSSL.

WWW: http://pow.sourceforge.net
2001-09-10 06:08:03 +00:00
naddy
229904c4e2 remove leading "the" from COMMENT 2001-09-09 18:14:51 +00:00
naddy
9a0787c39f remove leading "a" and "an" from COMMENT 2001-09-09 17:56:59 +00:00
jakob
fec8d0bfc0 sync NEED_VERSION to OPENBSD_2_9_BASE 2001-09-08 10:06:41 +00:00
jakob
7dc5b16021 update to v0.4e 2001-09-08 09:04:30 +00:00
peter
08dff8f3c1 update to GnuPG::Interface 0.31
update my e-mail address
2001-09-07 22:35:17 +00:00
peter
8c7da3bb6d update to GnuPG 0.09 which adds Sign and ClearSign ties
update my e-mail address
2001-09-07 22:31:22 +00:00
peter
7be76e023b change my e-mail address 2001-09-07 22:27:33 +00:00
obecian
6c01490a47 ${LOCALBASE} and DEF cleanup 2001-09-02 13:34:17 +00:00
obecian
fd3050a8e5 corkscrew-2.0 update 2001-09-02 11:12:17 +00:00
shell
0d0e1f3028 Upgrade to 0.3.0 2001-09-02 00:03:20 +00:00
brad
194e25306b style 2001-08-30 02:53:50 +00:00
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