Age | Commit message (Collapse) | Author | Files | Lines |
|
bug fixes.
|
|
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
== 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
|
|
qt4: run "moc" at build time to make sure the generated files
match the installed qt version
|
|
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.
|
|
are wrong and caused out-of-bounds memory accesses
bump PKGREVISION
|
|
|
|
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
|
|
(CVE-2010-2547), bump PKGREVISION
|
|
== 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
|
|
|
|
Based on SOAuth: security/ruby-soauth
A *simple* Ruby OAuth library that supports OAuth header signing, and header
verifying.
|
|
## 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)).
|
|
|
|
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)
|
|
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.
|
|
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
|
|
pkgsrc changes:
- adjust license definition
Upstream changes:
2.14 2010-05-08 Abhijit Menon-Sen <ams@toroid.org>
* Fix inaccurate dependency in Makefile.PL
|
|
|
|
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
|
|
idea PKG_OPTION.
Fix PR pkg/43675 reported by Ryo HAYASAKA.
|
|
|
|
fuctionality
|
|
Fixes build with Python 2.4.
|
|
Support conditional egg generation, making this build on 2.4.
|
|
|
|
|
|
Substitute egg directory in PLIST to avoid hardcoded version.
|
|
|
|
(We are missing infrastructure for egg files in non-egg packages.)
Problem pointed out by wiz@.
|
|
|
|
find the Python package contained in this distribution will work.
|
|
Add LICENSE.
|
|
|
|
* 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.
|
|
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++.
|
|
applications, wrappers, extensions, and plugins that will help ease
the deployment of DNSSEC related technologies.
|
|
|
|
pycryptopp is a set of Python wrappers for a few of the best crypto
algorithms from the Crypto++ library.
|
|
go well.
|
|
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.
|
|
to their respective category Make files.
|
|
Library implementing OAuth version 1.0a as documented at http://oauth.net/
|
|
|
|
Upstream changes:
2010-07-03 Release 2.13
Mike McCauley (1):
Fix memory leak in sha1_transform
|
|
|
|
|
|
|
|
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
|
|
|