Commit graph

1224 commits

Author SHA1 Message Date
martti
abf28b7188 This can't be compiled on alpha/powerpc because __va_list is defined
as struct in include/ansi.h instead of "char *".

This just a temporary hack, better solution is really needed...
2002-01-18 07:21:30 +00:00
taca
bd9f7cc1ff Update sudo package to 1.6.5 for recent security problem.
Added --disable-root-mailer to CONFIGURE_ARGS better security.

Changes from 1.6.3p7 to 1.6.5 is attached bellow.

417) Visudo now checks for the existence of an editor and gives a sensible
     error if it does not exist.

418) The path to the editor for visudo is now a colon-separated list of
     allowable editors.  If the user has $EDITOR set and it matches
     one of the allowed editors that editor will be used.  If not,
     the first editor that actually exists is used.

419) Visudo now does its own fork/exec instead of calling system(3).

420) Allow special characters (including '#') to be embedded in pathnames
     if quoted by a '\\'.  The quoted chars will be dealt with by fnmatch().
     Unfortunately, 'sudo -l' still prints the '\\'.

421) Added the always_set_home option.

422) Strip NLSPATH and PATH_LOCALE out from the environment to prevent
     reading of protected files by a less privileged user.

423) Added support for BSD authentication and associated -a flag.

424) Added check for _innetgr(3) since NCR systems have this instead
     of innetgr(3).

425) Added stay_setuid option for systems that have libraries that perform
     extra paranoia checks in system libraries for setuid programs.

426) Environment munging is now done by hand.  The environment is zeroed
     upon sudo startup and a new environment is built before the command
     is executed.  This means we don't rely on getenv(3), putenv(3),
     or setenv(3).

427) Added a class of environment variables that are only cleared if they
     contain '/' or '%' characters.

428) Use stashed user_gid when checking against exempt gid since sudo
     sets its gid to SUDOERS_GID, making getgid() return that, not the
     real gid.  Fixes problem with setting exempt group == SUDOERS_GID.
     Fix from Paul Kranenburg.

429) Fixed file locking in visudo on NeXT which has a broken lockf().
     Patch from twetzel@gwdg.de.

430) Regenerated configure script with autoconf-2.52 (required some
     tweaking of configure.in and friends).

431) Added mail_badpass option to send mail when the user does not
     authenticate successfully.

432) Added env_reset Defaults option to reset the environment to
     a clean slate.  Also implemented env_keep Defaults option
     to specify variables to be preserved when resetting the
     environment.

433) Added env_check and env_delete Defaults options to allow the admin
     to modify the builtin list of environment variables to remove.

434) If timestamp_timeout < 0 then the timestamp never expires.  This
     allows users to manage their own timestamps and create or delete
     them via 'sudo -v' and 'sudo -k' respectively.

435) Authentication routines that use sudo's tgetpass() now accept
     ^C or ^Z at the password prompt and sudo will act appropriately.

436) Added a check-only mode to visudo to check an existing sudoers
     file for sanity.

437) Visudo can now edit an alternate sudoers file.

438) If sudo is configured with S/Key support and the system has
     skeyaccess(3) use that to determine whether or not to allow
     a normal Unix password or just S/Key.

439) Fixed CIDR handling in sudoers.

440) Fixed a segv if the local hostname is not resolvable and
     the 'fqdn' option is set.

441) "listpw=never" was not having an effect for users who did not
     appear in sudoers--now it does.

442) The --without-sendmail option now works on systems with
     a /usr/include/paths.h file that defines _PATH_SENDMAIL.

443) Removed the "secure_path" Defaults option as it does not work and
     cannot work until the parser is overhauled.

444) Added new -P flag and "preserve_groups" sudoers option to cause
     sudo to preserve the group vector instead of setting it to that
     of the target user.  Previously, if the target user was root
     the group vector was not changed.  Now it is always changed unless
     the -P flag or "preserve_groups" option was given.

445) If find_path() fails as root, try again as the invoking user (useful
     for NFS).  Idea from Chip Capelik.

446) Use setpwent()/endpwent() and its shadow equivalents to be sure
     the passwd/shadow file gets closed.

447) Use getifaddrs(3) to get the list of network interfaces if it is
     available.

448) Dump list of local IP addresses and environment variables to clear
     when 'sudo -V' is run as root.

449) Reorganized the lexer a bit and added more states.  Sudo now does a
     better job of parsing command arguments in the sudoers file.

450) Wrap each call to syslog() with openlog()/closelog() since some
     things (such as PAM) may call closelog(3) behind sudo's back.

451) The LOGNAME and USER environment variables are now set if the user
     specified a target uid and that uid exists in the password database.

452) configure will no longer add the -g flag to CFLAGS by default.

453) Now call pam_setcreds() to setup creds for the target user when
     PAM is in use.  On Linux this often sets resource limits.

454) If "make install" is run by non-root and the destination dir
     is writable, install things normally but don't set owner and mode.

455) The Makefile now supports installing in a shadow hierarchy
     specified via the DESTDIR variable.

456) config.h.in is now generated by autoheader.

Sudo 1.6.4 released.

