Commit graph

5593 commits

Author SHA1 Message Date
obache
c72f645b97 Update ruby-oauth to 0.4.2.
== 0.4.2 2010-08-13

* Fixed compatibility with Ruby 1.9.2 (ecavazos)
* Fixed the em-http request proxy (Joshua Hull)
* Fix for oauth proxy string manipulation (Jakub Suder)
* Added Bundler (rc) Gemfile for easier dev/testing
2010-08-14 02:55:23 +00:00
drochner
39085d72f5 sync with base pkg
qt4: run "moc" at build time to make sure the generated files
match the installed qt version
2010-08-11 13:29:19 +00:00
drochner
dc8dea8748 update to 0.8.0
changes:
-Beautified the qt4 pinentry
-Minor enhancements

Thanks to Sverre Froyen for testing the qt4 version and finding
a patch which makes the dialog stay on top.
2010-08-11 13:28:08 +00:00
drochner
25ec242935 remove awk script modifications someone added for compatibility -- they
are wrong and caused out-of-bounds memory accesses
bump PKGREVISION
2010-08-05 13:28:24 +00:00
jnemeth
b90ea28264 sort 2010-08-05 04:58:12 +00:00
sno
bd0f43350e Updating security/p5-Net-OpenSSH from 0.47 to 0.48
Upstream changes:
0.48  Aug 2, 2010
        - bug quoting escaped scalars as globs solved
	- new faq for "can't change directory"
	- support calling shell_quote and shell_quote_args as class
          methods
	- more tests
	- minor doc corrections
2010-08-04 16:49:54 +00:00
drochner
81585dfb37 add patch from upstream to fix a possible use-after-free problem
(CVE-2010-2547), bump PKGREVISION
2010-08-03 19:14:42 +00:00
obache
2fb23ca4df Update ruby-oauth to 0.4.1.
== 0.4.1 2010-06-16

* Added support for using OAuth with proxies (Marsh Gardiner)
* Rails 3 Compatibility fixes (Pelle Braendgaard)
* Fixed load errors on tests for missing (non-required) libraries
2010-08-03 07:06:45 +00:00
obache
bea8a6067c + ruby-soauth, ruby-roauth 2010-08-03 05:03:41 +00:00
obache
26471fda24 Import ruby-roauth-0.0.2 as security/ruby-roauth.
Based on SOAuth: security/ruby-soauth

A *simple* Ruby OAuth library that supports OAuth header signing, and header
verifying.
2010-08-03 05:01:41 +00:00
obache
b2f9f26ead Import ruby-soauth-0.2 as security/ruby-soauth.
## The "S" is for "Signs" ##

*SOAuth* is a Ruby library that **creates HTTP headers for OAuth Authorization**
using previously-obtained OAuth keys/secrets.  Useful if you want to make your
own HTTP request objects instead of using the ones created for you using the
[commonly-used OAuth gem](security/ruby-oauth).

