pkgsrc/security
wiz cdff4fe8ee Updated libssh2 to 1.8.0.
Version 1.8.0 (25 Oct 2016)

Daniel Stenberg (25 Oct 2016)
- RELEASE-NOTES: adjusted for 1.8.0

Kamil Dudka (20 Oct 2016)
- Revert "aes: the init function fails when OpenSSL has AES support"

  This partially reverts commit f4f2298ef3635acd031cc2ee0e71026cdcda5864
  because it caused the compatibility code to call initialization routines
  redundantly, leading to memory leakage with OpenSSL 1.1 and broken curl
  test-suite in Fedora:

  88 bytes in 1 blocks are definitely lost in loss record 5 of 8
     at 0x4C2DB8D: malloc (vg_replace_malloc.c:299)
     by 0x72C607D: CRYPTO_zalloc (mem.c:100)
     by 0x72A2480: EVP_CIPHER_meth_new (cmeth_lib.c:18)
     by 0x4E5A550: make_ctr_evp.isra.0 (openssl.c:407)
     by 0x4E5A8E8: _libssh2_init_aes_ctr (openssl.c:471)
     by 0x4E5BB5A: libssh2_init (global.c:49)

Daniel Stenberg (19 Oct 2016)
- [Charles Collicutt brought this change]

  libssh2_wait_socket: Fix comparison with api_timeout to use milliseconds (#134)

  Fixes #74

- [Charles Collicutt brought this change]

  Set err_msg on _libssh2_wait_socket errors (#135)

- Revert "travis: Test mbedtls too"

  This reverts commit 3e6de50a24815e72ec5597947f1831f6083b7da8.

  Travis doesn't seem to support the mbedtls-dev package

- maketgz: support "only" to only update version number locally

  and fix the date output locale

- configure: make the --with-* options override the OpenSSL default

  ... previously it would default to OpenSSL even with the --with-[crypto]
  options used unless you specificly disabled OpenSSL. Now, enabling another
  backend will automatically disable OpenSSL if the other one is found.

- [Keno Fischer brought this change]

  docs: Add documentation on new cmake/configure options

- [Keno Fischer brought this change]

  configure: Add support for building with mbedtls

- [wildart brought this change]

  travis: Test mbedtls too

- [wildart brought this change]

  crypto: add support for the mbedTLS backend

  Closes #132

- [wildart brought this change]

  cmake: Add CLEAR_MEMORY option, analogously to that for autoconf

- README.md: fix link typo

- README: markdown version to look nicer on github

Viktor Szakats (5 Sep 2016)
- [Taylor Holberton brought this change]

  openssl: add OpenSSL 1.1.0 compatibility

Daniel Stenberg (4 Sep 2016)
- [Antenore Gatta brought this change]

  tests: HAVE_NETINET_IN_H was not defined correctly (#127)

  Fixes #125

- SECURITY: fix web site typo

- SECURITY: security process

GitHub (14 Aug 2016)
- [Alexander Lamaison brought this change]

  Basic dockerised test suite.

  This introduces a test suite for libssh2. It runs OpenSSH in a Docker
  container because that works well on Windows (via docker-machine) as
  well as Linux. Presumably it works on Mac too with docker-machine, but
  I've not tested that.

  Because the test suite is docker-machine aware, you can also run it
  against a cloud provider, for more realistic network testing, by setting
  your cloud provider as your active docker machine. The Appveyor CI setup
  in this commit does that because Appveyor doesn't support docker
  locally.

Kamil Dudka (3 Aug 2016)
- [Viktor Szakats brought this change]

  misc.c: Delete unused static variables

  Closes #114

Daniel Stenberg (9 Apr 2016)
- [Will Cosgrove brought this change]

  Merge pull request #103 from willco007/patch-2

  Fix for security issue CVE-2016-0787

Alexander Lamaison (2 Apr 2016)
- [Zenju brought this change]

  Fix MSVC 14 compilation errors

  For _MSC_VER == 1900 these macros are not needed and create problems:



  1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1925): warning C4005: 'snprintf': macro redefinition (compiling source file libssh2-files\src\mac.c)

  1> \win32\libssh2_config.h(27): note: see previous definition of 'snprintf' (compiling source file libssh2-files\src\mac.c)

  1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1927): fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration (compiling source file libssh2-files\src\mac.c)

Daniel Stenberg (26 Mar 2016)
- [Brad Harder brought this change]

  _libssh2_channel_open: speeling error fixed in channel error message

Alexander Lamaison (15 Mar 2016)
- Link with crypt32.lib on Windows.

  Makes linking with static OpenSSL work again.  Although it's not
  required for dynamic OpenSSL, it does no harm.

  Fixes #98.

- [Craig A. Berry brought this change]

  Tweak VMS help file building.

  Primarily this is handling cases where top-level files moved into
  the docs/ directory.  I also corrected a typo and removed the
  claim that libssh2 is public domain.

- [Craig A. Berry brought this change]

  Build with standard stat structure on VMS.

  This gets us large file support, is available on any VMS release
  in the last decade and more, and gives stat other modern features
  such as 64-bit ino_t.

- [Craig A. Berry brought this change]

  Update vms/libssh2_config.h.

  VMS does have stdlib.h, gettimeofday(), and OpenSSL.  The latter
  is appropriate to hard-wire in the configuration because it's
  installed by default as part of the base operating system and
  there is currently no libgcrypt port.

- [Craig A. Berry brought this change]

  VMS can't use %zd for off_t format.

  %z is a C99-ism that VMS doesn't currently have; even though the
  compiler is C99-compliant, the library isn't quite.  The off_t used
  for the st_size element of the stat can be 32-bit or 64-bit, so
  detect what we've got and pick a format accordingly.

- [Craig A. Berry brought this change]

  Normalize line endings in libssh2_sftp_get_channel.3.

  Somehow it got Windows-style CRLF endings so convert to just LF,
  for consistency as well as not to confuse tools that will regard
  the \r as content (e.g. the OpenVMS help librarian).

Dan Fandrich (29 Feb 2016)
- libgcrypt: Fixed a NULL pointer dereference on OOM

Daniel Stenberg (24 Feb 2016)
- [Viktor Szakats brought this change]

  url updates, HTTP => HTTPS

  Closes #87

Dan Fandrich (23 Feb 2016)
- RELEASE-NOTES: removed some duplicated names
2016-10-31 16:18:02 +00:00
..
aide Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
aide06 Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
amap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
antonym Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ap-modsecurity2 Revbump post boost update 2016-10-07 18:25:29 +00:00
apg Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
argon2 Import argon2-20151102 as security/argon2. 2015-11-05 08:50:33 +00:00
arirang Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
asignify Honour --mandir. Fixes PKGMANDIR. 2016-04-01 13:54:41 +00:00
avcheck Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
base Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
Bastille Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bcrypt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
beecrypt Explicitly disable python bindings. 2015-11-08 23:33:46 +00:00
bitstir Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
boringssl Revbump packages depending on Go after the Go 1.7.3 update. 2016-10-29 08:59:46 +00:00
botan Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
botan-devel Revbump post boost update 2016-10-07 18:25:29 +00:00
bunny needs openssl and network libs on SunOS 2016-09-19 13:04:26 +00:00
caff Updated caff to 2.5. 2016-10-09 20:57:05 +00:00
ccid Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cfs Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
chkrootkit Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
clamav Bump PKGREVISION for NOT_PAX_MPROTECT_SAFE 2016-09-10 23:23:20 +00:00
clamav-doc ClamAV 0.99 contains major new features and changes. YARA rules, 2015-12-11 16:31:06 +00:00
clusterssh Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
codecrypt link network libs on SunOS 2016-09-19 13:12:39 +00:00
CoolKey Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
courier-authlib Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
crack Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
credns Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
crudesaml Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
crypto++ Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
CSP Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cvm Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
cy2-anonymous
cy2-crammd5
cy2-digestmd5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cy2-gssapi Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cy2-ldapdb Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cy2-login
cy2-ntlm Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cy2-otp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cy2-plain
cy2-saml Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cy2-scram Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cy2-sql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
cyrus-sasl Add 'db6' to supported bdb versions and finally commit ipctype 'doors' 2016-09-11 06:11:15 +00:00
cyrus-saslauthd security/cyrus-sasl was changed to use doors on SunOS. Bump PKGREVISION. 2016-10-17 13:45:45 +00:00
dcfldd Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ddos-scan Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
destroy Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
dhbitty Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
dirb Revbump post boost update 2016-10-07 18:25:29 +00:00
dirmngr Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
dnssec-tools Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dropbear Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
dsniff Fix security/dsniff* build on NetBSD-current due recent route(4) change 2016-04-18 08:34:35 +00:00
dsniff-nox11 Fix security/dsniff* build on NetBSD-current due recent route(4) change 2016-04-18 08:34:35 +00:00
EasyPG Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ecap_clamav_adapter Update ecap_clamav_adapter to use C++11 in line with libecap (and squid3). 2016-06-23 15:17:28 +00:00
egd Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
engine-pkcs11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ent Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
erlang-fast_tls Update security/erlang-fast_tls to 1.0.7. 2016-08-12 09:25:49 +00:00
erlang-p1_oauth2 Import p1_oauth2-0.6.1 as security/erlang-p1_oauth2. 2016-04-25 14:30:45 +00:00
erlang-p1_pam Update security/erlang-p1_pam to 1.0.0. 2016-01-16 17:30:31 +00:00
f-prot-antivirus6
f-prot-antivirus6-fs-bin
f-prot-antivirus6-ms-bin Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
f-prot-antivirus6-ws-bin
fail2ban Updated to 0.9.3. 2015-11-27 15:41:47 +00:00
flawfinder Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
fprint-demo Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
fragroute Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
fsh Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
fwbuilder Fix MANDIR handling. 2016-04-21 10:44:40 +00:00
gnome-keyring Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-keyring-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-keyring-sharp Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gnu-crypto Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
gnu-pw-mgr Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
gnupg Revbump post boost update 2016-10-07 18:25:29 +00:00
gnupg-pkcs11-scd Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
gnupg2 Revbump post boost update 2016-10-07 18:25:29 +00:00
gnupg21 Add upstream bug report URL, thanks bsiegert! 2016-08-20 16:18:03 +00:00
gnutls Use libopts from autoopts package instead of local copy. 2016-09-20 08:40:15 +00:00
go-crypto Revbump packages depending on Go after the Go 1.7.3 update. 2016-10-29 08:59:46 +00:00
go-oauth2 Revbump packages depending on Go after the Go 1.7.3 update. 2016-10-29 08:59:46 +00:00
google-authenticator Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
gpa Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gpass Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gpg2dot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gpgme Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
gpgmepp Add gpgmepp 15.12.2 2016-05-26 06:39:11 +00:00
gpshell Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gsasl Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
gss Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
guardtime Revbump post boost update 2016-10-07 18:25:29 +00:00
hackbot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
hashcash Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
heimdal Explicitly disable extended glob(3C) support on SunOS, despite it 2016-06-02 16:01:12 +00:00
heirloom-su
HElib Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
hitch Update security/hitch to 1.4.1. 2016-10-02 09:19:35 +00:00
honeyd Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
honeyd-arpd Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hs-digest Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
hydan Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hydra Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
ike-scan Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ipsec-tools Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ipv6-toolkit Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
isakmpd Use ${MASTER_SITE_LOCAL} when you mean ${MASTER_SITE_LOCAL}. 2016-04-12 08:08:46 +00:00
jessie Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
john Add a missing endif in Solaris case. 2016-01-28 10:04:38 +00:00
kauth Update KDE Frameworks to 5.25.0 2016-08-21 21:23:15 +00:00
kdesu Update KDE Frameworks to 5.25.0 2016-08-21 21:23:15 +00:00
KeePass Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
keepassx Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
keepassx0 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
keychain Updated security/keychain to 2.8.3 2016-09-20 12:36:09 +00:00
kgpg Revbump post boost update 2016-10-07 18:25:29 +00:00
knc Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
kpcli Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
kssh Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
kstart Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
kwallet Update KDE Frameworks to 5.25.0 2016-08-21 21:23:15 +00:00
kwalletmanager Revbump post boost update 2016-10-07 18:25:29 +00:00
lasso Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
libassuan2 Remove patch that is not needed any longer. 2016-07-17 07:21:27 +00:00
libbf Attempt to bring sanity to how ABI and MACHINE_ARCH are set. 2016-01-24 16:14:44 +00:00
libcrack add a patch for CVE-2016-6318 from 2016-10-30 20:49:57 +00:00
libcurvecpr Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libdes Use PKGMANDIR. Add patch comment. 2016-03-30 09:48:42 +00:00
libfprint Switch to ImageMagick6 to fix build. Bump PKGREVISION. 2016-05-26 11:44:00 +00:00
libfwbuilder Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgcrypt Use COMPILER_RPATH_FLAG properly. Reconciles libgcrypt-config with 2016-09-01 10:19:30 +00:00
libgfshare Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libglobalplatform Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgnome-keyring Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libgpg-error Updated libgpg-error to 1.24. 2016-07-16 08:19:22 +00:00
libguardtime Revbump post boost update 2016-10-07 18:25:29 +00:00
libidea idea patent has expired, so set LICENSE to something more useful. 2016-10-03 08:15:50 +00:00
libident
libksba Updated libksba to 1.3.5. 2016-08-22 12:32:11 +00:00
libmcrypt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libmerkletree
libmultigest
libnetpgpverify Bump API requirement to 20150901 for the renamed symbols in libnetpgpverify 2015-09-01 19:41:17 +00:00
liboauth Revbump post boost update 2016-10-07 18:25:29 +00:00
libp11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libpbc Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libprelude Fix build against newer gnutls. 2016-09-29 12:14:37 +00:00
libprelude-lua Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
libprelude-perl Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
libprelude-python Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
libprelude-ruby Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
libpreludedb Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
libpreludedb-mysql Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
libpreludedb-perl Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
libpreludedb-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
libpreludedb-python Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
libpreludedb-sqlite3 Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
libressl Updated libressl to 2.5.0. 2016-10-04 11:39:23 +00:00
libsecret Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libsodium Version 1.0.8 2016-02-07 10:59:18 +00:00
libssh Add missing dependency: devel/argp 2016-10-09 22:02:07 +00:00
libssh2 Updated libssh2 to 1.8.0. 2016-10-31 16:18:02 +00:00
libtasn1 Updated libtasn1 to 4.8. Security update. 2016-06-22 10:36:00 +00:00
libtcpa Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libtomcrypt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libykneomgr Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libyubikey Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
log2timeline Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
logcheck Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
lsh Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
lua-sec Update to luasec-0.6. Switch to MASTER_SITE_GITHUB. 2016-06-04 21:48:11 +00:00
mate-polkit Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mbedtls Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mbedtls1 Update security/mbedtls1 to 1.3.17 2016-09-15 10:48:01 +00:00
mcrypt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
md4-collision Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
md5-collision Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
merkletree
mhash Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mirrordir Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
mit-krb5 Update to 1.14.4 and fix build on OS X 2016-10-28 20:56:14 +00:00
mit-krb5-appl Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mixminion Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
mozilla-rootcerts Update to certificates of 20160610. 2016-07-21 12:37:43 +00:00
mozilla-rootcerts-openssl Update to match mozilla-rootcerts. Bump version. 2016-07-21 12:38:05 +00:00
msu Support PKGMANDIR. 2016-04-01 11:06:44 +00:00
msudir Support PKGMANDIR. 2016-04-01 11:15:24 +00:00
multigest Update multigest and libmultigest to version 20150211 2015-02-12 01:57:57 +00:00
munge Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
MyPasswordSafe Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
nacl Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
netpgp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
netpgpverify Update netpgpverify and libnetpgpverify to 20160828 2016-08-28 23:23:40 +00:00
netramet wants libpcap 2016-09-19 13:22:21 +00:00
nettle Updated nettle to 3.3. 2016-10-03 12:28:19 +00:00
nfsbug make the makefile MAKE_JOBS_SAFE. 2015-12-16 10:44:44 +00:00
nikto Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
oath-toolkit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ocaml-cryptokit Updated package to use ocaml.mk framework. No upstream changes. 2016-06-25 14:31:13 +00:00
ocaml-ssl Revbump to make sure package gets recompiled with new mk/ocaml.mk 2016-06-20 10:15:52 +00:00
opencdk Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
openct Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
opendnssec Add a couple of patches I have been using with opendnssec in our 2016-07-16 19:49:07 +00:00
openpam Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
opensaml Revbump post boost update 2016-10-07 18:25:29 +00:00
opensc Updated security/opensc to 0.16.0 2016-08-04 13:08:25 +00:00
openssh Update openssh to 7.3.1 (OpenSSH 7.3p1). 2016-09-18 17:30:10 +00:00
openssl Remove incorrect comment and resulting weird license. 2016-10-03 11:55:11 +00:00
openvas-client Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
openvas-libnasl Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
openvas-libraries Mark as BROKEN 2016-10-09 19:50:01 +00:00
openvas-plugins Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
openvas-server Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
otpCalc Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
otptool Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
p0f Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
p5-AuthCAS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-CAS-Client Updated security/p5-Authen-CAS-Client to 0.07 2016-06-20 15:01:39 +00:00
p5-Authen-Htpasswd Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-PAM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-PluggableCaptcha Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-SASL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-SASL-Authd Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-SASL-Cyrus Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Authen-TacacsPlus Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-BSD-arc4random Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Bytes-Random-Secure Updated security/p5-Bytes-Random-Secure to 0.29 2016-06-21 14:00:25 +00:00
p5-Crypt-Blowfish Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-Blowfish_PP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-CAST5_PP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-CBC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-CipherSaber Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-DES Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-DES_EDE3 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-DH Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-DH-GMP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-DSA Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-ECB Updated p5-Crypt-ECB to 2.21. 2016-09-30 11:01:51 +00:00
p5-Crypt-Eksblowfish Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-GeneratePassword Update to 0.05 2016-08-09 00:25:57 +00:00
p5-Crypt-GPG Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-IDEA idea patent has expired, so set LICENSE to something more useful. 2016-10-03 08:15:50 +00:00
p5-Crypt-OpenPGP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-OpenSSL-AES Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-OpenSSL-Bignum Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-OpenSSL-DSA Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-OpenSSL-Random Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-OpenSSL-RSA Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-PasswdMD5 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-Primes Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-PWSafe3 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-Random Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-Random-Seed Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-Random-TESHA2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-RandPasswd Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-RC4 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-Rijndael Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-RIPEMD160 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-RSA Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-SmbHash Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-SSLeay Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-Twofish Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-URandom Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Crypt-X509 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Dancer-Plugin-Auth-RBAC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Data-SimplePassword - More BUILD_DEPENDS for make test 2016-07-20 13:50:57 +00:00
p5-Digest Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-BubbleBabble Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-CRC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-Hashcash Add missing dependency. 2016-09-30 14:03:05 +00:00
p5-Digest-HMAC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-JHash Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-MD2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-MD4 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-MD5 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-MD5-File Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-Nilsimsa Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-Perl-MD5 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-SHA Updated security/p5-Digest-SHA to 5.96 2016-08-05 23:10:37 +00:00
p5-Digest-SHA1 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Digest-SHA3 Update to 0.25 2016-07-29 11:43:59 +00:00
p5-File-KeePass Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-GnuPG-Interface Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-GSSAPI Explicitly pass path to krb5 implementation to be used. 2016-08-04 22:38:10 +00:00
p5-IO-Socket-SSL Updated p5-IO-Socket-SSL to 2.038. 2016-09-18 22:03:10 +00:00
p5-Module-Signature Updated p5-Module-Signature to 0.81. 2016-10-05 06:38:41 +00:00
p5-Mozilla-CA Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-DNS-SEC (pkgsrc) 2016-08-05 23:34:17 +00:00
p5-Net-DNS-SEC-Maint-Key Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-OpenSSH Updated security/p5-Net-OpenSSH to 0.73 2016-08-06 01:40:34 +00:00
p5-Net-SSH Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-SSLeay Updated p5-Net-SSLeay to 1.78. 2016-08-19 15:29:45 +00:00
p5-Netpgp-Verify Use https URI in preference to straight http. 2016-09-19 18:17:57 +00:00
p5-OpenSSL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-pcsc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-SHA Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Random Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Password-Pronounceable Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Tie-EncryptedHash Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p11-kit Explicitly depend on the mozilla CA list for providing a trust anchor. 2016-04-04 17:34:56 +00:00
PACK Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pakchois Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pakemon Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-af Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-dbm Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
pam-fprint Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
pam-krb5 Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pam-mkhomedir Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
pam-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pam-p11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pam-passwdqc Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
pam-pwauth_suid
pam-radius Fix build on SunOS. Fix pkglint warnings while at it. 2016-04-12 13:15:14 +00:00
pam-saml Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pam-tacplus Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-yubico Revbump post boost update 2016-10-07 18:25:29 +00:00
pam_ssh_agent_auth Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
paperkey Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
password-store Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pcsc-lite update to pcsc-lite-1.8.18 2016-08-11 05:01:05 +00:00
pcsc-tools Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
pear-Crypt_GPG Update pear-Crypt_GPG to 1.4.3. 2016-10-09 12:30:30 +00:00
pev Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pgp2 idea patent has expired, so set LICENSE to something more useful. 2016-10-03 08:15:50 +00:00
pgp5 idea patent has expired, so set LICENSE to something more useful. 2016-10-03 08:15:50 +00:00
pgpdump Update pgpdump to 0.31. 2016-06-03 20:20:08 +00:00
pgpenvelope Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
php-mcrypt
php-oauth Revbump post boost update 2016-10-07 18:25:29 +00:00
php-oauth1 Revbump post boost update 2016-10-07 18:25:29 +00:00
php-ssdeep Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-ssh2 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-suhosin Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pinentry Update pinentry* to 0.9.7: 2015-12-13 21:27:13 +00:00
pinentry-gtk2 Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
pinentry-qt4 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pinepgp Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pkcs11-helper Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
pks Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
policykit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
policykit-gnome Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
polkit polkit: avoid declaring conflicting setgrent on FreeBSD. 2016-09-27 21:56:13 +00:00
polkit-qt Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
polkit-qt5 Add polkit-qt5 0.112.0 2016-05-26 06:22:54 +00:00
PortableSigner Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
portsentry Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
prelude-correlator Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
prelude-lml Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
prelude-manager Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
prelude-pflogger Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
priv Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
prngd Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pscan Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
putty Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
pwsafe Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
py-acme Update py-certbot and py-acme to 0.9.1. 2016-10-11 09:23:35 +00:00
py-aes Import pyaes-1.6.0 as security/py-aes 2016-06-14 07:58:40 +00:00
py-asn1 Update security/py-asn1 to 0.1.9. 2015-12-30 15:00:27 +00:00
py-asn1-modules Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-backports.ssl_match_hostname Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-bcrypt Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-certbot Update py-certbot and py-acme to 0.9.3. 2016-10-19 13:45:54 +00:00
py-certifi Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
py-crack Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-cryptkit Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-crypto Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
py-cryptography Remove some dead code, python-3.3 is no more. 2016-10-03 12:25:36 +00:00
py-cryptopp Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-cybox Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-denyhosts Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-Des Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-ecdsa Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-ezPyCrypto Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-gnupg Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-gssapi Use pypi distfile. 2016-07-24 19:08:23 +00:00
py-hsm Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-itsdangerous Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-kerberos Add py-kerberos 1.2.4 2016-06-09 02:06:18 +00:00
py-keyring Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-lasso Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-libtaxii Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-m2crypto Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-mcrypt Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-ndg_httpsclient Import ndg_httpsclient-0.4.0 as www/py-ndg_httpsclient. 2015-12-01 08:43:05 +00:00
py-oauth Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-oauth2 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-oauth2client Updated py-oauth2client to 4.0.0. 2016-10-19 13:02:48 +00:00
py-oauthlib Updated py-oauthlib to 2.0.0. 2016-09-04 09:33:28 +00:00
py-openid Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-OpenSSL Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-paramiko Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-passlib Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pbkdf2 Import py-pbkdf2-1.3 as security/py-pbkdf2. 2016-09-02 16:30:20 +00:00
py-prewikka Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-py-bcrypt Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pydeep Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-requests-oauthlib Updated py-requests-oauthlib to 0.7.0. 2016-10-19 13:39:33 +00:00
py-rsa Update py-rsa to 3.4.1: 2016-04-13 17:54:10 +00:00
py-service_identity Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-simplesha3 Import py-simplesha3-2015.09.22.post1 as security/py-simplesha3. 2015-12-27 22:26:23 +00:00
py-slowaes Import py-slowaes-0.1a1 as security/py-slowaes. 2016-09-02 16:29:10 +00:00
py-smbpasswd Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-SSLCrypto Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-stix Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-tlslite Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-urllib2-kerberos Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-xmlsec Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-yara Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-yubiauth Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
pyca Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
qca Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
qca-tls Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qca2 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qca2-gnupg Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qca2-ossl Remove support for SSLv2 2016-03-29 23:04:01 +00:00
qident Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
qoauth Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qore-asn1-module email style fix 2016-08-07 10:12:58 +00:00
qore-ssh2-module email style fix 2016-08-07 11:44:42 +00:00
qore-xmlsec-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qt4-qtkeychain Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
R-digest Update to 0.6.9 2016-04-16 14:57:03 +00:00
racoon2 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rainbowcrack Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
rats Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
rc5des Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
rid Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
rsaref Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-airbrussh Add ruby-airbrussh version 1.1.1. 2016-10-17 15:42:35 +00:00
ruby-bcrypt Update ruby-bcrypt to 3.1.11. 2016-03-15 15:07:02 +00:00
ruby-ezcrypto Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-hmac Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-net-scp Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-net-sftp Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-net-ssh Update ruby-net-ssh to 2.10.1.rc2. 2015-12-13 15:03:15 +00:00
ruby-net-ssh-gateway Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-net-ssh-multi Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-oauth Update HOMEPAGE. 2016-03-15 15:15:49 +00:00
ruby-openid Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-password Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-rack-openid Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-rc4 Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-ruby-openid Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-shadow Update ruby-shadow to 2.5.0. 2015-11-23 07:26:14 +00:00
ruby-simple_oauth Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-sshkit Update ruby-sshkit to 1.11.3. 2016-10-17 15:45:26 +00:00
ruby-tcpwrap Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-twitter_oauth Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
sbd Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
scanssh Fix PKGSRC_MKPIE=yes build. Add LICENSE. 2016-07-26 20:33:35 +00:00
scrypt Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
seahorse Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
seahorse-plugins Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
seccure Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
secpanel Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
sfs Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sign Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
skey Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sks Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sleuthkit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
smaSHeM Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
smtpd Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
sniff Use PKGMANDIR. Add patch comment. 2016-03-30 09:52:58 +00:00
snoopy Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
snortsnarf Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
snow Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
softhsm Tell configure where to look for Botan. 2016-06-01 13:41:14 +00:00
spiped Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
srm Update srm from 1.2.8 to 1.2.15 2016-10-27 19:49:44 +00:00
srp_client Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ssdeep Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ssh-askpass Pass CFLAGS and LDFLAGS to imake. Fixes MKPIE build. 2016-05-18 21:16:25 +00:00
ssh-ip-tunnel Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
sshfp Switch to direct py-dns dependency. 2016-06-30 18:03:46 +00:00
sshguard Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
sshpass Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ssldump Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sslproxy Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sslsplit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sslwrap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ssss Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
starttls Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
steghide Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
stegtunnel Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
stud Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
stunnel PR pkg/51449 2016-08-29 19:21:24 +00:00
sudo Stop mentioning sudo version prior 1.6 - it was over 16 years ago. 2016-10-21 20:50:42 +00:00
tacshell Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
tcl-tls Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
tcp_wrappers Add LICENSE (2-clause-bsd, not exactly but close enough). 2016-01-29 10:43:14 +00:00
tct Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
tkpasman Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
tor-browser Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
tripwire Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
TweetNaCl Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
uvscan mark as broken, no distfile 2015-03-06 23:22:25 +00:00
validns Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
vault Revbump packages depending on Go after the Go 1.7.3 update. 2016-10-29 08:59:46 +00:00
volatility Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xml-security-c Update to 1.7.3 2016-10-09 03:17:18 +00:00
xmlsec1 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
yafic Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
yara Update security/yara to version 3.4.0 2016-05-26 14:41:48 +00:00
ykclient Revbump post boost update 2016-10-07 18:25:29 +00:00
ykpers Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
zebedee Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
zkt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
zoneminder Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
Makefile Remove ap-modsecurity. 2016-10-23 02:07:33 +00:00