457) Move the call to rebuild_env() until after MODE_RESET_HOME is set.
     Otherwise, the set_home option has no effect.

458) Fix use of freed memory when the "fqdn" flag is set.  This was
     introduced by the fix for the "segv when gethostbynam() fails" bug.

459) Add 'continue' statements to optimize the switch statement.
     From Solar Designer.

Sudo 1.6.4p1 released.

460) Some special characters were not being escaped properly (e..g '\,')
     in command line arguments and would cause a syntax error instead.

461) "sudo -l" would not work if the always_set_home option was set.

462) Added a configure option to disable use of POSIX saved IDs for
     operating systems where these are broken.

463) The SHELL environment variable was preserved from the user's environment
     instead of being reset based on the passwd database even when the
     "env_reset" option was set.

Sudo 1.6.4p2 released.

464) Added a configure option to cause mail sent by sudo to be run as
     the invoking user instead of root.  Some people consider this to
     be safer.

465) If the mailer is being run as root, use a hard-coded environment
     that is not influenced in any way by the invoking user's environment.

466) Fixed the call to skeyaccess().  Patch from Phillip E. Lobbes.

Sudo 1.6.5 released.
2002-01-17 16:32:04 +00:00
drochner
6ab6d213d0 use python extension buildlink,
use canonical pkg name (pyX.Y-pkg-vers),
make passing of SSLBASE work
2002-01-17 13:02:44 +00:00
martti
b57324eaf1 Updated gpa to 0.4.3
* The list of keyservers is now read form the file "keyservers" in the
  GPA configuration directory which by default is ~/.gnupg.  The new
  option keyserver may be used in the gpa.conf file to select the
  default keyserver - it implictly adds this server to the list of
  keyservers.
2002-01-17 10:28:25 +00:00
taca
f917ff4b2c Make ruby-digest module need ruby 1.6.6 or later.
Temporary work around.
2002-01-15 16:43:50 +00:00
martti
31e594a8a0 Updated uvscan-dat to 4180
* new virus definitions
2002-01-14 12:02:00 +00:00
skrll
e2ee1971dd Update to 1.5.27. Changes are mostly bugfixes including a fix for the
format string vulnerability described in

        http://www.securityfocus.com/bid/3498

Closes pkg/15149 from <naoki@fukaumi.org>
2002-01-13 14:23:37 +00:00
seb
97e6555965 Add a missing backslash. 2002-01-11 13:32:50 +00:00
wiz
15ca72dfc9 Remove non-existing patch-aa from distinfo. 2002-01-10 14:17:54 +00:00
agc
c92e35f1bc Add a dependency on p5-Date-Manip - without it, mactime won't work.
Pointed out by frazee.23@osu.edu in PR 15184
2002-01-09 11:15:32 +00:00
agc
8ddadc7e0e Remove references to the USE_LOCALBASE_FOR_X11 definition, which was
removed some time ago.
2002-01-08 09:36:51 +00:00
wiz
5fdf3c503f Fix for sparc64, provided in pkg/15168. 2002-01-07 21:29:34 +00:00
jlam
e76b6e0a76 Update security/php4-mcrypt to 4.1.1. Changes from version 4.1.0 include:
- Fixed several crash bugs in the mcrypt extension. (Derick)
- Made the mcrypt extension compile with the libmcrypt 2.2 series again.
  (Sterling)
2002-01-06 19:56:49 +00:00
agc
b789d9e1e3 Rework this package so that it installs its executables into its own tct
hierarchy. Whilst this is not desirable, it's the only way to get this
package to execute properly, since it makes assumptions about absolute
and relative paths, and expects its own versions of certain commands (md5,
file), so it's best to keep these off to one side.
2002-01-05 16:20:54 +00:00
agc
9ad4c23c15 Make sure ${PERL5_SITEARCH} directory exists before attempting to copy
files there.  Patch in private mail from someone who prefers to remain
anonymous.
2002-01-04 16:38:48 +00:00
taca
2178b7531e Remove ruby-ssl since it was replaced by ruby-openssl. 2002-01-04 16:38:14 +00:00
taca
dcc24639ed Enable ruby-openssl and disable ruby-ssl. 2002-01-04 16:36:54 +00:00
taca
d009a2136c Importing ruby-openssl package, which replace ruby-ssl package.
Here is quote from README.

$Id: README,v 1.3 2001/11/18 19:00:06 majkl Exp $
'OpenSSL for Ruby' project
Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.

This program is licenced under the same licence as Ruby.
(See the file 'LICENCE'.)

