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 (29m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:42:35 UTC Now

2015-03-21 04:15:47 UTC MAIN commitmail json YAML

Updated www/php-ja-wordpress to 4.1.1

(ryoon)

2015-03-21 04:15:19 UTC MAIN commitmail json YAML

2015-03-21 02:20:52 UTC MAIN commitmail json YAML

fix PLIST breakage on amd64

(tnn)

2015-03-21 02:18:39 UTC MAIN commitmail json YAML

2015-03-21 01:17:08 UTC MAIN commitmail json YAML

Fix build on MKGCC=no systems

(tnn)

2015-03-21 01:06:49 UTC MAIN commitmail json YAML

don't send standard error to /dev/null, we'd like to know if cp(1) fails

(tnn)

2015-03-21 00:36:08 UTC MAIN commitmail json YAML

Fix error spotted in bulk build.
1) add patch-elisp-comp from FreeBSD ports to fix
  "Wrong type argument: stringp, nil"
2) for some reason the unit test fails if we're in CET time zone so
  just set TZ=GMT in the make environment for now.

(tnn)

2015-03-20 22:46:09 UTC MAIN commitmail json YAML

Has race conditions at least on NetBSD.

(joerg)

2015-03-20 22:41:19 UTC MAIN commitmail json YAML

2015-03-20 17:53:14 UTC MAIN commitmail json YAML

Extend the list of packages that ccache.mk avoids in order to prevent
circular dependency errors on platforms where most builtins are provided
by pkgsrc.

(tnn)

2015-03-20 16:34:35 UTC MAIN commitmail json YAML

+ openssh-6.8p1.

(taca)

2015-03-20 16:34:12 UTC MAIN commitmail json YAML

Note update of PHP:

lang/php54 5.4.39
lang/php55 5.5.23
lang/php56 5.6.7

(taca)

2015-03-20 16:33:28 UTC MAIN commitmail json YAML

2015-03-20 16:31:47 UTC MAIN commitmail json YAML

Update php56 to 5.6.7, including security fix.

19 Mar 2015, PHP 5.6.7

- Core:
  . Fixed bug #69174 (leaks when unused inner class use traits precedence).
    (Laruence)
  . Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
    (Laruence)
  . Fixed bug #69121 (Segfault in get_current_user when script owner is not
    in passwd with ZTS build). (dan at syneto dot net)
  . Fixed bug #65593 (Segfault when calling ob_start from output buffering
    callback). (Mike)
  . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
    not validated in memory.c). (nayana at ddproperty dot com)
  . Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
  . Fixed bug #69141 (Missing arguments in reflection info for some builtin
    functions). (kostyantyn dot lysyy at oracle dot com)
  . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
    configuration options). (Anatol Belski)
  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

- CGI:
  . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)

- CLI:
  . Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)

- cURL:
  . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
    Win32). (Grant Pannell)
  . Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
    by libcurl. (Linus Unneback)

- Ereg:
  . Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).
    (Stas)

- FPM:
  . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)

- ODBC:
  . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)

- Opcache:
  . Fixed bug #69159 (Opcache causes problem when passing a variable variable
    to a function). (Dmitry, Laruence)
  . Fixed bug #69125 (Array numeric string as key). (Laruence)
  . Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)

- OpenSSL:
  . Fixed bug #68912 (Segmentation fault at openssl_spki_new). (Laruence)
  . Fixed bug #61285, #68329, #68046, #41631 (encrypted streams don't observe
    socket timeouts). (Brad Broerman)
  . Fixed bug #68920 (use strict peer_fingerprint input checks)
    (Daniel Lowrey)
  . Fixed bug #68879 (IP Address fields in subjectAltNames not used)
    (Daniel Lowrey)
  . Fixed bug #68265 (SAN match fails with trailing DNS dot) (Daniel Lowrey)
  . Fixed bug #67403 (Add signatureType to openssl_x509_parse) (Daniel Lowrey)
  . Fixed bug (#69195 Inconsistent stream crypto values across versions)
    (Daniel Lowrey)

- pgsql:
  . Fixed bug #68638 (pg_update() fails to store infinite values).
    (william dot welter at 4linux dot com dot br, Laruence)

- Readline:
  . Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
    parameters). (Laruence)

- SOAP:
  . Fixed bug #69085 (SoapClient's __call() type confusion through
    unserialize()). (andrea dot palazzo at truel dot it, Laruence)

- SPL:
  . Fixed bug #69108 ("Segmentation fault" when (de)serializing
    SplObjectStorage). (Laruence)
  . Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
    calling getChildren()). (Julien)

- ZIP:
  . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
    boundary) (CVE-2015-2331). (Stas)

(taca)

2015-03-20 16:30:38 UTC MAIN commitmail json YAML

Update php55 to 5.5.23, including security fix.

19 Mar 2015, PHP 5.5.23

- Core:
  . Fixed bug #69174 (leaks when unused inner class use traits precedence).
    (Laruence)
  . Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
    (Laruence)
  . Fixed bug #69121 (Segfault in get_current_user when script owner is not
    in passwd with ZTS build). (dan at syneto dot net)
  . Fixed bug #65593 (Segfault when calling ob_start from output buffering
    callback). (Mike)
  . Fixed bug #69017 (Fail to push to the empty array with the constant value
    defined in class scope). (Laruence)
  . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
    not validated in memory.c). (nayana at ddproperty dot com)
  . Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
  . Fixed bug #69141 (Missing arguments in reflection info for some builtin
    functions). (kostyantyn dot lysyy at oracle dot com)
  . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
    configuration options). (Anatol Belski)
  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

- CGI:
  . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)

- CLI:
  . Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)

- cURL:
  . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
    Win32). (Grant Pannell)
  . Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
    by libcurl. (Linus Unneback)

- Ereg:
  . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)

- FPM:
  . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)

- ODBC:
  . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)

- Opcache:
  . Fixed bug #69125 (Array numeric string as key). (Laruence)
  . Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)

- OpenSSL:
  . Fixed bugs #61285, #68329, #68046, #41631 (encrypted streams don't observe
    socket timeouts). (Brad Broerman)

- pgsql:
  . Fixed bug #68638 (pg_update() fails to store infinite values).
    (william dot welter at 4linux dot com dot br, Laruence)

- Readline:
  . Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
    parameters). (Laruence)

- SOAP:
  . Fixed bug #69085 (SoapClient's __call() type confusion through
    unserialize()). (andrea dot palazzo at truel dot it, Laruence)

- SPL:
  . Fixed bug #69108 ("Segmentation fault" when (de)serializing
    SplObjectStorage). (Laruence)
  . Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
    calling getChildren()). (Julien)

- ZIP:
  . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
    boundary) (CVE-2015-2331). (Stas)

(taca)

2015-03-20 16:29:24 UTC MAIN commitmail json YAML

Update php54 to 5.4.39, including securitfy fix.

19 Mar 2015 PHP 5.4.39

- Core:
  . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
    configuration options). (Anatol Belski)
  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

- Ereg:
  . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)

- SOAP:
  . Fixed bug #69085 (SoapClient's __call() type confusion through
    unserialize()). (Dmitry)

- ZIP:
  . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
    boundary). (Stas)

(taca)

2015-03-20 15:19:47 UTC MAIN commitmail json YAML

Fix problem of pod2man not found, thanks joerg.

(mef)

2015-03-20 14:46:47 UTC MAIN commitmail json YAML

2015-03-20 10:14:12 UTC MAIN commitmail json YAML

Updated www/firefox to 36.0.1nb1

(martin)

2015-03-20 10:13:57 UTC MAIN commitmail json YAML

2015-03-20 02:34:32 UTC MAIN commitmail json YAML

Restore hpn-patch delated DISTFIELS.

(taca)

2015-03-20 01:26:09 UTC MAIN commitmail json YAML

Note update of mail/dovecot2-pigeonhole package to 0.4.7.

(taca)

2015-03-20 01:25:31 UTC MAIN commitmail json YAML

Update dovecot2-pigeonhole to 0.4.7, a leaf package and this update is
needed to dovecot2-pigeonhole compatible with Dovecot 2.2.16.

v0.4.7 19-03-2015 Stephan Bosch <stephan@rename-it.nl>

* editheader extension: Made protection against addition and deletion of
  headers configurable separately. Also, the `Received' and `Auto-Submitted'
  headers are no longer protected against addition by default.
* Turned message envelope address parse errors into warnings.
* The interpreter now accepts non-standard domain names, e.g. containing '_'.
+ Implemented the Sieve index extension (RFC 5260).
+ Implemented support for the mboxmetadata and servermetadata extensions
  (RFC 5490).
+ Implemented new sieve commands for the doveadm command line utility. These
  commands are currently limited to ManageSieve operations, but the other
  current sieve tools will be migrated to doveadm in the near future as well.
