Commit graph

235014 commits

Author SHA1 Message Date
taca
f11552ca7f Make this package build on Ruby 2.2. 2015-06-10 14:47:59 +00:00
taca
3a5fa702ab Note update of sysutils/ruby-facter package to 2.4.4. 2015-06-10 14:45:38 +00:00
taca
d5962e4db7 Update ruby-facter to 2.4.4.
Facter 2.4.4
Released May 20, 2015

Facter 2.4.4 is a bug fix release in the Facter 2.4 series. It also
deprecates the --puppet command line option, since it caused circular load
dependencies. To run Facter in Puppet’s context, you should use the puppet
facts command instead.

* FACT-96: Deprecate ‘facter –puppet’
* FACT-628: facter returns incorrect value for facter virtual for Solaris Ldoms
* FACT-697: If NetworkManager is installed but not used facter throws a warning.
* FACT-975: On PPC64LE architecture, processors aren’t detected
* FACT-963: Remove pre-suite environment setup for AIO

Facter 2.4.3
Released April 2, 2015

Facter 2.4.3 is an AIO support release in the Facter 2.4 series that also
includes two improvements to performance, and multiple bug fixes.

AIO External Facts Directory Change

Changed external facts directory from /opt/puppetlabs/agent/facts.d to
/opt/puppetlabs/facter/facts.d on *nix. Windows is unchanged.

* FACT-826: Prepend AIO external facts directory for root

Improvements to Performance and Speed

* Reduced calls to ip link show for
  performance. Facter::Util:IP.get_interface_value called
  get_bonding_interface for every possible value, which could have caused
  performance issues if many interfaces were being used.

* Improved the speed of puppetversion in standalone Facter. There is no
  notable difference when calling Facter while Puppet is already
  running. Previously, running Facter with --timing showed that puppetversion
  was by far the slowest fact. This was not true when executed by Puppet, but
  gave the impression that Puppet is slow.

Bugs

* FACT-893: selinux_config_policy returns “unknown” on Debian and RHEL7
* FACT-596: Fix to selinux_config_policy, always returned “unknown” on
  Debian and RHEL7.
* FACT-825: Default timeout for prtdiag in the ‘virtual’ fact is too low
  for large Solaris systems
* FACT-830: xendomains returning empty on debian hosts
* FACT-834: Only load ec2 rest once to avoid double loading warnings
* FACT-888: Facter does not properly detect KVM when CPU type is not
  qenu32/qumu64
* FACT-894: Prepend ~/.puppetlabs/opt/facter/facts.d to external search path
  for non-root
* FACT-805: use /etc/os-release on CoreOS

Full List of Issues

See Jira for a full list of issues resolved in Facter 2.4.3.

Facter 2.4.2

Facter 2.4.2 was not publicly released, and no packages were provided.
2015-06-10 14:45:09 +00:00
fhajny
3ea5d992fc Updated net/powerdns-recursor to 3.7.3 2015-06-10 14:40:18 +00:00
fhajny
6ac0205415 Update net/powerdns-recursor to 3.7.3 (previous commit was 3.7.2).
PowerDNS Recursor 3.7.3
- Limit the maximum length of a qname
- pdnssec: check for glue and delegations in parent zones
2015-06-10 14:40:07 +00:00
fhajny
bb4808cc88 Updated net/powerdns-recursor to 3.7.2 2015-06-10 14:23:31 +00:00
fhajny
d9c16a82e9 Add SMF manifest. 2015-06-10 14:23:11 +00:00
fhajny
f8f547a229 Update net/powerdns-recursor to 3.7.3.
Add SMF support.
Defuzz patches.

PowerDNS Recursor 3.7.3
- Limit the maximum length of a qname
- pdnssec: check for glue and delegations in parent zones

PowerDNS Recursor 3.7.2
- Fix handling of forward references in label compressed packets;
  fixes CVE-2015-1868.