[Done] (but not fully tested)
= OpenSSL config file parser (part) --- TO BE DROPPED? (any idea?)
= PKey:: RSA,DSA keys - new, load, export
= X509::Certificate - generating new certs, load, looking inside
= X509::CRL - load, new, looking inside
= X509::Name - new, export to_str, to_a, to_h (hash)
= X509::Revoked - new, looking inside (on parameters)
= X509::Store - new, import trusted certs and CRL, verifiing certs
= Digest::... - various hashes
= X509::Request - Cert requests
= X509::Attribute - as X509Request extensions (not tested)
= X509::Extension - to Certs, CRLs...
= X509::ExtensionMaker - for easy creating new Extensions
= Netscape::SPKI - for requests from NetscapeCommunicators
= Cipher::... - various ciphers
= basic PRNG functions (random generator) for OpenSSL module and class Random
= SSLSocket (merged Gotou Yuuzou's SSLsocket-Ruby project)
= PKCS7 (signing&data_verify is working, rest needs some testing)

[To-Do]
= check for memory leaking :-))
= cleaner code
= examples
= RubyUnit to be used!
= API documentation
= comments to sources!!!
= further functionality to existing
= Std. Extensions, Attributes to be made as Classes?
= AttributeFactory?
= add aliases to to_pem as s_dump s_load to support Marshal module
= CipherFactory?
= autogen random IVs for Ciphers
= safe BigNums
= PKCS12
= PKCS8
= HMAC
= ASN.1 ???
= BIO ???
= compat tests for RSA/DSA sign/encrypt
2002-01-04 16:35:49 +00:00
agc
eb0a3c2684 Also install the perl5 support files for this package in the
appropriate place.  Pointed out in private mail by someone who wishes
to remain anonymous.

XXX The PLIST's location for these files needs to be fixed by someone
more knowledgable than me in these black arts.
2002-01-04 13:17:17 +00:00
martti
5556935c2a Upgrade to latest OpenBSD source tree.
- str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf
- strftime format fixes
- Don't hang waiting for select() with SIGTERM + no active SA
- Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP)
...

http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/
2002-01-04 11:10:49 +00:00
taca
ce0c48017b Simplify document arrangement. 2002-01-03 15:21:38 +00:00
martti
f6e061a93a Updated to 1.8
* Added a "--local" option for removing the ${HOSTNAME} from the various
  files that keychain creates.  Handy for non-NFS users.

* Using the Bourne shell "type" builtin rather than using the external
  "which" command.  Should make things a lot more robust and slightly
  faster.

* Solaris' "which" command outputs "no lockfile in..." to stdout rather
  than stderr.  A one-line fix (test the error condition) has been
  applied.

* lockfile settings tweak

* If you stop making progress providing valid passphrases, it's three
  strikes and you're out.

* Some private keys can't be "ssh-keygen -l -f"'d; this patch causes
  keychain to look for the corresponding public key if the private
  key doesn't work.  Thanks Constantine!

* CYAN color misdefined; fixed.

* A "quiet mode" (--quiet) fix; I missed an "echo".

* Missed another "kill -9"; it's now gone.
2002-01-03 14:29:53 +00:00
agc
28df2573ac Use the correct category for this package. 2002-01-03 12:45:06 +00:00
wiz
369e94f028 Add and enable ruby-digest. 2002-01-03 12:25:27 +00:00
agc
4e5aa5c910 Add and enable tct. 2002-01-03 10:59:55 +00:00
agc
6630f9fa23 Initial import of tct-1.0.9 into the NetBSD Packages Collection.
TCT is a collection of programs by Dan Farmer and Wietse Venema for a
post-mortem analysis of a UNIX system after break-in.

Notable TCT components are the grave-robber tool that captures
information, the ils and mactime tools that display access patterns of
files dead or alive, the unrm and lazarus tools that recover deleted
files, and the findkey tool that recovers cryptographic keys from a
running process or from files.

WARNING

This software is not for the faint of heart.  It is relatively
unpolished compared to the software that Dan and Wietse usually
release.  TCT can spend a lot of time collecting data.  And although
TCT collects lots of data, many analysis tools still need to be
written.

Based on patches provided in PR 15081 by frazee.23@osu.edu.
2002-01-03 10:58:57 +00:00
jlam
5d717ef3c6 Update security/php4-mcrypt to 4.1.0. Changes from version 4.0.6 include:
- Fixed a bug in the mcrypt extension, where list destructors were not
  properly being allocated. (Sterling)
- Fixed bugs in the mcrypt extension that caused crashes. (Derick)
2001-12-31 23:59:09 +00:00
taca
7a24a225be Make ruby-md5 package for ruby 1.4 package only. 2001-12-31 04:18:14 +00:00
frueauf
fed1ca287d Update libnasl, nessus{-core,-plugins,-libraries} to 1.0.10.
1.0.10 :
Changes by Michael Scheidell <scheidell@fdma.com> :
- Backported Nessus 1.1.x plugins changes in nessus-plugins
Changes by Renaud Deraison <deraison@nessus.org> :
- Minor fixes
2001-12-30 18:38:53 +00:00
taca
c36fa1d38b Importing ruby-digest package. This is part of ruby 1.6.6 package. 2001-12-30 15:57:58 +00:00
wiz
419bc17698 Add and enable p5-Crypt-IDEA. 2001-12-30 14:29:07 +00:00
wiz
d4c5221f8a Initial import of p5-Crypt-IDEA, provided by Sen Nagata in pkg/14158.
Perl module for the IDEA symmetric key algorithm.
2001-12-30 14:28:04 +00:00
agc
4854c9d84e Don't hardcode the PKG_DBDIR value at package installation time.
Bump version to 1.11
2001-12-29 10:07:30 +00:00
tron
1a79961b2c Update "stunnel" package to version 3.22. Changes sinc version 3.21c:
- Format string bug fixed in protocol.c
  smtp, pop3 and nntp in client mode were affected.
  (stunnel clients could be attacked by malicious servers)
