Commit graph

6032 commits

Author SHA1 Message Date
hiramatsu
5fd4493c7f Update p5-Module-Signature to 0.68.
Changes from previous:
[Changes for 0.68 - Fri, 13 May 2011 11:51:50 +0200]

* Fix breakage introduced by 0.67 (Andreas König).

[Changes for 0.67 - Sun, 17 Apr 2011 16:29:23 +0200]

* Better handling of \r (Andreas König, Zefram) (Closes RT#46339).
2011-11-13 12:29:01 +00:00
joerg
206969621e Remove patch-aa, it's a nop. Remove MAKE_DIRS for an entry that also has
MAKE_DIRS_PERMS. Add user-destdir support.
2011-11-11 18:58:13 +00:00
ryoon
aa1958719f Update to 4.46
Changelog:
Version 4.46, 2011.11.04, urgency: LOW:
* New features
  - Added Unix socket support (e.g. "connect = /var/run/stunnel/socket").
  - Added "verify = 4" mode to ignore CA chain and only verify peer certificate.
  - Removed the limit of 16 IP addresses for a single 'connect' option.
  - Removed the limit of 256 stunnel.conf sections in PTHREAD threading model.
    It is still not possible have more than 63 sections on WIN32 platform.
    http://msdn.microsoft.com/en-us/library/windows/desktop/ms740141(v=vs.85).aspx
* Optimizations
  - Reduced per-connection memory usage.
  - Performed a major refactoring of internal data structures.  Extensive
    internal testing was performed, but some regression bugs are expected.
* Bugfixes
  - Fixed WIN32 compilation with Mingw32.
  - Fixed non-blocking API emulation layer in UCONTEXT threading model.
  - Fixed signal handling in UCONTEXT threading model.
2011-11-10 21:01:39 +00:00
drochner
76be99e814 update to 2.12.14
This fixes a Possible buffer overflow/Denial of service problem
(CVE-2011-4128)
2011-11-09 18:41:46 +00:00
gavan
acacc735c0 Create missing directory prior to installation 2011-11-08 15:38:48 +00:00
hiramatsu
c7c7c35197 Update p5-Net-OpenSSH to 0.52.
Changes from previous:
0.52  May 9, 2011
        - release as stable
        - skip bad passwd test when IO::Pty is not available

0.51_12  May 2, 2011
        - require version 2 of the SSH protocol (bug report by Jo
          Rhett)
        - remove harmless "my $foo = ... if ..." bug

0.51_11  Apr 24, 2011
        - encoding handling in sftp method was broken (bug report and
          solution by Todd Rinaldo)
        - sftp method was broken (regression)
        - better support for sharing SSH connections with children
        - more tests
        - add sample for usage with Net::Telnet
        - bad sample in documentation corrected

0.51_10  Mar 29, 2011
        - error status was not reset between calls (regression)
        - remove internal line numbers from error messages
        - encoding errors were not propageted in pipe_in and pipe_out
          methods
        - minor debuging cleanup
        - better messages on bad encoding errors

0.51_09  Mar 29, 2011
        - add support for passphrase protected keys
        - add support for passing the private key path as an explicit
          constructor option
        - bug solved on password handling
        - bug solved in _fileno_dup_over
        - remove redundant _check_master_and_clear_error
        - more tests
        - some doc improvements

0.51_08  Mar 28, 2011
        - pipe_in and pipe_out were not correctly setting error status
          on failure
	- support argument_encoding in pipe_in and pipe_out
        - document how to set StrictHostKeyChecking=no
        - replace @error_prefix arguments by a localized stack
	- use _load_module for Encode loading
	- remove no-encoding hack on _master_ctl

0.51_07  Mar 22, 2011
        - add encoding support
        - undef $SIG{CHLD} inside blocking methods

0.51_06  Mar 16, 2011
        - make hostname argument to constructor optional when
          external_master is set
        - better error handling in constructor
        - s/reuse_master/external_master/. I never were happy with the
          old option name.
        - some minor doc corrections

0.51_05  Mar 15, 2011
        - implement reuse_master feature
        - do not propagate extra arguments from wait_for_master to
          _wait_for_master
        - accept ssh_opts in make_remote_command

0.51_04  Mar 10, 2011
        - solve "Not enough arguments for grep" bug (reported by Tom
          Wittbrodt)
        - some documentation improvements

0.51_03  Mar 9, 2011
        - error message corrected
        - troubleshooting guide improved
        - add pointer to OpenSSH Wikibook
        - add autosudo.pl sample
        - implement stdintout_dpipe_is_parent feature

0.51_02  Feb 10, 2011
        - add support for test method
        - add support for dpipe feature
        - simplify _wait_for_master code
        - remove spurious warnings generated when control command
          failed to run (bug report by jaiieq from Perlmonks)
	- timeout at object level where being ignored by _waitpid
        - document how to run detached remote processes

0.51_01  Feb 1, 2011
        - add support for kill_ssh_on_timeout feature and better
          timeout handling
        - set ssh option ServerAliveInterval
        - system could return -1 on error instead of false
        - add change_password.pl sample
	- some tests were failing when using csh as the remote shell
          (bug report by Scott Davis)
2011-11-05 23:01:03 +00:00
sbd
80834d6c05 Add missing zlib and bzip2 buildlinks
Bump PKGREVISION
2011-11-05 09:17:04 +00:00
jnemeth
caeaab9b2c Add a new threads option which is on by default. The purpose of this is
to allow other packages that can't handle threads to link against this.

No revbump since there is no change to binary packages.
2011-11-02 22:51:07 +00:00
taca
2656f27733 Update sudo package to 1.7.8p1.
What's new in Sudo 1.7.8p1?

 * Fixed matching of a Runas_Alias in the group section of a
   Runas_Spec.
2011-11-01 15:09:17 +00:00
sbd
ff3e585f03 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
drochner
2a6f422d67 update to 2.12.12
changes: minor fixes and cleanup
2011-10-30 18:07:55 +00:00
drochner
ba42c70fb3 update to 2.10
changes: minor fixes and cleanup
2011-10-30 18:07:14 +00:00
obache
131e5d67da Update py-cryoto to 2.4.
2.4
===
	* Python 3 support!  (Thorsten E. Behrens, Anders Sundman)
	  PyCrypto now supports every version of Python from 2.1 through 3.2.

	* Timing-attack countermeasures in _fastmath: When built against
	  libgmp version 5 or later, we use mpz_powm_sec instead of mpz_powm.
	  This should prevent the timing attack described by Geremy Condra at
	  PyCon 2011:
	  http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-through-the-side-channel-timing-and-implementation-attacks-in-python-4897955

	* New hash modules (for Python >= 2.5 only): SHA224, SHA384, and
	  SHA512 (Frédéric Bertolus)

	* Configuration using GNU autoconf.  This should help fix a bunch of
	  build issues.

	* Support using MPIR as an alternative to GMP.

	* Improve the test command in setup.py, by allowing tests to be
	  performed on a single sub-package or module only. (Legrandin)

	  You can now do something like this:

	    python setup.py test -m Hash.SHA256 --skip-slow-tests

	* Fix double-decref of "counter" when Cipher object initialisation
	  fails (Ryan Kelly)

	* Apply patches from Debian's python-crypto 2.3-3 package (Jan
	  Dittberner, Sebastian Ramacher):
	 - fix-RSA-generate-exception.patch
	 - epydoc-exclude-introspect.patch
	 - no-usr-local.patch

	* Fix launchpad bug #702835: "Import key code is not compatible with
	  GMP library" (Legrandin)

	* More tests, better documentation, various bugfixes.