- Minor improvements and bugfixes.

PowerDNS Recursor 3.7.1
- New root-nx-trust flag makes PowerDNS generalize NXDOMAIN responses
  from the root-servers
- getregisteredname() for Lua, which turns 'www.bbc.co.uk' into 'bbc.co.uk'
- Lua preoutquery filter
- Lua IP-based filter (ipfilter) before parsing packets
- iputils class for Lua, to quickly process IP addresses and netmasks
  in their native format
- getregisteredname function for Lua, to find the registered domain
  for a given name
- Various new ringbuffers: top-servfail-remotes, top-largeanswer-remotes,
  top-servfail-queries
- Minor improvements and bugfixes.

PowerDNS Recursor 3.6.2
- Minor improvements and bugfixes.

PowerDNS Recursor 3.6.1
- Fix for a crash under a specific sequence of packets.

PowerDNS Recursor 3.6.0
- Implement minimum-ttl-override config setting, plus runtime configurability
  via 'rec_control set-minimum-ttl'.
- Lots of work on the JSON API, which is exposed via Aki Tuomi's 'yahttp'.
- Lua modules can now use 'pdnslog(INFO..')
- Adopt any-to-tcp feature to the recursor.
- Implement built-in statistics dumper using the 'carbon' protocol, which
  is also understood by metronome (our mini-graphite). Use 'carbon-server',
  'carbon-ourname' and 'carbon-interval' settings.
- New setting 'udp-truncation-threshold' to configure from how many bytes
  we should truncate. commit a09a8ce.
- Proper support for CHaos class for CHAOS TXT queries.
- Added support for Lua scripts to drop queries w/o further processing.
- Kevin Holly added qtype statistics to recursor and rec_control.
- Add support for include-files in configuration, also reload ACLs and zones
  defined in them.
- Paulo Anes contributed server-down-max-fails which helps combat
  Recursive DNS based amplification attacks.
- Implement "followCNAMERecords" feature in the Lua hooks.
- Minor improvements and bugfixes.

PowerDNS Recursor 3.5.3
- This is a bugfix and performance update to 3.5.2. It brings serious
  performance improvements for dual stack users.

PowerDNS Recursor 3.5.2
- This is a stability and bugfix update to 3.5.1. It contains important
  fixes that improve operation for certain domains.

PowerDNS Recursor 3.5.1
- This is a stability and bugfix update to 3.5.

PowerDNS Recursor 3.5
- The local zone server now understands wildcards.
- The Lua postresolve and nodata hooks.
- A new feature, rec_control trace-regex allows the tracing of lookups
  for specific names
- A new setting, export-etc-hosts-search-suffix, adds a configurable
  suffix to names imported from /etc/hosts
- Minor improvements & bugfixes

PowerDNS Recursor 3.3.1
- Small number of important fixes, adds some memory usage statistics,
  but no new features
2015-06-10 14:22:29 +00:00
tnn
41cc43fa85 Fix rpath in launchers for builds w/ dynamic libjli.
Bump.
2015-06-10 13:29:57 +00:00
taca
cb0ab791f5 Note update of www/typo3_62 package to 6.2.13. 2015-06-10 13:02:38 +00:00
taca
7aa8533cae Update typo3_62 to 6.2.13 (TYPO3 6.2.13).
The TYPO3 community announces the release of TYPO3 CMS version 6.2.13
LTS, which is now ready for you to download.

This version is a maintenance release and contains bug fixes as well as
various improvements for the day-to-day administration of a TYPO3
website (Extension Manager and management of reference index).


PHP 5.6 support
- ---------------

Although the TYPO3 CMS Team aims at eventually supporting PHP 5.6 with
TYPO3 6.2 LTS, we are aware of some in-depth issues. As such, we
highly recommend to keep PHP 5.3 - 5.5 when running TYPO3 6.2 LTS for
the time being. Hopefully this should be fixed with the next release.