- Certificate chain can be supplied with -p option or in stunnel.pem.
- Problem with -r and -l options used together fixed.
- memmove() instead of memcpy() is used to move data in buffers.
- More detailed information about negotiated ciphers is printed.
- New ./configure options: "--enable-no-rsa" and "--enable-dh".
2001-12-28 07:22:29 +00:00
jlam
fd5fcf139f suse_compat is built from emulators/suse_compat, not emulators/suse_base. 2001-12-27 14:12:46 +00:00
wiz
901c051187 Make PKGNAME match directory name. 2001-12-24 14:25:08 +00:00
jlam
13b8327572 Update security/uvscan-dat to 4177. Changes from 4176 include yet more
MS Windows virii/worms/trojans detected.
2001-12-21 21:50:25 +00:00
agc
3898cdea5f Add and enable mirrordir 2001-12-19 14:45:09 +00:00
agc
056de27b6b Initial import of mirrordir-0.10.49 into the NetBSD packages collection.
Mirrordir is a suite of functions in one package.  It contains the
following programs:

* pslogin:  A remote login utility and daemon that provides a secure
shell.  This can be considered as a GPL replacement to Ssh.

* copydir:  A cp equivalent which additionally copies to and from ftp
servers.  Use it to upload and download via ftp and via mirrordir's
secure daemon.  Use it as a rigorous cp to correctly reproduce
hardlinks, permissions and access times.

* mirrordir:  Mirrors filesystems over ftp or locally via a minimal
set of changes.  It is optimised for locally mirroring a device as
an alternative to RAID devices.  It duplicates file-systems in every
detail, even correctly recreating hardlinks, devices and access
times.  It works well mirroring ftp sites that don't support ls-lR
summaries.  Mirrordir can take a C script to customise the kind of
files to mirror based on their stat info, name, or other
information.

* recursdir:  Pass a C script to recursdir to recursively perform
operations on files.  This is a fast and overkill equivalent of find.

Taken from a suggestion by Jeff Sheinberg.
2001-12-19 14:44:07 +00:00
martti
93ea9b0039 Updated to 1.12 (provided by Shell Hung in pkg/14992)
- Fixed a typo in proxy handling for Net::SSLeay::Handle
- Fixed make test for wellsfargo
2001-12-19 06:45:50 +00:00
wiz
1fe04142cc Add RCS Ids. 2001-12-17 18:08:21 +00:00
martti
73457b1596 Updated to 1.11 (provided by Shell Hung in pkg/14953)
Changes :
- Add proxy support to Net::SSLeay::Handle
- New maintainer
2001-12-15 10:10:31 +00:00
itojun
0e75fcbed3 upgrade to 20011215a.
- memory leaks has been plugged
- retransmission logic has improved
- 6144 DH MODP group
2001-12-14 17:09:49 +00:00
jlam
9925966688 Update security/uvscan to 4.16.0 (using the 4160 engine). Changes from
version 4.14.0 are:

-  Support for ACE (WinACE) Archiver
-  Support for additional packers: PKLITE32, ELiTeWrap, Joiner, PEBundle,
	PEBundle Write-To-Disk, and tElock.
-  Support for newer versions of packers: Petite, ASPack, UPX, NeoLite,
	and PECompact.
-  Support for BZIP compression format
-  Support for additional LHA compression formats, LH6 and LH7
-  Support for zcompress compression format
-  Support for PDF 5.0 files
-  Improved scanning for MIME formats
-  Support for Unicode and Unicode big-endian saved scripts
-  Support for Compiled Help files
-  Support for Microsoft Exchange internal data-transfer format
-  Support for Internet Message Connector (IMC) Archive format.
-  Support for uncompressed VBA in Visio files
-  Improved heuristic analysis for 32-bit Windows applications
-  Support for compressed RTF and HTML in Microsoft Outlook messages
-  Support for Script Component Type Libraries
-  Improved performance when scanning Windows 32 applications
2001-12-13 06:53:16 +00:00
jlam
f7226fd44e Update security/uvscan-dat to 4176. Pkgsrc changes include using the
general INSTALL scripts and checking in the update_dat script that the
place to fetch the DAT files ends in a '/'.  Changes include checking for
even more Internet worms (includes goner).
2001-12-13 06:42:47 +00:00
martti
3fae5cf302 Updated p5-Crypt-CBC to 2.01 (provided by Shell Hung in pkg/14917)
Changes :
- Patches for foreign program compatibility, initialization vectors
  and padding methods from Jody Biggs <jody.biggs@paymybills.com>