2011-10-30 13:30:36 +00:00
obache
9125a17389 Convert distutils package to register egg-info
Bump PKGREVISION.
2011-10-30 11:46:48 +00:00
obache
cc69086ca5 Update pyca to 0.6.6.20031118.
LICENSE=gnu-gpl-v2

Changes:
* Added config template for generating CSRs for SSL server certs with OpenSSL
* Some improve for vbs.py
2011-10-29 08:27:37 +00:00
obache
6f4c7eb492 * distutils package, register egg-info.
Bump PKGREVISION.
2011-10-29 08:07:23 +00:00
obache
a5474c5ebe This package has no contents to buildlink. 2011-10-29 07:55:31 +00:00
obache
ed18bb2151 * LICENSE=gnu-lgpv-v2.1
* pure python module, C compiler is not required.
* register egg-info.

Bump PKGREVISION.
2011-10-29 06:40:25 +00:00
obache
3d92d913fa * New HOMEPAGE and MASTER_SITES.
* LICENSE=gnu-lgpl-v2.1
* register egg-info.

Bump PKGREVISION.
2011-10-29 06:31:21 +00:00
obache
204f4f3c50 * LICENSE=public-domain
* pure python module, C compiler is not required.
* register egg-info.

Bump PKGREVISION.
2011-10-29 06:22:20 +00:00
obache
df02ea7084 * LICENSE=gnu-gpl-v2
* remove needless things (not using `make' to build, no man, no bin).
* register egg-info.

Bump PKGREVISION.
2011-10-29 06:15:12 +00:00
tez
ccd5ca3710 update to 0.97.3 fixes SA46455
freshclam/manager.c: fix error when compiling without DNS support (bb#3056)
libclamav/pdf.c: flag and dump PDF objects with /Launch (bb #3514)
libclamav/bytecode.c,bytecode_api.c: fix recursion level crash
2011-10-26 17:55:05 +00:00
obache
4d4bae6cbb OpenSSL is required to build. 2011-10-24 12:48:56 +00:00
tez
f4124f9abe add vendor patch 2011-006-patch-r18 from MITKRB5-SA-2011-006
this fixes CVE-2011-1528, CVE-2011-1529 & CVE-2011-4151
2011-10-23 19:58:16 +00:00
ryoon
a15d3c051a Recursive revbump after graphics/ImageMagick update. 2011-10-22 15:00:20 +00:00
hiramatsu
d3f3eef65e Update p5-Authen-Htpasswd to 0.171.
Changes from previous;
0.171  Tue Aug 09 13:09:00 BST 2011
    - re-disting because I failed to notice MYMETA.* in the dist

0.170  Tue Aug 09 12:17:00 BST 2011
    - fix user inflation code to handle arbitrary usernames
2011-10-21 21:09:43 +00:00
hiramatsu
e6ecd16fdb Add HOMEPAGE and LICENSE. 2011-10-21 04:47:22 +00:00
sbd
2661b26475 Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.
2011-10-18 21:59:17 +00:00
dholland
60c25b0fa4 +qca2-gnupg 2011-10-18 01:52:40 +00:00
obache
627d852b1b Relax dependency, Digest-1.00 module was imported into Perl base prior 5.7.1.
Bump PKGREVISION.
2011-10-18 01:06:33 +00:00
obache
2674f3bcba Update p5-Digest-CRC to 0.17.
(Drop dependency on p5-Digest, it is not required even with prior version).

0.17  Sat Aug 27 13:59:31 2011
        - fixed non-xs code, #70535
2011-10-18 01:03:06 +00:00
schnoebe
a7d1b8b1d4 Imported qca2-gnupg from pkgsrc-wip.
Taking a hint from the similarly-named Java Cryptography Architecture,
QCA aims to provide a straightforward and cross-platform crypto
API, using Qt datatypes and conventions. QCA separates the API from
the implementation, using plugins known as Providers. The advantage
of this model is to allow applications to avoid linking to or
explicitly depending on any particular cryptographic library. This
allows one to easily change or upgrade crypto implementations
without even needing to recompile the application. QCA should work
everywhere Qt does, including Windows/Unix/MacOSX.

Capabilities:
TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0,
SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160,
Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5,
RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1)

This is the GnuPG plugin.

Packaged by jfranz@bsdprojects.net.
2011-10-18 00:46:58 +00:00
shattered
43d8d13cfc PR/42039 -- not available for NetBSD 4 and up. 2011-10-17 19:32:24 +00:00
obache
61888303c8 Honor VARBASE and PKG_SYSCONFDIR.
ride on last update.
2011-10-17 09:38:25 +00:00
obache
fd42b8fef6 Update pam-af to 1.0.2.
Bug fix release.
2011-10-17 08:47:51 +00:00
sbd
0637b07a30 No need to check for an interpreter in a perl module. 2011-10-17 00:02:59 +00:00
obache
dfef287860 Allow to accept any Python-2.x. 2011-10-14 13:00:01 +00:00
tron
785f9d0ada Mark as not multiple jobs safe. This fixes random build errors on my
dual core NetBSD/amd64 5.1_STABLE system.
2011-10-08 13:49:14 +00:00
shattered
b9b0692692 PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
gls
59f09f0a7e Update security/p5-Crypt-DSA to 1.17
1.17 2011.06.16
- Upgrade to Module::Install 1.01
- Added support for OpenSSL 1.0.0 dsaparam format change.
- Requires perl 5.6 now
- Fixes for 64-bit support

While here, fix SA46275, with upstream patch from
https://rt.cpan.org/Public/Bug/Display.html?id=71421
2011-10-06 19:22:02 +00:00
drochner
6651578b0d move a comment to where it makes sense 2011-10-06 18:00:00 +00:00
drochner
64bf8268c3 update to 2.12.11
changes: bugfixes
2011-10-06 17:56:25 +00:00
hiramatsu
ca5a83bc99 Update p5-Data-SimplePassword to 0.07.
Change from previous:
0.07  Wed Feb 23 18:58:18 JST 2011
    * added -u switch to rndpassword(1).
    * optimized for tests.
    * fixed some typos.
2011-10-06 15:33:31 +00:00
hans
4df3a77d37 Look in /usr/sfw to find built-in openssl on SunOS 5.10. 2011-10-04 14:15:35 +00:00
abs
012bfe9443 ensure we disable selinux 2011-10-03 17:19:02 +00:00
agc
d78cfab49d rename the getline() function to nfsbug_getline() using SUBST, so that we
can build on more modern systems.
2011-10-03 05:24:38 +00:00
joerg
7c1538f5be Remove Nessus. The distfiles haven't been provided in a long, long time
by upstream and they haven't been mirrored either.
2011-10-02 18:18:05 +00:00
dholland
bffa68d6c3 Fix MAKE_JOBS build. This does not fix the bulk failure, which I can't
replicate and don't understand.
2011-10-02 05:04:03 +00:00
shattered
e0360cd413 Fix build on -current. 2011-10-01 11:36:11 +00:00