pkgsrc/security
spz 80e75e00a3 updating to the latest and greatest (and less a bunch of security
relevant bugs) version:

Major changes between version 1.7.4p3 and 1.7.4p4:

    * A potential security issue has been fixed with respect to the
      handling of sudo's -g command line option when -u is also
      specified. The flaw may allow an attacker to run commands as a
      user that is not authorized by the sudoers file.
    * A bug has been fixed where "sudo -l" output was incomplete if
      multiple sudoers sources were defined in nsswitch.conf and there
      was an error querying one of the sources.
    * The log_input, log_output, and use_pty sudoers options now work
      correctly on AIX. Previously, sudo would hang if they were
      enabled.
    * Fixed "make install" when sudo is built in a directory other
      than the directory that holds the sources.
    * The runas_default sudoers setting now works properly in a
      per-command Defaults line.
    * Suspending and resuming the bash shell when PAM is in use now
      works properly. The SIGCONT signal was not being propagated to
      the child process.

Major changes between version 1.7.4p2 and 1.7.4p3:

    * A bug has been fixed where duplicate HOME environment variables
      could be set when the env_reset setting was disabled and the
      always_set_home setting was enabled in sudoers.
    * The value of sysconfdir is now substituted into the path to the
      sudoers.d directory in the installed sudoers file.
    * Fixed compilation problems on Irix and other platforms.
    * If multiple PAM "auth" actions are specified and the user enters
      ^C at the password prompt, sudo will now abort any subsequent
      "auth" actions. Previously it was necessary to enter ^C once for
      each "auth" action.

Major changes between version 1.7.4p1 and 1.7.4p2:

    * Fixed a bug where sudo could spin in a cpu loop waiting for the
      child process.
    * Packaging fixes for sudo.pp to better handle patchlevels.

Major changes between version 1.7.4 and 1.7.4p1:

    * Fix a bug introduced in sudo 1.7.3 that prevented the -k and -K
      options from functioning when the tty_tickets sudoers option was
      enabled.
    * Sudo no longer prints a warning when the -k or -K options are
      specified and the ticket file does not exist.
    * Changes to the configure script to enable cross-compilation of
      Sudo.

Major changes between version 1.7.3 and 1.7.4:

    * Sudoedit will now preserve the file extension in the name of the
      temporary file being edited. The extension is used by some
      editors (such as emacs) to choose the editing mode.
    * Time stamp files have moved from /var/run/sudo to either
      /var/db/sudo, /var/lib/sudo or /var/adm/sudo. The directories
      are checked for existence in that order. This prevents users
      from receiving the sudo lecture every time the system reboots.
      Time stamp files older than the boot time are ignored on systems
      where it is possible to determine this.
    * Ancillary documentation (README files, LICENSE, etc) is now
      installed in a sudo documentation directory.
    * Sudo now recognizes "tls_cacert" as an alias for "tls_cacertfile"
      in ldap.conf.
    * Defaults settings that are tied to a user, host or command may
      now include the negation operator. For example:
          Defaults:!millert lecture
      will match any user but millert.
    * The default PATH environment variable, used when no PATH variable
      exists, now includes /usr/sbin and /sbin.
    * Sudo now uses polypkg for cross-platform packing.
    * On Linux, sudo will now restore the nproc resource limit before
      executing a command, unless the limit appears to have been
      modified by pam_limits. This avoids a problem with bash scripts
      that open more than 32 descriptors on SuSE Linux, where
      sysconf(_SC_CHILD_MAX) will return -1 when RLIMIT_NPROC is set
      to RLIMIT_UNLIMITED (-1).
    * Visudo will now treat an unrecognized Defaults entry as a parse
      error (sudo will warn but still run).
    * The HOME and MAIL environment variables are now reset based on
      the target user's password database entry when the env_reset
      sudoers option is enabled (which is the case in the default
      configuration). Users wishing to preserve the original values
      should use a sudoers entry like:
          Defaults env_keep += HOME
      to preserve the old value of HOME and
          Defaults env_keep += MAIL
      to preserve the old value of MAIL.
    * The tty_tickets option is now on by default.
    * Fixed a problem in the restoration of the AIX authdb registry
      setting.
    * If PAM is in use, wait until the process has finished before
      closing the PAM session.
    * Fixed "sudo -i -u user" where user has no shell listed in the
      password database.
    * When logging I/O, sudo now handles pty read/write returning ENXIO,
      as seen on FreeBSD when the login session has been killed.
    * Sudo now performs I/O logging in the C locale. This avoids
      locale-related issues when parsing floating point numbers in the
      timing file.
    * Added support for Ubuntu-style admin flag dot files.