- Removed debugging code
- Used Digest-MD5
2001-12-12 14:36:38 +00:00
martti
5aae894a77 Updated to 0.4.2 (provided by Peter Reich in pkg/14842)
* configure.in (BUILD_INCLUDED_LIBINTL): Set to no for W32.
* Makefile.am: Include autogen.sh
2001-12-10 17:56:24 +00:00
martti
1eaea6eefb Updated to 0.05 (provided by Shell Hung in pkg/14803)
Changes:
- Removed empty HOMEPAGE
- Implemented the recommendation by NIST, ECB, CBC, CFS-128, OFC and CTR
2001-12-10 15:34:40 +00:00
martti
b50975e8eb Updated to 1.10 (provided by Shell Hung in pkg/14881)
* Add proxy support
2001-12-10 15:22:36 +00:00
martti
23ac7969fc Added optional GSSAPI support. To activate this feature, please set
SASL_USE_GSSAPI=YES in /etc/mk.conf
2001-12-10 12:43:21 +00:00
jun
4cfda5f1d1 Update pgpdump to 0.16 .
0.16 2001/12/06
  * Key ID hack.
0.15 2001/11/13
  * Old man style for pgpdump.1.
  * The symmetric encryption algorism is displayed more user-friendly.
2001-12-10 09:26:03 +00:00
martti
1de8581a88 Updated to 1.6b. List of changes is unknown as there is no ChangeLog file. 2001-12-06 11:32:47 +00:00
wiz
9372689160 Fix path to example files in MESSAGE. Reported by Paul Hoffmann. 2001-12-05 17:03:56 +00:00
agc
a3c645a3eb Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-05 16:03:56 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
martti
19dcecc87f * Updated to 3.0.2.1
* Disabled scard-install (patch/patch-ah -- Do we need/want it?)

Changes since 2.9.9.2:

- Don't allow authorized_keys specified environment variables when
  UseLogin in active
- Fix IPv4 default in ssh-keyscan
- Fix early (and double) free of remote user when using Kerberos
- fix krb5 authorization check
- enable authorized_keys2 again
- ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
- make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
- pad using the padding field from the ssh2 packet instead of sending
  extra ignore messages
- missing free and sync dss/rsa code
- crank c->path to 256 so they can hold a full hostname
- cleanup libwrap support
- Fix fd leak in loginrec.c
- avoid possible FD_ISSET overflow for channels established
  during channnel_after_select()
- chdir $HOME after krb_afslog()
- stat subsystem command before calling do_exec
- close all channels if the connection to the remote host has been closed,
  should fix sshd's hanging with WCHAN==wait
- add NoHostAuthenticationForLocalhost; note that the hostkey is
  now check for localhost, too
- loginrec.c: fix type conversion problems exposed when using 64-bit off_t
- Update spec files for new x11-askpass
2001-12-03 08:21:21 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
mjl
dc3d5cd486 Oops. Correct leftover SHA1 -> HMAC 2001-11-30 15:20:45 +00:00
mjl
86d7939b75 Enable p5-Digest-HMAC 2001-11-30 15:18:00 +00:00
mjl
a769d1ecd8 Import p5-Digest-HMAC-1.01
HMAC is used for message integrity checks between two parties that
   share a secret key, and works in combination with some other Digest
   algorithm, usually MD5 or SHA-1.  The HMAC mechanism is described in
   RFC 2104.
2001-11-30 15:17:03 +00:00
jlam
4c38713d7b A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
2001-11-29 19:46:10 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
martti
80d5a2b3de Updated to p5-Net-SSLeay-1.09 (provided by Shell Hung in pkg/14512)
1.09  20.8.2001,
        - fixed Makefile.PL (computation of bin_path) and test.pl ($perl
          use before defined) per Gordon Lack <gml4410@ggr.co.uk>
      11.9.2001,
        - Patch by Jeremy Mates <jmates@mbt.washington.edu> to make Handle.pm
          more acceptable for older perls
      25.9.2001,
        - systematically implemented many of the newer functions of
          openssl API (per popular request and for completeness)
2001-11-28 17:53:36 +00:00
wiz
3b06c56955 Update to 2.4.18, provided by Shell Hung in pkg/14707.
Change: memory leak fixed.
2001-11-28 12:50:05 +00:00
jlam
678c0f86f8 Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. 2001-11-26 20:38:31 +00:00
jlam
6e896e42e0 Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. 2001-11-26 07:30:44 +00:00
jlam
62f34ce4e8 Missed a CONFDIR -> PKG_SYSCONFDIR replacement. 2001-11-26 06:54:14 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
wiz
bc19fc6484 Update to 2.09, provided by Shell Hung in pkg/14695.
Changes since 2.06:
- changed keysize back to 0 apparently setting keysize to 8 triggered a bad
  hack in Crypt::CBC which resulted in OpenSRS breaking.
  the "bad hack" in question is:
  $ks = $cipher =~ /blowfish/i ? 56 : 8 unless $ks > 0;
  ... anyway.. fixed.
- added two new functions:  min_keysize and max_keysize
  these allow modules like Crypt::CBC_IL and Crypt::CBC_R
  to use variable key lengths with CBC modes.