+ Added more debug output about binary up-to-date checking.
+ Added script metadata to binary dump output.
- Fixed Sieve script binary up-to-date checking by normalizing the script
  location.
- The Sieve interpreter now flushes the duplicate database during start phase
  of result execution rather than commit phase. This makes sure locks on the
  duplicate database are released as soon as possible, preventing contention.
- Performed a few optimizations in the lexical scanner of the language.
- Fixed bug in `:matches' match-type that made a pattern without
  wildcards match as if there were a '*' at the beginning.
- Fixed crash in validation of the string parameter of the comparator tag.
- extprograms extension: Made sure supplemental group privileges are also
  dropped. This was a problem reported by Debian lintian.
- Fixed bug in handling of binary errors for action side-effects and message
  overrides.
- file script storage: Restructured storage initialization to address
  backwards compatibility issues.
- dict script storage: Fixed small memory allocation bug.

(taca)

2015-03-20 01:04:40 UTC MAIN commitmail json YAML

2015-03-20 00:58:38 UTC MAIN commitmail json YAML

2015-03-19 23:41:40 UTC MAIN commitmail json YAML

Updated fonts/ricty-ttf to 3.2.4

(ryoon)

2015-03-19 23:41:22 UTC MAIN commitmail json YAML

2015-03-19 23:39:21 UTC MAIN commitmail json YAML

Update to 3.2.4

* Drop bash from USE_TOOLS.
* Convert to use GITHUB framework.
* USe .tar.gz instead of .zip.

Changelog:
* Change LICENSE to 2-clause BSD from public domain.

(ryoon)

2015-03-19 23:05:33 UTC MAIN commitmail json YAML

2015-03-19 23:01:15 UTC MAIN commitmail json YAML

change from .xz to .gz distfile. xz needs gettext-lib by default which
leads to circular dependencies on some platforms with
PKGSRC_COMPILER=ccache gcc

(tnn)

2015-03-19 22:37:29 UTC MAIN commitmail json YAML

Updated net/unbound to 1.5.3

(pettai)

2015-03-19 22:37:06 UTC MAIN commitmail json YAML

Unbound 1.5.3

Bug Fixes:
* [bugzilla: 647 ] Fix #647 crash in 1.5.2 because pwd.db no longer
accessible after reload.
* [bugzilla: 645 ] Fix #645 Portability to Solaris 10, use AF_LOCAL.
* [bugzilla: 646 ] Fix #646 Portability to Solaris, -lrt for
getentropy_solaris.
* Use the getrandom syscall introduced in Linux 3.17

(pettai)

2015-03-19 22:15:52 UTC MAIN commitmail json YAML

2015-03-19 22:11:44 UTC MAIN commitmail json YAML

Note update of the "openssl" package to version 1.0.2a.

(tron)

2015-03-19 22:11:22 UTC MAIN commitmail json YAML

Update "openssl" package to version 1.0.2. Changes since version 1.0.2a:
- ClientHello sigalgs DoS fix

  If a client connects to an OpenSSL 1.0.2 server and renegotiates with an
  invalid signature algorithms extension a NULL pointer dereference will
  occur. This can be exploited in a DoS attack against the server.

  This issue was was reported to OpenSSL by David Ramos of Stanford
  University.
  (CVE-2015-0291)
  [Stephen Henson and Matt Caswell]

- Multiblock corrupted pointer fix

  OpenSSL 1.0.2 introduced the "multiblock" performance improvement. This
  feature only applies on 64 bit x86 architecture platforms that support AES
  NI instructions. A defect in the implementation of "multiblock" can cause
  OpenSSL's internal write buffer to become incorrectly set to NULL when
  using non-blocking IO. Typically, when the user application is using a
  socket BIO for writing, this will only result in a failed connection.
  However if some other BIO is used then it is likely that a segmentation
  fault will be triggered, thus enabling a potential DoS attack.

  This issue was reported to OpenSSL by Daniel Danner and Rainer Mueller.
  (CVE-2015-0290)
  [Matt Caswell]

- Segmentation fault in DTLSv1_listen fix

  The DTLSv1_listen function is intended to be stateless and processes the
  initial ClientHello from many peers. It is common for user code to loop
  over the call to DTLSv1_listen until a valid ClientHello is received with
  an associated cookie. A defect in the implementation of DTLSv1_listen means
  that state is preserved in the SSL object from one invocation to the next
  that can lead to a segmentation fault. Errors processing the initial
  ClientHello can trigger this scenario. An example of such an error could be
  that a DTLS1.0 only client is attempting to connect to a DTLS1.2 only
  server.

  This issue was reported to OpenSSL by Per Allansson.
  (CVE-2015-0207)
  [Matt Caswell]

- Segmentation fault in ASN1_TYPE_cmp fix

  The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is
  made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check
  certificate signature algorithm consistency this can be used to crash any
  certificate verification operation and exploited in a DoS attack. Any
  application which performs certificate verification is vulnerable including
  OpenSSL clients and servers which enable client authentication.
  (CVE-2015-0286)
  [Stephen Henson]

- Segmentation fault for invalid PSS parameters fix

  The signature verification routines will crash with a NULL pointer
  dereference if presented with an ASN.1 signature using the RSA PSS
  algorithm and invalid parameters. Since these routines are used to verify
  certificate signature algorithms this can be used to crash any
  certificate verification operation and exploited in a DoS attack. Any
  application which performs certificate verification is vulnerable including
  OpenSSL clients and servers which enable client authentication.

  This issue was was reported to OpenSSL by Brian Carpenter.
  (CVE-2015-0208)
  [Stephen Henson]

- ASN.1 structure reuse memory corruption fix

  Reusing a structure in ASN.1 parsing may allow an attacker to cause
  memory corruption via an invalid write. Such reuse is and has been
  strongly discouraged and is believed to be rare.

  Applications that parse structures containing CHOICE or ANY DEFINED BY
  components may be affected. Certificate parsing (d2i_X509 and related
  functions) are however not affected. OpenSSL clients and servers are
  not affected.
  (CVE-2015-0287)
  [Stephen Henson]

- PKCS7 NULL pointer dereferences fix

  The PKCS#7 parsing code does not handle missing outer ContentInfo
  correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with
  missing content and trigger a NULL pointer dereference on parsing.

  Applications that verify PKCS#7 signatures, decrypt PKCS#7 data or
  otherwise parse PKCS#7 structures from untrusted sources are
  affected. OpenSSL clients and servers are not affected.

  This issue was reported to OpenSSL by Michal Zalewski (Google).
  (CVE-2015-0289)
  [Emilia K舖per]

- DoS via reachable assert in SSLv2 servers fix

  A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
  servers that both support SSLv2 and enable export cipher suites by sending
  a specially crafted SSLv2 CLIENT-MASTER-KEY message.

  This issue was discovered by Sean Burford (Google) and Emilia K舖per
  (OpenSSL development team).
  (CVE-2015-0293)
  [Emilia K舖per]

- Empty CKE with client auth and DHE fix

  If client auth is used then a server can seg fault in the event of a DHE
  ciphersuite being selected and a zero length ClientKeyExchange message
  being sent by the client. This could be exploited in a DoS attack.
  (CVE-2015-1787)
  [Matt Caswell]

- Handshake with unseeded PRNG fix

  Under certain conditions an OpenSSL 1.0.2 client can complete a handshake
  with an unseeded PRNG. The conditions are:
  - The client is on a platform where the PRNG has not been seeded
  automatically, and the user has not seeded manually
  - A protocol specific client method version has been used (i.e. not
  SSL_client_methodv23)
  - A ciphersuite is used that does not require additional random data from
  the PRNG beyond the initial ClientHello client random (e.g. PSK-RC4-SHA).

  If the handshake succeeds then the client random that has been used will
  have been generated from a PRNG with insufficient entropy and therefore the
  output may be predictable.

  For example using the following command with an unseeded openssl will
  succeed on an unpatched platform:

  openssl s_client -psk 1a2b3c4d -tls1_2 -cipher PSK-RC4-SHA
  (CVE-2015-0285)
  [Matt Caswell]

- Use After Free following d2i_ECPrivatekey error fix

  A malformed EC private key file consumed via the d2i_ECPrivateKey function
  could cause a use after free condition. This, in turn, could cause a double
  free in several private key parsing functions (such as d2i_PrivateKey
  or EVP_PKCS82PKEY) and could lead to a DoS attack or memory corruption
  for applications that receive EC private keys from untrusted
  sources. This scenario is considered rare.

  This issue was discovered by the BoringSSL project and fixed in their
  commit 517073cd4b.
  (CVE-2015-0209)
  [Matt Caswell]

- X509_to_X509_REQ NULL pointer deref fix

  The function X509_to_X509_REQ will crash with a NULL pointer dereference if
  the certificate key is invalid. This function is rarely used in practice.

  This issue was discovered by Brian Carpenter.
  (CVE-2015-0288)
  [Stephen Henson]

- Removed the export ciphers from the DEFAULT ciphers
  [Kurt Roeckx]

(tron)

2015-03-19 20:40:31 UTC MAIN commitmail json YAML

Remove obsolete BUILDLINK_TRANSFORMs. The package does not set any of the
transformed compiler flags when built through pkgsrc because
config.guess overrides are in effect. Fixes build with cwrappers on i386.

Also add a comment that we should enable the runtime CPU detection support
on amd64 some time in the future.

(tnn)

2015-03-19 20:24:13 UTC MAIN commitmail json YAML

Note update of the "openssh" package to version 6.6.1nb5.

(tron)

2015-03-19 20:23:55 UTC MAIN commitmail json YAML

2015-03-19 20:03:04 UTC MAIN commitmail json YAML

2015-03-19 19:58:28 UTC MAIN commitmail json YAML

2015-03-19 19:26:28 UTC MAIN commitmail json YAML

fix a typo in configure overrides

(tnn)

2015-03-19 19:18:07 UTC MAIN commitmail json YAML

Sync includes with main package.

(joerg)

2015-03-19 19:17:45 UTC MAIN commitmail json YAML

Drop override added by mistake.

(joerg)

2015-03-19 19:17:18 UTC MAIN commitmail json YAML

2015-03-19 19:16:31 UTC MAIN commitmail json YAML

2015-03-19 19:15:37 UTC MAIN commitmail json YAML

config.guess / config.sub are found in very deep subdirectories, adjust.

(joerg)

2015-03-19 19:15:23 UTC MAIN commitmail json YAML

Report that SunOS 5.10 and older don't have "err.h".

Change during freeze approved by Jonathan Perkin.

(tron)

2015-03-19 19:14:49 UTC MAIN commitmail json YAML

Look deeper for config.guess / config.sub.

(joerg)

2015-03-19 19:14:26 UTC MAIN commitmail json YAML

2015-03-19 18:33:43 UTC MAIN commitmail json YAML

g/c CCACHE_DEFAULT_MAXSIZE, it is no longer possible to set the default
cache size this way, and the default is now bumped to 5GB so it's not
really needed.

(tnn)

2015-03-19 18:09:17 UTC MAIN commitmail json YAML

2015-03-19 16:17:12 UTC MAIN commitmail json YAML

Updated geography/py-proj to 1.9.4

(gdt)

2015-03-19 16:16:58 UTC MAIN commitmail json YAML

Update to 1.9.4 (leaf).

This required a fairly massive rototill of the PKGNAME/DISTNAME
because of bugs in upstream distfile generation, reported at
https://github.com/jswhit/pyproj/issues/7
But there are no signficant changes in packaging other than coping with the
distfile naming bug.

1.9.4 (git tag v1.9.4rel)
* migrate to github from googlecode.
* update proj4 source code from svn r2595 (version 4.9.0RC2).
* include runtime_library_dirs in setup-proj.py.
* added to_latlong method (issue 51).
* fix back azimuth when lon1 and lon2 are identical.

(gdt)

2015-03-19 15:46:58 UTC MAIN commitmail json YAML

Note update of mail/roundcube package to 1.1.1.

(taca)

2015-03-19 15:46:26 UTC MAIN commitmail json YAML

Update roundcube to 1.1.1, a leaf package.

RELEASE 1.1.1
-------------
- ACL: Allow other plugins to adjust the list of permissions and groups to edit
- Add possibility to print contact information (of a single contact)
- Add possibility to configure max_allowed_packet value for all database engines (#1490283)
- Improved handling of storage errors after message is sent
- Update to TinyMCE 4.1.9
- Unified request* event arguments handling, added support for _unlock and _action parameters
- Security: Generate random hash for the per-user local storage prefix (#1490279)
- Fix refreshing of drafts list when sending a message which was saved in meantime (#1490238)
- Fix saving/sending emoticon images when assets_dir is set
- Fix PHP fatal error when visiting Vacation interface and there's no sieve script yet (#1490292)
- Fix setting max packet size for DB caches and check packet size also in shared cache
- Fix needless security warning on BMP attachments display (#1490282)
- Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284)
- Fix performance of rcube_db_mysql::get_variable()
- Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)
- Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280)
- Fix cursor position on reply below the quote in HTML mode (#1490263)
- Fix so "over quota" errors are displayed also in message compose page
- Fix duplicate entries supression in autocomplete result (#1490290)
- Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281)
- Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)
- Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)
- Fix so localized folder name is displayed in multi-folder search result (#1490243)
- Fix javascript error after creating a folder which is a subfolder of another one (#1490297)
- Fix bug where subject of sent/saved message was removed if mbstring wasn't installed (#1490295)
- Fix missing vcard_attachment icon on messages list (#1490303)
- Fix storing signatures with big images in MySQL database (#1490306)
- Fix Opera browser detection in javascript (#1490307)
- Fix so search filter, scope and fields are reset on folder change
- Fix rows count when messages search fails (#1490266)
- Fix bug where spellchecking in HTML editor do not work after switching editor type more than once (#1490311)
- Fix bug where TinyMCE area height was too small on slow network connection (#1490310)
- Fix backtick character handling in sql queries (#1490312)
- Fix redirct URL for attachments loaded in an iframe when behind proxy (#1490191)
- Fix menu container references to point to the actual <ul> element (#1490313)
- Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden element (#1490318)

(taca)

2015-03-19 15:39:03 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 3.1.2.2.

(taca)

2015-03-19 15:38:25 UTC MAIN commitmail json YAML

Update fengoffice to 3.1.2.2, a leaf package.

Since 3.1.2.1
----------------
bugfix: Users without permissions to add timeslots can add timeslots if the task is assigned to him/her.
bugfix: In tasks list, in show menu, user has no time permissions but time option is shown, and are also shown the time links in task row.
bugfix: In tasks list, if action popover button has no actions, it is shown with an empty menu.
bugfix: on template tasks add dependant task not working.
bugfix: after edit member update all childs depths.
bugfix: when deleting emails the register in objects table was not deleted.
bugfix: document level filter is not set with its current value when logging in.

feature: in single member selector when no member is selected show root node's text.
feature: upgrade by console - no need to pass the version from and version to parameters.

Since 3.1.2
----------------
bugfix: When checking mail, check for spam level in headers improved.
bugfix: Error when adding tasks.
bugfix: Cannot delete user group.
bugfix: Feng1 to Feng3 upgrade script does not fill the "enabled_dimensions" config option.

Since 3.1.1
----------------
feature: Cron process to reprocess last objects' sharing table entries

Since 3.1
----------------
bugfix: Sql error in tasks list.
bugfix: In upgrader script, if DEFAULT_LOCALIZATION not defined then define it with value "en_us".
bugfix: After adding tasks, actions buttons not working.
bugfix: Reminders on task templates are not saved.
bugfix: Can't see subtasks if parent task  is not displayed.
bugfix: If email account is set as default, then the "Sender name" field is ignored.
bugfix: After change group by on tasks list the groups are still the same.
bugfix: Timezones on tasks list groups.
bugfix: When adding an event checkboxes "subscribe invited users" and "send email notifications" are not working.
bugfix: Duplicated tasks on tasks list in last month and last week when this groups are overlapping.
bugfix: Sql error table missing prefix. table im_types.
bugfix: Can't add tasks in french.

feature: in contact csv import allow to match custom properties

language: fr_ca updated.

Since 3.1-beta
----------------
bugfix: Template tasks subscribers were not copied when instantiating the tasks.
bugfix: Remove contextmenu from the email editor.
bugfix: Autoclassifying email fix in query.
bugfix: Refresh the task row after adding timeslots to tasks.
bugfix: Sql query malformed on tasks list.
bugfix: Duplicate signature sometimes when replying emails.
bugfix: When creating collaborators positioned in a workspace, the workspace is not added to the member cache, permissions are fine.
bugfix: Javascript eerror "member is undefined" in member cache js file.

Since 3.0.8
----------------
feature: hierarchy filter on documents tab.
feature: in custom reports if object name is printed now it is a link to the object.
feature: when classifying users using drag and drop the system asks if you want to add the default permissions for the users in the workspace where they are being classified.
feature: add tags selector in user add/edit form.

performance: tree node asks for childrens to the server twice after click .

bugfix: reminders on template tasks.
bugfix: after adding a client, the client tree shows the client twice.
bugfix: do not reload member trees after editing a member.
bugfix: use current time when adding timeslots from tasks list.
bugfix: permission errors when adding timeslots from tasks list.
bugfix: on tasks list after add the first task remove  "There are no tasks in".
bugfix: wrong order when grouping by priority on tasks list.
bugfix: wrong signature when replying mail from a non default account.
bugfix: after add subtasks send assignment notifications.
bugfix: when dragging members to no-permissions tree children are not moved.
bugfix: cannot edit user tags.
bugfix: select milestones on templates.
bugfix: when composing an email with other email address the autosave asks if you want to send with that adddess (it must ask only when sending or saving draft).
bugfix: collaborators should not have access to mail tab

language: fr_ca updated.

Since 3.0.7
----------------

Since 3.0.6
----------------
feature: in custom reports, show name column as a link to the listed object and open the link in a new feng tab.
feature: add projects to available object types when configuring autonumeric prefixes.
feature: crpm types plugin - new dimension Client type, Project type and Project status.
feature: when replying an email of other account, a warning must appear telling that email will be sent using that account and give the posibility to change the account before sending the email.

bugfix: upgrade script to 3.0 fails when inserting in tab_panels if not all columns are specified depending in mysql server configuration.
bugfix: dont use the same "from name" when sending mails with different account.
bugfix: cannot autoclassify mails in more than one workspace.
bugfix: checklang translation tool does not show plugin missing/incomplete translation files.
bugfix: non-exec directors should not be task assingable.
bugfix: header breadcrumbs are not reloaded when deleting a workspace.
bugfix: when reordering workspaces, tags, clients and projects columns in any listing (notes, documents, etc), the values of these columns are lost for all rows, must reload the list to reappear.
bugfix: send notification when a task is assigned.

performance: ajax load on tasks list.

(taca)

2015-03-19 15:37:27 UTC MAIN commitmail json YAML

Note update of www/drupal6 package to 6.35 and www/drupal7 package to 7.35.

(taca)

2015-03-19 15:36:41 UTC MAIN commitmail json YAML

Update drupal7 to 7.35 (Drupal 7.35), security fix release.

Drupal 7.35, 2015-03-18
----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.

(taca)

2015-03-19 15:35:56 UTC MAIN commitmail json YAML

Update drupal6 to 6.35 (Drupal 6.35), security fix release.

Drupal 6.35, 2015-03-18
----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.

(taca)

2015-03-19 14:33:35 UTC MAIN commitmail json YAML

Add -lintl on Darwin.

>From Adrien Auzanneau via pkgsrc-users.

(gdt)

2015-03-19 14:04:45 UTC MAIN commitmail json YAML

2015-03-19 13:50:30 UTC MAIN commitmail json YAML

2015-03-19 13:24:13 UTC MAIN commitmail json YAML

2015-03-19 12:49:47 UTC MAIN commitmail json YAML

Needs BROKEN_GETTEXT_DETECTION=yes

(jperkin)

2015-03-19 12:45:16 UTC MAIN commitmail json YAML

Needs BROKEN_GETTEXT_DETECTION=yes

(jperkin)

2015-03-19 12:34:38 UTC MAIN commitmail json YAML

Avoid mixing _POSIX_C_SOURCE and C99 on SunOS.

(jperkin)

2015-03-19 11:52:12 UTC MAIN commitmail json YAML

Ensure we can find the appropriate sphinx-build, fixes docs build.

(jperkin)

2015-03-19 11:52:09 UTC MAIN commitmail json YAML

Add nss-3.18

(ryoon)

2015-03-19 11:25:24 UTC MAIN commitmail json YAML

2015-03-19 09:58:36 UTC MAIN commitmail json YAML

Updated www/py-django to 1.7.7; www/py-django14 to 1.4.20

(adam)

2015-03-19 09:57:06 UTC MAIN commitmail json YAML

Changes 1.4.20:
* Mitigated possible XSS attack via user-supplied redirect URLs

(adam)

2015-03-19 09:53:45 UTC MAIN commitmail json YAML

Changes 1.7.7:
* Fix for Denial-of-service possibility with strip_tags()
* Mitigated possible XSS attack via user-supplied redirect URLs

(adam)

2015-03-19 09:48:52 UTC MAIN commitmail json YAML

Updated net/nagios-plugin-dotpid to 0.3

(manu)

2015-03-19 09:46:22 UTC MAIN commitmail json YAML

2015-03-19 09:21:13 UTC MAIN commitmail json YAML

Note update of net/exabgp to 3.4.9.

(he)

2015-03-19 09:20:30 UTC MAIN commitmail json YAML

Update to version 3.4.9.

Pkgsrc changes:
* fix up the set of REPLACE_PYTHON settings to match
* remove patch which has been accepted upstream, adapt remaining patch
* install the newly contributed man pages
* adapt PLIST

Upstream changes:
3.4.9:
  This release mostly fixes a very embarrassing issue introduced with
  3.4.8 with non IPv4 unicast route decoding, the handlers were badly
  registered.

3.4.8:
  This is a bug fix release. It fixes an obscure bug when routes
  would not reach the backend API as two NLRI could be seen as
  identical due to a bad hashing of the attributes.

  * Fix: bug with multiple configuration files
  * Fix: allow generic attribute not only in single line but also
    in multiple lines patch by: Eiichiro Watanabe (issue #214)
  * Fix: issue with parsing extended-community origin reported by: Tim Preston
  * Fix: handle numeric community parsing correctly reported by: Aaron Kalin
  * Fix: bug in AS_PATH with AS_SET handling patch by: Eiichiro Watanabe
  * Fix: off by one for the maximum message size generation reported
    by: Eiichiro Watanabe
  * Fix: issue with handling of some generic attributes reported
    by: Hiroshi Yokoi
  * Fix: restore old api syntax broken by mistake patch by: David Waring
  * Fix: issue with E-VPN NLRI patch by: Thomas Morin
  * Fix: bad iteration for JSON generation ( bug created during
    3.4.8 dev ) patch by: Ian bobbitt
  * Fix: healthcheck.py: optionally match "alias" in ifconfig output
    patch by: Havard Eidnes
  * Fix: healthcheck.py: make the ifconfig path work; regexp fix
    patch by: Havard Eidnes
  * Change: moved the netlink library within exabgp
  * Feature: qa/bin/ip and qa/bin/route

(he)

2015-03-19 08:34:53 UTC MAIN commitmail json YAML

2015-03-19 08:29:40 UTC MAIN commitmail json YAML

2015-03-19 08:12:50 UTC MAIN commitmail json YAML

2015-03-19 08:12:27 UTC MAIN commitmail json YAML

Treat NetBSD the same as FreeBSD wrt. handling of TCP_INFO.
No revision bump since this is a build fix for systems supporting TCP_INFO.

(he)

2015-03-19 01:06:25 UTC MAIN commitmail json YAML

Add buildlink3.mk. The new version of mysql-workbench needs this.

(rodent)

2015-03-18 22:54:00 UTC MAIN commitmail json YAML

Fix PLIST as identified by joerg@.

(rodent)

2015-03-18 21:25:49 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 4.3.12.

(tron)

2015-03-18 21:25:28 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.3.12. Changes since version 4.3.9:
- bug #4746 Right-aligned columns have left-aligned header
- bug #4779 PMA_Util::parseEnumSetValues fails on enums with UTF-8 values
- bug      Undefined index savedsearcheswork
- bug #4788 Inline edit of DATE fields with NULL, NULL checkbox is under
            datepicker
- bug #4790 DROP TABLE/VIEW IF EXISTS are not tracked
- bug      Compatibility with central columns of version 4.4
- bug #4758 Firefox with auth_type to http with multiple server doesn't
            work anymore
- bug #4789 Views aren't dropped when copying a database
- bug #4784 Incomplete bookmark saving
- bug #4786 SELECT width on relations page
- bug      [security] Risk of BREACH attack, see PMASA-2015-1
- bug #4774 SQL links are completely wrong
- bug #4768 MariaDB: version mismatch
- bug #4777 Some images are missing in Designer for original theme
- bug #4767 Drizzle: undefined index in mysql_charsets.inc.php
- bug #4753 Normal field and multi-line field have different margins
- bug #4760 Cannot re-import settings from local storage
- bug #4778 SQL error when database list is sorted by additional columns
- bug #4780 Notice when timestamp column does not have default value
- bug      Undefined index navwork
- bug #4744 Opening console scroll down the page
- bug      Remove extra column heading in view structure page
- bug      Add missing confirmation when deleting central columns
- bug      Undefined index DisableIS
- bug #4763 Database export with more than 512 tables fails
- bug #4769 Previously set column aliases are destroyed if returned to the
            same table
- bug #4752 Incorrect page after creating table
- bug #4771 Central Columns not working, showing error

(tron)

2015-03-18 19:17:39 UTC MAIN commitmail json YAML

I've we detected an Mac OS X SDK location use it as the prefix of the
builtin "editline" package.

This fixes the build of the "mysql56-client" package (and possibly others)
under Mac OS X Yosemite with a clean install of Xcode (in particular
with no files in "/Developer").

(tron)

2015-03-18 17:46:32 UTC MAIN commitmail json YAML

Use __sparc instead of __sparc__ as per pkglint, mentioned by
Adrien Auzanneau following up to PR 45036. Add patch comments.

(dholland)

2015-03-18 15:06:17 UTC MAIN commitmail json YAML

As the name of the package implies, it is only working on OSX.

(joerg)

2015-03-18 15:05:51 UTC MAIN commitmail json YAML

2015-03-18 15:05:46 UTC MAIN commitmail json YAML

Updated pkgtools/cwrappers to 20150318

(jperkin)

2015-03-18 15:05:36 UTC MAIN commitmail json YAML

cwrappers-20150318: Don't ferror() after fclose().

Fixes libtool cwrapper on Linux, ok joerg@

(jperkin)

2015-03-18 15:04:35 UTC MAIN commitmail json YAML

Fix build with versioned spinx.

(joerg)

2015-03-18 15:04:17 UTC MAIN commitmail json YAML

2015-03-18 15:03:43 UTC MAIN commitmail json YAML

2015-03-18 15:01:21 UTC MAIN commitmail json YAML

2015-03-18 14:54:53 UTC MAIN commitmail json YAML

2015-03-18 14:02:15 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.11.

(taca)

2015-03-18 14:01:45 UTC MAIN commitmail json YAML

Update typo3_62 to 6.2.11 (TYPO3 6.2.11), a leaf package.

2015-03-17  08687ec                  [RELEASE] Release of TYPO3 6.2.11 (TYPO3 Release Team)
2015-03-16  22db119  #65577          [FOLLOWUP][BUGFIX] Handle exceptions in Logging API (Steffen Müller)
2015-03-16  089417c  #59616          [BUGFIX] Fix wrong enforcement of pid 0 for rootLevel = -1 in impexp (Marc Bastian Heinrichs)
2015-03-15  0db2830  #65223          [BUGFIX] Do not remove FE session cookie if fe_user is logged in (Markus Klein)
2015-03-15  705da95  #65638          [BUGFIX] Allow to disable Info->PageTSconfig again (Markus Klein)
2015-03-15  a90e373  #59042          [TASK] Category fields are not added to TCA interface section (Oliver Hader)
2015-03-15  8f60b2f  #65680          [TASK] Show suited TYPO3 versions at distributions (Andreas Fernandez)
2015-03-15  78bf331  #65576          [BUGFIX] Avoid fatal for unserializable extension configuration (Stephan Großberndt)
2015-03-15  4aa2f0c  #57292          [BUGFIX] RTE styling does not fit to TCEforms styling (Benjamin Mack)
2015-03-14  89f9ec4  #65667          [BUGFIX] Resolve class name from aliases managed by composer (Helmut Hummel)
2015-03-13  d7d00d4  #65420          [FOLLOWUP] Do not respect autoload info if core repo is composer root (Helmut Hummel)
2015-03-13  eb4a357  #65673          [BUGFIX] FAL: Allow filenames like "0" (Malte Muth)
2015-03-12  ca0aedf  #60545          [BUGFIX] Consider subfolder in absolute links (Markus Klein)
2015-03-12  4356284  #65126          [BUGFIX] Missing relations when saving flexform fields (Stephan Großberndt)
2015-03-12  54b0b7e  #63373          [TASK] EXT:dbal: Harden unit tests for expression chunks (Andreas Fernandez)
2015-03-12  8fedc9e  #55774,#55775,  [TASK] Add IE 11 detection to ExtJS (Lorenz Ulrich)
2015-03-12  d392b3f  #65668          [BUGFIX] PHP Warning in HistoryService (Oliver Hader)
2015-03-12  4995a82  #65689          [BUGFIX] Use a typecast to ensure correct value (Georg Ringer)
2015-03-12  6ff644d  #58824          [TASK] Add functional test for imports with forced uids (Marc Bastian Heinrichs)
2015-03-11  65c2fd0  #57413          [BUGFIX] Correct trim of trailing slash (Andreas Fernandez)
2015-03-11  31d0458  #65569          [TASK] Remove deprecated "strict" PHPUnit option (Mathias Brodala)
2015-03-11  ae317f2  #52607          [BUGFIX] Add domain model validators only once (Alexander Schnitzler)
2015-03-11  47cbb9d  #65666          [BUGFIX] Properly handle absolute links in typolink() (Markus Klein)
2015-03-11  8c31180  #47372          [BUGFIX] Correct upload field name for TCA internal_type file (Wouter Wolters)
2015-03-10  26bb5e0  #63550          [BUGFIX] Re-enable menu configuration caching (Martin Helmich)
2015-03-10  7cd196b  #65646          [BUGFIX] Scheduler misses the "stop" icon when a task is running (Ernesto Baschny)
2015-03-10  6f62632  #63991          [BUGFIX] DBAL: Set allowNull for insert and update queries to TRUE (Armin Ruediger Vieweg)
2015-03-10  4f9799b  #65634          [BUGFIX] Use "user_auth" index for DataHandler:printLogErrorMessages (Andreas Fernandez)
2015-03-09  485668b  #65624          [BUGFIX] Respect newlines in ['SYS']['binSetup'] (Nicole Cordes)
2015-03-07  aba076a  #65577          [BUGFIX] Handle exceptions in Logging API (Markus Klein)
2015-03-06  1248078  #65564          [BUGFIX] Fix labels in linkvalidator (Georg Ringer)
2015-03-06  fd0f56b  #61463          [BUGFIX] Allow processed folders in different storage (Helmut Hummel)
2015-03-05  2203c5e  #65554          [TASK] Update to phpunit 4.5 (Christian Kuhn)
2015-03-05  9f46236  #63728          [BUGFIX] Avoid getTCAtypeValue-calls in DataHandler->fillInFieldArray (Stephan Großberndt)
2015-03-05  844dc39  #59015          [BUGFIX] Catch all errors on adding files of sys_files to export (Marc Bastian Heinrichs)
2015-03-05  0ba442b  #60226          [FOLLOWUP][BUGFIX] Prevent wrong ref_index for fields with soft references (Nicole Cordes)
2015-03-05  70ed6e3  #65501          [BUGFIX] Normalize font-size in install tool (Benjamin Kott)
2015-03-04  1bd123a  #64733          [BUGFIX] Reload extension list after update (Nicole Cordes)
2015-03-04  4ed8c45  #64920          [BUGFIX] Update misleading help text about deprecated/removed features (Michael Schams)
2015-03-04  6781f3f  #65485          [BUGFIX] Remove RemoveXSS credit link (Christian Kuhn)
2015-03-04  835be9a  #65378          [BUGFIX] Regression when scaling/cropping in GIFBUILDER (Torben Hansen)
2015-03-03  223e087  #63676,#63782  [BUGFIX] Do not fetch records from tables without references (Stephan Großberndt)
2015-03-02  57f749d  #57393          [BUGFIX] Prevent infinite loop in TceformsUpdateWizard (Nicole Cordes)
2015-03-02  23b8d74  #65468          [BUGFIX] Fix listAll GET parameter case in indexed_search (Alexander Stehlik)
2015-03-02  64cf5ee  #65273          [BUGFIX] Properly handle XLF translation file detection (Markus Klein)
2015-03-02  aef204f  #48965          [BUGFIX] Add property "uidLocal" to extbase FileReference model (Jost Baron)
2015-03-02  f52bfac  #55699          [BUGFIX] Show data of valid columns in element info (Marc Bastian Heinrichs)
2015-03-02  4af8a63  #65433          [BUGFIX] Invalid back path of ImageViewHelper in TYPO3 backend (Oliver Hader)
2015-03-02  68caf38  #65454          [TASK] Backport functional / unit bootstrap changes to 6.2 (Oliver Klee)
2015-03-02  f5d526d  #58307          [BUGFIX] Invalid reference count on storing new child records in FlexForm (Oliver Hader)
2015-03-02  c0b7c44  #65447          [BUGFIX] Prevent redirection loop for shortcuts (Nicole Cordes)
2015-03-01  8cdf89c  #65335          [BUGFIX] File must use MIME type from index record (Andreas Wolf)
2015-03-01  015b15d  #65248          [BUGFIX] Let Scheduler handle storage indexing exception (Francois Suter)
2015-03-01  a20d223  #65434          [FOLLOWUP][BUGFIX] Respect interfaces as well when checking class existence (Helmut Hummel)
2015-03-01  6d2b05b  #65434          [BUGFIX] Respect interfaces as well when checking class existence (Helmut Hummel)
2015-03-01  84176a1  #25594          [BUGFIX] Code completion in t3editor behind operator (Frederic Gaus)
2015-03-01  d21b223  #65040          [BUGFIX] Check default storage first to find default upload folder (Frans Saris)
2015-03-01  e1027eb  #25732          [BUGFIX] t3editor: Add code autocompletion for listNum (Frederic Gaus)
2015-02-28  dc6a2fe  #65420          [TASK] Do not respect autoload info if core repo is composer root (Helmut Hummel)
2015-02-28  75302df  #65358          [FOLLOWUP][BUGFIX] Allow file:// links in Element Browser (Nicole Cordes)
2015-02-28  6bc5d5b                  [BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays (Alexander Schnitzler)
2015-02-28  fd63368  #65421          [FOLLOWUP][BUGFIX] Prevent wrong ref_index for fields with soft references (Nicole Cordes)
2015-02-28  f47d624  #60226          [BUGFIX] Prevent wrong ref_index for fields with soft references (Nicole Cordes)
2015-02-28  40281c4  #41728          [BUGFIX] Escape regex chars when building sWordRegEx (Alexander Stehlik)
2015-02-28  9bfc330  #65358          [BUGFIX] Allow file:// links in Element Browser (Nicole Cordes)
2015-02-28  e1d7254  #49071          [BUGFIX] Rethrow Extbase scheduler task exceptions (Mathias Brodala)
2015-02-27  9759533  #65102          [BUGFIX] Workspaces: Fix broken buttons in frontend (Andreas Fernandez)
2015-02-27  8c70746  #65187          [BUGFIX] Fix cookie evaluation order (Helmut Hummel)
2015-02-27  3c56167  #56655          [BUGFIX] Display Info of File in popup instead of File Metadata (Fabien Udriot)
2015-02-27  b66a0f0  #64253          [BUGFIX] Set correct workspace ID when updating referenceIndex for files (Markus Klösges)

(taca)

2015-03-18 13:47:26 UTC MAIN commitmail json YAML

2015-03-18 13:21:36 UTC MAIN commitmail json YAML

2015-03-18 10:28:42 UTC MAIN commitmail json YAML

Don't try to fetch a dependency that is only needed for testing.

(joerg)

2015-03-18 10:27:54 UTC MAIN commitmail json YAML

2015-03-18 10:26:53 UTC MAIN commitmail json YAML

2015-03-18 10:24:49 UTC MAIN commitmail json YAML

2015-03-18 10:20:13 UTC MAIN commitmail json YAML

2015-03-18 02:39:56 UTC MAIN commitmail json YAML

Correction to build problem. Add two DEPENDS.

(mef)

2015-03-18 02:34:08 UTC MAIN commitmail json YAML

2015-03-18 02:25:23 UTC MAIN commitmail json YAML

Fix build problems (thanks joerg for the report)
- Add Two DEPENDS
  p5-CPAN-Meta>=2.141170
  p5-PerlIO-utf8_strict-[0-9]*
- Fix strange issue msgmerge PATH not found problem (by SUBST)
- Another strange --previous option is said unknown by msgmerge
  (with patch-Po4aBuilder.pm)

(mef)

2015-03-17 23:15:08 UTC MAIN commitmail json YAML

Updated textproc/py-relatorio to 0.6.1

(rodent)

2015-03-17 23:14:32 UTC MAIN commitmail json YAML

Update to latest release, 0.6.1. Patch from palo@ in private mail. Changes:

It is a minor release that fixes one issue and adds two improvements:

    * Explicitly close ZipFile

    * Avoid zip content in traceback
    * Improve Python 3 support

(rodent)

2015-03-17 22:30:35 UTC MAIN commitmail json YAML

Regen patch checksum.
Thank you, joerg@.

(ryoon)

2015-03-17 21:30:27 UTC MAIN commitmail json YAML

GC used by marker for evas-svg.

(joerg)

2015-03-17 21:30:01 UTC MAIN commitmail json YAML

2015-03-17 21:29:25 UTC MAIN commitmail json YAML

Removed graphics/evas-svg

(joerg)

2015-03-17 21:15:28 UTC MAIN commitmail json YAML

needs gzip(1) during build (to unpack bundled libffi)

(tnn)

2015-03-17 20:11:45 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.480

(ryoon)

2015-03-17 20:11:16 UTC MAIN commitmail json YAML

Update to 0.480

Status:
Unadjusted glyphs: Unicode 7d31-9398
Unadjusted Bushu: Ito, Niku, Kusa-kanmuri, Mushi, Koromo, Gon-ben, Kai,
Ashi, Kuruma, Oozato, Hiyomi-no-tori, Kane

(ryoon)

2015-03-17 19:54:15 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.33

(ryoon)

2015-03-17 19:54:12 UTC MAIN commitmail json YAML

Master site 404's old releases. Add MASTER_SITE_FREEBSD as mirror.
XXX why is this NO_SRC_ON_FTP when FreeBSD mirrors it?

(tnn)

2015-03-17 19:53:44 UTC MAIN commitmail json YAML

2015-03-17 19:51:21 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.33

(ryoon)

2015-03-17 19:50:43 UTC MAIN commitmail json YAML

Update to 2.33

* gnome option is broken. Disable it.

Changelog:
What's New in SeaMonkey 2.33

SeaMonkey 2.33 contains the following major changes relative to SeaMonkey 2.32.1:
SeaMonkey-specific changes

    Security notification bars now feature tracking controls.
    The tracking/privacy preferences pane has been updated.

Mozilla platform changes

    The Flash protected-mode sandbox has been disabled on Windows in order to evaluate the stability impact of protected mode.
    Insecure RC4 ciphers are no longer accepted whenever possible.
    Certificates with 1024-bit RSA keys have been phased out.
    A subset of the Media Source Extensions (MSE) API has been implemented in order to allow native HTML5 playback on YouTube. Full support is on the way.
    The performance of the new ES6 generator functions has been improved.
    Also see Firefox 36 for Developers.
    Fixed several stability issues.

Bugs fixed in this release

    SeaMonkey bugs
    Thunderbird bugs (including both shared MailNews- and Thunderbird-only bugs)

Relevant security fixes are listed on Security Advisories for SeaMonkey.

* Security advisories are not available yet.

(ryoon)

2015-03-17 18:41:20 UTC MAIN commitmail json YAML

Add a 'gfortran' alias so that GCC fortran goes via the wrappers.

(jperkin)

2015-03-17 18:40:12 UTC MAIN commitmail json YAML

Updated pkgtools/cwrappers to 20150317

(jperkin)

2015-03-17 18:39:45 UTC MAIN commitmail json YAML

cwrappers-20150317: Discard obsolete GCC '-mt' argument.

(jperkin)

2015-03-17 18:29:17 UTC MAIN commitmail json YAML

2015-03-17 17:48:19 UTC MAIN commitmail json YAML

needs gzip(1) in manual do-install target

(tnn)

2015-03-17 17:40:30 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.5.1

(tnn)

2015-03-17 17:40:00 UTC MAIN commitmail json YAML

Update to libXfont-1.5.1 for CVE-2015-1802, CVE-2015-1803, CVE-2015-1804.

Alan Coopersmith (6):
      Remove unneeded checks for #ifndef X_NOT_POSIX
      Use 'imdent' to realign cpp indentation levels in fslibos.h
      bdfReadProperties: property count needs range check [CVE-2015-1802]
      bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]
      bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]
      libXfont 1.5.1

Christos Zoulas (1):
      Set close-on-exec for font file I/O.

(tnn)

2015-03-17 14:24:43 UTC MAIN commitmail json YAML

Package requires GCC runtime.

(jperkin)

2015-03-17 14:23:34 UTC MAIN commitmail json YAML

Avoid hardcoded ggrep on SunOS.

(jperkin)

2015-03-17 14:14:43 UTC MAIN commitmail json YAML

2015-03-17 14:08:48 UTC MAIN commitmail json YAML

Package requires GCC runtime.

(jperkin)

2015-03-17 14:08:02 UTC MAIN commitmail json YAML

needs gzip(1) during build

(tnn)

2015-03-17 14:05:43 UTC MAIN commitmail json YAML

needs gzip(1) during compilation

(tnn)

2015-03-17 14:05:01 UTC MAIN commitmail json YAML

needs gzip(1) during compilation

(tnn)

2015-03-17 14:00:03 UTC MAIN commitmail json YAML

Enable one BUILD_DEPENDS, to let 'make test' pass.

(mef)

2015-03-17 13:55:40 UTC MAIN commitmail json YAML

Package requires GCC runtime.

(jperkin)

2015-03-17 13:46:24 UTC MAIN commitmail json YAML

Use fully-specified relative paths.

(jperkin)

2015-03-17 13:41:09 UTC MAIN commitmail json YAML

Package requires GCC runtime.

(jperkin)

2015-03-17 13:17:35 UTC MAIN commitmail json YAML

Convert LICENSE= to artistic  only, see
  http://mail-index.netbsd.org/tech-pkg/2015/02/28/msg014342.html

(mef)

2015-03-17 13:02:39 UTC MAIN commitmail json YAML

Add two more BUILD_DEPENDS+= for make test not to skip t/pod*.t

(mef)

2015-03-17 12:56:19 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS+= for make test.

(mef)

2015-03-17 12:48:25 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS+= for make test.

(mef)

2015-03-17 12:41:34 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS+= for make test.

(mef)

2015-03-17 12:40:02 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS+= for make test.

(mef)

2015-03-17 12:36:26 UTC MAIN commitmail json YAML

Enable Commented out DEPENDS+= for make test by using BUILD_DEPENDS.

(mef)

2015-03-17 12:13:00 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS only for make test, as an interim solution.

(mef)

2015-03-17 12:09:22 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS only for make test, as an interim solution.

(mef)

2015-03-17 11:11:30 UTC MAIN commitmail json YAML

Ensure we pass through LDFLAGS, fixes build with cwrappers.

(jperkin)

2015-03-17 10:37:14 UTC MAIN commitmail json YAML

2015-03-17 09:24:54 UTC MAIN commitmail json YAML

Updated misc/yelp3 to 3.14.1

(prlw1)

2015-03-17 09:24:31 UTC MAIN commitmail json YAML

Update yelp3 to 3.14.1

3.14.1
======
* Updated translations:
  bg    (Ivaylo Valkov)
  bn_IN (Saibal Ray)
  fa    (Arash Mousavi)
  it    (Milo Casagrande)
  lv    (R笛dolfs Mazurs)
  te    (Krishnababu Krothapalli)
  uk    (Daniel Korostil)

(prlw1)

2015-03-17 08:57:13 UTC MAIN commitmail json YAML

Note update of security/clamav package to 0.98.6nb2.

(taca)

2015-03-17 08:55:57 UTC MAIN commitmail json YAML

Bump PKGREVISION.

Missing entries for patch files might cause creating broken binary package.
Noted by bouyer@.

(taca)

2015-03-17 06:21:04 UTC MAIN commitmail json YAML

Add comments on necessary DEPENDS for test.

(mef)

2015-03-17 06:00:07 UTC MAIN commitmail json YAML

Revice checksum for patch files which were accidently removed.

(taca)

2015-03-17 03:19:08 UTC MAIN commitmail json YAML

Add comment to SSE2 under i386.

(ryoon)

2015-03-17 01:17:13 UTC MAIN commitmail json YAML

Add comments on necessity for test.

(mef)

2015-03-17 01:08:56 UTC MAIN commitmail json YAML

Add comments for one more necessity for test, skipping unless otherwise.

(mef)

2015-03-17 00:34:55 UTC MAIN commitmail json YAML

Add comment for necessity of DEPENDS at make test.

(mef)

2015-03-17 00:27:28 UTC MAIN commitmail json YAML

Add comment for necessity of DEPENDS at make test.

(mef)

2015-03-16 22:37:17 UTC MAIN commitmail json YAML

Updated net/rancid to 3.2

(pettai)

2015-03-16 22:36:58 UTC MAIN commitmail json YAML

3.2
      - mtlogin: support cloginrc passphrase and identity
      - ios.pm: add ios::ShowCellular() and cmd show cellular 0 profile
      - control_rancid: fix mail rcpt bug in error path
      - rancid-cvs: change git push.default to current
      - add .old to configs/{.cvsignore,.gitignore}; see control_rancid.1
      - rancid.pm: rework IP address sorting
      - ciscowlc.pm: filter some config junk that wont import
      - nxos.pm: not all nexus have show process log vdc-all
      - f5rancid: filter fluctuating monitor state in config
      - FAQ: updates
      - ios.pm: drop the fabricated portion of the "Chassis type:" line; its
        too much to try to track it accurately and doesnt seem to provide any
        value
      - foundry.pm: filter altitude and pressure in ShowChassis
      - ios.pm: cellular modem speeds not filtered on C819G
      - ios.pm: 3560X w/ XE has different show sdm prefer and show system mtu
        formats
      - update lg for router.db delimeter change
      - rename slogin to plogin (poly-login), as slogin collides with ssh pkg
      - jlogin, mtlogin: set tty init options when there is no controlling tty,
        and update jlogin to match this method to an error from stty on the O/S
        used by the user, Linux, I believe.
        http://www.shrubbery.net/pipermail/rancid-discuss/2015-January/007981.html
      - flogin: send term length 0 for MLX & other cases.
      - flogin: remove sleeps, send -h should work, and lower send_human timers
      - *login: set base send_human values and lower (faster) values where it
        was already set (clogin, complogin, etc), except flogin.
      - rancid.conf: add DIFFSCRIPT knob
      - dllogin, wlogin: handle -t option
      - control_rancid: read rancid.conf sooner & fix handling group/ranicd.conf
      - rancid-run: pass -f to control_rancid
      - Fix the commit command used for -r
      - Updates to default mail headers for RFC3834 & MS
      - rancid.types: fix show config commands for cisco-wlc*
      - ios.pm: filter line password on c2800s & c2900s
      - add support for git.  See the UPGRADING file.
      - rancid-cvs: add -f option
      - dell.pm: filter up time from show switch
      - control_rancid: svn cleanup after collection commits
      - iosxr.pm: access-list/prefix-list sorting regex fixes
      - ios.pm: access-list/prefix-list sorting regex fixes
      - nxos.pm: filter ASIC/INTAKE cycling temps
      - panos.pm: convert panrancid to a module
      - panlogin, panrancid: import palo alto network script
      - jlogin: set tty width to 132 to avoid problems with cli
        complete-on-space, which fixes problems occuring when hostnames are
        longer
      - iosxr.pm: access-list regex truncating lines
      - rancid.pm: improve IP sorting, esp for IPv6
      - ios.pm: filter show flash & dir bytes free better
      - ciscowlc: add filters for oscillating config & env o/p
      - ciscowlc: convert Cisco WLC scripts to library
      - import Cisco WLC scripts from
        http://www.shrubbery.net/pipermail/rancid-discuss/2010-February/004652.html
      - *login.in; fix handling of empty lines in -x input
      - nxos.pm: recognize invalid command in ShowFex
      - nxos.pm: does not set $proc
      - nxrancid: convert nexus to module nxos.pm
      - ios.pm: save "next reload" template
      - tntlogin, tntrancid: remove TNT support
      - par, hpuifilter: type fixes for Raspian compatibility
      - slogin: add switching login
      - ios.pm: filter timestamp and size from filename "syslog"
      - configure: complain if sendmail is not found
      - control_rancid: DIR set too early
      - clogin,ios.pm,iosxr.pm: escape plus (+) regex atom in prompt handling
      - foundry.pm: remove rogue newline in regex
      - Note Allied Telesis AW+ devices support, works as type 'cisco'
        according to Allied Telesis Employees
      - fix handling of absent sendmail in configure script

(pettai)

2015-03-16 22:28:47 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.21.0nb1

(wiz)

2015-03-16 22:28:38 UTC MAIN commitmail json YAML

Get rid of unnecessary calibre-uninstall program, pkg_delete is working fine.
Bump PKGREVISION.
(Gets rid of /usr/bin/python in installed file.)

(wiz)

2015-03-16 21:51:01 UTC MAIN commitmail json YAML

Apply some band aid to make it build for NetBSD-current / MKLLVM=yes users
since we don't yet ship stdatomic.h.

(tnn)

2015-03-16 19:20:34 UTC MAIN commitmail json YAML

Note update of the "amtterm" package to version 1.3nb16.

(tron)

2015-03-16 19:19:58 UTC MAIN commitmail json YAML

Add patch from GIT repository to improve AMT protocol support.

This stops "amtterm" from disconnecting repeatedly from the ME of a
Lenovo ThinkServer TS140.

(tron)

2015-03-16 18:16:26 UTC MAIN commitmail json YAML

Fix -java case.

Matthias Ferdinand reported that this package includes java mk files
even in PKG_OPTIONS.libreoffice4=-java case.

(ryoon)

2015-03-16 15:22:47 UTC MAIN commitmail json YAML

Pass through LDFLAGS to LINKFLAGS, fixes cwrappers build.

(jperkin)

2015-03-16 14:57:49 UTC MAIN commitmail json YAML

2015-03-16 14:07:41 UTC MAIN commitmail json YAML

Find bzip2 and zlib correctly.

(jperkin)

2015-03-16 13:58:46 UTC MAIN commitmail json YAML

Updated devel/py-requests to 2.6.0

(wiz)

2015-03-16 13:58:37 UTC MAIN commitmail json YAML

Update to 2.6.0 for a security issue.

2.6.0 (2015-03-14)
++++++++++++++++++

**Bugfixes**

- Fix handling of cookies on redirect. Previously a cookie without a host
  value set would use the hostname for the redirected URL exposing requests
  users to session fixation attacks and potentially cookie stealing. This was
  disclosed privately by Matthew Daley of `BugFuzz <https://bugfuzz.com>`_.
  An CVE identifier has not yet been assigned for this. This affects all
  versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends).