Major changes between version 1.7.2p8 and 1.7.3:

    * Support for logging a command's input and output as well as the
      ability to replay sessions. For more information, see the
      documentation for the log_input and log_output Defaults options
      in the sudoers manual. Also see the sudoreplay manual for
      information on replaying I/O log sessions.
    * The use_pty sudoers option can be used to force a command to be
      run in a pseudo-pty, even when I/O logging is not enabled.
    * On some systems, sudo can now detect when a user has logged out
      and back in again when tty-based time stamps are in use.
      Supported systems include Solaris systems with the devices file
      system, Mac OS X, and Linux systems with the devpts filesystem
      (pseudo-ttys only).
    * On AIX systems, the registry setting in /etc/security/user is
      now taken into account when looking up users and groups.
      Sudo now applies the correct the user and group ids when running
      a command as a user whose account details come from a different
      source (e.g. LDAP or DCE vs. local files).
    * Support for multiple sudoers_base and uri entries in ldap.conf.
      When multiple entries are listed, sudo will try each one in the
      order in which they are specified.
    * Sudo's SELinux support should now function correctly when running
      commands as a non-root user and when one of stdin, stdout or stderr
      is not a terminal.
    * Sudo will now use the Linux audit system with configure with the
      --with-linux-audit flag.
    * Sudo now uses mbr_check_membership() on systems that support it
      to determine group membership. Currently, only Darwin (Mac OS X)
      supports this.
    * When the tty_tickets sudoers option is enabled but there is no
      terminal device, sudo will no longer use or create a tty-based
      ticket file. Previously, sudo would use a tty name of "unknown".
      As a consequence, if a user has no terminal device, sudo will now
      always prompt for a password.
    * The passwd_timeout and timestamp_timeout options may now be
      specified as floating point numbers for more granular timeout
      values.
    * Negating the fqdn option in sudoers now works correctly when sudo
      is configured with the --with-fqdn option. In previous versions
      of sudo the fqdn was set before sudoers was parsed.