- cleaned up test.pl
- updated README
- minor change in XS
- additions to reported platforms
Remove package version number from DESCR.
2001-11-23 19:48:12 +00:00
tron
d99e74dbd7 Stop the SSH daemom from truncating output on slow networks and/or
machines. Patch supplied  by Michael Eriksson in PR pkg/9119.
2001-11-23 07:42:38 +00:00
martti
3f128c3069 Updated to version 4172 to include even more virus definitions. 2001-11-22 12:27:16 +00:00
jlam
ce9fc5d8c4 Buildlinkify, respect ${CONFDIR}, use general INSTALL/DEINSTALL scripts,
and make sasl_passwd into a real rc.d script.
2001-11-21 22:22:10 +00:00
jlam
892b322f45 These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so change
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21 21:38:50 +00:00
jlam
cdec44e8b4 RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk). 2001-11-21 15:44:22 +00:00
jlam
a8e4e999cb Buildlinkify and use general INSTALL/DEINSTALL scripts. Also modify rc.d
script to respect ${CONFDIR} and look more like other 1.5-release rc.d
scripts.
2001-11-21 15:14:01 +00:00
martti
f165a167c1 Updated to version 3.21.3 (a.k.a 3.21c).
Changelog for version 3.21c, 2001.11.11, urgency: LOW:

* autoconf scripts upgraded to version 2.52.
* Problem with pthread_sigmask on Darwin fixed (I hope).
* Some documentation typos corrected.
* Attempt to ignore EINTR in transfer().
* Shared library version reported on startup.
* DLLs for OpenSSL 0.9.6b.
2001-11-20 15:15:14 +00:00
jlam
38c087a352 Mark as USE_BUILDLINK_ONLY. 2001-11-19 20:13:23 +00:00
jlam
e6b0322dcd Correct the list of headers. 2001-11-19 20:12:23 +00:00
jlam
c0465ef8a6 Respect ${CONFDIR} and use the general INSTALL/DEINSTALL scripts. 2001-11-19 17:27:22 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
martti
cc38a9f569 Updated keychain to version 1.7. Changes since 1.2:
* Use procmail's lockfile to serialize the execution of critical parts of
  keychain, thus avoiding multiple ssh-agent processes being started if
  you happen to have multiple xterms open automatically when you log in.
  Keychain will now auto-detect whether lockfile is installed; if it is,
  keychain will automatically use it
* No longer "kill -9" our ssh-agent processes
* Added argument "--quiet | -q"
* Added "-h" as alias for "--help", added "-k" as alias for "--stop"
* Add /usr/ucb to path for Solaris systems
* Try to add multiple keys using ssh-add; avoid typing in identical
  passphrases more than once.
* Misc. compatibility, signal handling, cleanup fixes
* We now use .ssh-agent-[hostname] instead of .ssh-agent
* "source" to "." shell-compatibility fixes.
* "rm -f $pidf" after stopping ssh-agent fix
2001-11-09 09:56:27 +00:00
jun
981d773ea3 Update pgpdump to 0.14
0.14 2001/11/09

 * Catching up to 2290bis-03.
2001-11-09 08:48:33 +00:00
hubertf
c3b922fa0f The "aliases" file is now in /etc/mail, not /etc.
Pointed out by Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
in private mail.
2001-11-05 14:29:23 +00:00
martti
c304399d7a Updated stunnel to 3.21.2. There was a file descriptor leak on
failed connect() calls.
2001-11-03 16:58:03 +00:00
martti
fae9193001 I'll be the new maintainer for stunnel (agreed with martin) 2001-11-02 08:13:19 +00:00
martti
5890e8df25 Fixed MASTER_SITES 2001-11-02 07:33:00 +00:00
seb
2343b9230b move pkg/INSTALL.SunOS to pkg toplevel directory or else this pkg is broken 2001-11-01 14:24:19 +00:00
tron
867fdbf500 Update "stunnel" package to version 3.21.1 (3.21a). Changes since version
3.21:
- Small bug in Makefile fixed.
2001-11-01 08:23:02 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
martti
8c280b2aa6 Changelog for version 3.21, 2001.10.31, urgency: MEDIUM:
* Problem with errno and posix threads fixed.
* It is assumed that system has getopt() if it has getopt.h header file.
* SSL_CLIENT_DN and SSL_CLIENT_I_DN environment variables set in local mode
  (-l) process.  This feature doesn't work if
  client mode (-c) or protocol negotiation (-n) is used.
* Winsock error descriptions hardcoded (English version only).
* SetConsoleCtrlHandler() used to handle CTRL+C, logoff and shutdown on Win32.
* Stunnel always requests peer certificate with -v 0.
* sysconf()/getrlimit() used to calculate number of clients allowed.
* SSL mode changed for OpenSSL >= 0.9.6.
* close-on-exec option used to avoid socket inheriting.
* Buffer size increased from 8KB to 16KB.
* fdscanf()/fdprintf() changes:
   - non-blocking socket support,
   - timeout after 1 minute of inactivity.
* auth_user() redesigned to force 1 minute timeout.
* Some source arrangement towards 4.x architecture.
* No need for "goto" any more.
* New Makefile "test" rule.  It performs basic test of
  standalone/inetd, remote/local and server/client mode.