Image handling
- --------------

The base data used for the checksum calculation of processed files
have been changed. This should be transparent for you unless you are
having a large installation. In such case, we enjoin you to read the
details about this release (link below) and to make use of the
dedicated upgrade wizard.
2015-06-10 13:02:03 +00:00
richard
b280728993 cvsdiff2patch should use nbcompat to work on some OSes such as SunOS. 2015-06-10 11:45:56 +00:00
tnn
d5cda3d86f Updated lang/openjdk8 to 1.8.45 2015-06-10 11:39:27 +00:00
tnn
54af0ee58b Update openjdk8 to latest version from the bsd-port hg tree. (u45-b13)
No full changelog available but at least fixes the security issues noted
in the April 2015 Critical Patch Update from Oracle.
2015-06-10 11:38:51 +00:00
adam
536675b5d2 Updated www/py-mod_wsgi to 4.4.12 2015-06-10 10:37:58 +00:00
adam
27f5320f06 Changes 4.4.12:
Bugs Fixed
1. If the WSGI application when run under daemon mode returned response content as many small blocks, this could result in excessive memory usage in the Apache child worker process proxying the request due to many buckets being buffered until the buffer size threshold was reached. If the number of buckets reaches a builtin threshold the buffered data will now be forcibly flushed even if the size threshold hadn’t been reached.
2015-06-10 10:37:06 +00:00
wiz
b4972284ca Fix GITHUB_TAG.
TODO: I argue that PKGREVISION_NOREV should be the default PKGREVISION...
2015-06-10 09:15:48 +00:00
wiz
49291e815d Updated devel/py-subvertpy to 0.9.2 2015-06-10 09:02:12 +00:00
wiedi
12502c9a18 Also commit the actual update.
Thanks to abs@ for noticing.
2015-06-10 09:02:06 +00:00
wiz
a44f630bea Update to 0.9.2:
0.9.2	2015-04-25

  BUG FIXES

   * Support failing server certification check. (Mitsuhiro Koga, #1059821)

  CHANGES

   * Drop support for Python versions before 2.6. (Jelmer Vernooij)

  IMPROVEMENTS

   * Support PYDOCTOR_OPTIONS in Makefile. (Jelmer Vernooij)
2015-06-10 09:02:04 +00:00
wiz
8d520cfc14 Updated misc/calibre to 2.30.0 2015-06-10 09:00:50 +00:00
wiz
cd9cd1084b Update to 2.30.0:
- version: 2.30.0
  date: 2015-06-05

  new features:
    - title: "An option to auto-convert a book on adding even if
    it is already in the output format (Preferences->Adding Books)."

    - title: "E-book viewer: If there are entries in the Table of
    Contents that are long enough to be truncated, display the full
    text in a popup menu when the mouse hovers over the item."

    - title: "News download: Add support for turning off SSL
    certificate verification in individual recipes"

    - title: "Kobo driver: Support for upcoming firmware version
    3.16"

  bug fixes:
    - title: "DOCX Output: Fix aspect ratio of images being distorted
    when the input document specifies image width but not height
    or vice-versa."

    - title: "DOCX Output: Fix extra page breaks being inserted in
    some situations."

    - title: "LIT Input: Fix smarten punctuation not working for
    text (as opposed to HTML) based LIT files."

    - title: "EPUB metadata: Fix extraction of cover image from
    EPUB 3 files that do not use EPUB 2 backward compatible markup
    and that have incorrect cover page markup as well."

    - title: "Book details panel: On windows use only \\ as a path
    separator when copying file paths"

    - title: "Edit Book: Fix Saved searches panel not working well
    with very long search/replace expressions"

    - title: "OS X: Fix changing preferences causing 'Email to
    selected recipients...' appearing multiple times in the
    Connect/Share menu."


- version: 2.29.0
  date: 2015-05-29

  new features:
    - title: "Allow opening the full Tag Editor dialog directly
    from the book list by holding down the Shift key while starting
    an edit of a tag-like field. For example, click on the tags
    field for a book and press Shift-F2"

    - title: "Tag Browser: Allow undoing the deletion of items in
    the Manage categories window"

    - title: "calibredb add: Allow setting arbitrary identifiers,
    not just ISBN."

    - title: "Add a 'Retry' button to the news download failed
    error message."

  bug fixes:
    - title: "DOCX Output: Detect the common idiom of placing
    centered images as inline images inside a containing centered
    block and render the resulting image as a floating centered
    image in the DOCX file."

    - title: "DOCX Output: Fix incorrect handling of bold/italic
    in paragraphs where the majority of text is either bold or
    italic instead of normal"

    - title: "Table of Contents editor: Fix save/load of settings
    in the XPath wizard not working across restarts"

    - title: "Get Books: Update the Kobo Store plugin for website
    changes"

  improved recipes:
    - Popular Science
    - General Knowledge Today
    - Scientific American
    - Wired Magazine
2015-06-10 09:00:40 +00:00
wiz
42d7f5a6cf + calibre-2.30.0. 2015-06-10 08:19:55 +00:00
wiz
c26e3312b9 Updated textproc/p5-Encode-Locale to 1.05 2015-06-10 08:19:49 +00:00
wiz
603e6e02d7 Update to 1.05:
## 2015-06-09  Release 1.05

Mats Peterson (1):
      Use GetACP() to get the ANSI code page like before

Thomas Sibley (1):
      Conditionalize the Win32::Console recommendation
2015-06-10 08:19:34 +00:00
rodent
ebffbc0342 Updated www/py-uwsgi to 2.0.10nb1 2015-06-10 03:34:36 +00:00
rodent
10df7c9065 This package should not self-conflict. Prefix the files in $SHAREDIR with
${PYPKGPREFIX} to avoid such an instance. Some people will run apps with
different versions of python, so we can handle that accordingly with
ALTERNATIVES. Bump PKGREVISION.
2015-06-10 03:32:42 +00:00
wiedi
8b7b05a677 Added geography/osm2pgsql version 0.87.3 2015-06-10 01:50:50 +00:00
wiedi
f05f280742 + osm2pgsql 2015-06-10 01:50:09 +00:00
wiedi
283740a034 Import osm2pgsql-0.87.3 as geography/osm2pgsql
Converts OSM planet.osm data to a PostgreSQL / PostGIS database suitable
for specific applications like rendering into map tiles by Mapnik
or geocoding with Nominatim.
2015-06-10 01:48:49 +00:00
wiedi
4a672f5740 Be explicit about libjson-c and buildlink libxml2 2015-06-10 01:44:56 +00:00
wiedi
8f4529af03 fix buildlink 2015-06-10 01:43:00 +00:00
wiedi
39d4a5c5a6 Added devel/protobuf-c version 1.1.1 2015-06-10 01:42:04 +00:00
wiedi
ce0240427a + protobuf-c 2015-06-10 01:41:08 +00:00
wiedi
9f2902e98f Import protobuf-c 1.1.1 as devel/protobuf-c
This is protobuf-c, a C implementation of the Google Protocol Buffers data
serialization format. It includes libprotobuf-c, a pure C library that
implements protobuf encoding and decoding, and protoc-c, a code generator that
converts Protocol Buffer .proto files to C descriptor code, based on the
original protoc.
2015-06-10 01:39:33 +00:00
wiedi
5ced1531c8 Updated devel/protobuf and py-protobuf to 2.6.1 2015-06-10 01:33:19 +00:00
wiedi
ed003103f6 Update protobuf to 2.6.1
Changelog:

2014-10-20 version 2.6.1:

  C++
  * Added atomicops support for Solaris.
  * Released memory allocated by InitializeDefaultRepeatedFields() and
    GetEmptyString(). Some memory sanitizers reported them as memory leaks.

  Java
  * Updated DynamicMessage.setField() to handle repeated enum values
    correctly.
  * Fixed a bug that caused NullPointerException to be thrown when
    converting manually constructed FileDescriptorProto to
    FileDescriptor.

  Python
  * Fixed WhichOneof() to work with de-serialized protobuf messages.
  * Fixed a missing file problem of Python C++ implementation.

2014-08-15 version 2.6.0:

  General
  * Added oneofs(unions) feature. Fields in the same oneof will share
    memory and at most one field can be set at the same time. Use the
    oneof keyword to define a oneof like:
      message SampleMessage {
        oneof test_oneof {
          string name = 4;
          YourMessage sub_message = 9;
        }
      }
  * Files, services, enums, messages, methods and enum values can be marked
    as deprecated now.
  * Added Support for list values, including lists of mesaages, when
    parsing text-formatted protos in C++ and Java.
      For example:  foo: [1, 2, 3]

  C++
  * Enhanced customization on TestFormat printing.
  * Added SwapFields() in reflection API to swap a subset of fields.
    Added SetAllocatedMessage() in reflection API.
  * Repeated primitive extensions are now packable. The
    [packed=true] option only affects serializers. Therefore, it is
    possible to switch a repeated extension field to packed format
    without breaking backwards-compatibility.
  * Various speed optimizations.

  Java
  * writeTo() method in ByteString can now write a substring to an
    output stream. Added endWith() method for ByteString.
  * ByteString and ByteBuffer are now supported in CodedInputStream
    and CodedOutputStream.
  * java_generate_equals_and_hash can now be used with the LITE_RUNTIME.

  Python
  * A new C++-backed extension module (aka "cpp api v2") that replaces the
    old ("cpp api v1") one.  Much faster than the pure Python code.  This one
    resolves many bugs and is recommended for general use over the
    pure Python when possible.
  * Descriptors now have enum_types_by_name and extension_types_by_name dict
    attributes.
  * Support for Python 3.
2015-06-10 01:31:51 +00:00
szptvlfn
cd56acd4fc Bump PKGREVISION for hs-parsec-3.1.9 2015-06-09 22:09:41 +00:00
szptvlfn
e9ce2570b3 Updated textproc/hs-parsec to 3.1.9 2015-06-09 22:09:01 +00:00
szptvlfn
1a3d039f72 Update to 3.1.9
CHANGES:
3.1.9

- Many and various updates to documentation and package description (inlcuding
  the homepage links).
- Add an 'Eq' instance for 'ParseError'
- Fixed a regression from 3.1.6: 'runP' is again exported from module
  Text.Parsec.

3.1.8

- Fix a regression from 3.1.6 related to exports from the main module.
2015-06-09 22:08:41 +00:00
ryoon
11a3953eb8 Updated devel/binutils to 2.25 2015-06-09 20:25:20 +00:00
ryoon
a0f89fa59c Update to 2.25
Changelog:
Not available?
As far as I know:
* Add Andes NDS32 architecture support.
* Improve Solaris support.
2015-06-09 20:24:39 +00:00
fhajny
a0550cc054 Updated databases/py-barman to 1.4.1 2015-06-09 15:08:11 +00:00
fhajny
03c25be005 Remove stale patch file. 2015-06-09 15:07:42 +00:00
fhajny
7ae271ace6 Update databases/py-barman to 1.4.1.
Version 1.4.1 - 05 May 2015
  * Fix for WAL archival stop working if first backup is EMPTY
    (Closes: #64)
  * Fix exception during error handling in Barman recovery (Closes:
    #65)
  * After a backup, limit cron activity to WAL archiving only
    (Closes: #62)
  * Improved robustness and error reporting of the backup delete
    command (Closes: #63)
  * Fix computation of WAL production ratio as reported in the
    show-backup command
  * Improved management of xlogb file, which is now correctly fsynced
    when updated. Also, the rebuild-xlogdb command now operates on a
    temporary new file, which overwrites the main one when finished.
  * Add unit tests for dateutil module compatibility
  * Modified Barman version following PEP 440 rules and added support
    of tests in Python 3.4
2015-06-09 15:06:39 +00:00
tnn
1ee01bd119 Updated lang/openjdk7 to 1.7.80 2015-06-09 15:04:48 +00:00
tnn
f8e8c2aaa1 Update to OpenJDK7, Update 80.
This is a maintenance release that fixes ~100 bugs in the following subsystems:

client-libs: 2d, java.awt, javax.swing
core-libs: Support, java.lang, java.lang.class_loading, java.lang:reflect
           java.net, java.nio, java.nio.charsets, java.util.jar, java.util:i18n
core-svc: javax.management
deploy: deployment_toolkit, plugin, webstart
globalization: locale-data, translation
hotspot: compiler, gc, jvmti, runtime, svc
security-libs: java.security, javax.crypto, javax.crypto:pkcs11, javax.net.ssl,
               org.ietf.jgss:krb5
tools: javac
xml: jaxp
2015-06-09 15:03:43 +00:00
fhajny
40746e0476 Updated sysutils/rsyslog to 8.10.0 2015-06-09 15:00:44 +00:00
fhajny
118a3d7534 Update sysutils/rsyslog to 8.10.0.
Version 8.10.0 [v8-stable] 2015-05-19
- imfile: add capability to process multi-line messages based on regex
  input parameter "endmsg.regex" was added for that purpose. The new
  mode provides much more power in processing different multiline-formats.
- pmrfc3164: add new parameters
  * "detect.yearAfterTimestamp"
    This supports timestamps as generated e.g. by some Aruba Networks
    equipment.
  * "permit.squareBracesInHostname"
    Permits to use "hostnames" in the form of "[127.0.0.1]"; also seen in
    Aruba Networks equipment, but we strongly assume this can also happen
    in other cases, especially with IPv6.
- supplementary groups are now set when dropping privileges
  closes https://github.com/rsyslog/rsyslog/issues/296
  Thanks to Zach Lisinski for the patch.
- imfile: added brace glob expansion to wildcard
  Thanks to Zach Lisinski for the patch.
- zmq: add the ability for zeromq input and outputs to advertise their
  presence on UDP via the zbeacon API.
  Thanks to Brian Knox for the contribution.
- added omhttpfs: contributed module for writing to HDFS via HTTP
  Thanks to sskaje for the contribution.
- Configure option "--disable-debug-symbols" added which is disabled per
  default. If you set the new option, configure won't set the appropriate
  compiler flag to generate debug symbols anymore.
- When building from git source we now require rst2man and yacc (or a
  replacement like bison).
  That isn't any new requirement, we only added missing configure checks.
- Configure option "--enable-generate-man-pages" is now disabled for non git
  source builds per default but enforced when building from git source.
- mmpstrucdata: some code cleanup
  removed lots of early development debug outputs
- bugfix imuxsock: fix a crash when setting a hostname
  Setting a hostname via the legacy directive would lead to a crash
  during shutdown caused by a double-free.
  Thanks to Tomas Heinrich for the patch.
- bugfix: memory leak in mmpstrucdata
  Thanks to Gregoire Seux for reporting this issue.
  closes https://github.com/rsyslog/rsyslog/issues/310
- bugfix (minor): default action name: assigned number was one off
  see also https://github.com/rsyslog/rsyslog/pull/340
  Thanks to Tomas Heinrich for the patch.
- bugfix: memory leak in imfile
  A small leak happened each time a new file was monitored based on
  a wildcard. Depending on the rate of file creation, this could result
  in a serious memory leak.
2015-06-09 15:00:33 +00:00
fhajny
b4d82a9d72 Updated devel/py-argcomplete to 0.8.9 2015-06-09 14:56:08 +00:00