Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (58m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 13:41:01 UTC Now

2014-07-18 13:56:08 UTC MAIN commitmail json YAML

Updated lang/clang to 3.4.2

(adam)

2014-07-18 13:54:05 UTC MAIN commitmail json YAML

Changes 3.4.2:
libLLVM-3.4.so soname fix.
PowerPC: Fix for 128-bit shifts.
R600: Shader calling convention fix.

(adam)

2014-07-18 13:42:24 UTC MAIN commitmail json YAML

2014-07-18 13:39:54 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-18 13:39:34 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4459 - requested by obache
sysutils/libpciaccess: build fix for dependent packages under NetBSD 5.*

Revisions pulled up:
- sysutils/libpciaccess/builtin.mk                              1.2

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Sun Jul 13 13:00:33 UTC 2014

  Modified Files:
  pkgsrc/sysutils/libpciaccess: builtin.mk

  Log Message:
  libpciacess on NetBSD-5 is missing linkage with libz whereas using it.

(tron)

2014-07-18 13:35:45 UTC MAIN commitmail json YAML

Updated www/moodle to 2.7.1

(wen)

2014-07-18 13:34:17 UTC MAIN commitmail json YAML

Update to 2.7.1

Upstream changes:
2.7.1
Highlights
MDL-41383 - File picker works when zooming in and out of browser
MDL-45580 - PDF Annotations working with multiple attempts
Functional changes
MDL-43274 - Course logs can no longer be deleted when course is reset
API changes
MDL-44871 - Behat tests written for Atto functionalities
MDL-43669 - Configuration option added so that mail can be sent from noreply address exclusively
UI changes
MDL-45599 - The term 'add-on' is changed to 'plugin'
Security issues
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

Fixes and improvements
MDL-44124 - iCal import recurrence rules working consistently
MDL-45579 - Duplicate group enrolment keys for the same course are no longer allowed
MDL-45682 - Can now insert images using Chrome

(wen)

2014-07-18 13:02:52 UTC MAIN commitmail json YAML

Updated devel/readline to 6.3nb1

(ryoon)

2014-07-18 13:02:06 UTC MAIN commitmail json YAML

Bump PKGREVISION

If S_ISSOCK is not defined, do not use it.
Fix mysql55-client build under SCO OpenServer 5.0.7/3.2.

(ryoon)

2014-07-18 11:39:24 UTC MAIN commitmail json YAML

Updated devel/rudiments to 0.47

(fhajny)

2014-07-18 11:39:11 UTC MAIN commitmail json YAML

Update rudiments to 0.47.

Changes:
- fixed possible null-dereference in xmldomnode::safeAppend
- added charstring::inSetIgnoringCase
- xmldomnode::setAttributeValue does nothing when the null node is
  referenced now
- fixed a codetree bug that could cause indentation to attempt to go
  negative when using an unsigned number
- added a configure test to see if -Wno-format is needed
- configure tests for mlockall/munlockall attempt link now
- added sys/types.h before sys/un.h in sys/un.h test for older freebsd
- implemented stubs for pure virtual methods of client and server classes so
  instances of them could be created to attach already-open file descriptors
- unified usage of select/poll and prefer poll
- pushed all select/poll-related code into listener class
- removed problematic and unused useListener-related methods in
  filedescriptor class
- epoll is used in place of select/poll for systems that support it
- kqueue is used in place of select/poll for systems that support it
- consolidated getpagesize() calls to use sys::getPageSize()
- added detection and support for __vsnprintf for platforms that have
  that instead of vsnprintf
- added cancel and raiseSignal methods to the thread class
- fixed datetime memory leak
- added xmldomnode::clone method to clone a node
- renamed variablebuffer to bytebuffer
- renamed rawbuffer to bytestring
- refactored linkedlist
- added singlylinkedlist class
- added sort, detach, move and insert methods to linkedlist classes
- fixed file::open using O_CREAT without O_EXCL on windows

(fhajny)

2014-07-18 11:31:25 UTC MAIN commitmail json YAML

2014-07-18 11:25:14 UTC MAIN commitmail json YAML

2014-07-18 11:22:23 UTC MAIN commitmail json YAML

Turn off visibility for GCC 4.2.

(ryoon)

2014-07-18 11:20:39 UTC MAIN commitmail json YAML

2014-07-18 11:13:28 UTC MAIN commitmail json YAML

Fix SCO OpenServer 5.0.7/3.2 build.

(ryoon)

2014-07-18 11:12:41 UTC MAIN commitmail json YAML

Fix SCO OpenServer 5.0.7/3.2 build.

SCO OpenServer 5.0.7/3.2 has strtoimax() declaration in inttypes.h,
but libc.so has no implementation. And gnulib in GNU tar 1.27 has broken
strtoimax() support. We have to use BSDL implementation instead.

(ryoon)

2014-07-18 11:08:29 UTC MAIN commitmail json YAML

Fix SCO OpenServer 5.0.7/3.2 build.

(ryoon)

2014-07-18 10:42:50 UTC MAIN commitmail json YAML

2014-07-18 10:41:54 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver to 0.98.0

(fhajny)

2014-07-18 10:41:43 UTC MAIN commitmail json YAML

Update mongo-c-driver to 0.98.0.

Changes in 0.98.0:
- This release is primarily a bugfix release and stabilization effort as we
  approach 1.0 of the MongoDB C driver.
- This release requires 0.98.0 of Libbson for improvements to the memory
  management system. You can now setup custom memory allocators at the
  start of the process.

Changes in 0.96.4:
- build/mci.sh script for automatically building Debian packages, RPMs,
  and Solaris packaging based on the host operating system.
- Various libbson improvements, now depending on 0.8.4.
- Alignment fixes for Solaris Studio C compiler via libbson.
- Addition of mongoc_gridfs_remove_by_filename() for removing a file from
  gridfs by filename.
- client command functions can now take a fully qualified namespace.
- collections can now support names that indicate a command namespace.
- Commands will no longer fail if they do not contain an "ok" field.
- OP_QUERY will now set the slaveOk bit in the wire protocol if
  readPreferences are set to non-PRIMARY.
- Various documentation and build fixes.

(fhajny)

2014-07-18 10:41:02 UTC MAIN commitmail json YAML

2014-07-18 10:40:48 UTC MAIN commitmail json YAML

Update ctwm to 3.8.2.
Based on maintainer update request per PR pkg/48820.

>From CHANGES:
    Changes from version 3.8.1 to 3.8.2
    2014-??-??
    -----------------------------------

    1 - Various code cleanups.
Cleanup re: raising and warping to windows (previous location of
pointer in windows), SaveWorkspaceFocus. A few extra NULL
pointer checks.
Logical hasfocusvisible cleanup.
Rename TwmWindow.list to iconmanagerlist, and various smaller
cleanups.
Eliminated TwmWindow TwmRoot from struct ScreenInfo. Mostly a
mechanical change.
I found some cases where the dummy TwmWindow was apparently
mistakenly included in a loop. Replaced .next with TwmWindow
*FirstWindow and .cmaps witn Colormaps RootColormaps. Other
members were not used.

    2 - Fix a bug where insufficient validation of the size hints
        resulted in a division by zero when considering aspect ratio.

    3 - Lots of minor compiler warnings and build fixes, a few of which
        were real current or latent bugs.  Leave warnings enabled by
        default.  A few of the build system adjustments may break very
        old systems (e.g., those with original AT&T yacc).

    4 - Fix incorrect inclusion of $DESTDIR in some paths.

    5 - Update for new website and mailing list at ctwm.org.

    6 - Look at _MOTIF_WM_HINTS for titlebar-less or border-less
windows.

(obache)

2014-07-18 10:40:28 UTC MAIN commitmail json YAML

2014-07-18 10:36:28 UTC MAIN commitmail json YAML

2014-07-18 10:34:34 UTC MAIN commitmail json YAML

For SCO OpenServer 5.0.7/3.2, sco-os5 target should be used.
And libsocket is needed.

(ryoon)

2014-07-18 10:32:37 UTC MAIN commitmail json YAML

SCO OpenServer 5.0.7/3.2 does not support SSSE3.

(ryoon)

2014-07-18 10:32:00 UTC MAIN commitmail json YAML

Updated devel/libbson to 0.98.0

(fhajny)

2014-07-18 10:31:48 UTC MAIN commitmail json YAML

Update libbson to 0.98.

Changes in 0.98:
- This release includes a new memory callback vtable to help in embedding
  situations that have their own custom allocator such as various language
  runtimes.
- A few compilation fixes for various C++ compilers have also been included.

Changes in 0.8.4:
- Alignment fixes for Solaris Studio C compiler.
- RPM and Debian packaging helpers.
- bson_gettimeofday() has dropped the deprecated timezone field used when
  calling posix gettimeofday(). This eases portability concerns. It is
  technically an ABI break, but since the field was never set, in reality
  it shouldn't be an issue.
- Multi-byte optimizations for bson_oid_to_string() have been disabled on
  non-x86 based platforms. This should aid in architecture portability.
- The JSON parser can now support $numberLong.
- bson_ascii_strtoll() has been added, which is a portable strtoll()
  implementation. This is primarily useful for Windows users and is used
  by the JSON parser.
- A bug was fixed in bson_iter_find_descendant() where the wrong field
  could be matched if it's prefix matched the query.
- bson_array_as_json() has been added to convert a bson_t as a top-level
  array.

(fhajny)

2014-07-18 10:29:37 UTC MAIN commitmail json YAML

Fix SCO OpenServer 5.0.7/3.2 build.

(ryoon)

2014-07-18 10:28:11 UTC MAIN commitmail json YAML

2014-07-18 10:21:36 UTC MAIN commitmail json YAML

2014-07-18 10:11:35 UTC MAIN commitmail json YAML

2014-07-18 10:00:18 UTC MAIN commitmail json YAML

Fix SCO OpenServer 5.0.7/3.2 build really.
Treat SCO_SV as SysV.

(ryoon)

2014-07-18 09:34:09 UTC MAIN commitmail json YAML

Updated databases/redis to 2.8.13

(fhajny)

2014-07-18 09:33:58 UTC MAIN commitmail json YAML

Update redis to 2.8.13.

--[ Redis 2.8.13 ] Release date: 14 Jul 2014

# UPGRADE URGENCY: LOW for Redis and Sentinel, this is a features enhancement
                  release mostly. Since this release introduces the latency
                  monitoring feature, Redis 2.8 users experiencing latency
                  issues are strongly encouraged to upgrade.

* [FIX] CLIENT KILL minor backward compatibility fixes. (Salvatore Sanfilippo)
* [FIX] Enable HAVE_ATOMIC for PowerPC. (Matt Stancliff)
* [FIX] More robust PSYNC and AOF rewrites tests. (Salvatore Sanfilippo)
* [FIX] Solaris build fixed. (Matt Stancliff, Salvatore Sanfilippo)

* [NEW] The new latency monitoring feature, as documented at
        http://redis.io/topics/latency-monitor (Salvatore Sanfilippo)
* [NEW] The COMMAND command, exposing the Redis command table
        as an API. (Matt Stancliff)
* [NEW] Update used memory with C11 __atomic. (Matt Stancliff)

--[ Redis 2.8.12 ] Release date: 23 Jun 2014

# UPGRADE URGENCY: HIGH for Redis, CRITICAL for Sentinel.

# WARNING: This release contains a non backward compatible semantical change
          to Lua script that should affect an almost zero number of users.

* [FIX / BREAKS BACKWARD COMPATIBILITY] Using SELECT inside Lua scripts no
      longer makes the selected DB to be set in the calling client.
      So Lua can still use SELECT, but the client calling the script will
      remain set to the original DB. Thix fixes an issue with Redis
      replication of Lua scripts that called SELECT without reverting the
      selected DB to the original one. (Salvatore Sanfilippo)
* [FIX] Sentinel failover was instalbe if the master was detected as available
        during the failover (especially during manual failovers) because
        of an implementation error (lack of checking of
        SRI_PROMOTED flag). (Salvatore Sanfilippo)
* [FIX] Cancel SHUTDOWN if initial AOF is being written. (Matt Stancliff)
* [FIX] Sentinel: bind source address for outcoming connections. (Matt
        Stancliff).
* [FIX] Less timing sensitive Sentinel tests. (Salvatore Sanfilippo).

* [NEW] redis-cli --intrinsic-latency stopped with SIGINT still reports
        stats (Matt Stancliff)
* [NEW] Sentinels broadcast an HELLO message ASAP after a failover in order to
        reach a consistent state faster (before it relied for periodic HELLO
        messages). (Salvatore Sanfilippo).
* [NEW] Jemalloc updated to 3.6.0. (Salvatore Sanfilippo)
* [NEW] CLIENT LIST speedup. (Salvatore Sanfilippo)
* [NEW] CLIENT LIST new unique incremental ID to every client. (Salvatore
        Sanfilippo)
* [NEW] ROLE command added. (Salvatore Sanfilippo)
* [NEW] CLIENT KILL new form to kill by client type and ID (see doc at
        redis.io for more info). (Salvatore Sanfilippo)
* [NEW] Sentinel now disconnects clients when instances are reconfigured
        (see http://redis.io/topics/sentinel-clients). (Salvatore Sanfilippo)
* [NEW] Hiredis update to latest version. (Matt Stancliff)

--[ Redis 2.8.11 ] Release date: 11 Jun 2014

# UPGRADE URGENCY: HIGH if you use Lua scripting, LOW otherwise.

* [FIX] A previous fix for Lua -> Redis numerical precision enhancement
        introduced a new problem. In Redis 2.8.10 commands called from Lua
        passing a string that "looks like" a very large number, may actually
        use as argument the string converted as a float. This bug is now
        fixed.
* [FIX] Now commands other than *PUSH* adding elements to a list will be able
        to awake clients blocked in a blocking POP operation.
* [FIX] Cygwin compilation fixes.

--[ Redis 2.8.10 ] Release date: 5 Jun 2014

# UPGRADE URGENCY: HIGH if you use min-slaves-to-write option.

* [FIX] IMPORTANT! A min-slaves-to-write option active in a slave totally
        prevented the slave from acception the master stream of commands.
        This release includes testes for min-slaves-to-write, and a fix
        for this issue.
* [FIX] Sometimes DEL returned 1 for already expired keys. Fixed.
* [FIX] Fix test false positive because new osx 'leaks' output.
* [FIX] PFCOUNT HLL cache invalidation fixed: no wrong value was reported
        but the cache was not used at all, leading to lower performances.
* [FIX] Accept(2) multiple clients per readable-event invocation, and better
        processing of I/O while loading or busy running a timedout script.
        Basically now the LOADING / BUSY errors are reported at a decent
        speed.
* [FIX] A softwaer watchdog crash fixed.
* [FIX] Fixed a Lua -> Redis numerical precision loss.

* [NEW] Lua scripting engine speed improved.
* [NEW] Sentinel generates one new event for humans to understand better
        what is happening during a failover: +config-update-from.
        Also the time at which a failover will be re-attempted is logged.

(fhajny)

2014-07-18 09:04:43 UTC MAIN commitmail json YAML

Fix build under SCO OpenServer 5.0.7/3.2.

(ryoon)

2014-07-18 09:01:54 UTC MAIN commitmail json YAML

Updated textproc/sphinxsearch to 2.1.9

(fhajny)

2014-07-18 09:01:40 UTC MAIN commitmail json YAML

Update sphinxsearch 2.1.9.

Changes:
- fixed #1994, parsing of empty JSON arrays
- fixed #1987, handling of index_exact_words with AOT morphology
  and infixes
- fixed #1984, teaching HTML parser to handle hex numbers
- fixed #1983, master and agents networking issue
- fixed #1977, escaping of characters doesn't work with exceptions
- fixed #1968, parsing of WEIGHT() function (queries to distributed
  indexes affected)

(fhajny)

2014-07-18 08:56:37 UTC MAIN commitmail json YAML

2014-07-18 08:32:52 UTC MAIN commitmail json YAML

Updated devel/gettext-tools to 0.18.3.2nb1

(jperkin)

2014-07-18 08:32:43 UTC MAIN commitmail json YAML

xz is a runtime dependency, used by autopoint.

Bump PKGREVISION.

(jperkin)

2014-07-18 08:29:13 UTC MAIN commitmail json YAML

+ p5-Text-Soundex

(obache)

2014-07-18 08:27:24 UTC MAIN commitmail json YAML

Added textproc/p5-Text-Soundex version 3.04

(obache)

2014-07-18 08:27:11 UTC MAIN commitmail json YAML

Import p5-Text-Soundex-3.04 as textproc/p5-Text-Soundex.
Based on PR pkg/48930 by David H. Gutteridge.

Text::Soundex provides an implementation of an algorithm for indexing
names by sound, as pronounced in English.

(obache)

2014-07-18 05:25:42 UTC MAIN commitmail json YAML

Fixes for old native modular X, as NetBSD-5.
* go to buildlink with fixesproto4 if using monolithic X.
* bump API_DEPENDS, older will be handled by fixesproto4.
* set xextprot requirement if using fixesproto from pkgsrc (XXX >=5.0).
* simplify builtin.mk, older will be handled by fixesproto4.

(obache)

2014-07-18 04:49:42 UTC MAIN commitmail json YAML

remove a file in the build directory that causes conflict on case insensitive file system.
fixes a regression of PR pkg/41607

(dbj)

2014-07-18 02:41:03 UTC MAIN commitmail json YAML

Updated ham/trustedQSL to 2.0.3

(mef)

2014-07-18 02:40:21 UTC MAIN commitmail json YAML

Upgrade tqsl from 2.0.2RC4 to 2.0.3
----------------------------
tqsl-2.0.2 to 2.0.3 change:
----------------------------
(tqslilb: 2.4)
Fix defect that doesn't allow adding station locations if only a single
callsign certificate is installed.

(following diff is manually editted, tabs are deleted)
diff -urp tqsl-2.0.2/src/location.cpp tqsl-2.0.3/src/location.cpp
--- tqsl-2.0.2/src/location.cpp 2014-07-13 05:18:13.000000000 +0900
+++ tqsl-2.0.3/src/location.cpp 2014-07-17 10:22:16.000000000 +0900
@@ -1152,6 +1152,9 @@ update_page(int page, TQSL_LOCATION *loc
                        field.idx = static_cast<int>(field.items.size());
                field.items.push_back(item);
        }
+      if (field.idx == -1 && field.items.size() == 1) {
+              field.idx = 0;
+      }
        if (field.idx >= 0) {
                field.cdata = field.items[field.idx].text;
        }
----------------------------
tqsl-2.0.2RC5 to 2.0.2 change: (Authors note):
----------------------------
As I've had no comments on the 2.0.2-rc5 beta, I've decided that it's time to release it.

The kits on sourceforge have been updated to the final v2.0.2 release.

https://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v2.0.2/

The README there is the preliminary release notes.
Thanks to everyone for the help with testing and reporting issues.
----------------------------
tqsl-2.0.2RC4 to 2.0.2RC5 change:
----------------------------
This release fixes a pair of related defects that have been there
since TQSL 1.x

When you create a station location, you associate it with a callsign
certificate. When you sign a log, you select a location for signing,
which then uses the callsign to select the right callsign certificate.

The problems happen when you do unexpected things with those
certificates.

If you create a station location for K1MU, then delete all of the
certificates for K1MU, then signing a log would cause an "Invalid
Argument" error. TQSL has been corrected to now display an error that
there are no valid callsign certificates.

Similarly, if you create a station location and then let the
associated callsign certificate to expire, trying to sign using that
location would also give an unhelpful "Invalid Argument" message.

When there were no matching certificates, displaying the properties of
a station location would display an incorrect callsign.

These defects have been corrected in RC5 so that useful error messages
are displayed for these cases.

(mef)

2014-07-18 02:17:18 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Cover to 1.15

(wen)

2014-07-18 02:16:21 UTC MAIN commitmail json YAML

Update to 1.15

Release 1.15 - 1 June 2014
- Allow -coverage default,-pod option to cover (David Cantrell) (github 89).
- Get cpancover coverage in docker containers.
- Add CGI.pm as a prerequisite.
- Test against 5.20.0 and 5.21.0.
- Add longer delay in tests to try to appease *BSD.

Release 1.14 - 2 May 2014
- Fix test failures on OpenBSD, NetBSD and Windows.

Release 1.13 - 28 April 2014
- Test against 5.19.11.
- Fix "use 5.xyz;" on pre 5.10 perls (github 87).
- Round percentages down in summary and reports (also fixes Windows tests).

(wen)

2014-07-18 02:03:49 UTC MAIN commitmail json YAML

Added devel/p5-Inline-C version 0.61

(wen)

2014-07-18 02:02:57 UTC MAIN commitmail json YAML

Add p5-Inline-C

(wen)

2014-07-18 02:00:47 UTC MAIN commitmail json YAML

Import Inline-C-0.61 as devel/p5-Inline-C.

Inline::C is a module that allows you to write Perl subroutines in C.
Since version 0.30 the Inline module supports multiple programming
languages and each language has its own support module.

(wen)

2014-07-18 01:43:33 UTC MAIN commitmail json YAML

Updated devel/p5-Inline to 0.63

(wen)

2014-07-18 01:42:44 UTC MAIN commitmail json YAML

Update to 0.63

Upstream changes:
0.63 Thu Jul 17 07:51:46 PDT 2014
- Add mailing list info to Meta and Contributing

(wen)

2014-07-18 01:33:45 UTC MAIN commitmail json YAML

Updated devel/p5-boolean to 0.38

(wen)

2014-07-18 01:32:42 UTC MAIN commitmail json YAML

Update to 0.38

Upstream changes:
0.38 Wed Jun 25 21:08:05 PDT 2014
- Revert json.t. Failed on cpantesters.

0.37 Wed Jun 25 16:47:29 PDT 2014
- Add JSON to recommends

0.36 Wed Jun 25 16:46:39 PDT 2014
- Fix homepage in metadata

0.35 Tue Jun 17 10:59:25 PDT 2014
- Remove ABSTRACT and use manual $VERSION

0.34 Sat Jun 14 13:16:30 PDT 2014
- Release 0.33 got botched.

0.33 Sat Jun 14 12:59:00 PDT 2014
- Package with Zilla::Dist
- Add badges

(wen)

2014-07-17 22:32:56 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-17 22:32:01 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4458 - requested by obache
textproc/json-c: bug fix patch

Revisions pulled up:
- textproc/json-c/Makefile                                      1.10
- textproc/json-c/hacks.mk                                      1.1

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Jul 17 09:18:27 UTC 2014

  Modified Files:
  pkgsrc/textproc/json-c: Makefile
  Added Files:
  pkgsrc/textproc/json-c: hacks.mk

  Log Message:
  Add hack for using gcc builtin atomic function, missing for i386.
  PR pkg/48990.

  Bump PKGREVISION.

(tron)

2014-07-17 19:29:47 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup tickets #4453, #4454, #4456, #4457, #4457 and #4458.

(tron)

2014-07-17 19:22:52 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4457 - requested by taca
www/drupal6: security update

Revisions pulled up:
- www/drupal6/Makefile                                          1.48
- www/drupal6/distinfo                                          1.31

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jul 17 03:57:57 UTC 2014

  Modified Files:
  pkgsrc/www/drupal6: Makefile distinfo

  Log Message:
  Update drupal6 to 6.32, security fix release.

  Drupal 6.32, 2014-07-16
  ----------------------
  - Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.

(tron)

2014-07-17 19:17:35 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4456 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.27
- www/drupal7/distinfo                                          1.20

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jul 17 03:57:10 UTC 2014

  Modified Files:
  pkgsrc/www/drupal7: Makefile distinfo

  Log Message:
  Update drupal7 to 7.29, security fix release.

  Drupal 7.29, 2014-07-16
  ----------------------
  - Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.

(tron)

2014-07-17 18:48:53 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4455 - requested by taca
mail/p5-Email-Address: security update

Revisions pulled up:
- mail/p5-Email-Address/Makefile                                1.17
- mail/p5-Email-Address/distinfo                                1.8

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Jul 16 15:51:57 UTC 2014

  Modified Files:
  pkgsrc/mail/p5-Email-Address: Makefile distinfo

  Log Message:
  Update p5-Email-Address to 1.905.

  1.905    2014-06-17 22:55:00-04:00 America/New_York
          - additional change to avoid slowdown; this addresses CVE-2014-0477
            change provided by Bastian Blank <waldi@debian.org>

  1.904    2014-06-14 00:21:21-04:00 America/New_York (TRIAL RELEASE)
          - avoid being fooled by an addr-like string in the phrase
          - avoid a slowdown by avoiding backtracking into the phrase

  1.903    2014-04-17 21:02:14-04:00 America/New_York
          - correctly parenthesize false comment "0" (sigh)

  1.902    2014-04-17 10:45:11-04:00 America/New_York
          - when formatting an address where phrase is empty but comment is not,
            do not include "" for the phrase; just omit it
          - when formatting and address where comment lacks enclosing parens, add
            them

(tron)

2014-07-17 18:46:37 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4454 - requested by taca
lang/php54: security patch

Revisions pulled up:
- lang/php54/Makefile                                          1.24
- lang/php54/distinfo                                          1.44
- lang/php54/patches/patch-ext_spl_spl__array.c                1.1
- lang/php54/patches/patch-ext_spl_spl__dllist.c                1.1

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 13 15:25:03 UTC 2014

  Modified Files:
  pkgsrc/lang/php54: Makefile distinfo
  Added Files:
  pkgsrc/lang/php54/patches: patch-ext_spl_spl__array.c
      patch-ext_spl_spl__dllist.c

  Log Message:
  Add fix for CVE-2014-4698 and CVE-2014-4670.

  Bump PKGREVISION.

(tron)

2014-07-17 18:03:59 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4453 - requested by taca
lang/php55: security patch

Revisions pulled up:
- lang/php55/Makefile                                          1.15
- lang/php55/distinfo                                          1.26
- lang/php55/patches/patch-ext_spl_spl__array.c                1.1
- lang/php55/patches/patch-ext_spl_spl__dllist.c                1.1

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 13 15:23:42 UTC 2014

  Modified Files:
  pkgsrc/lang/php55: Makefile distinfo
  Added Files:
  pkgsrc/lang/php55/patches: patch-ext_spl_spl__array.c
      patch-ext_spl_spl__dllist.c

  Log Message:
  Add fix for CVE-2014-4698 and CVE-2014-4670.

  Bump PKGREVISION.

(tron)

2014-07-17 15:52:26 UTC MAIN commitmail json YAML

2014-07-17 15:26:49 UTC MAIN commitmail json YAML

2014-07-17 14:53:46 UTC MAIN commitmail json YAML

Add sourcehansans-fonts

(ryoon)

2014-07-17 14:53:05 UTC MAIN commitmail json YAML

Added fonts/sourcehansans-fonts version 1.000

(ryoon)

2014-07-17 14:52:08 UTC MAIN commitmail json YAML

Import sourcehansans-fonts-1.000 as fonts/sourcehansans-fonts.

Source Han Sans fonts are open source Pan-CJK fonts from Adobe.

(ryoon)

2014-07-17 14:32:32 UTC MAIN commitmail json YAML

Updated fonts/roboto-fonts to 20140716

(ryoon)

2014-07-17 14:31:47 UTC MAIN commitmail json YAML

Update to 20140716

* Update MASTER_SITES and HOMEPAGE
* Use Google's zip archive file

Changelog:
* Design improvements.
* More fonts
See http://googledevelopers.blogspot.com/2014/07/the-new-roboto.html

(ryoon)

2014-07-17 13:44:28 UTC MAIN commitmail json YAML

2014-07-17 13:41:57 UTC MAIN commitmail json YAML

2014-07-17 13:10:54 UTC MAIN commitmail json YAML

Updated security/p5-Digest-Perl-MD5 to 1.9

(wen)

2014-07-17 13:10:01 UTC MAIN commitmail json YAML

2014-07-17 13:09:18 UTC MAIN commitmail json YAML

snprintf is required. Fix build under SCO OpenServer 5.0.7/3.2.

(ryoon)

2014-07-17 13:07:14 UTC MAIN commitmail json YAML

SCO OpenServer 5.0.7/3.2 has no snprintf and vsnprintf.

(ryoon)

2014-07-17 13:01:12 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA to 5.92

(wen)

2014-07-17 13:00:13 UTC MAIN commitmail json YAML

Update to 5.92

Upstream changes:
5.92  Sun Jun  1 00:15:44 MST 2014
- fixed reserved-word clash when compiling with C++
-- use 'classname' instead of 'class'
-- ref. SHA.xs (rt.cpan.org #96090)
- silenced MSC compiler warning about signed/unsigned comparison
-- ref. SHA.xs (rt.cpan.org #95830)

5.91  Fri May 16 10:21:44 MST 2014
- restored original 'addfile' for use on opened file handles
-- allows callbacks in place of actual files
-- ref. IO::Callback (rt.cpan.org #95643)
- re-established inheritance from Digest::base
-- to pick up future Digest enhancements automatically
- cleaned up documentation

5.90  Wed May  7 07:57:08 MST 2014
- consolidated all dynamic memory allocation into XSUBs
-- streamlines referencing of SHA objects
-- simplifies DESTROYing of objects
- enhanced Makefile.PL to allow 'use warnings'
-- automatically reverts to $^W for early Perls
- scrubbed C and Perl code to remove all compiler warnings

(wen)

2014-07-17 12:57:49 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA3 to 0.22

(wen)

2014-07-17 12:57:05 UTC MAIN commitmail json YAML

Update to 0.22

Upstream changes:
0.22  Sun Jun  1 00:15:46 MST 2014
- fixed reserved-word clash when compiling with C++
-- use 'classname' instead of 'class'
-- ref. SHA3.xs (rt.cpan.org #96090)

0.21  Fri May 16 10:21:46 MST 2014
- restored original 'addfile' for use on opened file handles
-- allows callbacks in place of actual files
-- ref. IO::Callback (rt.cpan.org #95643)
- re-established inheritance from Digest::base
-- to pick up future Digest enhancements automatically
- cleaned up documentation

0.20  Wed May  7 07:57:10 MST 2014
- consolidated all dynamic memory allocation into XSUBs
-- streamlines referencing of SHA3 objects
-- simplifies DESTROYing of objects
- enhanced Makefile.PL to allow 'use warnings'
-- automatically reverts to $^W for early Perls
- scrubbed C and Perl code to remove all compiler warnings

(wen)

2014-07-17 12:56:23 UTC MAIN commitmail json YAML

2014-07-17 12:53:49 UTC MAIN commitmail json YAML

Fix SCO OpenServer 5.0.7/3.2 build.
libsocket is needed.

(ryoon)

2014-07-17 12:52:59 UTC MAIN commitmail json YAML

Updated devel/p5-strictures to 1.005004

(wen)

2014-07-17 12:52:01 UTC MAIN commitmail json YAML

Update to 1.005004

Upstream changes:
1.005004 - 2014-03-06
  - make sure meta files list extra modules as recommendations, not requirements

1.005003 - 2014-02-12
  - added support for PUREPERL_ONLY (rt#91407)
  - fixed using strictures->VERSION to query the version (rt#92965)

1.005002 - 2013-12-10
  - extra prereqs will be listed as hard prerequisites if a compiler is
    available

(wen)

2014-07-17 12:49:16 UTC MAIN commitmail json YAML

2014-07-17 12:48:17 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Tidy to 20140711

(wen)

2014-07-17 12:47:17 UTC MAIN commitmail json YAML

Update to 20140711

Upstream changes:
2014 07 11
      - Fixed RT #94902: abbreviation parsing in .perltidyrc files was not
        working for multi-line abbreviations.  Thanks to Eric Fung for
        supplying a patch.

      - Fixed RT #95708, misparsing of a hash when the first key was a perl
        keyword, causing a semicolon to be incorrectly added.

      - Fixed RT #94338 for-loop in a parenthesized block-map.  A code block within
        parentheses of a map, sort, or grep function was being mistokenized.  In
        rare cases this could produce in an incorrect error message.  The fix will
        produce some minor formatting changes.  Thanks to Daniel Trizen
        discovering and documenting this.

      - Fixed RT #94354, excess indentation for stacked tokens.  Thanks to
        Colin Williams for supplying a patch.

      - Added support for experimental postfix dereferencing notation introduced in
        perl 5.20. RT #96021.

      - Updated documentation to clarify the behavior of the -io flag
        in response to RT #95709.  You can add -noll or -l=0 to prevent
        long comments from being outdented when -io is used.

      - Added a check to prevent a problem reported in RT #81866, where large
        scripts which had been compressed to a single line could not be formatted
        because of a check for VERSION for MakeMaker. The workaround was to
        use -nvpl, but this shouldn't be necessary now.

      - Fixed RT #96101; Closing brace of anonymous sub in a list was being
        indented.  For example, the closing brace of the anonymous sub below
        will now be lined up with the word 'callback'.  This problem
        occured if there was no comma after the closing brace of the anonymous sub.
        This update may cause minor changes to formatting of code with lists
        of anonymous subs, especially TK code.

(wen)

2014-07-17 12:24:34 UTC MAIN commitmail json YAML

2014-07-17 12:20:19 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Agent to 1.000

(wen)

2014-07-17 12:19:34 UTC MAIN commitmail json YAML

Update to 1.000
Add LICENSE

Upstream changes:
Version 1.000 (2013-08-13)
Switched to standard X.YYYZZZ versioning.

Replaced ChangeLog with changes.pod.

Updated 'clean' arguments in Makefile.PL.

Updated Agent.pm and replaced old README.

Version 0.308 (2013-08-10)
Changed license to the Artistic License 2.0.

Replaced META.yml with META.json.

Fixed tests for Carp behavior and file permissions.

(wen)

2014-07-17 12:13:50 UTC MAIN commitmail json YAML

Updated biology/bioperl to 1.6.924

(wen)

2014-07-17 12:12:26 UTC MAIN commitmail json YAML

Update to 1.6.924

Upstream changes:
1.6.924

    [Significant changes]

    * Bug/feature issue tracking has moved to GitHub Issues:
          https://github.com/bioperl/bioperl-live/issues
    * DB_File has been demoted from "required" to "recommended",
      which should make easier for Windows users to install BioPerl
      if they don't need that module.

    [New features]

    * Bio::Search::HSP::GenericHSP
        - Bug #3370, added a "posterior_string" method to retrieve the
          posterior probability lines (PP) from HMMER3 reports [fjossandon]
        - Added a "consensus_string" method to retrieve the consensus
          structure lines (CS|RF) from HMMER2 and HMMER3 reports when available [fjossandon]
    * Bio::SearchIO::hmmer2
        - The number of identical and conserved residues are now calculated
          directly from the homology line [fjossandon]
        - Now the Query Length and Hit Length are reported when the alignment
          runs until the end of the sequence/model ('.]' or '[]') [fjossandon]
        - Implemented the capture of the consensus structure lines [fjossandon]
    * Bio::SearchIO::hmmer3
        - The number of identical and conserved residues are now calculated
          directly from the homology line [fjossandon]
        - Now the Hit Length is reported when the alignment runs until the end
          of the sequence/model ('.]' or '[]') [fjossandon]
        - Implemented the capture of the consensus structure lines [fjossandon]
        - Implemented the capture of the posterior probability lines [fjossandon]
        - Completed the development of NHMMER parsing, including alignments [fjossandon]
    * Bio::SearchIO::SearchResultEventBuilder & Bio::SearchIO::IteratedSearchResultEventBuilder
        - Feature #2615, moved "_init_parse_params", "max_significance, "signif",
          "min_score", "min_bits, and "hit_filter" methods from
          'IteratedSearchResultEventBuilder' to parent 'SearchResultEventBuilder'.
          This means that the Bio::SearchIO->new() parameters '-signif', '-score',
          '-bits' and '-hit_filter' will now work with other Bio::SearchIO formats
          besides Blast, instead of being ignored. Added tests for all moved methods
          using HMMER outputs and run the full test suite and everything pass [fjossandon]
    * Bio::SeqIO::MultiFile
        - Autodetection of file format [fangly]
    * Bio::Tools::GuessSeqFormat:
        - Format detection from non-seekable filehandles such as STDIN [fangly]

    [Bug fixes]

    * Fix problems when using Storable as backend for cloning [v1.6.x branch, tsibley]
    * Fix potential problems with Storable in Bio::DB::SeqFeature::Store [tsibley]
    * SeqFeature::Lite: Fixed wrong strand when using "+", "-", or "." [nathanweeks]
    * Abstract: Fixed ActivePerl incapability of removing temporary files
      because of problems closing tied filehandles [fjossandon]
    * IndexedBase: For Windows' ActivePerl, several LocalDB tests were failing
      because ActivePerl were producing a ".index.pag" and ".index.dir"
      files instead of a single ".index" file (like Strawberry Perl).
      Now those temporary files are correctly considered and deleted. [fjossandon]
    * Test files: Added missing module requirements (DB_File and Data::Stag)
      to several tests files that were failing because those modules were
      not present. Now those test files are correctly skipped instead. [fjossandon]
    * Blast: Added support to changes in bl2seq from BLAST+ output, which
      now uses "Subject=" instead of ">" to start hit lines [yschensandiego]
    * Phylip: Return undef in "next_aln" at file end to avoid
      an infinite loop [yschensandiego]
    * HMMER3: When a hit description is too long, it is truncated in
      the Scores table. In those cases, the more complete description from
      the Annotation line (>>) will be used [fjossandon]
    * GenericHSP: Added '.' to gap symbols in "_pre_gaps" (except for ERPIN),
      since it is now used by HMMER3 format in alignments [fjossandon]
    * GenericHit: Changed "frac_aligned_query" and "frac_aligned_hit"
      to return undef if the query/hit length is unknown (like in some
      HMMER outputs), to avoid division by 0 crashes. Also "query_length"
      now is set to 0 if its undefined, to be consistent with hit "length" [fjossandon]
    * HMMER: fixed many bugs in the parsing of Hmmer2 and Hmmer3 outputs,
      added support to multi-query reports, reduced code redundancy,
      and eliminated the automatic removal of hits below "inclusion threshold" [fjossandon]
    * [3369] - Fixed reported bugs in parse from HMMSEARCH3 reports [fjossandon]
    * [3446] - Fixed wrong marker position in Bio::Map::Physical [fjossandon]
    * [3455] - Fixed wrong print of DBLink in Genbank file [bosborne]
    * Fixed some Bio::Root::Utilities subroutines [fjossandon]
    * Double-quotes on paths are needed in some places [fjossandon]
    * [3453] - Allow multiple homologies and products in Entrezgene [fjossandon]
    * Use "NUL" instead of"/dev/null" when running in Windows [fjossandon]
    * Updated all files from Bio-Root, Bio-Coordinate and Bio-SearchIO-blastxml
      with the latest changes made in their own repositories [fjossandon]
    * General synching of files with the master branch [fjossandon]
    * Fixed tests failing in Windows because of using Linux commands [fjossandon]
    * Closed many open filehandles that prevented temporary files deletion [fjossandon]
    * Fixed broken MeSH parser [fjossandon]
    * Fixed missing detection of format in SeqIO when given a -string [fangly]

(wen)

2014-07-17 11:47:00 UTC MAIN commitmail json YAML

+ py{33,34}-html-docs

(obache)

2014-07-17 11:45:51 UTC MAIN commitmail json YAML

Added lang/py34-html-docs version 3.4.1

(obache)

2014-07-17 11:45:40 UTC MAIN commitmail json YAML

2014-07-17 11:37:53 UTC MAIN commitmail json YAML

Added lang/py33-html-docs version 3.3.5

(obache)

2014-07-17 11:37:38 UTC MAIN commitmail json YAML

2014-07-17 11:34:52 UTC MAIN commitmail json YAML

Updated lang/py27-html-docs to 2.7.8nb1

(obache)

2014-07-17 11:34:42 UTC MAIN commitmail json YAML

Some packaging improvements.
* prevent to use derecated doc/html hier.
* install whole contents, especially css and js are useful parts.
* use static PLIST.

Bump PKGREVISION.

(obache)

2014-07-17 11:31:08 UTC MAIN commitmail json YAML

Updated lang/py26-html-docs to 2.6.9nb1

(obache)

2014-07-17 11:30:58 UTC MAIN commitmail json YAML

Some packaging improvements.
* prevent to use deprecated doc/html hier.
* install whole contents, especially css and js are useful parts.
* use static PLIST.

Bump PKGREVISION.

(obache)

2014-07-17 10:04:53 UTC MAIN commitmail json YAML

Updated lang/py27-html-docs to 2.7.8

(obache)

2014-07-17 10:04:45 UTC MAIN commitmail json YAML

Update to 2.7.8.

While here,
* Add 2.7 to COMMENT.
* Use pkgsrc framework way for dynamic plist generation.

(obache)

2014-07-17 09:56:33 UTC MAIN commitmail json YAML

Updated lang/py26-html-docs to 2.6.9

(obache)

2014-07-17 09:56:23 UTC MAIN commitmail json YAML

Update to 2.6.9.

While here,
* Add 2.6 to COMMENT.
* Use pkgsrc framework way for dynamic plist generation.

(obache)

2014-07-17 09:37:26 UTC MAIN commitmail json YAML

Sync GCC_REQD with meta-pkgs/boost/Makefile.common.

PR pkg/49000, PR pkg/48981, PR pkg/48980.

(obache)

2014-07-17 09:18:27 UTC MAIN commitmail json YAML

Add hack for using gcc builtin atomic function, missing for i386.
PR pkg/48990.

Bump PKGREVISION.

(obache)

2014-07-17 05:40:07 UTC MAIN commitmail json YAML

Updated devel/p5-Inline to 0.62

(wen)

2014-07-17 05:39:17 UTC MAIN commitmail json YAML

Update to 0.62

Upstream changes:
0.62 Sun Jul 13 21:49:16 PDT 2014
- Actually make the 5.8.1 change I said I did in 0.61

0.61 Sun Jul 13 21:47:14 PDT 2014
- Make Inline dep on perl 5.8.1 per The Lancaster Consensus
- https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancas
  ter-consensus.md#minimum-supported-perl
- Fix Metadata errors

0.60 Sun Jul 13 21:19:48 PDT 2014
- Use the new ZD Contributing file

0.59 Sat Jul 12 12:11:10 PDT 2014
- Finish migrating and updating docs

0.58 Fri Jul 11 07:02:12 BST 2014
- Fix tabs, add $VERSIONs, fix prereqs

0.57 Fri Jul 11 02:05:00 BST 2014
- Inline::C separated from Inline

0.56_03 Thu Jul 10 13:36:04 BST 2014
- The "with" interface changed slightly - to get right $language use
  $_[-1].
- Add Contrib file

0.56_02 Thu Jul 10 03:36:04 BST 2014
- Remove AutoLoader stuff.

0.56_01 Wed Jul  9 17:10:04 PDT 2014
- Move to Zilla-Dist
- Remove Inline::C from Inline dist

0.56 9 Jul 2014
- Clean up formatting and whitespace
- Removed a "sleep" from Inline::Foo::build

0.55_05 8 Jul 2014
- Make "with" hook return undef croak, test that.

0.55_04 8 Jul 2014
- Suppress warnings in older perls from C/t/14void_arg_PRD.t.
- setruid throws exception not just on Win32 - trap in t/08taint.t.
- C/t/14void_arg_PRD.t - Fix typo.

0.55_03 1 Jul 2014
- Update ToDo to post 0.44(!)
- repository cpan metadata added, typo fixes (thanks dsteinbrunner)
- Update "with" hook to be class method, not function (and test).
- Make "make dist" update C/C.pm and Inline::MakeMaker's $VERSION.
- Undo change disabling BUILD_NOISY for Win32 when shell eq 'cmd'

0.55_02 date Sun 22 Jun 2014
- Version updated to 0.55_02 and released to CPAN
- Inline.pm - additional changes to -T handling. (Thanks Ed J).

0.55_01 date Mon 5 May 2014
- Update version number to 0.55_01

0.55 date Mon 28 Apr 2014
- Version 0.55 released to CPAN

0.54_05 date Sun 13 Apr 2014
- Update version number to 0.54_05.
- Inline.pod - Add documentation regarding "with" and modules. (Thanks to
  Ed J.)

0.54_04 date Wed 10 Apr 2014
- Add META.yml & META.json to distro
- Released to CPAN.

0.54_03 date Wed 9 Apr 2014
- Released to CPAN. (No changes from 0.54_01.)

0.54_01 Mon 31 Mar 2014
- Update version nmuyber to 0.54_01
- Makefile.PL - add META_MERGE info (thanks David Steinbrunner).
- Inline.pod - Correct typos (thanks David Steinbrunner).

0.54 Sat 29 Mar 2014
- Update version number to 0.54
- Release version 0.54 to CPAN

0.53_02 Fri 7 Mar 2014
- Update version to 0.53_02

0.53_01 Thurs 12 Sep 2013
- Inline.pm - Update version number to 0.53_01

0.53 Wed 1 May 2013
- Version 0.53 released to CPAN

0.52_02 Wed 24 Apr 2013
- Version 0.52_02 released to CPAN

0.52_01 Thurs 11 Apr 2013
- Version 0.52_01 released to CPAN
- Inline.pm - in sub read_DATA() replace:
    @{$DATA{$pkg}} = split /(?m)(__\S+?__\n)/, $data
    with:
    @{$DATA{$pkg}} = split /(?m)^[ \t]{0,}(__\S+?__\n)/, $data;
    Otherwise some non-markers can be treated as markers.
    Thanks to Chris Nighswonger and Stefan Seifert.
    Added C/t/21read_DATA.t and C/t/22read_DATA_2.t as the test cases.
    NOTE: This is not a complete fix - it's still possible to
  write code (albeit in an unorthodox fashion) such
  that a non-marker can be treated as a marker.

0.52 Thurs 07 Mar 2013
- Version 0.52 released to CPAN

0.51_03 Wed 28 Nov 2012
- Version 0.51_03 released to CPAN

0.51_02 Tues 20 Nov 2012
- Version 0.51_02 released to CPAN

0.51_01 Tues 20 Nov 2012
- Version 0.51_01 released to CPAN

0.51 Sat 13 Oct 2012
- Version 0.51 released to CPAN.

0.50_03 Mon 8 Oct 2012
- Version 0.50_03 released to CPAN.

0.50_02 Tues 14 Feb 2012
- Inline.pm - Bump version number to 0.50_02

0.50_01 Wed 8 Feb 2012
- Inline.pm - Add a warning prior to croaking with
  M62_invalid_config_file(). That way, we'll at least see what $config
  contains. This is in response to FAIL report
  http://www.cpantesters.org/cpan/report/3287249c-5151-11e1-9dba-4238887bd
  19e
- Bump version number to 0.50_01

0.50 Tues 7 Feb 2012
- Version 0.50 released to CPAN
- Inline.pm - Bump version number to 0.50

0.49_02 Fri 3 Feb 2012
- Version 0.49_02 released to CPAN
- Inline.pm - Bring version numbering into line with recommendations made
  in http://perldoc.perl.org/perlmodstyle.html#Version-numbering

0.49_01 Sun 25 Dec 2011
- As the result of input from David Oswald
- Inline.pod - Changes relating to "CONFIGURE_REQUIRES" and fix typo
  reported in ticket 73108.
- Inline-FAQ.pod - Changes relating to "CONFIGURE_REQUIRES"
- Inline.pm - Bump version to 0.49_01
- lib/Inline/MakeMaker.pm - Bump version to 0.49_01

0.49 Thurs 8 Dec 2011
- Version 0.49 released to CPAN
- Inline.pm - small alteration to M19_usage_language error message

0.48_02 Fri 9 Sept 2011
- Bump Inline version to 0.48_02

0.48_01 Mon 11 Apr 2011
- Version 0.48_01 released to CPAN
- t/05files.t - Have t/05files.t provide a reason for skipping the tests.
- Inline.pm - Create REWRITE_CONFIG_FILE config option.
- Makefile.PL - Test::Warn 0.23 or later needed for perl-5.13 and later.
  (Older perls need 0.21 or later).

(wen)

2014-07-17 05:29:46 UTC MAIN commitmail json YAML

Updated devel/p5-Import-Into to 1.002004

(wen)

2014-07-17 05:28:40 UTC MAIN commitmail json YAML

Update to 1.002004

Upstream changes:
1.002004 - 2014-07-09
  - fix prerequisite declarations for older toolchain

1.002003 - 2014-07-09
  - module loading is now done while importing, making it unnecessary to load
    them beforehand (RT#96995, Christian Walde)

1.002002 - 2014-05-06
  - minor metadata updates

1.002001 - 2014-03-04
  - fix tests and Makefile.PL to support perl 5.6

(wen)

2014-07-17 03:59:01 UTC MAIN commitmail json YAML

Note update of www/drupal6 and www/drupal7 packages.

www/drupal7 7.29
www/drupal6 6.32

(taca)

2014-07-17 03:57:57 UTC MAIN commitmail json YAML

Update drupal6 to 6.32, security fix release.

Drupal 6.32, 2014-07-16
----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.

(taca)

2014-07-17 03:57:10 UTC MAIN commitmail json YAML

Update drupal7 to 7.29, security fix release.

Drupal 7.29, 2014-07-16
----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.

(taca)

2014-07-16 23:36:34 UTC MAIN commitmail json YAML

Updated graphics/py-qrcode to 5.0.1

(rodent)

2014-07-16 23:36:23 UTC MAIN commitmail json YAML

Version 5.0
===========

* Speed optimizations.
* Change the output when using the ``qr`` script to use ASCII rather than
  just colors, better using the terminal real estate.
* Fix a bug in passing bytecode data directly when in Python 3.
* Substation speed optimizations to best-fit algorithm (thanks Jacob Welsh!).

Version 5.0.1
-------------

* Update version numbers correctly.

(rodent)

2014-07-16 23:30:13 UTC MAIN commitmail json YAML

Updated www/py-wtforms-recaptcha to 0.3.2

(rodent)

2014-07-16 23:30:01 UTC MAIN commitmail json YAML

Updated to latest release, 0.3.2. Changes:

* Mark code as safe HTML (to avoid escaping by Jinja, et alia).
* Update to work back to 0.6.1

(rodent)

2014-07-16 23:27:13 UTC MAIN commitmail json YAML

Updated www/py-flask-user to 0.5.2

(rodent)

2014-07-16 23:27:00 UTC MAIN commitmail json YAML

Updated to latest release, 0.5.2. Adds USER_AUTO_LOGIN setting and feature.

(rodent)

2014-07-16 23:25:12 UTC MAIN commitmail json YAML

Updated textproc/py-phonenumbers to 6.2.0

(rodent)

2014-07-16 23:25:00 UTC MAIN commitmail json YAML

====================
What's new in 6.2.0
====================

Merge to upstream Subversion revision 674; upstream code changelog:
  - Better exclusion of dates when matching phone numbers from text.
  - Handle phone input in RFC3966 with missing tel: prefix

(rodent)

2014-07-16 23:22:05 UTC MAIN commitmail json YAML

Updated textproc/py-biplist to 0.7

(rodent)

2014-07-16 23:21:51 UTC MAIN commitmail json YAML

Updated to latest release, 0.7. Fixed HOMEPAGE. Changes:

Adding support for extended range of integers, large file unsigned
references, etc.

(rodent)

2014-07-16 23:18:49 UTC MAIN commitmail json YAML

Updated net/py-kombu to 3.0.21

(rodent)

2014-07-16 23:18:37 UTC MAIN commitmail json YAML

3.0.21
======
- Fixed remaining bug in ``maybe_declare`` for ``auto_delete`` exchanges.
- MongoDB: Creating a channel now properly evaluates a connection (Issue #363).

3.0.20
======
- Reverts change in 3.0.17 where ``maybe_declare`` caches the declaration
  of auto_delete queues and exchanges.
- Redis: Fixed race condition when using gevent and the channel is closed.

(rodent)

2014-07-16 23:17:28 UTC MAIN commitmail json YAML

Updated parallel/py-billiard to 3.3.0.18

(rodent)

2014-07-16 23:15:12 UTC MAIN commitmail json YAML

3.3.0.18 - 2014-06-20
---------------------
- Now compiles on GNU/kFreeBSD
- Pool: `AF_PIPE` address fixed so that it works on recent Windows versions
  in combination with Python 2.7.7.
- Pool: Fix for `Supervisor object has no attribute _children` error.
- Pool: Fixed bug with human_status(None).
- Pool: shrink did not work properly if asked to remove more than 1 process.

(rodent)

2014-07-16 22:27:17 UTC MAIN commitmail json YAML

Rewrite bulk build preparation to emphasize more important
information for regular users without developer status.
Comment developer-only information out so that it doesn't obscure text,
it should be put into appendix or at least a separate subsection
after main text.

(asau)

2014-07-16 21:57:43 UTC MAIN commitmail json YAML

Rework introductory paragraph to emphasize availability of limited list builds.

(asau)

2014-07-16 21:50:24 UTC MAIN commitmail json YAML

2014-07-16 21:47:10 UTC MAIN commitmail json YAML

Push full bulk build requirements down.
This is less interesting use case now that we have made bulk builds more accessible.
Besides, the information is outdated. Perhaps the section should be removed.

(asau)

2014-07-16 21:26:47 UTC MAIN commitmail json YAML

2014-07-16 21:26:09 UTC MAIN commitmail json YAML

Remove the section that essentially follows mk/pbulk/pbulk.sh.
It is incomplete and thus nearly useless now that we have
concise and clear helper script.

(asau)

2014-07-16 21:12:33 UTC MAIN commitmail json YAML

Mark the point where operator can intervene into pbulk.sh-assisted build.

(asau)

2014-07-16 21:05:04 UTC MAIN commitmail json YAML

2014-07-16 21:03:11 UTC MAIN commitmail json YAML

Updated devel/hs-dlist to 0.7.1

(szptvlfn)

2014-07-16 21:02:35 UTC MAIN commitmail json YAML

Update to 0.7.1

ChangeLog:
Version 0.7.1 (2014-06-28) *100th Anniversary of the Assassination of Franz Ferdinand*
--------------------------------------------------------------------------------------

#### Package changes

* Add `IsList` instance for GHC >= 7.8 ([Icelandjack](https://github.com/Icelandjack))

(szptvlfn)

2014-07-16 21:02:06 UTC MAIN commitmail json YAML

Updated devel/hs-unordered-containers to 0.2.5.0

(szptvlfn)

2014-07-16 21:00:42 UTC MAIN commitmail json YAML

Update to 0.2.5.0

Changes from https://github.com/tibbe/unordered-containers
0.2.5.0
- Test Read/Show instances
- Read instances
- Proper Show instance for HashMap
- IsList instances for GHC ≥ 7.8

(szptvlfn)

2014-07-16 20:58:09 UTC MAIN commitmail json YAML

Correction to HOMEPAGE and COMMENT lines

(mef)

2014-07-16 20:53:44 UTC MAIN commitmail json YAML

Drop reference to old bulk code.

(asau)

2014-07-16 20:44:11 UTC MAIN commitmail json YAML

Updated audio/mpdas to 0.3.1

(gls)

2014-07-16 20:42:46 UTC MAIN commitmail json YAML

2014-07-16 20:40:07 UTC MAIN commitmail json YAML

Make pkglint happy with p5-Net-IDN-Encode change (hi mef!)

(gls)

2014-07-16 20:21:48 UTC MAIN commitmail json YAML

        Updated lang/pcc-current to 20140706

(plunky)

2014-07-16 20:17:37 UTC MAIN commitmail json YAML

update to 20140706 snapshot

brings numerous bugfixes, also the addition of unicode character support

(plunky)

2014-07-16 18:25:27 UTC MAIN commitmail json YAML

Note update of the "youtube-dl" package to version 20140715.

(tron)

2014-07-16 18:25:08 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 2014.07.15. A list of changes
is not available unfortunately.

(tron)

2014-07-16 17:37:16 UTC MAIN commitmail json YAML

+ grap-1.44.

(wiz)

2014-07-16 15:52:37 UTC MAIN commitmail json YAML

Note update of mail/p5-Email-Address package to 1.905.

(taca)

2014-07-16 15:51:57 UTC MAIN commitmail json YAML

Update p5-Email-Address to 1.905.

1.905    2014-06-17 22:55:00-04:00 America/New_York
        - additional change to avoid slowdown; this addresses CVE-2014-0477
          change provided by Bastian Blank <waldi@debian.org>

1.904    2014-06-14 00:21:21-04:00 America/New_York (TRIAL RELEASE)
        - avoid being fooled by an addr-like string in the phrase
        - avoid a slowdown by avoiding backtracking into the phrase

1.903    2014-04-17 21:02:14-04:00 America/New_York
        - correctly parenthesize false comment "0" (sigh)

1.902    2014-04-17 10:45:11-04:00 America/New_York
        - when formatting an address where phrase is empty but comment is not,
          do not include "" for the phrase; just omit it
        - when formatting and address where comment lacks enclosing parens, add
          them

(taca)

2014-07-16 13:33:40 UTC MAIN commitmail json YAML

Expand on the description.

(darcy)

2014-07-16 12:22:16 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.7nb2

(mef)

2014-07-16 12:21:29 UTC MAIN commitmail json YAML

Caff was packaged fine, but a module was missing at run.
Add dependency
+DEPENDS+=  p5-Net-IDN-Encode-[0-9]*:../../textproc/p5-Net-IDN-Encode
and bump PKGREVION. Thanks gdt@ for review.

(mef)

2014-07-16 12:20:12 UTC MAIN commitmail json YAML

Updated finance/py-stripe to 1.18.0

(rodent)

2014-07-16 12:19:58 UTC MAIN commitmail json YAML

=== 1.18.0 2014-06-17

* Add metadata for disputes and refunds

(rodent)

2014-07-16 12:16:31 UTC MAIN commitmail json YAML

Restrict USE_TOOLS+= perl:build to Linux.

(rodent)

2014-07-16 12:14:00 UTC MAIN commitmail json YAML

+textproc/p5-Net-IDN-Encode, thanks gdt@

(mef)

2014-07-16 12:12:04 UTC MAIN commitmail json YAML

+p5-Net-IDN-Encode, thanks gdt@

(mef)

2014-07-16 12:10:02 UTC MAIN commitmail json YAML

Import p5-Net-IDN-Encode-2.200 as textproc/p5-Net-IDN-Encode.

Perl module including following modules
Net::IDN::Encode  -- Internationalized Domain Names in
                    Applications (IDNA)
Net::IDN::UTS46    -- Unicode IDNA Compatibility Processing
                    (UTS #46)
Net::IDN::Punycode -- ASCII-compatible encoding of Unicode
                    (Punycode, RFC 3492)
(security/caff needs this module),  thanks gdt@.

(mef)

2014-07-16 11:53:48 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-16 11:53:40 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4452 - requested by obache
security/polarssl: security update

Revisions pulled up:
- security/polarssl/Makefile                                    1.5
- security/polarssl/distinfo                                    1.3

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Jul 16 10:03:57 UTC 2014

  Modified Files:
  pkgsrc/security/polarssl: Makefile distinfo

  Log Message:
  PolarSSL ChangeLog

  = Version 1.2.11 released 2014-07-11
  Features
      * Entropy module now supports seed writing and reading

  Changes
      * Introduced POLARSSL_HAVE_READDIR_R for systems without it
      * Improvements to the CMake build system, contributed by Julian Ospald.
      * Work around a bug of the version of Clang shipped by Apple with
  Mavericks      that prevented bignum.c from compiling. (Reported by Rafael
  Baptista.)    * Improvements to tests/Makefile, contributed by Oden
  Eriksson.    * Use UTC time to check certificate validity.
      * Reject certificates with times not in UTC, per RFC 5280.
      * Migrate zeroizing of data to polarssl_zeroize() instead of memset()
        against unwanted compiler optimizations

  Security
      * Forbid change of server certificate during renegotiation to prevent
        "triple handshake" attack when authentication mode is optional (the
        attack was already impossible when authentication is required).
      * Check notBefore timestamp of certificates and CRLs from the future.
      * Forbid sequence number wrapping
      * Prevent potential NULL pointer dereference in ssl_read_record() (found
  by      TrustInSoft)
      * Fix length checking for AEAD ciphersuites (found by Codenomicon).
        It was possible to crash the server (and client) using crafted messages
        when a GCM suite was chosen.

  Bugfix
      * Fixed X.509 hostname comparison (with non-regular characters)
      * SSL now gracefully handles missing RNG
      * crypt_and_hash app checks MAC before final decryption
      * Fixed x509_crt_parse_path() bug on Windows platforms
      * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found
  by      TrustInSoft)
      * Fixed potential overflow in certificate size verification in
        ssl_write_certificate() (found by TrustInSoft)
      * Fix ASM format in bn_mul.h
      * Potential memory leak in bignum_selftest()
      * Replaced expired test certificate
      * ssl_mail_client now terminates lines with CRLF, instead of LF
      * Fix bug in RSA PKCS#1 v1.5 "reversed" operations
      * Fixed testing with out-of-source builds using cmake
      * Fixed version-major intolerance in server
      * Fixed CMake symlinking on out-of-source builds
      * Bignum's MIPS-32 assembly was used on MIPS-64, causing chaos. (Found by
        Alex Wilson.)
      * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
        out_ctr failed
      * ssl_handshake_init() was leaving dirty pointers in subcontexts if
  malloc      of one of them failed
      * x509_get_current_time() uses localtime_r() to prevent thread issues
      * Some example server programs were not sending the close_notify alert.
      * Potential memory leak in mpi_exp_mod() when error occurs during
        calculation of RR.
      * Improve interoperability by not writing extension length in ClientHello
        when no extensions are present (found by Matthew Page)
      * rsa_check_pubkey() now allows an E up to N
      * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
      * mpi_fill_random() was creating numbers larger than requested on
        big-endian platform when size was not an integer number of limbs
      * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
      * Stricter check on SSL ClientHello internal sizes compared to actual
  packet      size (found by TrustInSoft)
      * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
      * Use \n\t rather than semicolons for bn_mul asm, since some assemblers
        interpret semicolons as comment delimiters (found by Barry K. Nathan).
      * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
      * Fix base64_decode() to return and check length correctly (in case of
        tight buffers)

  = Version 1.2.10 released 2013-10-07
  Changes
      * Changed RSA blinding to a slower but thread-safe version
      * Make get_pkcs_padding() constant-time

  Bugfix
      * Fixed memory leak in RSA as a result of introduction of blinding
      * Fixed ssl_pkcs11_decrypt() prototype
      * Fixed MSVC project files

  = Version 1.2.9 released 2013-10-01
  Changes
      * x509_verify() now case insensitive for cn (RFC 6125 6.4)

  Bugfix
      * Fixed potential memory leak when failing to resume a session
      * Fixed potential file descriptor leaks (found by Remi Gacogne)
      * Minor fixes

  Security
      * Fixed potential heap buffer overflow on large hostname setting
      * Fixed potential negative value misinterpretation in load_file()
      * RSA blinding on CRT operations to counter timing attacks
        (found by Cyril Arnaud and Pierre-Alain Fouque)

(tron)

2014-07-16 10:04:16 UTC MAIN commitmail json YAML

Updated security/polarssl to 1.2.11

(obache)

2014-07-16 10:03:57 UTC MAIN commitmail json YAML

PolarSSL ChangeLog

= Version 1.2.11 released 2014-07-11
Features
  * Entropy module now supports seed writing and reading

Changes
  * Introduced POLARSSL_HAVE_READDIR_R for systems without it
  * Improvements to the CMake build system, contributed by Julian Ospald.
  * Work around a bug of the version of Clang shipped by Apple with Mavericks
    that prevented bignum.c from compiling. (Reported by Rafael Baptista.)
  * Improvements to tests/Makefile, contributed by Oden Eriksson.
  * Use UTC time to check certificate validity.
  * Reject certificates with times not in UTC, per RFC 5280.
  * Migrate zeroizing of data to polarssl_zeroize() instead of memset()
    against unwanted compiler optimizations

Security
  * Forbid change of server certificate during renegotiation to prevent
    "triple handshake" attack when authentication mode is optional (the
    attack was already impossible when authentication is required).
  * Check notBefore timestamp of certificates and CRLs from the future.
  * Forbid sequence number wrapping
  * Prevent potential NULL pointer dereference in ssl_read_record() (found by
    TrustInSoft)
  * Fix length checking for AEAD ciphersuites (found by Codenomicon).
    It was possible to crash the server (and client) using crafted messages
    when a GCM suite was chosen.

Bugfix
  * Fixed X.509 hostname comparison (with non-regular characters)
  * SSL now gracefully handles missing RNG
  * crypt_and_hash app checks MAC before final decryption
  * Fixed x509_crt_parse_path() bug on Windows platforms
  * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
    TrustInSoft)
  * Fixed potential overflow in certificate size verification in
    ssl_write_certificate() (found by TrustInSoft)
  * Fix ASM format in bn_mul.h
  * Potential memory leak in bignum_selftest()
  * Replaced expired test certificate
  * ssl_mail_client now terminates lines with CRLF, instead of LF
  * Fix bug in RSA PKCS#1 v1.5 "reversed" operations
  * Fixed testing with out-of-source builds using cmake
  * Fixed version-major intolerance in server
  * Fixed CMake symlinking on out-of-source builds
  * Bignum's MIPS-32 assembly was used on MIPS-64, causing chaos. (Found by
    Alex Wilson.)
  * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
    out_ctr failed
  * ssl_handshake_init() was leaving dirty pointers in subcontexts if malloc
    of one of them failed
  * x509_get_current_time() uses localtime_r() to prevent thread issues
  * Some example server programs were not sending the close_notify alert.
  * Potential memory leak in mpi_exp_mod() when error occurs during
    calculation of RR.
  * Improve interoperability by not writing extension length in ClientHello
    when no extensions are present (found by Matthew Page)
  * rsa_check_pubkey() now allows an E up to N
  * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
  * mpi_fill_random() was creating numbers larger than requested on
    big-endian platform when size was not an integer number of limbs
  * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
  * Stricter check on SSL ClientHello internal sizes compared to actual packet
    size (found by TrustInSoft)
  * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
  * Use \n\t rather than semicolons for bn_mul asm, since some assemblers
    interpret semicolons as comment delimiters (found by Barry K. Nathan).
  * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
  * Fix base64_decode() to return and check length correctly (in case of
    tight buffers)

= Version 1.2.10 released 2013-10-07
Changes
  * Changed RSA blinding to a slower but thread-safe version
  * Make get_pkcs_padding() constant-time

Bugfix
  * Fixed memory leak in RSA as a result of introduction of blinding
  * Fixed ssl_pkcs11_decrypt() prototype
  * Fixed MSVC project files

= Version 1.2.9 released 2013-10-01
Changes
  * x509_verify() now case insensitive for cn (RFC 6125 6.4)

Bugfix
  * Fixed potential memory leak when failing to resume a session
  * Fixed potential file descriptor leaks (found by Remi Gacogne)
  * Minor fixes

Security
  * Fixed potential heap buffer overflow on large hostname setting
  * Fixed potential negative value misinterpretation in load_file()
  * RSA blinding on CRT operations to counter timing attacks
    (found by Cyril Arnaud and Pierre-Alain Fouque)

(obache)

2014-07-16 09:06:02 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Twig to 3.48

(wen)

2014-07-16 09:00:51 UTC MAIN commitmail json YAML

Update to 3.48

Upstream changes:
3.48 - 2014-03-30 - minor maintenance release

- fixed tests

3.47 - 2014-03-27 - minor maintenance release

- fixed: missing entities when parsing HTML
  RT #93604 https://rt.cpan.org/Public/Bug/Display.html?id=93604

- fixed: tests failed when using a version of HTML::TreeBuilder with a non-numeric version

- fixed in twig_handlers, '=' in regexps on attributes are turned into 'eq'
  RT #94295 https://rt.cpan.org/Public/Bug/Display.html?id=94295

3.46 - 2014-03-05 - minor maintenance release

- fixed: test failed on Windows

3.45 - 2014-02-27 - minor maintenance release

- fixed: link to idented_a format description
  RT #85400 https://rt.cpan.org/Public/Bug/Display.html?id=85400
  fixed by Martin McGrath

- fixed: code that gave a warning in 5.19.9

- fixed: RT #86651 https://rt.cpan.org/Ticket/Display.html?id=86773
  xml_pp, quote not escaped in attribute values

- fixed various typos in docs RT#87660
  thanks to David Steinbrunner

- fixed: RT #86773 https://rt.cpan.org/Ticket/Display.html?id=86773
  CDATA sections in HTML were not properly escaped when using the
  (default) HTML::TreeBuilder conversion
  spotted by Marco Pessotto

- fixed: RT #85933 https://rt.cpan.org/Ticket/Display.html?id=85933
  quotes in attributes were not properly escaped
  dpotted by Arun Lakhana

- added: docs for tools and safe_print_to_file

- added: support for XPath variables
  thanks to Nathan Glenn for the initial implementation

- updated: Changes to conform to CPAN::Changes + test

(wen)

2014-07-16 09:00:40 UTC MAIN commitmail json YAML

Added www/py-httpie version 0.8.0

(imil)

2014-07-16 08:57:44 UTC MAIN commitmail json YAML

add & enable py-httpie

(imil)

2014-07-16 08:56:59 UTC MAIN commitmail json YAML

The postinstall-solaris script is still being installed on SunOS.

(fhajny)

2014-07-16 08:56:34 UTC MAIN commitmail json YAML

Initial import of py-httpie, version 0.8.0, into the NetBSD Packages Collection.

HTTPie is a command line HTTP client. Its goal is to make CLI interaction with
web services as human-friendly as possible. It provides a simple http command
that allows for sending arbitrary HTTP requests using a simple and natural
syntax, and displays colorized responses. HTTPie can be used for testing,
debugging, and generally interacting with HTTP servers.

(imil)

2014-07-16 08:53:36 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-TreeBuilder to 5.4

(wen)

2014-07-16 08:52:39 UTC MAIN commitmail json YAML

Update to 5.4

Upstream changes:
Thu May 29 2014  Jeff Fearn <Jeff.Fearn@gmail.com>
  Release 5.4
  Do not escape CDATA content.

Tue May 27 2014  Jeff Fearn <Jeff.Fearn@gmail.com>
  Release 5.3
  Fix CDATA not being printed properly by as_XML. RT #95970
  Fix Devel::Cover declared as build_requires but not used RT #93155
  Fix XML::Catalog version number mismatch. RT #93154

Mon Dec 9 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
  Release 5.2

  Fix local path resolution. RT #90464

(wen)

2014-07-16 08:45:03 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Tidy to 1.12

(wen)

2014-07-16 08:41:33 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
- 1.12.B55J2qn Thu May 5 19:02:52:49 2011
        * made "1.0" float binarize as float again, rather than just "1" int

        * cleaned up POD && fixed EXPORTED CONSTANTS heads blocking together

    - 1.10.B52FpLx Mon May 2 15:51:21:59 2011
        * added tests for undefined non-standard XML declaration to suppress
        warnings

    - 1.8.B2AMvdl Thu Feb 10 22:57:39:47 2011
        * aligned .t code

        * added test for newline before -r to try to resolve:
        HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65471 (Thanks, Leandro.)

        * fixed off-by-one error when new gets a readable (non-newline)
        filename (that's not "filename" without a pre-'filename' param) to
        resolve: HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65151 (Thanks,
        Simone.)

(wen)

2014-07-16 08:37:21 UTC MAIN commitmail json YAML

2014-07-16 08:32:03 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Encoding to 2.0.9
Fix typo in previous commits

(wen)

2014-07-16 08:24:23 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Catalog to 1.0.3

(wen)

2014-07-16 08:22:26 UTC MAIN commitmail json YAML

Update to 1.0.3

Upstream changes:
1.03 Wed May 28 2014
- Add test DTDs to MANIFEST

1.02 Tue May 27 2014
- Fix missing DTDs causing build fail on Windows.
- Fix non-portable version declaration.

(wen)

2014-07-16 08:04:27 UTC MAIN commitmail json YAML

Updated databases/ruby-awesome_nested_set to 2.1.6nb1
Updated databases/ruby-tiny_tds to 0.6.2nb1
Updated devel/ruby-shoulda-context to 1.2.1nb1
Updated devel/ruby-shoulda-matchers to 2.6.1nb1
Updated meta-pkgs/ruby-shoulda to 3.5.0nb1
Updated security/ruby-openid to 0.0.1nb1
Updated security/ruby-rack-openid 1.4.2nb1
Updated security/ruby-ruby-openid to 2.5.0nb1
Updated sysutils/ruby-childprocess to 0.5.3nb1
Updated textproc/ruby-xpath to 2.0.0nb1
Updated www/ruby-websocket to 1.1.4nb1

(rodent)

2014-07-16 07:56:29 UTC MAIN commitmail json YAML

2014-07-16 07:51:14 UTC MAIN commitmail json YAML

Updated time/p5-MooseX-Types-DateTime to 0.10

(wen)

2014-07-16 07:50:06 UTC MAIN commitmail json YAML

Update to 0.10

Upstream changes:
0.10      2014-02-03 17:17:57Z
        - temporarily revert change that cleaned namespaces (0.09), until the
          logic is cleaned up in MooseX::Types itself

0.09      2014-02-03 02:16:30Z
        - Require perl 5.8.3, as Moose does
        - canonical repository moved to github moose organization

(wen)

2014-07-16 07:42:08 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.71

(wen)

2014-07-16 07:41:11 UTC MAIN commitmail json YAML

Update to 1.71
Add missing DEPENDS

Upstream changes:
1.71    2014-06-21
- This release is based on version 2014e of the Olson database. This release
  includes contemporary changes for Egypt and Morocco.

1.70    2014-06-01
- Unset $ENV{TZ} in t/04local..t test to avoid interference from
  system. Reported by Mark Gardner. RT #96083.

- This release is based on version 2014d of the IANA database, but there are
  no data changes from 2014c.

(wen)

2014-07-16 02:56:52 UTC MAIN commitmail json YAML

2014-07-16 02:50:55 UTC MAIN commitmail json YAML

SCRIPTS in here is now empty; adjust it to be like PDFSCRIPTS, which
should fix the Solaris 10 build as seen in PR 48995.

(dholland)

2014-07-16 02:02:10 UTC MAIN commitmail json YAML

regen for patch-help2man.PL (hi ryoon)

(wiz)

2014-07-16 01:47:17 UTC MAIN commitmail json YAML

USE_TOOLS+=perl:build - fixes build failure on Linux.

(rodent)

2014-07-16 00:30:27 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-Read to 0.54

(schmonz)

2014-07-16 00:30:14 UTC MAIN commitmail json YAML

Update to 0.54. From the changelog:

* Optional features required versions now builtin
* Updated copyright to 2014
* Prefer Data::Peek over Data::Dumper
* Support (and prefer) Spreadsheet::ParseXLSX for .xlsx
* Store CSV parse error - if any - in $ss->[0]{error}
* Link xlsgrep during install
* Added xlsgrep to examples
* Allow -C B,D for xlscat
* More prominent reference to xlscat in docs
* /dev/null cannot be used for tests on Windows
* Improve documentation consistency (RT#80409)
* Updated copyright to 2013
* Force old(er) tar format (ustar) - assumes GNU tar on release box
* Fix yml/json optional_features
* Install utilities from example by default
* Several minor changes (for maint)
* Note that empty sheets are skipped when clip is true (RT#75277)
* Allow undef as valid value for the options (Max Maischein)
* Don't generate warnings when stripping whitespace and only
  generating one of cells or rc. (Max Maschein)
* Fix test warning under perl-5.17.x
* Updated copyright to 2012
* Support passing attributes to the underlying parser
* Do not strip fields in sheets with no cells at all (RT#74976)

(schmonz)

2014-07-16 00:10:35 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PPPort to 3.24

(schmonz)

2014-07-16 00:10:22 UTC MAIN commitmail json YAML

Update to 3.24. From the changelog:

* Remove SvREFCNT_dec_NN until it can be implemented
  properly.
  (Thanks to bulk88 for reporting GH #10)
* Fix GH #11 - compiler warning under clang
  (Thanks to jhi for reporting it)
* Fix GH #12 - compiler warnings
  (Thanks to jhi for reporting it)
* Add support for HeUTF8
* Add GetFileContents() to retrieve the contents of the
  ppport.h file
* Update MAX_VER to be 5.20
* Update issue tracker to GitHub
* Add support for the following API
    SvREFCNT_dec_NN
    mg_findext
    sv_unmagicext
* Update META
    Move bug tracker to github
    Provide link to repository
* Avoid syntax disallowed by C++11
  (Thanks to Tony C for the patch)
* Fix cpan #87870: Merge core perl commit 90b0dc0e2e
  (Thanks to Father Chrysostomos for the original patch and
  to Steve Hay for forwarding it)
* Fix cpan #86975: Deterministically order API elements in POD
  (Thanks to Karl Williamson for providing a patch.)
* Fix cpan #81796: my $_ is deprecated
  (Thanks to Nicholas Clark for providing a patch)
* Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
  (Thanks to Karl Williamson for providing a patch)
* Fix cpan #80314: make use of PERL_NO_GET_CONTEXT the default
* Fix cpan #79814: Install to 'site' for perl 5.11+
  (Thanks to Robert Sedlacek for providing a patch)
* Fix cpan #78271: Need SvPV_nomg_nolen
* Adapt buildperl.pl for newer Perl releases
* Update masked_versions regex for 5.005 thread builds
* Some tweaks needed to support 5.003 on 64-bit platforms

(schmonz)

2014-07-15 23:43:37 UTC MAIN commitmail json YAML

2014-07-15 23:41:55 UTC MAIN commitmail json YAML

Document pbulk setup using pbulk.sh

(asau)

2014-07-15 23:31:13 UTC MAIN commitmail json YAML

Fixes dependency versions, allow py-imaging again.

(obache)

2014-07-15 22:35:15 UTC MAIN commitmail json YAML

Allow the fragile option to support GCC.

(jperkin)