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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:13:34 UTC Now

2015-01-16 09:23:57 UTC MAIN commitmail json YAML

Updated devel/cproto to 4.7l

(wiz)

2015-01-16 09:23:50 UTC MAIN commitmail json YAML

Update to 4.7l, set LICENSE.

2014/01/01 (4.7l)
- add "docs" rule to makefile.
- correct configure check for yyname vs yytname, broken by 4.7i changes
- update config.guess

2013/10/25 (4.7k)
- modify configure script, etc., to support cross-compiles, e.g., to MinGW.
- updated configure macros
  - support --datarootdir option
  - various portability fixes for CF_XOPEN_SOURCE
  - add checks for clang
  - improve macros for checking for standard C compiler
  - modified macros to support third parameter of AC_DEFINE used by autoheader
- update config.guess, config.sub

2011/01/02 (4.7j)
- amend a check for function name to allow cases such as this:
  int (foo)();
  which is distinct from a function-pointer, e.g.,
  int (*foo)();
- modified configure script to deprecate ${name-value} in favor of standard
  ${name:-value}.
- update config.guess, config.sub

(wiz)

2015-01-16 09:21:56 UTC MAIN commitmail json YAML

Updated devel/commit-patch to 2.5.2

(wiz)

2015-01-16 09:21:49 UTC MAIN commitmail json YAML

Update to 2.5.2:

commit-patch (2.5.2)

  * Fixed dumb bug that caused "make install" to fail.

-- David Caldwell <david@porkrind.org>  Sun, 21 Sep 2014 18:15:04 -0700

commit-patch (2.5.1)

  * We now use App::Fatpacker to bundle IPC::Run, removing the dependency
    from the release tarball.

  * Work around emacs/tramp bug in commit-patch-buffer.el (thanks Dima
    Kogan <dima@secretsauce.net>).

-- David Caldwell <david@porkrind.org>  Sun, 21 Sep 2014 17:22:29 -0700

(wiz)

2015-01-16 09:19:02 UTC MAIN commitmail json YAML

Updated devel/autoconf-archive to 2014.10.15

(wiz)

2015-01-16 09:18:54 UTC MAIN commitmail json YAML

Update to 2014.10.15:

* Noteworthy changes in release 2014.10.15 (2014-10-15) [stable]

  A brand-new Github mirror of the Archive's Git repository is available at
  <https://github.com/peti/autoconf-archive>. That project allows developers to
  submit patches as Pull Requests instead of having to go through Savannah's
  patch tracker.

  The Archive no longer creates release tarballs compressed with gzip and
  bzip2; only tarballs compressed with xz and lzip are distributed.

  AX_LIB_POSTGRESQL: substitute CPPFLAGS rather than CFLAGS.

  AX_GCC_ARCHFLAG: Rewrite x86 support <https://savannah.gnu.org/patch/?8514>
  and extend Clang support <https://savannah.gnu.org/patch/index.php?8515>.

  AX_GCC_VAR_ATTRIBUTE: support the init_priority attribute.

  AX_PERL_MODULE_VERSION: fix a misspelled variable name. Other unfixed issues
  remain. See <https://savannah.gnu.org/patch/index.php?8507>.

  AX_BOOST_PYTHON: several issue have beeen fixed. Further details can be found
  at <https://savannah.gnu.org/patch/index.php?8540>.

  AX_HAVE_QT: Only check $PATH and qmake for Qt variables. The old logic for
  detecting Qt without $PATH or qmake was never very reliable and the last
  change to this macro broke it entirely. If the Qt variables cannot be found
  via $PATH and qmake, then it would be best to manually define them in the
  makefile.

  AX_TLS: fix quoting problem.

  AX_F90_LIBRARY: several bug fixes and improvements. Further details are at
  <https://savannah.gnu.org/patch/?8500>.

  AX_LUA: fix initialization of ac_cv_header_lua_h. Further details are at
  <https://savannah.gnu.org/patch/?8505>.

  AX_AT_CHECK_PATTERN: executes a test similar to AT_CHECK(), except that
  stdout and stderr are awk regular expressions. Further details can be found
  at <https://savannah.gnu.org/patch/?8492>.

  AX_OPENMP: prevent false negative due to -Wunused-variable.

  AX_COMPILER_VENDOR: improve detection of the CRAY compiler.

  AX_ENABLE_BUILDDIR: support absolute paths.

  AX_HAVE_QT: auto-detect Qt 5 by querying $PATH and qmake. Submitted in
  <https://savannah.gnu.org/patch/index.php?8486>.

  AX_CHECK_ENABLE_DEBUG: add an --enable-debug option which defines an
  ENABLE_DEBUG cpp variable if set. Submitted in
  <https://savannah.gnu.org/patch/index.php?8452>.

  AX_CODE_COVERAGE: new macro which contains all the necessary logic and
  Makefile rules for instrumenting a project with code coverage using lcov.
  Submitted in <https://savannah.gnu.org/patch/index.php?8451>.

  AX_LIB_HDF5: don't overwrite the CPPFLAGS variable. Submitted in
  <https://savannah.gnu.org/patch/index.php?8449>.

  AX_BOOST_BASE: fix for x32 systems. This subject probably needs more
  attention, though. See <https://savannah.gnu.org/patch/index.php?8433>.

  AX_BERKELEY_DB(_CXX): add --with-libdb option so that this macros works on
  OSX with home-brew installed version of BDB. Submitted in
  <https://savannah.gnu.org/patch/index.php?8416>.

  AX_CXX_HAVE_PLACEHOLDERS: check if std::placeholders is defined in
  <functional>. Submitted it <https://savannah.gnu.org/patch/index.php?8414>.

  AX_LIB_HDF5: add support for recognizing HDF5 built with ccache. Submitted in
  <https://savannah.gnu.org/patch/index.php?8450>.

  AX_CC_MAXOPT: Improve CPUID identification patterns as mentioned in
  patch #8514. Add ICC options added in version 11.0 (which deprecates older
  -xX style options). Add support for latest Intel performance processors
  (see #8514 for details). See <https://savannah.gnu.org/patch/index.php?8522>.

  AX_EXECINFO: new macro to test execinfo size type. Submitted in
  <https://savannah.gnu.org/patch/index.php?8525>.

  AX_CXX_VAR_PRETTYFUNC: new macro to determine the function name.

  AX_CC_MAXOPT: default to -O2 for MSVC instead of -O3.

  AX_CXX_HAVE_REFERENCE_WRAPPER, AX_CXX_HAVE_BAD_FUNCTION_CALL,
  AX_CXX_HAVE_BIND, AX_CXX_HAVE_BIT_AND, AX_CXX_HAVE_BIT_OR,
  AX_CXX_HAVE_BIT_XOR, AX_CXX_HAVE_CREF, AX_CXX_HAVE_FUNCTION,
  AX_CXX_HAVE_HASH, AX_CXX_HAVE_IS_BIND_EXPRESSION, AX_CXX_HAVE_IS_PLACEHOLDER,
  AX_CXX_HAVE_MEM_FN, AX_CXX_HAVE_REF: remove dependency on AX_CXX_NAMESPACES.

  AX_BOOST_BASE has been extended to recognize ppc64le as a lib64 architecture.
  Submitted in <https://savannah.gnu.org/patch/index.php?8473>.

  AX_PROG_FLEX has been extended to support OpenBSD.

  AX_COUNT_CPUS has been extended to support Win32 (and Win64). Further
  details are at <http://savannah.gnu.org/patch/index.php?8381>.

* Noteworthy changes in release 2014.02.28 (2014-02-28) [stable]

  AX_PERL_EXT has been extended to report back the installation prefix as
  PERL_EXT_PREFIX.

  AX_EXT has been extended to deal with a situation where
  AX_GCC_X86_CPUID(0x00000001) returns 'unknown'. Further details can be found
  at <http://savannah.gnu.org/patch/?8321>.

  AX_ZONEINFO has improved support for AIX. Further details can be found at
  <http://savannah.gnu.org/patch/?8313>.

  The set of search paths checked by AX_LUA has been extended, mostly in an
  effort to support FreeBSD and OpenBSD: <http://savannah.gnu.org/patch/?8318>
  and <http://savannah.gnu.org/patch/?8355> have further details.

  The new macros AX_CXX_HAVE_BAD_FUNCTION_CALL, AX_CXX_HAVE_BIND,
  AX_CXX_HAVE_BIT_AND, AX_CXX_HAVE_BIT_OR, AX_CXX_HAVE_BIT_XOR,
  AX_CXX_HAVE_CREF, AX_CXX_HAVE_FUNCTION, AX_CXX_HAVE_HASH,
  AX_CXX_HAVE_IS_BIND_EXPRESSION, AX_CXX_HAVE_IS_PLACEHOLDER,
  AX_CXX_HAVE_MEM_FN, AX_CXX_HAVE_REF, and AX_CXX_HAVE_REFERENCE_WRAPPER have
  been added.

  M4sugar and M4sh added to AX_PROG_JAR, AX_PROG_JAVA, AX_PROG_JAVAC, and
  AX_PROG_JAVADOC. Also fixed a path discrepancy with AX_JAVA_OPTIONS. See
  <http://savannah.gnu.org/patch/index.php?8279> for further details.

  The "mandatory" option in AX_CXX_COMPILE_STDCXX_11 has been fixed, and
  support for Gentoo's hardened GCC has been improved. Further details are at
  <http://savannah.gnu.org/patch/index.php?8287>.

  Three new macros were submitted in <http://savannah.gnu.org/patch/?8260>:

  - AX_GCC_BUILTIN is used to detect GCC-compatible built-in functions (e.g.
    AX_GCC_BUILTIN([__builtin_expect]) to check for __builtin_expect()).

  - AX_GCC_FUNC_ATTRIBUTE used to detect GCC-compatible function attributes
    (e.g. AX_GCC_FUNC_ATTRIBUTE([pure]) to check for _attribute_((pure))).

  - AX_GCC_VAR_ATTRIBUTE is used to detect GCC-compatible variable attributes
    (e.g. AX_GCC_VAR_ATTRIBUTE([unused]) to check for _attribute_((unused))).

  AX_BOOST_BASE has been updated to recognize the new multi-arch system paths
  on Ubuntu 13.10 x86_64. See <http://savannah.gnu.org/patch/?8254> for further
  details.

  Fixed a cut-and-paste error in AX_CREATE_PKGCONFIG_INFO. Further details are
  available at <http://savannah.gnu.org/patch/?8238>.

  Extended AX_CHECK_{PREPROC,COMPILE,LINK}_FLAG macros to accept an additional
  "input" argument. See <http://savannah.gnu.org/patch/?8247> for further
  details.

  Fix recognition of UltraSparc IIi in AX_GCC_ARCHFLAG. Further details can be
  found at <http://savannah.gnu.org/patch/?8235>.

(wiz)

2015-01-16 09:18:48 UTC MAIN commitmail json YAML

2015-01-16 09:17:30 UTC MAIN commitmail json YAML

Updated devel/afl to 1.12b

(wiz)

2015-01-16 09:17:23 UTC MAIN commitmail json YAML

Update to 1.12b:

--------------
Version 1.12b:
--------------

  - Made an improvement to dictionary generation to avoid runs of identical
    bytes.

  - Added havoc cycle scaling to help with slow binaries in -d mode. Based on
    a thread with Sami Liedes.

  - Added AFL_SYNC_FIRST for afl-fuzz. This is useful for those who obsess
    over stats, no special purpose otherwise.

  - Switched to more robust box drawing codes, suggested by Jakub Wilk.

  - Created faster 64-bit variants of several critical-path bitmap functions
    (sorry, no difference on 32 bits).

  - Fixed moar typos, as reported by Jakub Wilk.

--------------
Version 1.11b:
--------------

  - Added a bit more info about dictionary strategies to the status screen.

--------------
Version 1.10b:
--------------

  - Revised the dictionary behavior to use insertion and overwrite in
    deterministic steps, rather than just the latter. This improves coverage
    with SQL and the like.

  - Added a mention of "*" in status_screen.txt, as suggested by Jakub Wilk.

(wiz)

2015-01-16 09:10:31 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 1.09

(wiz)

2015-01-16 09:10:24 UTC MAIN commitmail json YAML

Update to 1.09:

1.09  Thu Dec 18 21:39:18 2014
    - XS: a workaround for perl 5.6.x to handle noncharacters U+FFFF etc.
      is abandoned. Perl 5.8.0 or later is recommended for handling these
      noncharacters.

(wiz)

2015-01-16 09:08:46 UTC MAIN commitmail json YAML

Updated converters/libwps to 0.3.1

(wiz)

2015-01-16 09:08:39 UTC MAIN commitmail json YAML

Update to 0.3.1:

libwps-0.3.1

- Fix parsing of floating-point numbers in specific cases.
- Fix several minor issues reported by Coverity and Clang.
- Check arguments of public functions. Passing NULL no longer causes
  a crash.
- Use symbol visibility on Linux. The library only exports the public
  functions now.
- Import @TERM and @CTERM functions (fdo#86241).
- Handle LICS character encoding in spreadsheets (fdo#87222).
- Fix a crash when reading a broken file, found with the help of
  american-fuzzy-lop.

(wiz)

2015-01-16 09:05:29 UTC MAIN commitmail json YAML

Updated converters/libmwaw to 0.3.2

(wiz)

2015-01-16 09:05:22 UTC MAIN commitmail json YAML

Update to 0.3.2:

28/7/2014:
- AppleWorks/ClarisWorks: manage multiple headers/footers + better rebuilding of complex group

1/7/2014:
- MacDraw: add a parser for v0 and v1 documents

22/6/2014:
- RagTime: add a parser to parse v2 and v3 documents

6/6/2014:
- rewrite MWAWCellContent::double2Date to avoid problem with 32/64 time_t values
- correct many <<small>> problems

(wiz)

2015-01-16 09:02:37 UTC MAIN commitmail json YAML

Updated converters/libe-book to 0.1.2

(wiz)

2015-01-16 09:02:29 UTC MAIN commitmail json YAML

Update to 0.1.2:

libe-book 0.1.2

- Check arguments of public functions. Passing NULL no longer causes
  a crash.
- Use symbol visibility on Linux. The library only exports the two public
  functions now.
- Fix handling of --enable-experimental configure option.
- Fix various crashes and hangs when reading broken files, found with the
  help of american-fuzzy-lop.
- FictionBook v.2:
  + Fix incorrect mime type for JPEG images that occurs occasionally in
    FB2 files.
  + Handle zipped files that contain more than one file.
  + Add support for headings.
  + Add support for text language.
- Broad Band eBook:
  + Convert dimensions and font sizes correctly. This makes the output
    actually usable :-)
  + Parse basic paragraph and character properties.
  + Add initial support for images. Only Plot tag is supported, as
    Canvas is much more complex and can contain other objects too, not
    just a single image.
  + Recognize GIF images too.
  + Parse important page properties, like dimensions and margins.
  + Substitute the default fonts embedded on the devices for Liberation
    fonts.
  + Try to reconstruct headings from table of contents.

(wiz)

2015-01-16 08:57:54 UTC MAIN commitmail json YAML

Updated chat/mcabber to 0.10.3

(wiz)

2015-01-16 08:57:46 UTC MAIN commitmail json YAML

Update to 0.10.3:

mcabber (0.10.3)

* [UI] Add option 'iq_time_hide'
* [UI] Add 'iq_version_hide', 'iq_version_hide_version'
* Improved handling of damaged history log files
* Switch to libotr v4 API (Myhailo Danylenko)
* Add SSL options (Frank Zschockelt)
  These options require a patched Loudmouth library.
  - "ssl_ciphers" to define the allowed ciphers
  - "ssl_ca" to set additional trusted certificates
* Fix compilation for old loudmouth libraries (Frank Zschockelt)
* Add 'color_timestamp' to highlight timestamp added by server (Hermitifier)
* New python based event script using OS X 10.8 notification center (Sharoon Thomas)
* Handle SIGHUP signal (Dominik George)
* Misc. bugfixes

-- Mikael, 2014-05-08

(wiz)

2015-01-16 08:50:54 UTC MAIN commitmail json YAML

Updated audio/speex to 1.2rc2

(wiz)

2015-01-16 08:50:47 UTC MAIN commitmail json YAML

Update to 1.2rc2:

This release splits the speex codec library and the speex DSP
library into separate source trees. Both projects received build-system
improvements, bugfixes, and cleanup. The speex codec's VBR tuning
was improved, while the speexdsp resampler got some NEON optimizations.

(wiz)

2015-01-16 08:45:24 UTC MAIN commitmail json YAML

Updated audio/opus-tools to 0.1.9

(wiz)

2015-01-16 08:45:16 UTC MAIN commitmail json YAML

Update to 0.1.9:
This release adds support for 32-bit floating point WAV output and
fixes a number of minor issues.

(wiz)

2015-01-15 21:00:07 UTC MAIN commitmail json YAML

Updated security/gnupg2 to 2.0.26nb1

(wiz)

2015-01-15 20:59:59 UTC MAIN commitmail json YAML

Fix executable name in gpgkey2ssh tool.
>From ISIHARA Takanori in PR 49576.

Bump PKGREVISION.

(wiz)

2015-01-15 20:56:11 UTC MAIN commitmail json YAML

Updated security/pcsc-lite to 1.8.12nb1

(wiz)

2015-01-15 20:56:03 UTC MAIN commitmail json YAML

2015-01-15 20:53:18 UTC MAIN commitmail json YAML

Improve minidlna rc files

In particular, it fixes the non-working stop target
Reported by J. Baker

(degroote)

2015-01-15 20:51:11 UTC MAIN commitmail json YAML

Fold PLIST.Linux into PLIST using more plist vars, and add more files
reported in PR 49080. I did look in the package configury to figure
out which ones were mutually connected, but I may have gotten it
wrong as there's a monumental maze of m4 autotoolery.

(dholland)

2015-01-15 20:48:41 UTC MAIN commitmail json YAML

Updated security/pinentry to 0.9.0nb1

(wiz)

2015-01-15 20:48:33 UTC MAIN commitmail json YAML

Build pinentry-tty by default. From ISIHARA Takanori in PR 49573.

Bump PKGREVISION.

(wiz)

2015-01-15 20:26:47 UTC MAIN commitmail json YAML

Apply jperkin@'s patch for PR 49080, which changes it to use plist vars
for options instead of separate tiny plist files. This also allows
PLIST.Linux to be recognized.

(dholland)

2015-01-15 19:40:05 UTC MAIN commitmail json YAML

2015-01-15 19:39:16 UTC MAIN commitmail json YAML

update to 3.0.22
changes: many fixes and small improvements, most notably some memory
leak and a use-after-free are fixed which might be security issues

(drochner)

2015-01-15 18:17:16 UTC MAIN commitmail json YAML

print/okular: add missing dependency + update PLIST

It seems okular autodetects some things (kdegraphics-mobipocket),
so the build dies on systems where this package is present. Add it
as a dependency and update the PLIST accordingly.

PKGREVISION bumped.

Ok@ markd

(rumko)

2015-01-15 18:16:15 UTC MAIN commitmail json YAML

graphics/kdegraphics-mobipocket: okular not a dependency

print/okular is not a dependency for this package, but the other way
around.

Ok@ markd

(rumko)

2015-01-15 17:59:10 UTC MAIN commitmail json YAML

x11/kde-workspace4: fix build on fbsd

* genkdmconf: FreeBSD 10+ does not have utmp, only utmpx. Use utmpx
when available.
* not only Linux, but also FreeBSD can have libutempter present. Make
sure PLIST is correct in both cases.

Ok@ markd

(rumko)

2015-01-15 17:58:16 UTC MAIN commitmail json YAML

sysutils/kfilemetadata: fix build on fbsd, UIN64_C & co. not found

src/extractors/ffmpegextractor.cpp could not be compiled due to inaccessible UIN64_C & co.
On FreeBSD, these are protected under _MACHINE__STDINT_H_, so undef it as well.

Ok@ markd

(rumko)

2015-01-15 16:44:33 UTC MAIN commitmail json YAML

Remove unsupported configure argument.
>From ISIHARA Takanori in PR 49572.

(wiz)

2015-01-15 14:53:45 UTC MAIN commitmail json YAML

Correction. Adding REPLACE_PERL for tt-render. Thanks joerg@

(mef)

2015-01-15 13:54:51 UTC MAIN commitmail json YAML

Updated net/lldpd to 0.7.13

(mef)

2015-01-15 13:54:40 UTC MAIN commitmail json YAML

Update 0.7.12 to 0.7.13
lldpd (0.7.13)
  * Fix:
    + Unbreak customization of Unix socket path from command line.

(mef)

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

Fix include order to ensure bsd.prefs.mk is included before using
settings from mk.conf. Depend on ICU as requested by the build.

(joerg)

2015-01-15 13:02:26 UTC MAIN commitmail json YAML

2015-01-15 13:01:44 UTC MAIN commitmail json YAML

2015-01-15 13:00:32 UTC MAIN commitmail json YAML

Don't depend on wrappers adding /usr/pkg/lib implicitly to the search
path.

(joerg)

2015-01-15 11:22:52 UTC MAIN commitmail json YAML

2015-01-15 11:07:01 UTC MAIN commitmail json YAML

Restore PLIST.java, fixes Darwin (and others) build.

(jperkin)

2015-01-15 09:37:16 UTC MAIN commitmail json YAML

Updated emulators/suse131_gtk2 to 13.1nb5

(obache)

2015-01-15 09:37:05 UTC MAIN commitmail json YAML

  openSUSE Security Update: Security update for jasper
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0042-1
Rating:            moderate
References:        #909474 #909475
Cross-References:  CVE-2014-8137
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that solves one vulnerability and has one errata
  is now available.

Description:

        The follow issues were fixed with this update:
        - CVE-2014-8137  double-free in jas_iccattrval_destroy()(bnc#909474)
        - CVE-2014-8138  heap overflow in jas_decode() (bnc#909475)

References:

  http://support.novell.com/security/cve/CVE-2014-8137.html
  https://bugzilla.suse.com/show_bug.cgi?id=909474
  https://bugzilla.suse.com/show_bug.cgi?id=909475

(obache)

2015-01-15 09:34:07 UTC MAIN commitmail json YAML

Updated emulators/suse131_libsndfile to 13.1nb1

(obache)

2015-01-15 09:33:55 UTC MAIN commitmail json YAML

  openSUSE Security Update: Security update for libsndfile
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0041-1
Rating:            moderate
References:        #911796
Cross-References:  CVE-2014-9496
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

  An update that fixes one vulnerability is now available.

Description:

  Changes in libsndfile: two buffer read overflows in sd2_parse_rsrc_fork()
  (CVE-2014-9496, bnc#911796): backported upstream fix patches

References:

  http://support.novell.com/security/cve/CVE-2014-9496.html
  https://bugzilla.suse.com/show_bug.cgi?id=911796

(obache)

2015-01-15 08:46:59 UTC MAIN commitmail json YAML

2015-01-14 21:48:20 UTC MAIN commitmail json YAML

Updated devel/cppcheck to 1.68

(wiz)

2015-01-14 21:48:10 UTC MAIN commitmail json YAML

Update to 1.68 from Jonathan Buschmann in PR 49570.

== Cppcheck-1.68 ==

General changes:

New checks:
- Multifile checking for buffer overruns and uninitialized variables

Improvements:
- Libraries are now able to contain platform specific types
- Improved handling of function overloads
- Improved handling of integer literal suffixes
- Improved stability of template parsing
- Improved accuracy of ValueFlow analysis
- Improved checking of pointer overflow
- Support noexcept(false)
- Support attribute((noreturn))
- A bunch of additions to several Libraries, especially posix.cfg and qt.cfg

Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.

== Cppcheck-1.67 ==

General changes:
- Library files have now a 'format' attribute. Format version 1 is assumed by default
- Cppcheck does no longer abort checking if unhandled characters (Non-ASCII) are found

New checks:
- Check for unused return values
- Detect shift by too many bits, signed integer overflow and dangerous sign conversion
- Recommend usage of expm1(), log1p(), erfc()
- Division by sizeof() as parameter to memset/memcpy/memmove/etc. as they expect a size in bytes
- Several new va_arg related checks:
-- Wrong parameter passed to va_start()
-- Reference passed to va_start()
-- Missing va_end()
-- Using va_list before it is opened
-- Subsequent calls to va_start/va_copy()
- Initialization by itself in initializer list
- Dead pointer usage when pointer alias local variable that has gone out of scope

Improvements:
- Support uniform initialization syntax (C++11)
- Much improvements to value flow analysis
- Improved AST creation (support placement new, C++-style casts, templates, operator new[], ...)
- Improved lambda support
- Support GCC extension attriute((used)) and MSVC extension __declspec(property)
- Better support for static member variables, inherited variables and namespaces
- Improved typedef support where multiple variables are declared at once
- Avoid checking code multiple times by calculating a checksum. Duplicate preprocessor configurations are eliminated by this.
- Support C++03/C 'auto' keyword
- HTML report: display 'verbose' message using clickable expandable divs

(wiz)

2015-01-14 21:45:14 UTC MAIN commitmail json YAML

2015-01-14 21:44:38 UTC MAIN commitmail json YAML

Bump ABI depends per PR 49563 from Petar Bogdanovic, and add a note
in the Makefile for updaters.

(wiz)

2015-01-14 21:33:38 UTC MAIN commitmail json YAML

Note the minidlna update

(degroote)

2015-01-14 21:32:20 UTC MAIN commitmail json YAML

Upgrade minidlan to 1.1.4

Changes since 1.0.24:

1.1.4 - Released 26-Aug-2014
--------------------------------
- Add magic container infrastructure.
- Add magic containers for 50 recent items for each category.
- Fix bad null termination in AAC parsing.
- Fix requests for the last byte of a file, which affected MKV playback on Philips TV's.
- Support 64-bit time_t values.

1.1.3 - Released 05-June-2014
--------------------------------
- Enhance log level settings.
- Fix Samsung browsing when root_container is set.
- Add Clang compiling support.
- Fix compiling on systems without iconv.
- Add merge_media_dirs option, to revert to the old behavior.
- Add Asus O!Play client support.
- Fix Broken SSDP multicast membership addition.
- Fix crash bug with an emtpy filter argument.
- Accept SMI subtitles in addition to SRT.
- Add BubbleUPnP detection and enable subtitle support.
- Allow the user to specify an arbitrary root container.
- Add libavcodec > 54 / libav 10 compatibility.
- Get embedded cover art from video files with recent libavformat versions.
- Disable Samsung DCM10 capability, as it breaks compatibility with new models.
- Add subtitle support for NetFrontâ„¢ Living Connect middleware-based clients.

1.1.2 - Released 06-Mar-2014
--------------------------------
- Show client status on our basic presentation page.
- Add a new force_sort_criteria option, to globally override the SortCriteria value sent by the client.
- Fix a couple resource leaks.
- Add configuration include file support.
- Support DLNA/UPnP-AV searches issued by clients using the Grilo framework.
- Fix some clients playing artwork instead of movie.
- Fix bookmarks on Samsung Series E clients.
- Add an extra folder level if there are multiple media locations.
- Fix some multicast membership issues with changing network settings.
- Make max number of children (connections) configurable.
- Fix choppy playback with some file types on Panasonic clients by increasing the max connection limit.

1.1.1 - Released 01-Nov-2013
--------------------------------
- Add network interface monitoring support on Linux.
- Don't require a configured network interface to start up.
- Fix some minor spec compliance issues.

1.1.0 - Released 04-April-2013
--------------------------------
- Add support for other operating systems.
- Switch to autoconf from our handcrafted genconfig.sh.
- Add configuration option for UUID.
- Add configuration option to specify the user to run as.
- Add support for limiting a media dir to multiple media types.
- Force a rescan if we detect a new or missing media_dir entry.
- Fix crash caused by certain TiVo clients.
- Fix crash bug on video files with some ffmpeg library versions.
- Add support for TiVo MPEG-TS files.
- Add some logging and forking tweaks to work better with systemd.
- Validate or escape user input to prevent SQL injection.
- Add forced sorting support for Panasonic devices.

1.0.25 - Released 13-July-2012
--------------------------------
- Fix a couple crash bugs on malformed WAV files.
- Forcibly tweak the model number for Xbox360 clients, or they might ignore us.
- Enable all network interfaces by default if none were specified.
- Add flag to force downscaled thumbnails rather than using embedded ones.
- Add DirecTV client detection, and fix image resolution issue.
- Add support for the latest ffmpeg/libav library versions.
- Fix a potential crash on requests for a resize of a non-existent image.
- Make DeviceID checking more permissive for Sagem Radio.

(degroote)

2015-01-14 21:04:05 UTC MAIN commitmail json YAML

Added databases/postgresql94 version 9.4.0

(adam)

2015-01-14 21:01:20 UTC MAIN commitmail json YAML

2015-01-14 20:40:32 UTC MAIN commitmail json YAML

mk/pf.buildlink3.mk: any modern fbsd version has pf

Ok@ wiz

(rumko)

2015-01-14 20:39:42 UTC MAIN commitmail json YAML

2015-01-14 17:42:45 UTC MAIN commitmail json YAML

Updated www/py-django to 1.7.3; www/py-django14 to 1.4.18; www/py-django-cms to 3.0.9

(adam)

2015-01-14 17:11:10 UTC MAIN commitmail json YAML

Changes 3.0.9:
* Revert a change that caused a regression in toolbar login
* Fix an error in a translated phrase
* Fix error when moving items in the page tree

(adam)

2015-01-14 17:07:12 UTC MAIN commitmail json YAML

Fixed securify issues:
* WSGI header spoofing via underscore/dash conflation
* Mitigated possible XSS attack via user-supplied redirect URLs
* Denial-of-service attack against django.views.static.serve
* Database denial-of-service with ModelMultipleChoiceField

(adam)

2015-01-14 15:23:11 UTC MAIN commitmail json YAML

Updated devel/p5-AnyEvent-RabbitMQ to 1.18

(mef)

2015-01-14 15:23:02 UTC MAIN commitmail json YAML

Update 1.17 to 1.18
1.18  Mon Sep 29 19:36:00 PDT 2014
      - Added the bind_exchange and unbind_exchange methods
        for exchange-exchange bindings.

(mef)

2015-01-14 14:18:35 UTC MAIN commitmail json YAML

Updated ham/xnec2c to 3.2

(mef)

2015-01-14 14:18:27 UTC MAIN commitmail json YAML

Udate 3.1 to 3.2
----------------
Version 3.2:
I made some changes to the Strlcat() function and its usage in
the xnec2c code, to improve safe handling of string
concatenation operations.  Hopefully this has not broken the
handling of various strings in xnec2c! ;-)

(mef)

2015-01-14 14:12:22 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.22.05

(mef)

2015-01-14 14:12:12 UTC MAIN commitmail json YAML

Update 3.22.02 to 3.22.05
--------------------------
2015-01-08  David Freese  <iam_w1hkj@w1hkj.com>
        2c9b493: TX Lock
        7c95822: video ID
        b93ea4e: fftfilt
        ed4f49d: Port audio index
        645e7f9: CW output level
        7cc119d: Documentation
        93d2da8: MFSK squelch
        9c8d515: Rx display
        b1ac562: Log fields
        d67d1ab: Native file chooser
        6d11c02: ADIF temp log

=Version 3.22.04=
        2c3b965: xmlrpc

=Version 3.22.03=
        d47ef8a: Berlios
        b986d9d: CW configuration
        3ff2301: DTMF
        0a8f4a3: FFT filter
        3c7b69e: CW xmt filter

2014-12-17  Robert Stiles  <kk5vd@yahoo.com>

        5dc3851: ARQ/KISS IO state conflict (part 2)
* Ensure all state flags reflect selected mode.
* Toggle IO mode in software.

2014-12-17  David Freese  <iam_w1hkj@w1hkj.com>
        fa582c9: Window title
        103c039: Xmt Audio Stream
        6947d33: RX Text
        0612ec9: OpenBSD
        d344fac: LOGGER EXPORT
        d5e257d: Documentation
        b767b48: LOG lookup
        1359a59: Lion/Yosemite madness
        e77aafe: MT63 Olivia Peak signal
        3a00dfc: HTML strings
        311925b: rtty xmt shape
        4298f2d: es nl pl files
        54917d2: WIN32 error reports

2014-11-15  Robert Stiles  <kk5vd@yahoo.com>
        c3e87f0: KPQSL / SQL state conflict
        a488e72: Documentation Update

(mef)

2015-01-14 14:04:15 UTC MAIN commitmail json YAML

Updated www/p5-HTMLObject to 2.29
Updated www/p5-Mojolicious to 5.72
Updated www/p5-Catalyst-View-JSON to 0.35

(mef)

2015-01-14 13:24:24 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode-Locale to 1.04

(wiz)

2015-01-14 13:24:16 UTC MAIN commitmail json YAML

Update to 1.04:

## 2015-01-12  Release 1.04

Ed J (5):

* Actually include all the tests in the MANIFEST
* use Test::More and warnings
* Tidy t/alias.t
* t/arg.t TODO some actual ARGV testing
* Use Win32::GetConsoleCP/GetConsoleOutputCP if available

Gisle Aas (3):

* Documentation spell fix
* SEE ALSO Term::Encoding [RT#98138]

David Steinbrunner (1):

* typo fix

(wiz)

2015-01-14 13:23:18 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 2.009

(wiz)

2015-01-14 13:23:10 UTC MAIN commitmail json YAML

Update to 2.009:

2.009 2014/01/12
- remove util/analyze.pl. This tool is now together with other SSL tools in
  https://github.com/noxxi/p5-ssl-tools
- added ALPN support (needs OpenSSL1.02, Net::SSLeay 1.56+) thanks to TEAM,
  RT#101452

(wiz)

2015-01-14 13:13:12 UTC MAIN commitmail json YAML

Updated security/p5-Digest-MD5 to 2.54

(wiz)

2015-01-14 13:13:05 UTC MAIN commitmail json YAML

Update to 2.54:

2015-01-12  Gisle Aas <gisle@ActiveState.com>

  Release 2.54

  David Mitchell: silence some compiler warnings
  Jonathan Hall: Add ->context() feature
  Steve Hay: Sync with blead
  bulk88: const the vtable
  zefram: 5.6 threads test fix

(wiz)

2015-01-14 13:12:17 UTC MAIN commitmail json YAML

Updated converters/p5-MIME-Base64 to 3.15

(wiz)

2015-01-14 13:12:10 UTC MAIN commitmail json YAML

Update to 3.15:

2015-01-12  Gisle Aas <gisle@ActiveState.com>

  Release 3.15

  Avoid compilation warnings on Windows.

  Restore compatibility with perl-5.4

(wiz)

2015-01-14 13:09:39 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.633

(wiz)

2015-01-14 13:09:30 UTC MAIN commitmail json YAML

Update to 1.633:

Changes in DBI 1.633 - 11th Jan 2015

    Fixed selectrow_*ref to return undef on error in list context
        instead if an empty list.
    Changed t/42prof_data.t more informative
    Changed $sth->{TYPE} to be NUMERIC in DBD::File drivers as per the
        DBI docs. Note TYPE_NAME is now also available. [H.Merijn Brand]
    Fixed compilation error on bleadperl due DEFSV no longer being an lvalue
        [Dagfinn Ilmari Manns虧er]

    Added docs for escaping placeholders using a backslash.
    Added docs for get_info(9000) indicating ability to escape placeholders.
    Added multi_ prefix for DBD::Multi (Dan Wright) and ad2_ prefix for
        DBD::AnyData2

(wiz)

2015-01-14 12:32:39 UTC MAIN commitmail json YAML

Update 0.34 to 0.35
0.35  Wed Jan 07  12:00:00 CT 2014
        - Specify a version of JSON::MaybXS in the Makefile to close a test
          failure (test case requires version '1.003000' so we made that the
          required version).

(mef)

2015-01-14 12:24:41 UTC MAIN commitmail json YAML

Update 5.71 to 5.72
5.72  2015-01-11
  - Added EXPERIMENTAL support for case-insensitive attribute selectors like
    [foo="bar" i] to Mojo::DOM::CSS.
  - Added max_lines attribute to Mojo::Headers.
  - Improved Mojo::Reactor::EV to update the current time before starting a
    timer.
  - Improved error messages for start-line and header limits.
  - Fixed bug in Mojo::Headers where max_line_size was not checked correctly.
  - Fixed whitespace bug in Mojo::DOM::CSS.

(mef)

2015-01-14 12:20:39 UTC MAIN commitmail json YAML

(pkgsrc)
- Add ${PERL5_LICENSE}
- Add post-patch: target to remove garbage
(upstream)
Update 2.28 to 2.29
2.29 2005-12-10
  - Fixed the setCookie() domain checking to be domain agnostic.
  - Fixed the print(css => []) issue where entries were not being displayed
    one to a line, unless you had postfixed them with \n.
  - If you don't specify a -Options hashref for a select box, it now creates
    an empty one for you instead of blowing an error since this is a usefull
    and valid case.
  - Added #VALUE=x# for Feature Request 1398696.
  - Worked on fixing Bug#1453214 by making the formSubmittedVariable only be
    required when we have form items that depend on it to know what state they
    are in.  checkbox, select, multi-select, select-picker all depend on it.
  - Worked on fixing Bug#1284264 by making the required string only be displayed
    when there are user visible required items.  Improved the createTemplate()
    output to take this into account and to only display the table elements when
    there are user visible form items defined.
  - Fixing bug #1454087.

(mef)

2015-01-14 12:10:14 UTC MAIN commitmail json YAML

Fix build on Snow Leopard which requires the older header location.

(jperkin)

2015-01-14 10:36:17 UTC MAIN commitmail json YAML

Add back missing ecj-4.5.jar

(jperkin)

2015-01-14 09:30:13 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.429

(obache)

2015-01-14 09:30:03 UTC MAIN commitmail json YAML

2015-01-14 09:24:52 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table-others to 1.3.7

(obache)

2015-01-14 09:24:42 UTC MAIN commitmail json YAML

Update ibus-table-others to 1.3.7.

* Use F1,F2,F3,F4,F5,F6,F7,F8,F9 as select keys for the latex table
* Make rusle agree with http://ru.pc-history.com/wp-content/uploads/ok-keyboard_xt-at1.jpg

(obache)

2015-01-14 08:38:34 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup tickets #4588 and #4589.

(tron)

2015-01-14 08:37:34 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup ticket #4589 - requested by he
misc/screen: portability patch

Revisions pulled up:
- misc/screen/Makefile                                          1.91-1.92
- misc/screen/distinfo                                          1.35-1.36
- misc/screen/patches/patch-as                                  deleted
- misc/screen/patches/patch-tty.sh                              1.1

---
  Module Name: pkgsrc
  Committed By: he
  Date: Mon Jan 12 14:24:40 UTC 2015

  Modified Files:
  pkgsrc/misc/screen: Makefile distinfo
  Added Files:
  pkgsrc/misc/screen/patches: patch-tty.c

  Log Message:
  The NetBSD -5 branch's version of realpath() insists on a non-NULL
  second argument, so make the usage cater for that.
  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: he
  Date: Tue Jan 13 08:27:28 UTC 2015

  Modified Files:
  pkgsrc/misc/screen: Makefile distinfo
  Added Files:
  pkgsrc/misc/screen/patches: patch-tty.sh
  Removed Files:
  pkgsrc/misc/screen/patches: patch-as patch-tty.c

  Log Message:
  Remove patch for a generated(!) file.  Remove the old-style-named patch
  which already tweaked the tty.sh file, name it according to the new rules.

  This is to actually get the netbsd-5 branch working with this, since
  realpath() insists on a non-NULL second argument.

(tron)

2015-01-14 08:33:27 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup ticket #4588 - requested by is
graphics/netpbm: bug fix patch

Revisions pulled up:
- graphics/netpbm/Makefile                                      1.199-1.200

---
  Module Name: pkgsrc
  Committed By: is
  Date: Mon Jan 12 11:44:09 UTC 2015

  Modified Files:
  pkgsrc/graphics/netpbm: Makefile

  Log Message:
  new rgb.txt location finding code requires new SUBST.
  This is incomplete in that the X11 locations should probably be patched,
  too; OTOH, the netpbm rgb.txt is found now, and the environment variable
  RGBDEF works also.

---
  Module Name: pkgsrc
  Committed By: is
  Date: Mon Jan 12 11:47:59 UTC 2015

  Modified Files:
  pkgsrc/graphics/netpbm: Makefile

  Log Message:
  forgot to bump revision

(tron)

2015-01-14 08:30:42 UTC MAIN commitmail json YAML

Reset maintainer on his request.

(wiz)

2015-01-14 04:43:55 UTC MAIN commitmail json YAML

Note update of tex-texlive.infra

(minskim)

2015-01-14 04:37:26 UTC MAIN commitmail json YAML

2015-01-14 01:30:30 UTC MAIN commitmail json YAML

Updated graphics/deforaos-icon-theme to 0.1.0

(khorben)

2015-01-14 01:29:32 UTC MAIN commitmail json YAML

Packaged DeforaOS Artwork 0.1.0 as deforaos-icon-theme 0.1.0

This version features additional icons, bug fixes and improvements to the
icons generated (with a truly centered text overlay).

(khorben)

2015-01-14 01:09:09 UTC MAIN commitmail json YAML

nut 19.2 -> 20.1

(mef)

2015-01-14 00:00:39 UTC MAIN commitmail json YAML

bulk build tries to link libiconv

(wiedi)

2015-01-13 23:05:26 UTC MAIN commitmail json YAML

bulk build wants openssl

(wiedi)

2015-01-13 22:21:49 UTC MAIN commitmail json YAML

Note tenshi addition, PR pkg/49486.

(bsiegert)

2015-01-13 22:20:03 UTC MAIN commitmail json YAML

Add a package for tenshi-0.15. By Paul B. Henson in PR pkg/49486.

>From DESCR:
tenshi is a log monitoring program, designed to watch one or more log files for
lines matching user defined regular expressions and report on the matches. The
regular expressions are assigned to queues which have an alert interval and a
list of mail recipients.

Queues can be set to send a notification as soon as there is a log line
assigned to it, or to send periodic reports.

(bsiegert)

2015-01-13 21:35:13 UTC MAIN commitmail json YAML

Add definition for GOTOOLDIR.

This is needed for the go-tools package.

(bsiegert)

2015-01-13 20:25:48 UTC MAIN commitmail json YAML

Note update of mbone/dbeacon to 0.3.9.1nb4.

(he)

2015-01-13 20:25:13 UTC MAIN commitmail json YAML

Re-do the get_timestamp() patch to instead of calling times() use
gettimeofday() directly.  With a 32-bit clock_t and a 100Hz tick,
times() will wrap once every 497 days if my math isn't too far off,
and this will land us in an assert() in dbeacon and with a core dump.
So instead use gettimeofday() and save 2 x getrusage() per earlier
times() call.  Retain some protection against gettimeofday() failing.
Bump PKGREVISION.

(he)

2015-01-13 18:19:01 UTC MAIN commitmail json YAML

devel/libebml: needs a C compiler to build

Ok@ salo

(rumko)

2015-01-13 15:21:07 UTC MAIN commitmail json YAML

+ doxygen-1.8.9

(mef)

2015-01-13 14:08:59 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.34

(gson)

2015-01-13 14:07:37 UTC MAIN commitmail json YAML

Update misc/py-anita to 1.34.  Changes from 1.33:

Do not require releases to contain install floppies, since amd64 no
longer has them.

The default value of the --boot-from option is now "cdrom" if the
install floppies are missing.

When reporting a failed download of optional files, be clearer that
this is not an error.  Also, don't treat arbitrary exceptions during
downloads as indicating a missing file, only the expected IOError.

Increase the default disk size from 768M to 1G, as 768M is no
longer sufficient for amd64.

New command line option --structured-log-file.  This is like
--structured-log but takes the name of a log file as an
argument, and the structured logging is in addition to, not
instead of, the traditional logging to stdout.

Increase installation timeout from 1 hour to 3 hours so that
a system built with DEBUG and LOCKDEBUG can be installed under
qemu without timing out.

Unconditionally print a greeting message including the version number
of startup, so that logs from automated anita runs will always
indicate the version used.

In --structured-log mode, log the string matched by expect() instead
of the return value, as the latter is always zero and therefore
conveys no useful information.

(gson)

2015-01-13 12:55:22 UTC MAIN commitmail json YAML

Note py-ZopeInterface update.

(bsiegert)

2015-01-13 12:54:25 UTC MAIN commitmail json YAML

Update zope.interface to 4.1.2. Reset maintainer, as sifu tells me he no longer
uses zope nor pkgsrc.
Changes:

4.1.2 (2014-12-27)
Add support for PyPy3.
Remove unittest assertions deprecated in Python3.x.
Add zope.interface.document.asReStructuredText, which formats the generated
text for an interface using ReST double-backtick markers.

4.1.1 (2014-03-19)
Add support for Python 3.4.

4.1.0 (2014-02-05)
Update bootstrap.py to version 2.2.
Add @named(name) declaration, that specifies the component name, so it does not
have to be passed in during registration.

(bsiegert)

2015-01-13 12:17:20 UTC MAIN commitmail json YAML

Fix PLIST for python != 2.7

(wiz)

2015-01-13 08:27:28 UTC MAIN commitmail json YAML

Remove patch for a generated(!) file.  Remove the old-style-named patch
which already tweaked the tty.sh file, name it according to the new rules.

This is to actually get the netbsd-5 branch working with this, since
realpath() insists on a non-NULL second argument.

(he)

2015-01-12 23:45:43 UTC MAIN commitmail json YAML

2015-01-12 21:54:53 UTC MAIN commitmail json YAML

Fix old entry.

(wiz)

2015-01-12 14:29:34 UTC MAIN commitmail json YAML

2015-01-12 14:24:40 UTC MAIN commitmail json YAML

The NetBSD -5 branch's version of realpath() insists on a non-NULL
second argument, so make the usage cater for that.
Bump PKGREVISION.

(he)

2015-01-12 13:55:12 UTC MAIN commitmail json YAML

Updated www/p5-Pod-POM-Web to 1.20
Updated www/p5-Rose-HTML-Objects to 0.621
Updated www/p5-Rose-HTMLx-Form-Related to 0.24
Updated www/p5-Router-Simple to 0.17
Updated www/p5-Squatting to 0.83
Updated www/p5-Starlet to 0.24
Updated www/p5-Starman to 0.4011
Updated www/p5-Template-Toolkit-Simple to 0.31
Updated www/p5-Test-WWW-Mechanize-Catalyst to 0.60
Updated www/p5-Twiggy to 0.1025
Updated www/p5-WWW-Amazon-Wishlist to 2.012
Updated www/p5-WWW-Mechanize to 1.73
Updated www/p5-WWW-Pastebin-PastebinCom-Create to 1.003
Updated www/p5-WWW-Shorten to 3.06
Updated www/p5-Web-Scraper to 0.38

(mef)

2015-01-12 13:53:36 UTC MAIN commitmail json YAML

(pkgsrc)
- Add Following line
  PERL5_MODULE_TYPE=    Module::Build::Tiny
(upstream)
- Update 0.37 to 0.38
0.38  2014-10-19 17:25:53 PDT
        - Improved documentation #8 (vti)
        - Add regexp filter #10 (creaktive)
        - Fix documentation error #16

(mef)

2015-01-12 13:49:30 UTC MAIN commitmail json YAML

Update 3.04 to 3.06
www-shorten (0.1.1) unstable; urgency=low

  * bin/shorten, lib/WWW/Shorten.pm, lib/WWW/Shorten/Metamark.pm,
    t/00load_a.t, t/00load_b.t, t/00noexp.t, t/metamark.t,
    t/newnames.t: Metamark is dead :-(

-- Dave Cross <dave@dave.org.uk>  Mon, 15 Sep 2014 21:30:35 +0100

www-shorten (0.1.1) unstable; urgency=low

  * lib/WWW/Shorten.pm: Typo in documentation.
  * lib/WWW/Shorten.pm: Bump version for CPAN release.
  * INSTALL: Updated the INSTALL instructions.
  * t/tinyurl.t: (Possible) fix to the TinyURL test.
  * README: Modernised README
  * .travis.yml: Added .travis.yml

-- Dave Cross <dave@dave.org.uk>  Tue, 6 May 2014 15:50:50 +0100

(mef)

2015-01-12 13:43:07 UTC MAIN commitmail json YAML

Update 0.004 to 1.003
1.003  2014-01-17
        - Fixed a bug where the module died when a network error occured

1.002  2014-01-11
        - Fixed the module and the tests to handle properly the case
          when we reach the daily 10-pastes limit.

1.001  2014-01-07
        - Resurrected the module for use with App::Nopaste

(mef)

2015-01-12 13:39:27 UTC MAIN commitmail json YAML

Update 1.72 to 1.73
1.73        2013-08-24
========================================
[TESTS]

- Update t/local/back.t to use LocalServer for 404 checking to avoid fails
on win32. Fix by Matt S Trout, patient diagnostics and testing provided
by jayefuu of freenode #perl

- Blow away more proxy env vars in LocalServer, and do it on load so that
the LWP env checking doesn't happen before we've done it.

[OTHER CHANGES]

- Better error when passing only one parameter to follow_link

(mef)

2015-01-12 13:37:28 UTC MAIN commitmail json YAML

Update 2.006 to 2.012
2014-11-28  Kingpin  <Martin@EV-9D9>
* lib/WWW/Amazon/Wishlist.pm (get_list): fixed now that HTML page
          layouts are same

2013-12-14  Kingpin  <Martin@EV-9D9>
* lib/WWW/Amazon/Wishlist.pm (_extract): fixed for new HTML page layouts

(mef)

2015-01-12 13:36:43 UTC MAIN commitmail json YAML

Updated www/moodle to 2.8.2

(wen)

2015-01-12 13:33:34 UTC MAIN commitmail json YAML

Update 0.1024 to 0.1025
0.1025  2015-01-04 07:00:16 JST
        - Fix a bug where Twiggy's run loop exits after a streaming
          request is cut off (hoelzro) #41

(mef)

2015-01-12 13:33:15 UTC MAIN commitmail json YAML

Update to 2.8.2

Upstream changes:
Release date: 12 January, 2015

Here is the full list of fixed issues in 2.8.2.

CONTENTS [hide]
1 Highlights
2 Functional changes
3 API changes
4 UI changes
5 Security issues
6 Fixes and improvements
7 See also
Highlights
MDL-40241 - Default Manager and Teacher role are able to manually mark course as completed
MDL-46442 - Notifications about assignment re-submissions are sent
MDL-43462 - EditPDF correctly shows landscape PDFs
MDL-43679 - Clicking link to Moodle in MS Word no longer results "You are already logged in" message
Functional changes
MDL-42717 - Ensure automated backup files are deleted when an error occurs because of directory permissions
MDL-47601 - Ensure old automated backups are deleted including the case when file name is renamed from language string
MDL-48023 - Changed "Cache-control: private" to "public" on public static files to increase performance
MDL-48224 - In the Task API, each adhoc and scheduled task now has it's own SMTP buffer, and the legacy cron has one buffer for all tasks. Previously scheduled tasks had no buffer, and the legacy cron had a buffer only for tasks of activity modules.
MDL-33606 - Make distinction between all section course view and a single section course view log entry
API changes
MDL-44657 - No more Javascript error when the form class is namespaced
MDL-22309 - get_role_users() works correctly when a user is assigned more than one role
MDL-48697 - Completion directory is recognized by Moodle as a valid component directory
MDL-48495 - Limit protocols supported by curl by default
UI changes
MDL-35078 - End date for self enrolment on the bulk enrolment form now also contains time
MDL-42501 - Added help about deleting grades in the course reset form
MDL-48206 - Wider textarea for the comments in the comments block
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-40097 - Course completion role criteria no longer causes fatal error
MDL-35494 - User is able to restore an activity even when they own only one course
MDL-20304 - Practice lesson does not appear in Gradebook [Patch]
MDL-45324 - Grading notifications are not sent before the grades are released to students
MDL-47133 - Keyboard shortcuts in Atto do not interfere with regional keyboard settings
MDL-37704 - Possible to lock Description field in users' profiles
MDL-36240 - Calendar events from activities are restored even without user data
MDL-14908 - Parent Role can view courses for students that are in groups
MDL-46472 - Fixed upgrade loop caused by undeletable themes
MDL-31822 - Non-default section name is shown at the site level
MDL-47475 - PDF annotation is visible by all students in the team and not only by the one who made a submission
MDL-47993, MDL-48088 - Correctly parse dates with timezones when importing from Microsoft calendar
MDL-48150 - Fixed a bug whereby only the first post in a forum was sent with the correct headers on each run of cron
MDL-48288, MDL-48191 - Grader report's floating headers work correctly when email or average row is hidden
MDL-48179 - Backup progress no longer times out when compressing large backup
MDL-48164 - 'Reply to email' does not result in out-of-office replies posted in forum

(wen)

2015-01-12 13:31:31 UTC MAIN commitmail json YAML

Update 0.56 to 0.60
0.60 Fri Dec 26 22:00 GMT 2014
    - Make two test cases compatible with Catalyst 5.90080+ changes
      to encoding (UTF8 because default).
    - Added a new test case that runs only under 5.90080 and makes
      sure that expected UTF8 stuff works.

0.59 Mon Jan 13 11:23 GMT 2014
    - Use Class::Load instead of Class::MOP::load_class(). RT#90978
    - Fix typos in POD and comments. RT#85171

0.58 Sat Jun 30 17:01 BST 2012
    - Fix external server test.
    - Fix infinite redirects. RT#76614
    - Make fail to start server more verbose. RT#77174
    - Fix test skip count. RT#77181

0.57 Wed Apr 4 10:03 BRT 2012
    - Fixed RT 52270

(mef)

2015-01-12 13:28:09 UTC MAIN commitmail json YAML

Update 0.16 to 0.31
0.31 Tue Dec  9 08:39:08 PST 2014
- Remove "use lib 'lib';". GitHub Issue

0.30 Sat Aug 16 16:47:08 PDT 2014
- Change testdir to t

0.29 Sat Aug 16 14:24:12 PDT 2014
- Remove =travis section

0.28 Sat Aug 16 12:29:34 PDT 2014
- Meta 0.0.2

0.27 Sat Aug 16 04:08:54 PDT 2014
- Eliminate spurious trailing whitespace

0.26 Fri Aug 15 21:31:26 PDT 2014
- Remove t/use_ok.t

0.25 Fri Aug 15 20:48:08 PDT 2014
- Add t/000-compile-modules.t

0.24 Fri Aug  8 19:03:02 PDT 2014
- Fix bug of using a bad TestMLIncluder.

0.23 Fri Aug  8 12:58:46 PDT 2014
- Switch hashbang to '#!/usr/bin/env perl'

0.22 Tue Aug  5 11:23:13 PDT 2014
- Change IRC channel to irc.freenode.net#pkg

0.21 Tue Aug  5 10:14:59 PDT 2014
- Add badges to doc

0.20 Mon Aug  4 00:35:28 PDT 2014
- Remove (c) from Copyright
- Move doc to swim
- Fix Meta and add Contributing

0.19 Wed Jun 18 11:23:29 PDT 2014
- Tests using TestML needed 'inc'

0.18 Mon Jun 16 15:46:07 PDT 2014
- Switch to manual versioning

0.17 Sun Jun 15 12:04:29 PDT 2014
- Move to Zilla::Dist

(mef)

2015-01-12 13:24:34 UTC MAIN commitmail json YAML

(pkgsrc)
- Add  PERL5_MODULE_TYPE=    Module::Build::Tiny
(upstream)
- Update 0.3006 to 0.4011
0.4011  2014-11-11 08:07:43 PST
        - Move the app dispatch into a method #107

0.4010  2014-08-22 09:37:22 PDT
        - Support --read-timeout #103 (slobo)
        - Handle Expect header case insensitively #101 (oschwald)

0.4009  2014-04-03 14:39:27 PDT
        - Do not send chunked body for HEAD requests #87 (therigu)
        - Added --disable-proctitle option to disable the proctitle change #97

0.4008  2013-09-08 21:09:22 PDT
        - Make response write loop a zero-copy (ap)

0.4007  2013-09-02 17:11:38 PDT
        - Handle EPIPE and stops writing to the socket #84 (ap)

0.4006  2013-08-16 12:43:19 PDT
        - Same as 0.4005, non-devel

0.4005  2013-08-13 22:12:11 PDT
        - Fix SSL implementation bug where body longer than 16K doesn't
          get written correctly #78 (kazeburo, siracusa)

0.4004  2013-08-12 11:41:13 PDT
        - Note that SSL support is experimental

0.4003  2013-08-08 14:32:24 PDT
        - Fix ssl condition for banner

0.4002  2013-08-08 14:20:45 PDT
        - Fix banner message for host/port broken in 0.4 (siracusa)

0.4001  2013-07-29 23:14:10 PDT
        - Skip ssl tests if LWP doesn't support HTTPS

0.4000  2013-07-28 23:53:55 PDT
        - support SSL (aristotle)

0.3014  2013-06-16 01:07:52 PDT
        - bump Test::TCP dep, not really necessary but avoid 1.27 bug

0.3013  2013-06-12 22:52:54 PDT
        - Fix writer tests for Plack update

0.3012  2013-06-12 12:31:11 PDT
        - typo fixes
        - Fix dependencies for LWP::UserAgent

0.3011  2013-04-24 17:39:31 PDT
        - Disabled flock serialization when it's unnecessary. This will
          improve the performance when you have many Starman worker
          processes on Linux systems (kazeburo) #69

0.3010  2013-04-24 07:04:02 PDT
        - Switch back to Module::Build::Tiny with fixed #!perl shebang

0.3009  2013-04-23 17:34:57 PDT
        - Switch to MakeMaker because of shebang bug
          https://github.com/Leont/module-build-tiny/issues/3

0.3008  2013-04-06 22:04:53 PDT
        - switch to Module::Build::Tiny with Milla. Might not install
          bat correctly but we don't support Win32 anyway.

0.3007  2013-03-28 12:55:45 PDT
        - Accept HTTP requests with LF termination per HTTP spec
          recommendation (oschwald) #56
        - Documentation fix (oalders)

(mef)

2015-01-12 13:16:41 UTC MAIN commitmail json YAML

Update 0.18 to 0.24
0.24
- worker processes always receive different sequence of values when
  calling "rand()"
0.23
- serialize calls to select -> accept when listening to multiple ports
0.22
- listen to multiple ports passed from Server::Starter (ttakezawa)
0.21
- support listening to unix socket (passed by Server::Starter) (kazeburo)
0.20
- support HTTP/1.1 (kazeburo)
0.19
- update the dependencies now that Plack no more depends on LWP
          (miyagawa; https://github.com/plack/Plack/pull/408)
- add support for psgix.harakiri (audreyt)

(mef)

2015-01-12 13:16:33 UTC MAIN commitmail json YAML

2015-01-12 13:13:45 UTC MAIN commitmail json YAML

Update 0.81 to 0.83
0.83 Wed Feb 19 19:13:33 PST 2014
  - bin/squatting :: wrapped qw() in parens to avoid syntax warning

0.82 2013-08-11
  - Squatting::With::PerHostConfig was removed, because I realized
    that it couldn't work the way I wanted it, too.  By the time
    it modified %CONFIG, it would be too late to affect the response
    in a meaningful way.
  - Small patch from Duncan Garland to remove warnings issued by perl 5.14

(mef)

2015-01-12 13:10:22 UTC MAIN commitmail json YAML

Update 0.15 to 0.17
0.17 2014-12-02T06:58:23Z
    -  support nested submappers

0.16 2014-10-27T01:39:47Z
    -  Added directory_slash option.
    -    Reformatted as per CPAN::Changes::Spec

(mef)

2015-01-12 13:05:10 UTC MAIN commitmail json YAML

Update 0.22 to 0.24
0.24 2 Nov 2013
- skip POD tests on CPAN

0.23 24 Sept 2013
- doc patch from Adam Mackler
- doc patch and RDBO tests inspired by mailing list questions from Gordon
  Haverland
- treat many-to-one relationship like foreign key relationship in RDBO metadata
- master repository moved to github, Changes file ran through tidy_changelog

(mef)

2015-01-12 12:59:56 UTC MAIN commitmail json YAML

Update 0.620 to 0.621
0.621 (02.14.2014) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused Rose::HTML::Form::Field::Time fields to fail
      validation when empty.

(mef)

2015-01-12 12:57:47 UTC MAIN commitmail json YAML

Update 1.19 to 1.20
1.20 27.04.2014
  - #95075 fix relative urls to absolutes in initial frameset
  - get rid of old method "redirect_index"
  - fix obsolete hyperlinks (cpanforum, Kobes)

(mef)

2015-01-12 12:51:29 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Parser to 2.44

(wen)

2015-01-12 12:50:15 UTC MAIN commitmail json YAML

Update to 2.44

Upstream changes:
2.44 2015-01-12 (by Todd Rinaldo)
    - RT 99098 - Revert "Add more useful error message on parse to Expat". It breaks
      XML::Twig. Calling code will need to do this if it's needed.
    - RT 100959 - Add use FileHandle to t/astress.t - Make perl 5.10.0 happy.

(wen)

2015-01-12 12:38:49 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Zip to 1.42

(wen)

2015-01-12 12:32:01 UTC MAIN commitmail json YAML

Update to 1.42

Upstream changes:
1.42 Sun 11 Jan 2015
    - Revert 101374, caused tester regression
    - https://rt.cpan.org/Public/Bug/Display.html?id=101240 [cpan/PMQS]

1.41 Fri 09 Jan 2015
    - https://rt.cpan.org/Public/Bug/Display.html?id=101374 [zefram]

(wen)

2015-01-12 12:19:25 UTC MAIN commitmail json YAML

2015-01-12 12:03:55 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.2.2

(obache)

2015-01-12 12:03:47 UTC MAIN commitmail json YAML

Update mikutter to 3.2.2.

* fixes crash with missing source for extraction tab.
* fixes always UTC timezone with Ruby2.2.

(obache)

2015-01-12 11:47:59 UTC MAIN commitmail json YAML

forgot to bump revision

(is)

2015-01-12 11:47:51 UTC MAIN commitmail json YAML

Updated databases/py-ldap to 2.4.19

(adam)

2015-01-12 11:47:33 UTC MAIN commitmail json YAML

Updated databases/py-ldap to 2.4.19

(adam)

2015-01-12 11:46:29 UTC MAIN commitmail json YAML

Changes 2.4.19:
* Fixed missing ReconnectLDAPObject._reconnect_lock when pickling
* Added ldap.controls.pagedresults which is pure Python implementation of
  Simple Paged Results Control (see RFC 2696) and delivers the correct
  result size

(adam)

2015-01-12 11:44:09 UTC MAIN commitmail json YAML

new rgb.txt location finding code requires new SUBST.
This is incomplete in that the X11 locations should probably be patched,
too; OTOH, the netpbm rgb.txt is found now, and the environment variable
RGBDEF works also.

(is)

2015-01-12 11:40:43 UTC MAIN commitmail json YAML

2015-01-12 11:25:06 UTC MAIN commitmail json YAML

2015-01-12 11:20:49 UTC MAIN commitmail json YAML

Requires xapian bl3.mk for libuuid.

(jperkin)

2015-01-12 10:36:27 UTC MAIN commitmail json YAML

Updated www/p5-Handel to 1.00014
Updated www/p5-JSON-RPC to 1.06
Updated www/p5-LWP-UserAgent-Determined to 1.07
Updated www/p5-Mojolicious to 5.71
Updated www/p5-Plack-Handler-AnyEvent-SCGI to 0.03

(mef)

2015-01-12 10:34:23 UTC MAIN commitmail json YAML

Update 0.02 to 0.03
0.03  2014-11-09 12:52:11 PST
        - Migrate to Milla

(mef)

2015-01-12 10:29:10 UTC MAIN commitmail json YAML

Added geography/py-google-maps-services-python 2.0.

(kleink)

2015-01-12 10:28:01 UTC MAIN commitmail json YAML

+ py-google-maps-services-python

(kleink)

2015-01-12 10:27:41 UTC MAIN commitmail json YAML

Import google-maps-services-python-2.0 as
geography/py-google-maps-services-python.

Use Python? Want to geocode something? Looking for directions? Maybe
matrices of directions? This library brings the Google Maps API Web
Services to your Python application.

The Python Client for Google Maps Services is a Python Client library
for the following Google Maps APIs:

- Directions API
- Distance Matrix API
- Elevation API
- Geocoding API
- Time Zone API

Keep in mind that the same terms and conditions apply to usage of
the APIs when they're accessed through this library.

(kleink)

2015-01-12 10:03:55 UTC MAIN commitmail json YAML

Update 5.68 to 5.71
-------------------
5.71  2015-01-01
  - Updated Net::DNS::Native requirement to 0.15 for some important bug fixes.
  - Updated jQuery to version 2.1.3.
  - Improved Mojo::URL performance.
  - Fixed fragment and userinfo normalization bugs in Mojo::URL.
  - Fixed query charset bug in Mojo::URL.
  - Fixed a few merge bugs in Mojo::Parameters.

5.70  2014-12-18
  - Improved Mojo::Template performance.
  - Fixed error handling bugs in Mojo::IOLoop::Stream.
  - Fixed a few limit bugs in Mojo::Message.
  - Fixed Windows bug in Mojo::IOLoop::Client. (OlegG)

5.69  2014-12-13
  - Deprecated Mojo::DOM::siblings.
  - Added following, following_siblings, preceding and preceding_siblings
    methods to Mojo::DOM.
  - Added port method to Mojo::IOLoop::Server.
  - Removed deprecated emit_safe method from Mojo::EventEmitter.
  - Removed deprecated render_static method from Mojolicious::Controller.
  - Removed deprecated has_conditions method from Mojolicious::Routes::Route.
  - Updated Net::DNS::Native requirement to 0.14 for some important bug fixes.
  - Improved Mojo::DOM::HTML performance slightly.
  - Fixed parent combinator bug in Mojo::DOM::CSS.
  - Fixed whitespace bug in Mojo::DOM::HTML.
  - Fixed Mojo::UserAgent::Transactor to handle query parameters more like
    most common browsers.

(mef)

2015-01-12 09:48:57 UTC MAIN commitmail json YAML

Update 1.06 to 1.07
1.07 2014-06-24
- Prevent changes to request object (such as Cookie headers) from being
  added once for each request [cpan #96497]

(mef)

2015-01-12 09:46:50 UTC MAIN commitmail json YAML

(pkgsrc)
  -PERL5_MODULE_TYPE=    Module::Install::Bundled
  +PERL5_MODULE_TYPE=    Module::Build
(upstream)
- Update 1.03 to 1.06
1.06 2014-10-07T01:58:56Z
    - Messed up previous release. Re-releasing

1.05 2014-10-07T01:57:38Z
    - Work better with batch requests: Now responses are properly returned
      as list as long as the request is a list as well (Arata Makoto)

1.04 2014-05-29T11:42:19Z
    - Work with notifications, which are procedures without an id
      (Kirill Bogdanov)

(mef)

2015-01-12 09:40:35 UTC MAIN commitmail json YAML

(pkgsrc)
- Add ${PERL5_LICENSE}
(upstream)
- Update 1.00011 to 1.00014
------------------------
1.00014 Fri Dec 30 09:59:24 2011
  - Update to latest Class::Accessor::Grouped to fix warnings
  - Fixed various warnings and test failures on recent DBIx::Class

1.00013 Sun Aug 8 17:07:36 2010
- Fixed live currency conversion compat tests to be author only
- Fixed decimal comparison under -Duselongdouble compiled Perls
- Fixed issue with Storage::Result::can aborting when UNIVERSAL::isa and
Class::XSAccessors are both loaded.

1.00012 Sun Aug 1 13:40:04 2010
    - Upgraded to Test::File::Contents 0.05 (LESTERM)
    - Fixed: timzone in extra => {} is deprecated, its now directly on the
    columns definition (LESTERM)
- Added CONTRIBUTORS file
- Tweaked manifest.t for .git
- Tweaked spelling tests
- Updated PREREQ
- Tested on 5.8.9, 5.10.1, 5.12.1

(mef)

2015-01-12 09:26:06 UTC MAIN commitmail json YAML

+ bitchx-1.2.1 [wip]

(mef)

2015-01-12 08:53:37 UTC MAIN commitmail json YAML

Update EGG_NAME for more changes in setuptools.

(wiz)

2015-01-12 08:35:50 UTC MAIN commitmail json YAML

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

(tron)

2015-01-12 08:35:37 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.3.6. Changes since version 4.3.2:
- bug      Undefined index notices while configuring recent and favorite
            tables
- bug #4687 Designer breaks without configuration storage
- bug #4686 Select elements flicker and selects something else
- bug #4689 Setup tool creates "pma__favorites" incorrectly
- bug #4685 Call to a member function isUserType() on a non-object
- bug #4691 Do not include console when no server is selected
- bug #4688 File permissions in archive
- bug #4692 Dynamic javascripts gives 500 when db selected
- bug      Auto-configuration: tables were not created automatically
- bug #4677 Advanced feature checker does not check for favorite tables
            feature
- bug #4678 Some of the data stored in configuration storage are not deleted
            upon db or table delete
- bug #4679 Setup does not allow providing a name for favorites table
- bug #4680 Number of favorite table are not configurable in setup
- bug #4681 'Central columns table' field in setup does not have a
            description
- bug #4318 Default connection collation and sorting
- bug #4683 Relational data is not properly updated on table rename
- bug #4655 Undefined index: collation_connection (second patch)
- bug #4682 4.3.3 & 4.3.4 Import sql created by mysqldump fails on foreign
            keys
- bug #4676 Auto-configuration issues
- bug #4416 New lines are removed when grid editing (part two: TEXT)
- bug #4653 Always connection error was shown, on /setup at tab
            "configuration storage"
- bug #4661 Drag and drop file import always fails
- bug #4651 don't open console with esc
- bug #4664 select min() displays 1 row, but reports the table amount of
            rows returned
- bug #4666 Undefined indexes in table stucture print view of a view
- bug #4663 Export missing back ticks for order table name
- bug #4668 Remove from central columns error
- bug #4670 CSV import reads both commas and values into first column after
            first row
- bug #4642 phpmyadmin often fails to load due to specific load order
- bug #4671 Unable to move all columns
- bug #4645 Import of export created with mysqldump
- bug #4672 "Distinct values" does not page
- bug #4667 Consistency in borders
- bug #4658 Illegal string offset (Data_length, Index_length)
- bug #4655 Undefined index: collation_connection
- bug #4673 Delimiter causing page lock
- bug      The "Recently used tables" setting should be with Nav panel
- bug #4647 Can't disable Favorites
- bug #4646 Version Check Broken
- bug #4630 AJAX request infinite loop
- bug #4649 Attributes field size smaller than others
- bug #4622 Cannot remove table ordering on a Mac
- bug      Fix initial replication configuration
- bug      Undefined index central_columnswork
- bug #4657 Don't have default blowfish_secret
- bug #4656 Some error popups fade away too quickly
- bug #4648 Consistency in borders
- bug      $cfg['Error_Handler']['display'] no longer necessary
- bug #4659 Leading and trailing whitespace in column name

(tron)

2015-01-12 08:08:51 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Selector-XPath to 0.18
Updated www/p5-HTML-Strip to 2.09
Updated www/p5-HTML-TreeBuilder-LibXML to 0.24
Updated www/p5-HTTP-Async to 0.27
Updated www/p5-HTTP-DAV to 0.47
Updated www/p5-HTTP-Lite to 2.4.3
Updated www/p5-HTTP-OAI to 4.03
Updated www/p5-HTTP-Parser-XS to 0.17
Updated www/p5-HTTP-Proxy to 0.301
Updated www/p5-HTTP-Server-EV to 0.68
Updated www/p5-HTTP-Server-Simple-PSGI to 0.16
Updated www/p5-HTTP-Server-Simple-Static to 0.09
Updated www/p5-HTTP-Tiny to 0.053

(mef)

2015-01-12 08:07:04 UTC MAIN commitmail json YAML

Update 0.050 to 0.053
0.053    2014-12-11 23:42:17-05:00 America/New_York

    [FIXED]
    - Defended tests against HTTP_PROXY set in the environment

0.052    2014-12-11 15:23:54-05:00 America/New_York

    [CHANGED]
    - Proxy allowed from environment variable HTTP_PROXY (uppercase) unless
      REQUEST_METHOD is also set.

0.051    2014-11-17 22:58:44-05:00 America/New_York

    [FIXED]
    - Checks for threads without loading threads.pm

(mef)

2015-01-12 08:04:34 UTC MAIN commitmail json YAML

(pkgsrc)
- (As noted below, dependency converted)
    -DEPENDS+=      p5-File-MMagic-[0-9]*:../../misc/p5-File-MMagic
    -DEPENDS+=      p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
    +DEPENDS+=      p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic
(upstream)
- Update 0.07 to 0.09
0.09  Thu, 15 Aug 2013 09:08:00 +0100

        - Added support for clients which send an If-Modified-Since
            HTTP header in the request. We return a 304 if the file
            has not been changed.

0.08  Wed, 14 Aug 2013 17:00:00 +0100

        - Replaced File::MMagic and MIME::Types with File::LibMagic
            which should be more reliable.
            Closes: http://rt.cpan.org/Public/Bug/Display.html?id=39598
        - Improved docs and code example.
            Closes: http://rt.cpan.org/Public/Bug/Display.html?id=37701
        - Added support for the Last-Modified and Date HTTP headers,
            this consequently adds a new dependency on HTTP::Date.
- Added support for not sending the content when the request
            method is HEAD.

(mef)

2015-01-12 07:53:07 UTC MAIN commitmail json YAML

Update 0.14 to 0.16
0.16  2013-08-22 12:28:04 PDT
        - Make this a non-devel release

0.15  2013-08-22 12:24:33 PDT
        - Bundle Plack::Handler::HTTP::Server::Simple
        - Convert to Milla

(mef)

2015-01-12 07:50:43 UTC MAIN commitmail json YAML

Update 0.67 to 0.68
0.68
- Make-time configuration of buffer sizes
- Added Coro to test prerequisites.

(mef)

2015-01-12 07:48:03 UTC MAIN commitmail json YAML

Update 0.28 to 0.301
0.301 Sun Aug  3 2014
        [TEST]
        - fix t/02pod-coverage.t to skip HTTP::Proxy::Engine::Threaded
          when running under an unthreaded Perl (Masahiro Nagano (KAZEBURO))
        - fix t/01pod.t and t/02pod-coverage.t to only run under
          RELEASE_TESTING (thanks to Masahiro Nagano (KAZEBURO))

0.300 Sun Apr  7 2013
        [IMPROVEMENTS]
        - Downgrade a disconnect message from ERROR to SOCKET debug level
          in order to reduce the amount of runtime log output. Disconnects
          are /very/ common in HTTP, and shoudn't be considered errors.
          (thanks to Salve J. Nilsen)
        [TEST]
        - include t/90httpstatus.t in the MANIFEST
        - fix t/67save.t to not try to create files with a "?" in
          their name under MSWin32

0.29 Tue Mar 19 2013
        [TEST]
        - fix t/50hopbyhop.t to open the proxy on a random port,
          and avoid failures when port 8080 is "already in use"

(mef)

2015-01-12 07:45:13 UTC MAIN commitmail json YAML

Update 0.14 to 0.17
0.17
- update picohttpparser (runs faster / does slightly more strict parsing)

0.16
- documentation about PATH_INFO

0.15
- deny HTTP header field with an empty name

(mef)

2015-01-12 07:42:58 UTC MAIN commitmail json YAML

Update 3.27 to  4.03
4.03
  - Fixed MANIFEST [phochste]

4.02
  - Fixed namespace issue with ResumptionToken.pm [sebastfr]

4.01
  - Reworked API to use DocumentFragments
  - Various speed improvements
  - Added bin/oai_pmh.pl CLI tool

3.28
  - Fixed parsing <description> elements that contain multiple child nodes

(mef)

2015-01-12 07:37:07 UTC MAIN commitmail json YAML

Update 2.4 to 2.43
------------------
2.43 2014-01-29
    - Directed people to HTTP::Tiny and LWP at the start of the doc
    - Added links to better modules in SEE ALSO
    - Added "use warnings" (!)
    - Moved test.pl into t/original-tests.t

2.42 2013-07-21
    - Fixed typos reported by David Steinbrunner (thanks!)

2.41 2013-07-20
    - Reformatted this file according to CPAN::Changes::Spec

(mef)

2015-01-12 07:29:42 UTC MAIN commitmail json YAML

Update 0.46 to 0.47
(From: perldoc HTTP-DAV-0.47/blib/lib/HTTP/DAV/Changes.pod)
  v0.47 (released 2012/03/24):
    *  bug fixes

        Improve "propfind()" resilience when server response contains broken,
        truncated or no XML at all. RT#75011.

(mef)

2015-01-12 07:19:50 UTC MAIN commitmail json YAML

Update 0.23 to 0.27
-------------------
0.27 2014/11/17

  * Github user acferen finally patched the long-standing timeout bug
    Thanks acferen!

0.26 2014/06/06

  * Daniel Lintott of the Debian Perl Group reported that the HTTP::Async proxy
    tests were broken with a development version of HTTP-Server-Simple (0.45_1)
    I fixed the test, or rather fixed t/TestServer.pm, so that it would work
    Thanks Daniel!
  * While I was in there, I replaced some warn() calls in the tests with diag()
    calls, to be a better TAP citizen

0.25 2014/03/20

  * Added remove($id) and remove_all() methods
    Thanks go to rt.cpan.org user Ikegami
  * Added support for forwarding headers on redirect
    Thanks to Github users kloevschall and kaol
  * Added support for having an HTTP::Cookies cookie jar object
    Thanks again to Github user kaol
  * Use Net::EmptyPort for the TestServer in the tests
    Thanks to Github user and all around great Perl Monger DrHyde

0.24 2014/03/19

  * Better POD docs for the counting methods
  - Requested by Dave Hodgkinson via rt.cpan.org

(mef)

2015-01-12 07:05:09 UTC MAIN commitmail json YAML

Update 0.23 to 0.24
--------------------------
0.24 2014-09-22T09:31:26Z
    - Removed Web::Scraper from runtime dependencies.
      https://github.com/tokuhirom/HTML-TreeBuilder-LibXML/issues/9
(Note: there is no above dependency in pkgsrc Makefile)

(mef)

2015-01-12 06:59:51 UTC MAIN commitmail json YAML

Update 2.08 to 2.09
2.09  Mon Jan  5 16:51:17 GMT 2015
    - fixed latin1 support, added test case for it (RT#100969)

(mef)

2015-01-12 06:56:43 UTC MAIN commitmail json YAML

Update  0.16 to 0.18
--------------------
0.18 NEXT
      - Fix bug in `:not(...)[attr] (Aaron Crane)
      - Support `:nth-child(odd)` and `:nth-child(even)` (Aaron Crane)
      - Translation of `[attr$=tail]` works with XPath 1.0 (Aaron Crane)

0.17 Sat Aug 30 16:12:52 GMT+2 2014
      - Support unicode characters for id and class selectors (aereal)
      - Normalize space characters of the class attribute (hitode909)

(mef)

2015-01-12 04:54:19 UTC MAIN commitmail json YAML

2015-01-11 23:07:01 UTC MAIN commitmail json YAML

On systems with MMX support, additional files are installed.

(joerg)

2015-01-11 22:58:59 UTC MAIN commitmail json YAML

Only python 2.x is supported, mark it so.

(wiz)

2015-01-11 22:53:45 UTC MAIN commitmail json YAML

2015-01-11 21:20:30 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.12.29

(wiz)

2015-01-11 21:20:22 UTC MAIN commitmail json YAML

Update to 2014.12.29:

2014.12.29
==========
----

* Feature #51: Add single line break option.
    This feature is useful for ensuring that lots of extra line breaks do not
    end up in the resulting Markdown file in situations like Evernote .enex
    exports. Note that this only works properly if ``body-width`` is set
    to ``0``.

(wiz)

2015-01-11 21:17:52 UTC MAIN commitmail json YAML

Updated net/Radicale to 0.9

(wiz)

2015-01-11 21:17:43 UTC MAIN commitmail json YAML

Update to 0.9:

0.9 - Rivers
============

* Custom handlers for auth, storage and rights (by Sergey Fursov)
* 1-file-per-event storage (by Jean-Marc Martins)
* Git support for filesystem storages (by Jean-Marc Martins)
* DB storage working with PostgreSQL, MariaDB and SQLite (by Jean-Marc Martins)
* Clean rights manager based on regular expressions (by Sweil)
* Support of contacts for Apple's clients
* Support colors (by Jochen Sprickerhof)
* Decode URLs in XML (by Jean-Marc Martins)
* Fix PAM authentication (by Stepan Henek)
* Use consistent etags (by 9m66p93w)
* Use consistent sorting order (by dnnr)
* Return 401 on unauthorized DELETE requests (by Eduard Braun)
* Move pid file creation in child process (by Mathieu Dupuy)
* Allow requests without base_prefix (by jheidemann)

(wiz)

2015-01-11 21:05:38 UTC MAIN commitmail json YAML

Updated time/py-dateutil to 2.4.0

(wiz)

2015-01-11 21:05:30 UTC MAIN commitmail json YAML

Update to 2.4.0:

Version 2.4.0
-------------

- Fix an issue with relativedelta and freezegun (lp:1374022)
- Fix tzinfo in windows for timezones without dst (lp:1010050, gh #2)
- Ignore missing timezones in windows like in POSIX
- Fix minimal version requirement for six (gh #6)
- Many rrule changes and fixes by @pganssle (gh pull requests #13 #14 #17),
    including defusing some infinite loops (gh #4)

(wiz)

2015-01-11 21:04:36 UTC MAIN commitmail json YAML

Updated devel/afl to 1.09b

(wiz)

2015-01-11 21:04:27 UTC MAIN commitmail json YAML

Update to 1.09b:

--------------
Version 1.09b:
--------------

  - Corrected a cosmetic problem with 'extras' stage count not always being
    accurate in the stage yields view.

  - Fixed a typo reported by Jakub Wilk and made some minor documentation
    improvements.

--------------
Version 1.08b:
--------------

  - Fixed a div-by-zero bug in the newly-added code when using a dictionary.

--------------
Version 1.07b:
--------------

  - Added code that automatically finds and extracts syntax tokens from the
    input corpus.

  - Fixed a problem with ld dead-code removal option on MacOS X, reported
    by Filipe Cabecinhas.

  - Corrected minor typos spotted by Jakub Wilk.

  - Added a couple of more exotic archive format samples.

(wiz)

2015-01-11 21:02:00 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.4.1

(wiz)

2015-01-11 21:01:52 UTC MAIN commitmail json YAML

Update to 0.4.1:

Version 0.4.1
=============

*released on 05 January 2015*

- All ``create`` arguments from all storages are gone. Vdirsyncer now asks if
  it should try to create collections.
- The old config values ``True``, ``False``, ``on``, ``off`` and ``None`` are
  now invalid.
- UID conflicts are now properly handled instead of ignoring one item. Card-
  and CalDAV servers are already supposed to take care of those though.
- Official Baikal support added.

(wiz)

2015-01-11 21:00:03 UTC MAIN commitmail json YAML

Updated security/py-keyring to 4.0nb1

(wiz)

2015-01-11 20:59:56 UTC MAIN commitmail json YAML

Convert to egg.mk. Rename additionally installed file so that multiple
python versions' packages don't conflict. Add ALTERNATIVES file.
Bump PKGREVISION.

(wiz)

2015-01-11 20:54:55 UTC MAIN commitmail json YAML

+ afl-1.09b, calibre-2.16.0, compiz-0.8.10, libjpeg-turbo-1.4,
  openntpd-5.7p1, py-dateutil-2.4.0, py-ldap-2.4.19, py-psutil-2.2.0,
  py-vdirsyncer-0.4.1, webkit-gtk-2.4.8, wine-devel-1.7.34.

(wiz)

2015-01-11 20:37:39 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-HandlesVia to 0.001006

(wiz)

2015-01-11 20:37:30 UTC MAIN commitmail json YAML

Update to 0.001006:

0.001006  2015-01-10 13:43:39EST-0500 America/Toronto
  - fix ref check on moosify inflator (@shadowcat-mst)

(wiz)