2010-09-10 17:11:27 +00:00
..
aide Version 0.14.2 2010-08-30 22:30:27 +00:00
aide06
amap Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
amavis-perl Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
amavisd-new Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
antonym Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
ap-modsecurity Give up MAINTAINER 2009-07-17 18:00:13 +00:00
ap-modsecurity2 Fix build problem on Solaris with PKGSRC_COMPILER=sunpro and 'db4' 2009-08-31 07:19:44 +00:00
apg Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
arirang Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
avcheck Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
base Give up MAINTAINER 2009-07-17 18:00:13 +00:00
Bastille Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
bcrypt
beecrypt Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
bitstir
botan PR/43470 - Jack Lloyd -- update DESCR 2010-06-14 18:27:54 +00:00
caff Update to 1.1.3: 2010-02-16 11:29:42 +00:00
ccid Update to 1.3.11. Changelog: 2009-08-03 18:38:28 +00:00
cfs Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
chkrootkit Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
CoolKey Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
courier-authlib courier-authlib-0.63.0: 2010-06-15 23:10:44 +00:00
crack streamlined syntax, using ${SETENV} instead of env. 2010-01-09 14:42:04 +00:00
crudesaml Update to 1.1, which allows to select what timeframe should be validated: 2010-06-05 20:36:30 +00:00
crypto++ Add user-destdir support. 2009-08-29 10:42:55 +00:00
CSP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
cvm Installs shlibs nowadays, so don't default to a build-only dependency. 2010-03-15 03:21:15 +00:00
cy2-anonymous Add DESTDIR support. 2008-08-12 10:16:54 +00:00
cy2-crammd5 Add DESTDIR support. 2008-08-12 10:16:54 +00:00
cy2-digestmd5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
cy2-gssapi Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
cy2-ldapdb Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
cy2-login Add DESTDIR support. 2008-08-12 10:16:54 +00:00
cy2-ntlm Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
cy2-otp Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
cy2-plain Add DESTDIR support. 2008-08-12 10:16:54 +00:00
cy2-saml Fix DESTDIR build 2009-10-07 17:39:41 +00:00
cy2-sql Add DESTDIR support. 2008-08-12 10:16:54 +00:00
cyrus-sasl Added LICENSE information. 2010-02-19 20:16:40 +00:00
cyrus-saslauthd Use real root user in install script. 2010-02-19 19:23:50 +00:00
ddos-scan DESTDIR support 2010-01-27 22:05:28 +00:00
destroy +PKG_DESTDIR_SUPPORT= user-destdir 2009-12-10 23:40:00 +00:00
dirb Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
dirmngr update to 1.1.0 2010-09-01 16:40:53 +00:00
dnssec-tools Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
dropbear Update dropbear to 0.52. Build an scp binary and call it dbscp so it 2009-08-26 21:10:11 +00:00
dsniff DESTDIR support 2010-01-27 22:05:28 +00:00
dsniff-nox11 DESTDIR support 2010-01-27 22:05:28 +00:00
EasyPG PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
egd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
engine-pkcs11 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
f-prot-antivirus6 Update F-PROT Antivirus to 6.0.3.1. 2010-06-16 22:27:03 +00:00
f-prot-antivirus6-fs-bin Importing F-PROT Antivirus for fileservers. 2009-09-22 17:40:32 +00:00
f-prot-antivirus6-ms-bin Update F-PROT Antivirus to 6.0.3.1. 2010-06-16 22:27:03 +00:00
f-prot-antivirus6-ws-bin Importing F-PROT Antivirus for workstations. 2009-09-22 17:42:40 +00:00
flawfinder Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
fprint-demo Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
fragroute DESTDIR support 2010-01-27 16:52:13 +00:00
fsh Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
fwbuilder Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
fwbuilder21 Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gnome-keyring No need gtkdoc-rebase workaround anymore. 2010-08-29 09:15:50 +00:00
gnome-keyring-manager Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gnu-crypto Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gnupg Allow building on 64-bit Darwin 2009-11-03 07:28:17 +00:00
gnupg-pkcs11-scd gnupg-pkcs11 is a project to implement a BSD-licensed smart-card 2010-07-03 04:59:19 +00:00
gnupg2 Some fixes at update to 2.0.16. 2010-09-02 06:58:35 +00:00
gnutls update to 2.10.1 2010-09-01 16:32:17 +00:00
gpa Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gpass Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gpg2dot Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
gpgme Remove configure override for funopen detection. 2010-06-25 22:11:10 +00:00
gsasl Add openssl bl3.mk to deal with partial bulk builds and pkgsrc ssl 2010-07-24 10:43:33 +00:00
gss Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gtk-systrace Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
hackbot DESTDIR support 2010-01-27 16:52:13 +00:00
hashcash DESTDIR support 2010-01-27 16:52:13 +00:00
heimdal Use CHECK_BUILTIN.heimdal to prevent the fake-krb5-config target to be 2010-07-02 13:40:22 +00:00
honeyd PKGREVISION bump for png-1.4.x shlib change. 2010-06-14 15:33:12 +00:00
honeyd-arpd DESTDIR support 2010-01-27 22:05:28 +00:00
hydan Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
hydra Explicitly pull PREFIX/lib into the normal library search path too. 2010-02-25 17:55:48 +00:00
ike-scan DESTDIR support 2010-01-27 22:05:28 +00:00
ipsec-tools update to latest release 2010-03-06 09:07:15 +00:00
isakmpd Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
jessie Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
john commit patch for PR#36120 2009-11-05 19:16:47 +00:00
keepassx Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
keychain * keychain 2.7.1 (07 May 2010) 2010-05-18 06:29:31 +00:00
knc Upgrade to 1.6.1. 2010-04-14 20:15:27 +00:00
kssh Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
kstart Import kstart-3.16. 2010-04-15 20:23:03 +00:00
kth-krb4 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
lasso remove obsoleted @dirrm. 2010-06-06 11:52:31 +00:00
libassuan Do not accept libassuan>=2 here. 2010-07-17 12:07:10 +00:00
libassuan2 Update to 2.0.1: 2010-08-16 21:42:18 +00:00
libbf DESTDIR support 2010-01-27 21:59:21 +00:00
libcrack PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:30:53 +00:00
libdes DESTDIR support 2010-01-27 21:47:00 +00:00
libfprint Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
libfwbuilder Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
libfwbuilder21 Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
libgcrypt Add information for libgcrypt-1.4.6/gcrypt.tar.bz2 which is needed with 2010-07-27 04:45:41 +00:00
libgnome-keyring add libgnome-keyring-2.30.1, a library which was split from gnome-keyring 2010-06-01 10:56:27 +00:00
libgpg-error update to 1.9 2010-09-01 16:34:00 +00:00
libidea DESTDIR support 2010-01-27 16:52:13 +00:00
libident Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libksba update to 1.0.8 2010-09-01 16:35:15 +00:00
libksba04 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libmcrypt Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
libnasl Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
liboauth Import liboauth-0.8.9 into the Packages Collection. 2010-09-03 07:14:12 +00:00
libp11 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
libprelude Fix ownership. Bump revision. 2010-02-19 21:30:13 +00:00
libprelude-lua Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
libprelude-perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
libprelude-python Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
libprelude-ruby Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
libpreludedb Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
libpreludedb-mysql Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
libpreludedb-perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
libpreludedb-pgsql Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
libpreludedb-python Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
libpreludedb-sqlite3 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
libssh Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
libssh2 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
libtasn1 Remove patch-aa, upstream's Simon Josefsson said: 2010-06-15 12:25:50 +00:00
libtcpa DESTDIR support 2010-01-27 16:52:13 +00:00
logcheck - LICENSE is gnu-gpl-v2 2009-12-11 19:48:21 +00:00
lsh Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
mcrypt DESTDIR support 2010-01-27 21:32:58 +00:00
md4-collision DESTDIR support. Fix comment. 2010-01-27 14:28:28 +00:00
md5-collision DESTDIR support 2010-01-27 14:27:39 +00:00
mhash Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
mirrordir DESTDIR support 2010-04-14 22:45:51 +00:00
mit-krb5 fix CVE-2010-1321 (MITKRB5-SA-2010-005) and take maintainership 2010-05-20 14:21:23 +00:00
mixminion "as" is a reserved word in Python 2.6+, so don't use it as variable. 2010-02-15 15:57:44 +00:00
mozilla-rootcerts Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
msu fix distinfo 2009-02-11 22:45:58 +00:00
msudir Updated security/msudir to 0.15 2009-02-11 23:19:01 +00:00
MyPasswordSafe PKGREVISION bump for png-1.4.x shlib change. 2010-06-14 15:33:12 +00:00
nessus Use META_PACKAGE 2009-04-08 23:27:51 +00:00
nessus-core Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
nessus-libraries Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
nessus-plugins Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
netpgp Update netpgp to version 3.99.4/20100601 2010-06-01 06:15:00 +00:00
netramet Reset MAINTAINER, mail bounced. 2010-02-25 14:59:22 +00:00
nfsbug DESTDIR support 2010-01-27 21:32:58 +00:00
nikto DESTDIR support 2010-01-27 16:52:13 +00:00
ocaml-ssl Don't mess with ldconf. 2010-02-14 19:16:25 +00:00
opencdk update MASTER_SITES for current location 2010-09-01 11:31:42 +00:00
openct Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
opendnssec * Ajust new ruby package's framework. 2010-09-10 07:40:32 +00:00
openpam Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
opensaml Corrected PLIST 2010-06-08 12:02:21 +00:00
opensc update to 0.11.13 2010-09-01 15:59:22 +00:00
opensc-signer sync w/ base pkg 2010-09-01 15:59:48 +00:00
openssh Add hpn-patch for OpenSSH 5.5p1. 2010-06-15 03:11:52 +00:00
openssl Recognize 64 bit DragonFly systems correctly. From Damian Lubosch 2010-08-18 11:20:55 +00:00
openvas-client Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
openvas-libnasl * user-destdir ready 2009-12-09 05:28:13 +00:00
openvas-libraries Should not add to USE_LANGUAGES, set instead. 2009-12-09 05:22:01 +00:00
openvas-plugins * add --enable-install=${BINOWN} to CONFIGURE_ARGS for user-destdir support 2009-12-09 06:26:38 +00:00
openvas-server * user-destdir ready 2009-12-09 05:52:30 +00:00
otpCalc Fix lp64 build. Add DESTDIR support. 2008-10-02 18:03:36 +00:00
p0f DESTDIR support 2010-01-27 21:32:58 +00:00
p5-Authen-CAS-Client Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Authen-Htpasswd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Authen-PAM Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Authen-PluggableCaptcha Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Authen-SASL Updating security/p5-Authen-SASL from 2.14nb1 to 2.15 2010-09-09 05:25:50 +00:00
p5-Authen-SASL-Cyrus Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Authen-TacacsPlus Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-Blowfish Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-CAST5_PP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-CBC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-CipherSaber Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-DES Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-DES_EDE3 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-DH Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-DSA Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-ECB Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-Eksblowfish Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-GeneratePassword Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-GPG Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-IDEA Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-OpenPGP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-OpenSSL-AES Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-OpenSSL-Bignum Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-OpenSSL-DSA Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-OpenSSL-Random Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-OpenSSL-RSA Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-PasswdMD5 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-Primes Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-Random Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-RandPasswd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-RC4 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-Rijndael Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-RIPEMD160 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-RSA Use bundled M::I to avoid cyclic dependency 2010-09-09 20:30:02 +00:00
p5-Crypt-SmbHash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Crypt-SSLeay Upating security/p5-Crypt-SSLeay from 0.57nb4 to 0.58 2010-08-26 06:37:10 +00:00
p5-Crypt-Twofish Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-SimplePassword Updating security/p5-Data-SimplePassword from 0.05nb1 to 0.06 2010-09-09 05:54:41 +00:00
p5-Digest Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-BubbleBabble Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-CRC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-Hashcash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-HMAC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-MD2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-MD4 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-MD5 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-MD5-File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-Nilsimsa Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-SHA Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Digest-SHA1 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-GnuPG-Interface Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-GSSAPI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Socket-SSL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Signature Updating security/p5-Module-Signature from 0.64nb1 to 0.66 2010-09-08 21:15:28 +00:00
p5-Net-DNS-SEC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-DNS-SEC-Maint-Key Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-OpenSSH Updating security/p5-Net-OpenSSH from 0.48nb1 to 0.49 2010-09-09 05:18:02 +00:00
p5-Net-SSH Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-SSLeay Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-OpenSSL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-pcsc Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SHA Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-String-Random Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Text-Password-Pronounceable Updating security/p5-Text-Password-Pronounceable from 0.28nb1 to 0.30 2010-08-26 06:46:00 +00:00
p5-Tie-EncryptedHash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
pakchois Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pakemon remove dead mirror. 2009-05-01 14:28:45 +00:00
PAM sprinkle --tag=CC for libtool 2010-02-02 17:09:28 +00:00
pam-af LICENSE=2-cluase-bsd 2010-05-17 02:55:18 +00:00
pam-dbm Store the result of dbm_fetch() before dbm_close() (apparently) clobbers it. 2010-03-21 06:54:10 +00:00
pam-fprint More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
pam-ldap Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
pam-mkhomedir Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
pam-mysql Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
pam-p11 Raise pam-p11 from the deads 2010-07-14 07:13:59 +00:00
pam-passwdqc update to 1.1.4 2009-11-18 16:59:30 +00:00
pam-pwauth_suid Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pam-radius Give up MAINTAINER 2009-07-17 18:00:13 +00:00
pam-saml Fix destdir installation. 2009-12-03 18:44:54 +00:00
pam-tacplus Removed not needed lines (to a removed patch-file) 2010-03-13 09:27:26 +00:00
pam_ssh_agent_auth Update pam_ssh_agent_auth from 0.9.1 to 0.9.2 2010-01-15 22:23:48 +00:00
pcsc-lite - Fix reader.conf handling. 2009-10-02 12:36:13 +00:00
pcsc-tools Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pgp2 Fix build on systems with native getline() function. 2009-09-29 17:10:38 +00:00
pgp5 update master_sites. remove ftp.ifi.uio.no. service suspended. 2009-10-27 16:28:30 +00:00
pgpdump update master_sites. 2009-09-14 22:56:53 +00:00
pgpenvelope Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
php-mcrypt
php-mhash use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages, 2010-03-21 11:20:41 +00:00
php-suhosin Update php-suhosin package to 0.9.29. 2010-03-04 15:38:53 +00:00
pinentry update to 0.8.0 2010-08-11 13:28:08 +00:00
pinentry-gtk sync with base pkg 2010-08-11 13:29:19 +00:00
pinentry-gtk2 sync with base pkg 2010-08-11 13:29:19 +00:00
pinentry-qt sync with base pkg 2010-08-11 13:29:19 +00:00
pinentry-qt4 sync with base pkg 2010-08-11 13:29:19 +00:00
pinepgp remove dead mirror. 2009-05-21 21:43:18 +00:00
pkcs11-helper Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
pks Reset MAINTAINER, mail bounced. 2010-02-25 14:59:22 +00:00
policykit Fix wrong directory ownership. Bump PKGREVISION. 2010-02-08 09:41:59 +00:00
policykit-gnome Bump depends for libpng bump. PR 43564 by David H. Gutteridge. 2010-07-17 12:17:51 +00:00
polkit-qt Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
portsentry Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
prelude-correlator Install data files to share/examples to make sure they end up in the 2010-03-23 18:01:47 +00:00
prelude-lml Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
prelude-manager Use plain CONF_FILES. Bump revision. 2010-02-19 21:31:56 +00:00
prelude-pflogger Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
priv Use SETUID_ROOT_PERMS and allow building as normal user. Bump revision. 2010-02-15 17:06:18 +00:00
prngd Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pscan
putty Needs pkg-config. 2010-03-19 13:28:09 +00:00
putty-devel Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
pwsafe Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-amkCrypto Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-asn1 Upgrade py-asn1 to version 0.0.11a. 2010-05-01 17:23:36 +00:00
py-crack Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-cryptkit Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
py-crypto Use new lang/python/distutils.mk, simplifying Makefile. 2010-07-24 12:33:19 +00:00
py-cryptopp This uses setuptools, so use egg.mk. 2010-07-23 23:17:48 +00:00
py-denyhosts Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
py-gnupg Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-lasso Needs py-expat for build. Fix destdir. 2010-07-01 15:08:14 +00:00
py-m2crypto Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-mcrypt Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-oauth Add py-oauth from http://pypi.python.org/pypi/oauth/1.0.1: 2010-07-19 16:53:13 +00:00
py-openid New version, 2.2.5. Fixes PR pkg/43528. 2010-06-28 15:26:44 +00:00
py-OpenSSL Use distutils.mk, and conditionalize egg file presence. 2010-07-24 12:49:25 +00:00
py-paramiko This is a Python egg. 2010-06-02 18:31:41 +00:00
py-prewikka Update to 0.9.17.1. Fix PLIST. Fix dependency. Upstream changes since 0.9.17: 2009-10-02 10:25:53 +00:00
py-smbpasswd Works fine with python2.6 too. 2010-06-01 21:30:25 +00:00
py-SSLCrypto Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-tlslite Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
py-xmlsec Import py-xmlsec-0.3.0 as security/py-xmlsec. 2010-05-29 06:20:06 +00:00
pyca Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
qca Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
qca-tls Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
qca2 Add --certstore-internal to fix packaging on some Linuces. 2010-09-10 15:02:49 +00:00
qca2-ossl Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
qident
rainbowcrack Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
rats * add user-destdir support 2010-02-20 08:25:51 +00:00
rc5des DESTDIR support 2010-01-27 21:32:58 +00:00
rid Need yacc and lex to build. 2010-07-10 11:38:57 +00:00
rsaref DESTDIR support, don't depend on libtool mode detection. 2009-09-03 12:35:32 +00:00
ruby-ezcrypto Update security/ruby-ezcrypto to 0.7.2. 2010-09-10 07:41:46 +00:00
ruby-net-scp Update security/ruby-net-scp to 1.0.3. 2010-09-10 07:42:48 +00:00
ruby-net-sftp Update security/ruby-net-sftp to 2.0.5. 2010-09-10 07:43:45 +00:00
ruby-net-ssh * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:44:40 +00:00
ruby-net-ssh-gateway * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:45:12 +00:00
ruby-oauth * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:45:12 +00:00
ruby-password * Add LICENSE. 2010-09-10 07:46:31 +00:00
ruby-roauth * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:47:05 +00:00
ruby-soauth * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:47:05 +00:00
ruby-tcpwrap * Add LICENSE. 2010-09-10 07:49:07 +00:00
sbd DESTDIR support 2010-01-27 20:57:22 +00:00
scanssh Bump PKGREVISION for libevent ABI bump. 2009-08-16 15:35:43 +00:00
seahorse POSIX says <sys/stat.h> is sufficient to get mode_t defined, but some 2010-07-28 08:45:07 +00:00
seahorse-plugins Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
seccure Fix rpath. Honour strip settings. 2010-01-31 23:24:24 +00:00
secpanel DESTDIR support 2010-01-27 20:57:22 +00:00
sfs Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
sign DESTDIR support 2010-01-27 16:52:13 +00:00
skey Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
smtpd DESTDIR support 2010-01-27 16:41:59 +00:00
sniff Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
snortsnarf DESTDIR support 2010-01-27 16:52:13 +00:00
snow
softhsm Update HOMEPAGE 2010-07-16 22:24:52 +00:00
srm
srp_client Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
ssh-askpass DESTDIR support from Steven Drake. 2010-01-27 18:21:56 +00:00
ssh-ip-tunnel Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
ssh2 Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
sshfp Fix homepage (specific page for software). 2010-08-19 17:08:44 +00:00
ssldump Fix typo. 2010-09-01 00:54:59 +00:00
sslproxy Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sslwrap Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
ssss Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
starttls Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
steghide Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
stegtunnel Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
stunnel Update "stunnel" package to version 4.33. Changes since 4.29: 2010-04-15 09:57:47 +00:00
sudo updating to the latest and greatest (and less a bunch of security 2010-09-10 17:11:27 +00:00
systrace-policies DESTDIR support 2010-01-27 20:57:22 +00:00
tacshell Fix permissions. 2010-01-31 23:13:24 +00:00
tcl-tls * fixes DESTDIR installation 2010-06-25 06:28:09 +00:00
tcp_wrappers Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
tct Bump PKGREVISION for previous, on the grounds that fixing errno.h affects 2010-03-08 01:21:59 +00:00
tkpasman DESTDIR support 2010-01-27 20:57:22 +00:00
tripwire Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
uvscan DESTDIR support 2010-01-27 20:57:22 +00:00
xml-security-c Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
xmlsec1 Update xmlsec1 to 1.2.16. 2010-06-06 12:36:11 +00:00
yafic Added support for DESTDIR. 2009-12-13 08:42:26 +00:00
zebedee DESTDIR support 2010-06-28 10:13:01 +00:00
zkt ZKT is a tool to manage keys and signatures for DNSSEC-zones. 2010-03-13 19:19:51 +00:00
Makefile Add and enable liboauth 2010-09-03 07:15:09 +00:00