It should be noted that this was developed without edge cases in mind -- it was
pretty much abstracted from my "by-hand" signing of OAuth requests in [Prey
Fetcher](http://preyfetcher.com), so don't consider it production-quality code
(though it [is running in production](http://preyfetcher.com)).
2010-08-03 04:55:10 +00:00
obache
f985006214 ABI is not defined on old Darwin. 2010-08-01 05:24:00 +00:00
sno
a036db24fe Updating security/p5-Net-OpenSSH from 0.45 to 0.47
Upstream changes:
0.47  Apr 13, 2010
	- document how to make it work under Solaris
	- some docs reorganization and improvements

0.46_02  Mar 29, 2010
	- add suport for default_stdin_file, default_stdin_discard and
          similar options
        - add stdinout_socket feature and open2socket shortcut method
        - rename some internal methods to more meaningfull names
        - add open_tunnel and capture_tunnel methods
	- add support for tunnel feature and docs
	- document mod_perl/mod_perl2 integration
	- document not-a-real-file-handle errors
	- some minor doc updates
	- run tests with StrictHostKeyChecking=no
        - disable tty allocation for control commands
        - better debugging for _io3

0.46_01  Mar 25, 2010
        - do not depend on STDIN, STDOUT and STDERR being file
          descriptors 0, 1, and 2 respectively as it happens, for
          instance, under mod_perl (bug report by eserte via
          PerlMonks)
        - use POSIX::dup2 to duplicate file descriptors, instead of
          perl open builtin
        - set stdin_discard to when running control commands as it may
          be closed or tied
        - better debugging for waitpid and _io3
        - error in example in documentation corrected (reported by
          Slaven Rezic)
2010-07-31 11:55:03 +00:00
sno
208f9c447b Updating security/p5-GSSAPI from 0.26nb1 to 0.28
pkgsrc changes:
- add license definition

Upstream changes:
0.28    Do 3. Jun 12:11:21 UTC 2010
        - Fixed Lenght-problem in typemap, T_BUFFER_STR_OUT for Heimdal.
          Thanks to Slaven Rezic <slaven@rezic.de> for report and patch.
2010-07-31 11:52:29 +00:00
sno
a9ccb4720b Updating security/p5-Digest-MD5 from 2.39 to 2.40
pkgsrc changes:
- adjust dependencies

Upstream changes:
2010-07-03 - Release 2.40 - Gisle Aas <gisle@ActiveState.com>
   Marc Pignat (1):
      Safer alignment test [RT#35823]
   Robin Barker (1):
      consting in new ext/
   Gisle Aas (1):
      Remove the MacOS branch of this test
2010-07-31 11:48:37 +00:00
sno
56f777752f Updating security/p5-Crypt-Twofish from 2.13 to 2.14
pkgsrc changes:
- adjust license definition

Upstream changes:
2.14    2010-05-08      Abhijit Menon-Sen <ams@toroid.org>
    * Fix inaccurate dependency in Makefile.PL
2010-07-31 11:44:09 +00:00
jnemeth
4ab8825bc3 add and enable dnssec-tools 2010-07-29 04:59:33 +00:00
drochner
aa4ae2ec83 POSIX says <sys/stat.h> is sufficient to get mode_t defined, but some
older systems apparently need <sys/types.h> for this, so just
include it as well
fixes compile problem on Ubuntu 6.06 reported by Matthias Ferdinand
2010-07-28 08:45:07 +00:00
taca
b39f39b90e Add information for libgcrypt-1.4.6/gcrypt.tar.bz2 which is needed with
idea PKG_OPTION.
Fix PR pkg/43675 reported by Ryo HAYASAKA.
2010-07-27 04:45:41 +00:00
pettai
8ef2a357e9 Add installation of the CONF files, to ease the usability of this package 2010-07-25 19:57:25 +00:00
pettai
498d9ab483 Added buildlink3.mk, so other packages can use this toolset to get DNSSEC
fuctionality
2010-07-25 19:23:06 +00:00
gdt
62e0bf065e Use distutils.mk, and conditionalize egg file presence.
Fixes build with Python 2.4.
2010-07-24 12:49:25 +00:00
gdt
5ef0e7a28a Use new lang/python/distutils.mk, simplifying Makefile.
Support conditional egg generation, making this build on 2.4.
2010-07-24 12:33:19 +00:00
sborrill
39f60047d2 Add openssl bl3.mk to deal with partial bulk builds and pkgsrc ssl 2010-07-24 10:43:33 +00:00
wiz
376f1bc03f Remove empty line. 2010-07-23 23:24:19 +00:00
gdt
b830e361e2 This uses setuptools, so use egg.mk.
Substitute egg directory in PLIST to avoid hardcoded version.
2010-07-23 23:17:48 +00:00
gdt
83299a0545 Substitute egg file name to avoid hardcoded version. 2010-07-23 23:12:36 +00:00
gdt
847234f173 Substitute the egg file in PLIST so that the version isn't hardcoded.
(We are missing infrastructure for egg files in non-egg packages.)
Problem pointed out by wiz@.
2010-07-23 23:04:27 +00:00
pettai
25d9f55cfe Missed to remove a line containing etc 2010-07-23 22:41:49 +00:00
gdt
f80bae9c8d Don't suppress egg-info file, so that programs that use requires to
find the Python package contained in this distribution will work.
2010-07-23 21:09:51 +00:00
gdt
c96177a7cf Add PY_NO_EGG=no and egg file to PLIST.
Add LICENSE.
2010-07-23 18:30:51 +00:00
pettai
072bf7a57d Added the correct NSEC3 option 2010-07-23 08:42:05 +00:00
adam
8b19684238 Changes in version 1.4.6:
* New variants of the TIGER algorithm.
* New cipher algorithm mode for AES-WRAP.
* Interface changes relative to the 1.4.2 release:
  GCRY_MD_TIGER1             NEW.
  GCRY_MD_TIGER2             NEW.
  GCRY_CIPHER_MODE_AESWRAP   NEW.
2010-07-23 06:39:03 +00:00
gdt
270a0e0968 Don't bl3 against crypto++.
While one would expect a python wrapper for a library to link with the
library, this packages's source has files from crypto++, and it
doesn't try to link against the installed crypto++.
2010-07-23 01:17:42 +00:00
pettai
639fa84a11 The DNSSEC-Tools project is about creating a set of software tools, patches,
applications, wrappers, extensions, and plugins that will help ease
the deployment of DNSSEC related technologies.
2010-07-22 21:08:26 +00:00
gdt
711faa9bd0 Add py-crypto and py-cryptopp. 2010-07-22 20:22:49 +00:00
gdt
441cc2cb1b Import py26-cryptopp-0.5.19 as security/py-cryptopp.
pycryptopp is a set of Python wrappers for a few of the best crypto
algorithms from the Crypto++ library.
2010-07-22 19:39:41 +00:00
gdt
d59ea9a05e Fix import; apparently importing a package that used to exist does not
go well.
2010-07-22 19:34:11 +00:00
gdt
fd78140742 Import py26-crypto-2.1.0 as security/py-crypto.
Python extensions using OpenSSL which contains hashing algorithms,

This package more or less supersedes py-amkCrypto.
chaffing/winnowing, random number generation, various utility modules,
and several block encryption and digital signature algorithms.
2010-07-22 19:30:42 +00:00
ver
05fe41c6e2 Add devel/py-jersey, net/py-s3cm3, security, py-oauth, and www/py-pendrell
to their respective category Make files.
2010-07-19 17:04:54 +00:00
ver
8f784a41e8 Add py-oauth from http://pypi.python.org/pypi/oauth/1.0.1:
Library implementing OAuth version 1.0a as documented at http://oauth.net/
2010-07-19 16:53:13 +00:00
ver
1d9f2968a0 Upgrade py-OpenSSL to 0.10 from 0.7 for feature enhancements. 2010-07-19 16:46:48 +00:00
seb
c9e979218c Update p5-Digest-SHA1 from version 2.12 to version 2.13.
Upstream changes:
2010-07-03   Release 2.13
    Mike McCauley (1):
          Fix memory leak in sha1_transform
2010-07-18 12:05:41 +00:00
wiz
e4b960984e Bump depends for libpng bump. PR 43564 by David H. Gutteridge. 2010-07-17 12:17:51 +00:00
wiz
8440360c13 Do not accept libassuan>=2 here. 2010-07-17 12:07:10 +00:00
pettai
4d88adb80c Update HOMEPAGE 2010-07-16 22:24:52 +00:00
pettai
384e4a30bd OpenDNSSEC 1.1.1:
Bugfixes:
* Bugreport #127: Large SOA serial numbers were not handled properly by signer
* Bugreport #133: Better handling of SOA serial when setting is 'keep'
* Bugreport #136: quicksorter could not handle standard bind format SOA rdata
* The Auditor could not handle the new way of rolling KSKs
* One log message in the Enforcer referred to an old command
* The Enforcer forgot to publish certain keys during transition between states
2010-07-16 22:22:38 +00:00
sbd
3f4b7dbd32 Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
manu
9331941e2d Raise pam-p11 from the deads 2010-07-14 07:13:59 +00:00
manu
5480428fb5 pam-p11 comes back 2010-07-13 19:48:09 +00:00