* pop3 server mode support added.
2001-10-31 10:00:23 +00:00
jlam
c96c9806bc Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
2001-10-27 07:00:52 +00:00
itojun
95baf3f8cd upgrade to 20011026a. 20011016a had a serious bug in tunnel mode SA
establishment.
2001-10-26 01:32:29 +00:00
jun
29d47ecb34 Update pgpdump to 0.13
* Workaround for minus date.
* No-libz hack.
* Small fixes.
2001-10-25 17:47:25 +00:00
martti
a60b7e3c3a Make amavis conflict with amavis-perl 2001-10-22 07:01:50 +00:00
martti
138d14c86a Added amavis-perl-20010714 2001-10-22 06:57:46 +00:00
martti
a8a505fac6 This is amavis-perl (a.k.a. amavisd), a virus scanning script written in perl.
The currently supported MTAs are exim, qmail, postfix, and sendmail.
Please refer to the corresponding README.mta file for further
documentation.
2001-10-22 06:57:10 +00:00
martti
1e2c4382ad Backed out the update. I'll create a new package amavis-perl... 2001-10-22 06:41:29 +00:00
martti
7e162e0138 This is a new version taken from OpenBSD just before their next release.
Exact list of changes is unknown (you might take a look at OpenBSD's
log entries at http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/)
2001-10-22 05:51:25 +00:00
martti
73a9f0b36f This version is a big change from the 0.2.x series of the software as
the main virus scanning script has been rewritten in perl, replacing
the original shell script.

The currently supported MTAs are exim, qmail, postfix, and sendmail.
Please refer to the corresponding README.mta file for further
documentation.
2001-10-22 05:49:50 +00:00
wiz
ece8be8aa9 Better defaults for which algorithms to support.
Patch by Sen Nagata in pkg/14146.
2001-10-21 11:11:23 +00:00
wiz
f2fd3a1b9a Make PKGNAME dewey-correct. Addresses pkg/14243. 2001-10-21 10:27:21 +00:00
veego
7f4df72ff4 Use @MKDIR@.
Generate ssh_host_rsa_key and use a newer syntax of ssh-keygen to create
ssh_host_key and ssh_host_dsa_key.
2001-10-19 09:42:29 +00:00
veego
9051485762 Use @SSH_PID_DIR@.
Generate ssh_host_rsa_key and use a newer syntax of ssh-keygen to create
ssh_host_key and ssh_host_dsa_key.
2001-10-19 09:42:08 +00:00
veego
5078c5d305 Create the pid file on solaris in /etc/ and not in the not existing /var/run
directory.
Also change @SSH_PID_DIR@ and @MKDIR@ in sshd.sh and the INSTALL* files.
2001-10-19 09:40:36 +00:00
martti
3adbb519bb Update uvscan-dat to 4166 which contains updated and enhanced
virus definition data.
2001-10-19 09:24:02 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
tron
5dd3db0a26 Add conflict between "glimpse" and "openssl" package. They both install
"bin/cast" in "${LOCALBASE}".
2001-10-18 04:51:04 +00:00
itojun
750f619f41 correct version identification string. 2001-10-17 23:53:49 +00:00
jlam
f2fc2f6cbe Link the openssl binary into the buildlink directory, too, since some
packages look for it.
2001-10-17 17:56:57 +00:00
itojun
32fa4dde44 upgrade to 10/16 snapshot.
- bugfixes in spd handling, scheduler leak.
- make identity check more strict.
- correct phase 2 proposal check.
2001-10-17 02:53:08 +00:00
jlam
28578b6213 Find Makefile.module in ../../www/php4. 2001-10-16 06:58:30 +00:00
jlam
717549e8df Note addition of php4-mcrypt. 2001-10-16 06:07:11 +00:00
jlam
a19d0edc67 Update php4-mcrypt to the version from the php-4.0.6 distribution. Changes
from version 4.0.5 include moving from the www category, and:

- Fixed bug in the mcrypt extension that caused segfaults when using a key
  that is too large for the used algorithm, and a bug that caused
  mcrypt_generic() to segfault PHP (Derick)
2001-10-16 06:05:41 +00:00
jlam
80315abb4c Update mcrypt to 2.5.10. Changes from version 2.5.5 include:
- Bug fixes
	- Updated magic file (for file(1) program)
	- Updated locales
2001-10-09 19:40:54 +00:00
jlam
f9b3dd4624 Include libtool/buildlink.mk since libmcrypt.so is linked against libltdl. 2001-10-09 19:37:11 +00:00
jlam
0a1ba1fca6 Update mhash to version 0.8.9. Changes from version 0.8.3 include:
- Bug fixes
- MD4 and MD5 now compile on big endian machines
- TIGER now compiles on big endian machines.
- Corrected Tiger implementation
- Added MD4, TIGER128 and TIGER160
- added mhash_hmac_end_m() and mhash_end_m() functions which allow to specify
  the malloc function.
- added mhash_cp() - Copy a context
- added mhash_get_mhash_algo() - Returns the name of the algorithm of the
  context
2001-10-09 19:20:33 +00:00
jlam
fb4f57bbf8 Update libmcrypt to 2.4.17. Changes from version 2.4.7 include:
- Bug fixes and memory leaks
- Added new modes: nCFG
- Due to an endianness handling problem Blowfish algorithm was not compatible
  with other implementations. Now it has been corrected. If you want
  to access the old algorithm used use the "blowfish-compat" module.
