Age | Commit message (Collapse) | Author | Files | Lines |
|
misc/ruby-hashie but for version 2.0.5 which is required for some new
packages. The original version 1.2.0 has been retained as it is still
required for ruby-userstream which has not yet been updated for the newer API.
Hashie is a growing collection of tools that extend Hashes and make
them more useful. The library is broken up into a number of atomically
includeable Hash extension modules as described below. This provides
maximum flexibility for users to mix and match functionality while
maintaining feature parity with earlier versions of Hashie.
* Mash is an extended Hash that gives simple pseudo-object
functionality that can be built from hashes and easily extended.
* Dash is an extended Hash that has a discrete set of defined
properties and only those properties may be set on the hash.
* A Trash is a Dash that allows you to translate keys on
initialization.
* Clash is a Chainable Lazy Hash that allows you to easily construct
complex hashes using method notation chaining
* Rash is a Hash whose keys can be Regexps or Ranges, which will map
many input keys to a value.
|
|
Fixes PLIST for various platforms.
|
|
been ported to either Python 3.3 or 3.4.
|
|
|
|
- Fixes for machine-readable indices. Key expiration times are now read
from self-signatures on the key's UIDs. In addition, instead of 8-digit
key IDs, index entries now return the most specific key ID possible:
16-digit key ID for V3 keys, and the full fingerprint for V4 keys.
- Add metadata information (number of keys, number of files,
checksums, etc) to key dump. This allows for information on the
key dump ahead of download/import, and direct verification of checksums
using md5sum -c <metadata-file>.
- Replaced occurrances of the deprecated operator 'or' with '||' (BB issue #2)
- Upgraded to cryptlib-1.7 and own changes are now packaged as separate
patches that is installed during 'make'. Added the SHA-3 algorithm, Keccak
- Option max_matches was setting max_internal_matches. Fixed (BB issue #4)
- op=hget now supports option=mr for completeness (BB issue #17)
- Add CORS header to web server responses. Allows JavaScript code to
interact with keyservers, for example the OpenPGP.js project.
- Change the default hkp_address and recon_address to making the
default configuration support IPv6. (Requires OCaml 3.11.0 or newer)
- Only use '-warn-error A' if the source is marked as development as per
the version suffix (+) (part of BB Issue #2)
- Reduce logging verbosity for debug level lower than 6 for (i) bad requests,
and (ii) no results found (removal of HTTP headers in log) (BB Issue #13)
- Add additional OIDs for ECC RFC6637 style implementations
(brainpool and secp256k1) (BB Issue #25) and fix issue for 32 bit arches.
- Fix a non-persistent cross-site scripting possibility resulting from
improper input sanitation before writing to client. (BB Issue #26 | CVE-2014-3207)
|
|
|
|
|
|
Upstream changes:
Please visit: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/
|
|
|
|
|
|
* Disable JavaScript scripting (macro) support, it conflicts with
OpenJDK7's Rhino JavaScript support. Use beanshell or Python.
* Remove redundant CONFIGURE_ARGS
|
|
|
|
Fix PR pkg/48246 again.
Add rhino.jar to library path.
And remove stale patch
|
|
|
|
|
|
------------------
* Commands that take pathspecs on the command line misbehaved when
the pathspec is given as an absolute pathname (which is a
practice not particularly encouraged) that points at a symbolic
link in the working tree.
* An earlier fix to the shell prompt script (in contrib/) for using
the PROMPT_COMMAND interface did not correctly check if the extra
code path needs to trigger, causing the branch name not to appear
when 'promptvars' option is disabled in bash or PROMPT_SUBST is
unset in zsh.
|
|
- Corrected an off-by-one error in ASN.1 DER tag decoding.
- Several improvements and new safety checks on DER decoding;
issues found using Codenomicon TLS test suite.
- Marked asn1_der_decoding_element() as deprecated. Use
asn1_der_decoding() instead.
|
|
|
|
Add missing php module zlib
Update minimum php version to 5.4.4
Upstream changes:
Please visiti: http://docs.moodle.org/27/en/New_features
|
|
|
|
|
|
* changed english and added Total on qmqtool -s
* added more stats with qmqtool -s -V
* modified some regexs to be arithmetic instead
* changed string finding code:
increased speed
removed fallback routine
use grep -E (egrep) when /pattern/ is used
support case insensitive search with /pattern/i
* rely on PATH instead of statically searching
* improved queue consistency check
* -[lRTLx] /displays/ calculated size
* added -x feature for extended information on a message
* created ./configure ; make ; make install process
(even though we're just a light perl script)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Noticed by diger in pkgsrc-users@.
Also fixes missing buildlink with libiconv and zlib.
|
|
|
|
* Many cosmetic improvements to watch-multiple-mimedefangs.tcl
* Fix md_get_bogus_mx_hosts so it checks A records iff a domain has
no MX records.
* Add a forward declaration of rebuild_entity to avoid warnings on
recent Perl versions.
|
|
|
|
|
|
---------------------
Bugfixes:
* Fix possible signing loop when doing key rollover
* Fixed sending of malformed UDP empty responses
|
|
|
|
provide this (Linux or Solaris) or cannot use it (e.g. Darwin or OpenBSD).
|
|
|
|
perl>=5.10.1 contains ExtUtils::Manifest>=1.52
perl>=5.8.1 contains Storable>=2.05
|
|
|
|
perl>=5.7.3 contains Storable
perl>=5.8.1 contains Time::HiRes>=1.30
|
|
|
|
|
|
|
|
perl>=5.19.1 contains Module::Build>=0.4004
|
|
|
|
|
|
|
|
|
|
|
|
Glib:
* VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value.
Gio:
* Action: Fix activate(const Glib::Variant<T_Value>& value).
Build:
* win32 build: Surround content_type_get_symbolic_icon() with ifdefs.
* Fix an IPv6 problem in the tests.
Documentation:
* Gio::Mount::guess_content_type_finish(): Correct the documentation.
* Gio::DBus::AuthObserver: Add example from the C API docs in class docs
|