summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2010-08-17Update ruby-roauth to 0.0.3.obache2-6/+6
bug fixes.
2010-08-16Update to 2.0.1:wiz2-6/+6
Noteworthy changes in version 2.0.1 (2010-08-09) ------------------------------------------------ * Support for WindowsCE. * Input and output notification handler can now really access the parsed fd as stated in the manual. * Cleaned up the logging. * Interface changes relative to the 2.0.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ assuan_free NEW. _assuan_w32ce_create_pipe NEW. ASSUAN_LOG_CONTROL NEW. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010-08-14Update ruby-oauth to 0.4.2.obache3-7/+9
== 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-11sync with base pkgdrochner4-15/+17
qt4: run "moc" at build time to make sure the generated files match the installed qt version
2010-08-11update to 0.8.0drochner6-183/+34
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-05remove awk script modifications someone added for compatibility -- theydrochner7-174/+3
are wrong and caused out-of-bounds memory accesses bump PKGREVISION
2010-08-05sortjnemeth1-2/+2
2010-08-04Updating security/p5-Net-OpenSSH from 0.47 to 0.48sno2-6/+6
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-03add patch from upstream to fix a possible use-after-free problemdrochner3-3/+19
(CVE-2010-2547), bump PKGREVISION
2010-08-03Update ruby-oauth to 0.4.1.obache2-6/+7
== 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+ ruby-soauth, ruby-roauthobache1-1/+3
2010-08-03Import ruby-roauth-0.0.2 as security/ruby-roauth.obache4-0/+34
Based on SOAuth: security/ruby-soauth A *simple* Ruby OAuth library that supports OAuth header signing, and header verifying.
2010-08-03Import ruby-soauth-0.2 as security/ruby-soauth.obache4-0/+40
## 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-01ABI is not defined on old Darwin.obache1-2/+2
2010-07-31Updating security/p5-Net-OpenSSH from 0.45 to 0.47sno2-6/+6
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-31Updating security/p5-GSSAPI from 0.26nb1 to 0.28sno2-7/+8
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-31Updating security/p5-Digest-MD5 from 2.39 to 2.40sno2-7/+7
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-31Updating security/p5-Crypt-Twofish from 2.13 to 2.14sno2-7/+7
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-29add and enable dnssec-toolsjnemeth1-1/+2
2010-07-28POSIX says <sys/stat.h> is sufficient to get mode_t defined, but somedrochner2-1/+14
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-27Add information for libgcrypt-1.4.6/gcrypt.tar.bz2 which is needed withtaca1-1/+4
idea PKG_OPTION. Fix PR pkg/43675 reported by Ryo HAYASAKA.
2010-07-25Add installation of the CONF files, to ease the usability of this packagepettai2-2/+19
2010-07-25Added buildlink3.mk, so other packages can use this toolset to get DNSSECpettai1-0/+13
fuctionality
2010-07-24Use distutils.mk, and conditionalize egg file presence.gdt2-12/+5
Fixes build with Python 2.4.
2010-07-24Use new lang/python/distutils.mk, simplifying Makefile.gdt2-10/+5
Support conditional egg generation, making this build on 2.4.
2010-07-24Add openssl bl3.mk to deal with partial bulk builds and pkgsrc sslsborrill1-1/+2
2010-07-23Remove empty line.wiz1-2/+1
2010-07-23This uses setuptools, so use egg.mk.gdt2-13/+11
Substitute egg directory in PLIST to avoid hardcoded version.
2010-07-23Substitute egg file name to avoid hardcoded version.gdt2-4/+7
2010-07-23Substitute the egg file in PLIST so that the version isn't hardcoded.gdt2-4/+8
(We are missing infrastructure for egg files in non-egg packages.) Problem pointed out by wiz@.
2010-07-23Missed to remove a line containing etcpettai1-2/+1
2010-07-23Don't suppress egg-info file, so that programs that use requires togdt2-2/+5
find the Python package contained in this distribution will work.
2010-07-23Add PY_NO_EGG=no and egg file to PLIST.gdt2-2/+7
Add LICENSE.
2010-07-23Added the correct NSEC3 optionpettai1-2/+2
2010-07-23Changes in version 1.4.6:adam2-9/+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-23Don't bl3 against crypto++.gdt1-3/+3
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-22The DNSSEC-Tools project is about creating a set of software tools, patches,pettai7-0/+182
applications, wrappers, extensions, and plugins that will help ease the deployment of DNSSEC related technologies.
2010-07-22Add py-crypto and py-cryptopp.gdt1-1/+3
2010-07-22Import py26-cryptopp-0.5.19 as security/py-cryptopp.gdt4-0/+93
pycryptopp is a set of Python wrappers for a few of the best crypto algorithms from the Crypto++ library.
2010-07-22Fix import; apparently importing a package that used to exist does notgdt3-0/+46
go well.
2010-07-22Import py26-crypto-2.1.0 as security/py-crypto.gdt2-0/+270
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-19Add devel/py-jersey, net/py-s3cm3, security, py-oauth, and www/py-pendrellver1-1/+2
to their respective category Make files.
2010-07-19Add py-oauth from http://pypi.python.org/pypi/oauth/1.0.1:ver4-0/+35
Library implementing OAuth version 1.0a as documented at http://oauth.net/
2010-07-19Upgrade py-OpenSSL to 0.10 from 0.7 for feature enhancements.ver3-9/+14
2010-07-18Update p5-Digest-SHA1 from version 2.12 to version 2.13.seb2-6/+6
Upstream changes: 2010-07-03 Release 2.13 Mike McCauley (1): Fix memory leak in sha1_transform
2010-07-17Bump depends for libpng bump. PR 43564 by David H. Gutteridge.wiz1-1/+2
2010-07-17Do not accept libassuan>=2 here.wiz1-1/+2
2010-07-16Update HOMEPAGEpettai1-2/+2
2010-07-16OpenDNSSEC 1.1.1:pettai2-6/+6
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-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd1-2/+2