- Corrected bug in rijndael-256.  This makes the algorithm incompatible with
  previous versions.
2001-10-09 19:16:20 +00:00
jlam
0091769cc3 Add buildlink.mk file for use by other package Makefiles. 2001-10-09 06:43:58 +00:00
veego
c355d65dd5 It is Size (krb4-1.0.9.tar.gz) and not Size (krb4-1.0.1.tar.gz).
Looks like the last commiter didn't use make makesum.
2001-10-07 09:51:46 +00:00
wiz
27964cfc76 Apply patch from 14155 by Sen Nagata. 2001-10-04 12:21:32 +00:00
mjl
7ac20aa8e6 Correct depends. Finally fixes PR/14137. 2001-10-03 15:21:10 +00:00
hubertf
ff3051f198 more strict wildcard usage on depends 2001-10-03 02:41:41 +00:00
hubertf
aa0dfcfda3 Be more careful about wildcards: -* => -[0-9]*
Noted in PR 14137 (p5-Crypt-DSA) and 14139 (p5-Crypt-RSA)
2001-10-03 02:31:19 +00:00
mcr
8c0e5642c5 p5-Convert-ASCII-Armor was checked in to textproc/ 2001-10-02 16:59:39 +00:00
mcr
e2d21ac34e p5-Convert-PEM was checked in to textproc/ 2001-10-02 16:59:05 +00:00
mjl
10569aa018 Fix dep on MD5 by substituting Digest::MD5 and appropriate changes.
Part of PR/14127 by Sen Nagata.
2001-10-02 11:52:53 +00:00
wiz
10db1c1045 Shouldn't be here. 2001-10-02 09:08:45 +00:00
wiz
a79c82e798 Add 7 packages (hi Michael!), sort all. 2001-10-01 15:25:40 +00:00
mcr
70fc4de745 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-01 15:17:58 +00:00
mcr
fc882e9a95 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-01 01:58:47 +00:00
mcr
cb09e0f2e9 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-01 00:33:14 +00:00
mcr
219da0b48b pkg from sen_ml@eccosys.com 2001-10-01 00:00:08 +00:00
mcr
782441d734 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-09-30 23:53:24 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
rh
59162214ac Update uvscan-dat to 4163. Changes are updated virus definitions and some
fixes to the update script:
	- correctly parse the new readme.txt files
	- be verbose only if -v option is given (for cron-lovers)
	- optional parameter to specify an alternate download location
2001-09-27 07:55:17 +00:00
jlam
5ec21d3733 Note addition of security/p5-IO-Socket-SSL. 2001-09-27 07:44:33 +00:00
jlam
6d6a039367 p5-IO-Socket-SSL - perl5 SSL socket interface class
IO::Socket::SSL is a class implementing an object-oriented interface to
SSL sockets. The class is a descendent of IO::Socket::INET and provides a
subset of the base class's interface methods as well as SSL-specific methods.

Provided in pkg/14036 by Sen Nagata <sen@eccosys.com>.
2001-09-27 07:42:05 +00:00
jlam
7a9efb8dbb This package requires a relatively recent OpenSSL installation. 2001-09-27 07:29:39 +00:00
jlam
8e1dfc7862 Note addition of security/p5-Net-SSLeay. 2001-09-27 07:26:43 +00:00
jlam
927f39db30 p5-Net-SSLeay - perl5 module for using OpenSSL
Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
Layer (SSL) functions of the SSLeay library directly from your perl
scripts.  It is useful if you want to program robots that access secure web
servers or if you want to build your own applications over SSL encrypted
tunnels.

Provided in pkg/14035 by Sen Nagata <sen@eccosys.com>.
2001-09-27 07:25:06 +00:00
itojun
e7f4f60024 upgrade to 2.9.9p2. a security hole was plugged
(ssh protocol v2 access control).
2001-09-27 05:12:54 +00:00
mjl
b796628c81 Enable p5-Crypt-{Twofish,Rijndael,RIPEMD160} 2001-09-20 00:57:40 +00:00
mjl
5e8ac72e1a Initial import of p5-Crypt-RIPEMD160, as provided by Sen Nagata. 2001-09-20 00:53:24 +00:00
mjl
eff96ea66f Initial import of p5-Crypt-Rijndael, as provided by Sen Nagata. 2001-09-20 00:49:39 +00:00
mjl
d800332796 Initial import of p5-Crypt-Twofish, as provided by Sen Nagata. 2001-09-20 00:45:58 +00:00
wiz
16f9b5fec5 Make it work under 1.5. Patch by Martti Kuparinen from pkg/14010.
Update to 1.2nb1.
2001-09-19 13:48:00 +00:00
mjl
5785fefa61 Update to 2.16, as suggested by Sen Nagata. 2001-09-19 03:43:52 +00:00
mjl
35be513ee8 Add p5-Digest-MD2, p5-Digest-MD4, p5-Digest-SHA1 2001-09-19 03:21:24 +00:00