- Fix error when requests is an ``install_requires`` dependency and ``python
  setup.py test`` is run. (#2462)

- Fix error when urllib3 is unbundled and requests continues to use the
  vendored import location.

- Include fixes to ``urllib3``'s header handling.

- Requests' handling of unvendored dependencies is now more restrictive.

**Features and Improvements**

- Support bytearrays when passed as parameters in the ``files`` argument.
  (#2468)

- Avoid data duplication when creating a request with ``str``, ``bytes``, or
  ``bytearray`` input to the ``files`` argument.

(wiz)

2015-03-16 13:53:05 UTC MAIN commitmail json YAML

Fix a MAKE_JOBS safety problem. In the recipe for Python/importlib.h it
launches a submake for _freeze_importlib before all the object files have
been compiled. List $(LIBRARY_OBJS_OMIT_FROZEN) as dependencies to make it
wait until it is safe to launch the submake.

Should fix occasional errors of the sort:
Python/Python-ast.o: file not recognized: File truncated
*** [Modules/_freeze_importlib] Error code 1

(tnn)

2015-03-16 13:30:02 UTC MAIN commitmail json YAML

Honour LDFLAGS.  Fixes cwrapper build with non-builtin zlib.

(jperkin)

2015-03-16 12:46:09 UTC MAIN commitmail json YAML

Update DESCR to mention OSS issue.

(wiz)

2015-03-16 11:56:32 UTC MAIN commitmail json YAML

Honour LDFLAGS, fixes build on cwrappers with non-builtins.

(jperkin)

2015-03-16 11:07:34 UTC MAIN commitmail json YAML

2015-03-16 10:44:23 UTC MAIN commitmail json YAML

GC MAKE_PROGRAM as well.

(joerg)

2015-03-16 09:21:11 UTC MAIN commitmail json YAML

One more PHP_BASE_VERS related correction.

(taca)

2015-03-16 09:09:19 UTC MAIN commitmail json YAML

2015-03-16 00:26:31 UTC MAIN commitmail json YAML

2015-03-16 00:16:18 UTC MAIN commitmail json YAML

Note that this is not the current version

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123

(gdt)

2015-03-16 00:15:41 UTC MAIN commitmail json YAML

note eol upstream

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123

(gdt)

2015-03-16 00:12:37 UTC MAIN commitmail json YAML

Note the start of the freeze for new functionality and infrastructure changes,
in preparation for the 2015Q1 branch.

(agc)

2015-03-15 23:59:46 UTC MAIN commitmail json YAML

Updated devel/p5-Config-Tiny to 2.22
Updated devel/p5-IO-Pager to 0.34
Updated devel/p5-IO-Prompt to 0.997002
Updated devel/p5-Inline to 0.80
Updated devel/p5-Inline-C to 0.75
Updated devel/p5-Module-CoreList to 5.20150220
Updated devel/p5-Module-Find to 0.13
Updated devel/p5-Module-Runtime-Conflicts to 0.002
Updated devel/p5-MooX-Options to 4.018
Updated devel/p5-MooX-Cmd to 0.013
Updated devel/p5-MooX-ConfigFromFile to 0.006
Updated devel/p5-MooX-File-ConfigDir to 0.005
Updated devel/p5-MooseX-Getopt to 0.68
Updated devel/p5-PPIx-Regexp to 0.038
Updated devel/p5-Parallel-ForkManager to 1.12
Updated devel/p5-Path-Dispatcher to 1.06
Updated devel/p5-Perl-Critic to 1.125
w

(mef)

2015-03-15 23:57:30 UTC MAIN commitmail json YAML

Update 1.123 to 1.125
---------------------
1.125 2015-03-02
    [Bug Fixes]
    * Corrected dependency on List::Util::any() to List::MoreUtils::any()

    [Miscellanea]
    * Revised and updated documentation.

1.124 2015-02-27
    [Policy Changes]
    * The ProhibitUnusedPrivateSubroutines policy can now ignore files that
      use particular modules with 'skip_when_using' option allows of, for
      example, skipping the policy for roles.  Thanks to Mark Fowler.

    * The RequireUseStrict and RequireUseWarnings policies now regard Moose,
      Moo, Mouse, Dancer, Mojolicious, and several other modules as equivalent
      to the strict and warnings pragma.

    [Bug Fixes]
    * The RequireChecked* family of policies has been fixed to accommodate
      version numbers when use-ing the autodie pragma. GH #612. Thanks citrin.

(mef)

2015-03-15 23:55:16 UTC MAIN commitmail json YAML

Update to 0.19
--------------
0.19  Wed Feb 18 23:00:00 2015a
  - Perl 5.20.2 support.

(mef)

2015-03-15 23:53:12 UTC MAIN commitmail json YAML

Update to 1.06
--------------
1.06 2015-02-18
        Switch packaging system to Dist::Zilla (David Pottage)
            https://github.com/sartak/path-dispatcher/pull/1
            Thanks to the CPAN Pull Request Challenge :)

(mef)

2015-03-15 23:51:30 UTC MAIN commitmail json YAML

Update to 1.12
--------------
1.12 2015.02.23
    - Allow to use true blocking calls. (RT#102305)

(mef)

2015-03-15 23:49:53 UTC MAIN commitmail json YAML

Update 0.037 to 0.038
---------------------
0.038          2015-03-09      T. R. Wyant
  No changes since 0.037_01.

0.037_02        2015-03-01      T. R. Wyant
  Make \b{foo} into an unknown token (and therefore an error. This
    applies to \b{anything}, where 'anything' is anything bur 'gcb',
    'wb', or 'sb'.

0.037_01        2015-02-25      T. R. Wyant
  Handle the boundary assertions introduced in Perl 5.21.9: '\b{gcb}'
    (grapheme cluster boundary), '\b{wb}' (word boundary), '\b{sb}'
    (sentence boundary), and the corresponding '\B{...}' constructions.
    Similar-looking things like '\b{foo}' are not recognized as
    assertions, and end up being literals.  This is less general than I
    usually make things, but was done against the possibility that
    (e.g.) '\b{foo}' might be introduced later, requiring
    perl_version_released() to return a different number. Any of these
    retracted prior to Perl 5.22.0 will simply be removed from
    PPIx::Regexp.

(mef)

2015-03-15 23:46:37 UTC MAIN commitmail json YAML

Update 0.66 to 0.68
-------------------
0.68      2015-03-04 18:16:30Z
- fix tests that look for the wrong prereqs (0.67)

0.67      2015-02-28 04:37:19Z
- remove argv from passed-through buildargs if no argv attribute exists, to
  mollify MooseX::StrictConstructor (RT#101938, Jose Luis Martinez)

(mef)

2015-03-15 23:43:36 UTC MAIN commitmail json YAML

Update to 0.005
---------------
0.005  2015-03-04
    - bump copyright year to 2015
    - simplify construction
    - increase test coverage
    - splash out for attribute clearer ;)
    - update meta-data and older eumm-support

(mef)

2015-03-15 23:41:00 UTC MAIN commitmail json YAML

Update to 0.006
---------------
0.006  2015-03-04
    - add rough support for multiple prefixes
    - fix incorrect meta-data and incomplete handling of newer eumm features
    - improve test coverage
    - simplify some code to avoid useless conditions
    - add new tests for MooX::Cmd and MooX::Options integration
    - introduce import setting for config_identifier (consumed attribute
      from MooX::File::ConfigDir)
    - bump copyright year to 2015

(mef)

2015-03-15 23:38:43 UTC MAIN commitmail json YAML

Update 0.011 to 0.013
---------------------
0.013 2015-03-04
    - fix repository path's (reported by haarg)
    - fix ConfigFromFile test for Moose

0.012 2015-03-03
    - add support for MooX::ConfigFromFile (0.006+)
    - improve initialization by using List::MoreUtils combo-functions
      instead of puzzling with List::Util
    - improve test coverage

(mef)

2015-03-15 23:37:19 UTC MAIN commitmail json YAML

Udate to 4.018
--------------
4.018  2015-03-05 07:07:03 GMT
    * Feature #475 : Add usage_string parameters (kablamo)

(mef)

2015-03-15 23:32:33 UTC MAIN commitmail json YAML

Update to 0.001
---------------
0.002    2015-03-13 05:57:39Z
          - make this module actually check the proper versions :/
          - add entries for MooseX:NonMoose and Elasticsearch, both of which
            also had issues with changes to Module::Runtime

(mef)

2015-03-15 23:28:50 UTC MAIN commitmail json YAML

Update to 0.13
-------------------
    (From: perldoc Module::Find)
    0.13, 2015-03-09
        This release contains two contributions from Moritz Lenz: - Link
        to Module::Pluggable and Class::Factory::Util in "SEE ALSO" -
        Align package name parsing with how perl does it (allowing single
        quotes as module separator)

(mef)