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 (34m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 21:19:54 UTC Now

2018-01-11 08:12:21 UTC MAIN commitmail json YAML

qpdfview: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:11:55 UTC MAIN commitmail json YAML

okular: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:11:31 UTC MAIN commitmail json YAML

kbibtex: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:11:02 UTC MAIN commitmail json YAML

tellico: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:10:36 UTC MAIN commitmail json YAML

qcomicbook: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:09:39 UTC MAIN commitmail json YAML

texworks: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-10 23:10:05 UTC MAIN commitmail json YAML

doc: Updated devel/py-setuptools to 38.4.0

(wiz)

2018-01-10 23:09:57 UTC MAIN commitmail json YAML

py-setuptools: update to 38.4.0.

v38.4.0
-------

* #1231: Removed warning when PYTHONDONTWRITEBYTECODE is enabled.

v38.3.0
-------

* #1210: Add support for PEP 345 Project-URL metadata.
* #1207: Add support for ``long_description_type`` to setup.cfg
  declarative config as intended and documented.

(wiz)

2018-01-10 23:07:14 UTC MAIN commitmail json YAML

doc: Updated databases/unixodbc to 2.3.5

(wiz)

2018-01-10 23:07:01 UTC MAIN commitmail json YAML

unixodbc: update to 2.3.5.

2-Jan-2018
2.3.5

    * Add configure option --enable-setlibversion set mark the libs with VERS_3.52
      Linux only, so any driver built with the libs will work with closed source
      DM's
    * Add persistent storage of isql command line history if readline() is used (thanks Axel)
    * Rename some local mutex functions to avoid name clashes
    * Assorted fixes (Thanks Markus * 2)
    * Fix regression in ini caching
    * Make SQLDrivers look in user as well as system odbcinst.ini for driver attributes
    * If in use, clear the ini cache when a write is done via SQLWritePrivateProfileString() so
      the new value is read
    * Fix problem with pooling if the environment was released by the application
    * Add check for SQL_COLUMN_COUNT in SQLColAttribute
    * isql would not display long error messages. Fixed now.
    * Fix problem calling the driver to report errors if the error is from the DM and the driver
      has not been called
    * SQLSetConnectAttrW crashes when attempting to set SQL_ATTR_LOGIN_TIMEOUT
    * Buffer overflow in unicode_to_ansi_copy()
    * SQLDriverConnect with not-found FILEDSN causes crash
    * SQLGetDescRec with null name pointer causes crash
    * Connection string escaping does not work
    * SQLDriverConnect/W with very long driver name causes crash
    * Connection string with trailing empty value causes crash
    * Freeing explicitly allocated descriptor results in writing to freed memory
    * Buffer overflows and missing null checks in SQLConfigDataSource, SQLInstallDriverEx, and SQLWriteFileDSN
    * Statement enters incorrect state upon SQLExecDirectW returning SQL_NO_DATA
    * SQLBulkOperations fails to exit async state after success
    * SQLFreeStmt causes prepared statements in S1 or S2 to erroneously transition to S3
    * Buffer length fixes for SQLGetDiagField
    * SQLSetConnectAttrW and Unicode string pre-connect attributes do not work
    * SQLGetData and SQLSetPos async states are incorrect
    * Various string conversion and length issues in SQLColAttribute(s)
    * Missing buffer length check in SQLColAttribute(s)W
    * SQLGetStmtAttr state handling incorrect in S5, S6, and S7 (via SQLExtendedFetch)
    * SQLSetPos and SQLExtendedFetch state management fixes
    * SQLExecDirect/W erroneous transition to S1 upon error in S5
    * Async SQLGetData and SQLExecDirect/W fails to restore state upon cancellation
    * SQLFetchScroll cannot move cursor back into the rowset
    * SQLSetDescField doesn't adjust the length of the buffer when converting to unicode
    * SQLGetDescField/W and SQLSetDescField/W do not check for negative buffer lengths
    * SQLSetStmtAttrW SQL_ATTR_APP_PARAM_DESC and SQL_ATTR_APP_ROW_DESC does not accept null
    * SQLGetData async state reentrancy issues
    * SQLDriversW off-by-one in enumerating driver list
    * SQLPrimaryKeys does not pass length in characters to driver
    * SQLGetConnectAttr with string attributes truncates to half buffer length
    * SQLTransact with autocommit enabled erroneously changes statement state
    * SQLDataSources/W fails to reset list position upon end
    * SQLGetEnvAttr successfully returns unset SQL_ATTR_ODBC_VERSION
    * Lack of SQL_HANDLE_SENV support
    * SQLAllocEnv fails to set environment version correctly
    * SQLMoreResults with streamed output parameters returns unexpected HY010
    * Custom pre-connect pointer attributes are truncated to 32 bits
    * 08003 message should be "Connection not open"
    * SQL_ATTR_ACCESS_MODE set using SQLSetConnectOption/W before connecting does not persist after disconnecting
    * SQL_ATTR_AUTOCOMMIT incorrect default value before connecting
    * SQL_AUTOCOMMIT set using SQLSetConnectOption/W before connecting does not persist after disconnecting
    * SQLAllocHandle/SQLFreeHandle with invalid handle type should return SQL_INVALID_HANDLE
    * SQLAllocHandleStd not setting ODBC version correctly
    * SQLBindParameter does not ignore BufferLength for DAE parameters
    * SQLBindParameter does not ignore BufferLength for fixed-length parameters
    * SQLBindParameter returns "Invalid application buffer type" instead of " Program type out of range"
    * SQLCancel with 01S05 returned from driver should result in SQL_SUCCESS, not SQL_SUCCESS_WITH_INFO
      (see https://msdn.microsoft.com/en-us/library/aa392708(v=vs.85).aspx )
    * SQLColAttribute/SQLColAttributes should return number of bytes needed for Unicode string when truncating
    * SQLColumnPrivileges/W differing error message precedence from Windows DM and order in ODBC spec
    * SQLColumns/W extraneous checks on null string's length
    * SQLCopyDesc does not copy descriptors across connections correctly
    * SQLDescribeParam extraneous checks for state
    * SQLDriverConnect/W adds extraneous DM prefix to diagnostic messages
    * SQLDriversW before ODBC version set returns incorrect SQLSTATE
    * SQLFetch in state S7 does not return error from DM
    * SQLFetchScroll missing check for SQL_FETCH_BOOKMARK
    * SQLForeignKeys/W missing check for null table names
    * SQLGetConnectAttr/W erroneously retrieves attributes with no default (SQL_ATTR_PACKET_SIZE, SQL_ATTR_QUIET_MODE)
    * SQLGetConnectAttr/W fails to get some set attributes before connecting
    * SQLGetConnectAttr/W fails to retrieve set attributes with no connection
    * SQLGetConnectAttrW returns incorrect value for SQL_ATTR_TRACE
    * SQLGetConnectOption/W cannot retrieve SQL_ODBC_CURSORS before connection
    * SQLGetConnectOption/W fails to retrieve SQL_LOGIN_TIMEOUT before connecting
    * SQLGetConnectOption/W fails to retrieve SQL_ATTR_ACCESS_MODE set with SQLSetConnectOption/W
    * SQLGetData and SQLSetPos async states are incorrect
    * SQLGetData missing check for cursor end indication; SQLSetCursorName/W fails to clear previous diagnostic records
    * SQLGetDiagField/W does not check record number for SQL_DIAG_ROW_COUNT and SQL_DIAG_DYNAMIC_FUNCTION_CODE
    * SQLGetDiagField/W missing check for negative buffer length for string fields
    * SQLGetDiagField/W inconsistent handling of statement-only diagnostic fields
    * SQLGetInstalledDrivers off-by-one length
    * SQLGetStmtOption various state handling issues
    * SQLSetConnectAttr/W SQL_ATTR_CURRENT_CATALOG extraneous check with error 24000
    * SQLSetConnectAttr/W does not prevent attempts to set ODBC 3.x statement attributes
    * SQLSetConnectAttr/W with null string attributes causes crash
    * SQLSetConnectOption passes SQL_ATTR_TRACEFILE to the driver
    * SQLSetConnectOption/W or SQLSetConnectAttr/W missing validity checks for SQL_ATTR_TXN_ISOLATION
    * SQLSetConnectOption/W setting SQL_ATTR_TRACEFILE to null results in different error
    * SQLSetCursorName/W missing checks for negative name length
    * SQLSetDescField/W missing check for negative SQL_DESC_COUNT
    * SQLSetParam missing various error checks for invalid data types and buffer
    * SQLSetPos does not check for state S5
    * SQLSetPos missing checks in state S7
    * SQLSetScrollOptions various state handling issues
    * SQLSetStmtOption/W missing check for positive rowset sizes
    * SQLSpecialColumns/W error precedence differs from Windows DM
    * SQLSpecialColumns/W incorrect check for SQL_NTS string lengths
    * SQLStatisticsW uniqueness parameter missing validation
    * SQLTablePrivileges/W extraneous checks on null string's length
    * Various issues with SQLGetFunctions
    * Various string conversion and length issues in SQLColAttribute; missing buffer length check in SQLColAttributeW
    * As above, but for SQLColAttributes and SQLColAttributesW; incorrect check for SQL_COLUMN_COUNT
    * Setting SQL_ATTR_TRACEFILE to null value results in different error
    * check_target_type allows driver-specific C data types for ODBC < 3.8
    * fix empty SQL_DIAG_SERVER_NAME field in DM-supplied diag recs
    * fix differing behaviour for an empty string DSN in SQLConnect/W
    * Alter isql to return errors from SQLMoreResults
    * Handle case of building on mingw-w64

(wiz)

2018-01-10 22:57:26 UTC MAIN commitmail json YAML

doc: Updated textproc/gtk-doc to 1.27

(wiz)

2018-01-10 22:57:17 UTC MAIN commitmail json YAML

gtk-doc: update to 1.27.

GTK-Doc 1.27  (Dec 07 2017)
==============

Finetune the python port.

Changes

o 773879 : scangobj: Do not generate unused parameters
o 786174 : Several test failures on Arch Linux
o 787495 : gtkdoc-fixxref crashes when running vim for syntax highlighting
o 787768 : Aborts when glib2.0-dev is not installed
o 787862 : Always open files in text mode and always use utf-8
o 788473 : fixxref crashes if a .devhelp2.gz file is found
o 789531 : Don't depend on the system shell
o 790022 : mkdb: Add support for (not optional) annotation
o 791131 : gtk-doc and python3: fixxref failures

(wiz)

2018-01-10 22:35:58 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.38.4

(wiz)

2018-01-10 22:35:49 UTC MAIN commitmail json YAML

vala: update to 0.38.4.

Vala 0.38.4
===========
* Various bug fixes:
  - Enforce name-length >= 3 for structs using GType [#764041]
  - Report error for missing type-parameter on enclosing type [#587905]
  - Discover invalid member access to instance field [#790903]
  - Improve error output of mismatching overriding methods
  - vala: Don't transform an explicit "null" into valid format-string [#791215]
  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
  - Improve error message for missing type-parameter on enclosing type [#587905]

* GIR parser:
  - Allow change of parameter names
  - Handle metadata for fields inside a transparent union
  - Accept setters with boolean return-type as valid property-accessor
  - Don't mark simple-type out-parameters with '?' as nullable

* Valadoc
  - Acknowledge possible properties in structs [#784705]
  - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
  - libvaladoc: Actually resolve "percnt;" to '%'

* Bindings:
  - gobject-2.0: Add some missing symbols
  - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-3.0: Update to 3.22.26+9ce824d3
  - webkit2gtk-4.0: Update to 2.19.2
  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
  - gobject-2.0: Add missing GType constants for fundamentals [#791023]

(wiz)

2018-01-10 22:31:08 UTC MAIN commitmail json YAML

texstudio: mark as BROKEN

Needs removed poppler-qt4; or porting to qt5, but that does not build
for me.

(wiz)

2018-01-10 22:30:30 UTC MAIN commitmail json YAML

doc/CHANGES-2018: mention diffpdf removal

(wiz)

2018-01-10 22:30:18 UTC MAIN commitmail json YAML

2018-01-10 22:20:20 UTC MAIN commitmail json YAML

poppler-includes: Fix PLIST for poppler-0.62.0

(wiz)

2018-01-10 22:16:27 UTC MAIN commitmail json YAML

2018-01-10 22:10:25 UTC MAIN commitmail json YAML

doc/CHANGES-2018: remove calibre1

(wiz)

2018-01-10 22:09:58 UTC MAIN commitmail json YAML

2018-01-10 22:09:22 UTC MAIN commitmail json YAML

doc: Updated editors/texmaker to 4.5nb27

(wiz)

2018-01-10 22:09:02 UTC MAIN commitmail json YAML

texmaker: default to qt5 now that poppler-qt4 is gone.

(wiz)

2018-01-10 22:01:51 UTC MAIN commitmail json YAML

doc/CHANGES-2018: poppler update

(wiz)

2018-01-10 21:57:22 UTC MAIN commitmail json YAML

print/Makefile: remove poppler-qt4

(wiz)

2018-01-10 21:57:10 UTC MAIN commitmail json YAML

doc: Updated print/poppler to 0.62.0

(wiz)

2018-01-10 21:56:51 UTC MAIN commitmail json YAML

2018-01-10 21:56:01 UTC MAIN commitmail json YAML

2018-01-10 21:55:34 UTC MAIN commitmail json YAML

poppler: update to 0.62.0.

Release 0.62.0
        core:
        * Stop supporting lcms1, you really want to use lcms2 :)
        * Stop supporting openjpeg1, you really want to use openjpeg2 :)
        * Open files that state 8 bits as third field of W. Bug #103469
        * GfxLabColorSpace::parse: Fix crash in broken documents. Bug #103582
        * Fix leak if parseDA fails
        * Include glibc.h where needed
        * Document the meaning of the 'type' integer of a shading
        * Fix UTF test fail
        * INSTALL: add debug options

        qt5:
        * Add API to let the rendering process callback to get a partial rendering. Bug #103372

        qt4:
        * Remove the Qt4 frontend

        utils:
        * Support unicode on windows console
        * pdfsig: install man page
        * sort encoding list

        glib:
        * demo: fix warning

(wiz)

2018-01-10 19:32:23 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 4.4.2

(wiz)

2018-01-10 19:32:13 UTC MAIN commitmail json YAML

py-mercurial: update to 4.4.2.

Add upstream patch to fix a test case.

Mercurial 4.4.2 (2017-12-01)

This is a regularly-scheduled bugfix release.

1.1. Notable changes

1.1.1. Stricter command option parsing

Mercurial can now optionally parse "early" options (-R/--repository,
--cwd, --config, --debugger, and --profile) more strictly, for more
secure integration with tools that invoke 'hg' commands. Setting
HGPLAIN=+strictflags will parse these options more strictly, which
prevents them from being injected as arguments to other flags.

1.2. Bug fixes

    'hg amend' now correctly handles deleted and removed files, as
    well as subrepos. (issue5732, issue5677)
    largefiles now correctly handles dropped standin files when
    updating largefiles.

    Fixed an issue with deleting symlinks to directories when
    ui.origbackuppath is set. (issue5731)

1.3. Performance improvements

    Improved performance in path conflict checking introduced in
    Mercurial 4.4. (issue5716)

(wiz)

2018-01-10 15:44:05 UTC MAIN commitmail json YAML

doc/TODO: add some

+ librsvg-2.42.0 [needs rust+cargo], shotwell-0.27.2.

(wiz)

2018-01-10 15:43:19 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 0.14.43

(wiz)

2018-01-10 15:43:10 UTC MAIN commitmail json YAML

syncthing: update to 0.14.43.

Bugfixes:

    #1845: Files on deduplicated NTFS volumes are ignored by scanner
    #4590: Path completion in new folder dialog does not work anymore
    #4593: Fd leak when temp file cannot be truncated
    #4605: Panic: runtime error related to KCP

Enhancements:

    #2644: UI for debug levels and log access
    #4369: GUI should indicate which files are out of sync on remote devices
    #4400: Keep enough counters and state in the database to avoid initial database traversal
    #4515: Should understand ���socks��� in addition to ���socks5��� in proxy URLs

Other issues:

    #4407: Contribute kcp-go changes/features and/or fix tests
    #4585: Update vendored github.com/minio/sha256-simd for AVX512 support
    #4615: Update vendored x/sys/unix for dragonfly

(wiz)

2018-01-10 12:30:11 UTC MAIN commitmail json YAML

doc: Updated security/pinentry-gtk2 to 1.1.0

(wiz)

2018-01-10 12:30:00 UTC MAIN commitmail json YAML

pinentry-gtk2: update to 1.1.0.

See pinentry.

(wiz)

2018-01-10 12:29:47 UTC MAIN commitmail json YAML

doc: Updated security/pinentry to 1.1.0

(wiz)

2018-01-10 12:29:38 UTC MAIN commitmail json YAML

pinentry: update to 1.1.0.

Noteworthy changes in version 1.1.0 (2017-12-03)
------------------------------------------------

* A FLTK1.3-based pinentry has been contributed.

* A TQt3-based pinentry has been contributed.

* New option --ttyalert for pinentry-curses to alert the user.

* Don't show "save passphrase" checkbox if secret service is
  unavailable.

* The GTK Pinentry shows on Linux some information anout the process
  which invoked the Pinentry.

* The GTK Pinentry does not anymore show tooltips when keyboard
  grabbing is enabled.

* Fixed various minor problems.

(wiz)

2018-01-10 12:19:06 UTC MAIN commitmail json YAML

doc: Updated archivers/par2 to 0.8.0

(wiz)

2018-01-10 12:18:57 UTC MAIN commitmail json YAML

par2: update to 0.8.0.

11 December 2017 Ike Devolder
  * release: 0.8.0
* improved parallelisation on input files

(wiz)

2018-01-10 12:17:25 UTC MAIN commitmail json YAML

doc: Updated mail/notmuch to 0.25.3

(wiz)

2018-01-10 12:17:14 UTC MAIN commitmail json YAML

notmuch: update to 0.25.3.

Notmuch 0.25.3 (2017-12-08)
===========================

Emacs
-----

Extend mitigation (disabling handling x-display in text/enriched) for
Emacs bug #28350 to Emacs versions before 24.4 (i.e. without
`advice-add`).

Command Line Interface
----------------------

Correctly report userid validity. Fix test suite failure for GMime >=
3.0.3. This change raises the minimum supported version of GMime 3.x
to 3.0.3.

(wiz)

2018-01-10 10:47:52 UTC MAIN commitmail json YAML

doc: Updated graphics/librsvg to 2.40.20

(wiz)

2018-01-10 10:47:43 UTC MAIN commitmail json YAML

librsvg: update to 2.40.20.

Version 2.40.20
- Except for emergencies, this will be the LAST RELEASE of the
  librsvg-2.40.x series.  We are moving to 2.41, which is vastly
  improved over the 2.40 series.  The API/ABI there remain unchaged,
  so we strongly encourage you to upgrade your sources and binaries to
  librsvg-2.41.x.
- bgo#761175 - Allow masks and clips to reuse a node being drawn.
- Don't access the file system when deciding whether to load a remote
  file with a UNC path for a paint server (i.e. don't try to load it at all).
- Vistual Studio: fixed and integrated introspection builds, so
  introspection data is built directly from the Visual Studio project
  (Chun-wei Fan).
- Visual Studio: We now use HIGHENTROPYVA linker option on x64 builds,
  to enhance the security of built binaries (Chun-wei Fan).
- Fix generation of Vala bindings when compiling in read-only source
  directories (Emmanuele Bassi).

(wiz)

2018-01-10 10:43:39 UTC MAIN commitmail json YAML

doc: Updated x11/libxkbcommon to 0.8.0

(wiz)

2018-01-10 10:43:27 UTC MAIN commitmail json YAML

libxkbcommon: update to 0.8.0.

libxkbcommon 0.8.0 - 2017-12-15
==================

- Added xkb_keysym_to_{upper,lower} to perform case-conversion directly on
  keysyms. This is useful in some odd cases, but working with the Unicode
  representations should be preferred when possible.

- Added Unicode conversion rules for the signifblank and permille keysyms.

- Fixed a bug in the parsing of XKB key type definitions where the number
  of levels were determined by the number of level *names*. Keymaps which
  omit level names were hence miscompiled.

  This regressed in version 0.4.3. Keymaps from xkeyboard-config were not
  affected since they don't omit level names.

- New API:
  xkb_keysym_to_upper()
  xkb_keysym_to_lower()

(wiz)

2018-01-10 10:41:40 UTC MAIN commitmail json YAML

doc: Updated textproc/libunistring to 0.9.8

(wiz)

2018-01-10 10:41:32 UTC MAIN commitmail json YAML

libunistring: update to 0.9.8.

New in 0.9.8:
* The data tables and line breaking algorithm have been updated to Unicode
  version 9.0.0.
* In the include file unigbrk.h, the function uc_grapheme_breaks has
  been added to accommodate the new UAX#29 rules involving 3 or more
  consecutive characters.

(wiz)

2018-01-10 10:36:50 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.20.15

(wiz)

2018-01-10 10:36:39 UTC MAIN commitmail json YAML

musicpd: update to 0.20.15.

ver 0.20.15 (2018/01/05)
* queue: fix crash after seek failure
* resampler
  - soxr: clear internal state after manual song change
* state file
  - make mount point restore errors non-fatal
  - fix crash when restoring mounts with incompatible database plugin
* Android
  - build without Ant
  - fix for SIGSYS crash

ver 0.20.14 (2018/01/01)
* database
  - simple: fix file corruption in the presence of mount points
* archive
  - bz2: fix deadlock
  - reduce lock contention, fixing lots of xrun problems
* fix Solaris build failure

ver 0.20.13 (2017/12/18)
* output
  - osx: set up ring buffer to hold at least 100ms
* mixer
  - alsa: fix rounding errors
* database
  - simple: don't purge mount points on update/rescan
  - simple: fix "mount" bug caused by bad compiler optimization
  - simple: fix "lsinfo" into mount points
  - upnp: work around libupnp 1.6.24 API breakage
* queue: fix spuriously misplaced prioritized songs
* save and restore mountpoints within the state file
* include Windows cross-build script in source tarball
* fix Windows build failures

(wiz)

2018-01-10 10:17:15 UTC MAIN commitmail json YAML

doc: Updated converters/libmspub to 0.1.3

(wiz)

2018-01-10 10:17:05 UTC MAIN commitmail json YAML

libmspub: update to 0.1.3.

libmspub 0.1.3

- Workaround a build error on some 32-bit systems.
- Parse table row and column sizes. (tdf#89061)
- Fix various problems when parsing broken files, found with the help of
  american-fuzzy-lop and oss-fuzz.
- Make the output of pub2foo --help more compatible with help2man.
- Extract more metadata from documents.
- Require C++11 for build.
- Drop outdated MSVC project files.
- Handle table cells containing multiple paragraphs correctly. (tdf#89393)
- Parse more text formatting attributes: all underline types, small
  caps, all caps, outline, emboss, engrave, shadow.
- Parse text language.
- Various minor changes and improvements.

(wiz)

2018-01-10 10:12:44 UTC MAIN commitmail json YAML

doc: Updated net/libfilezilla to 0.11.2

(wiz)

2018-01-10 10:12:35 UTC MAIN commitmail json YAML

libfilezilla: update to 0.11.2.

0.11.2 (2018-01-05)

+ Added fz::starts_with and fz::ends_with
- Fix usage of delete in the fz::buffer destructor

(wiz)

2018-01-10 10:11:38 UTC MAIN commitmail json YAML

doc: Updated print/latexmk to 454c

(wiz)

2018-01-10 10:11:30 UTC MAIN commitmail json YAML

latexmk: update to 454c.

From v. 4.54 to 4.54c
Work-around for when bsd_glob is not available on old installations of
  Perl.  (Note that with these old installations, clean-up operations
  may not work when file or directory names contain spaces.)

(wiz)

2018-01-10 10:10:19 UTC MAIN commitmail json YAML

doc: Updated graphics/ilmbase to 2.2.1

(wiz)

2018-01-10 10:10:10 UTC MAIN commitmail json YAML

2018-01-10 10:07:27 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 1.7.4

(wiz)

2018-01-10 10:07:17 UTC MAIN commitmail json YAML

harfbuzz: update to 1.7.4.

harfbuzz: update to 1.7.4.

Overview of changes leading to 1.7.4
Wednesday, December 20, 2017
====================================

- Fix collect_glyphs() regression caused by hb_set_t changes.

Overview of changes leading to 1.7.3
Monday, December 18, 2017
====================================

- hb_set_t performance tuning and optimizations.
- Speed up collect_glyphs() and reject garbage data.
- In hb_coretext_font_create() set font point-size (ptem).
- Misc fixes.

Overview of changes leading to 1.7.2
Monday, December 4, 2017
====================================

- Optimize hb_set_add_range().
- Misc fixes.
- New API:
hb_coretext_font_create()

(wiz)

2018-01-10 10:04:44 UTC MAIN commitmail json YAML

doc: Updated net/gupnp-igd to 0.2.5

(wiz)

2018-01-10 10:04:35 UTC MAIN commitmail json YAML

gupnp-igd: update to 0.2.5.

*******************
* GUPnP IGD 0.2.5 *
*******************

- Update gtk-doc to newer version to fix build failures.

(wiz)

2018-01-10 10:02:01 UTC MAIN commitmail json YAML

doc: Updated x11/gtksourceview3 to 3.24.6

(wiz)

2018-01-10 10:01:52 UTC MAIN commitmail json YAML

gtksourceview3: update to 3.24.6.

News in 3.24.6
--------------
* New syntax highlighting definition file for: logcat.
* Improvements to the syntax highlighting of: Python and reStructuredText.
* Improvements to the Visual Studio builds.
* Translation updates.

(wiz)

2018-01-10 09:55:02 UTC MAIN commitmail json YAML

doc: Updated mail/gmime3 to 3.0.5

(wiz)

2018-01-10 09:54:53 UTC MAIN commitmail json YAML

2018-01-10 09:52:07 UTC MAIN commitmail json YAML

doc: Updated devel/global to 6.6.1

(wiz)

2018-01-10 09:51:57 UTC MAIN commitmail json YAML

global: update to 6.6.1.

Version 6.6.1 - December 16 2017

[FIXED BUG]
o gozilla: A critical vulnerability (CVE-2017-17531) was found in a unknown
  function of gozilla(1). It allows remote attackers to execute arbitrary
  code via a crafted URL. All gozilla(1) before GLOBAL-6.6.1 have the vulnerability.
  Now it is fixed.

- What is the unknown function?
Gozilla accepts a URL as an argument, and invokes a web browser with the URL.
Though it is undocumented, it is implied in the online manual as follows:

> BUGS
>        Gozilla can accept not only source files but also text files,
>        directories, HTML files and even URLs, because it is omnivorous.

Version 6.6 - December 12 2017

[CHANGES]
New facilities:
o gtags: Added support for glob patterns in langmap variable in gtags.conf(5).
  Now, you can treat source files without extension like ctags(1).
  (e.g. :langmap=Make\:.mak.mk([Mm]akefile):)

Changed:
o gozilla: Changed the default browser from 'mozilla' to 'firefox'.
o gtags.conf.in: Updated to adapt to the latest ctags(s).
  Removed: common-ctags-maps
  Updated: exuberant-ctags, universal-ctags

[INCOMPATIBLE CHANGES]
o universal-ctags.la: The --extra option in Exuberant-ctags is renamed
  to --extras (plural) in Universal-ctags for making consistent with
  --kinds-<LANG> and --fields.

[FIXED BUGS]
o gtags: (parser error) picked up a typedef name as both of definition
  and reference. Now it works.
Input:
[a.h]
typedef struct a A;

$ global -x A
A                  1 a.h              typedef struct a A;
$ global -x A -r
(global-6.5.7)
A                  1 a.h              typedef struct a A;
(global-6.6)
no output

o global: the -i option does not work correctly in some conditions.
  Now it works.
o global: didn't accept pattern as a string literal with the --from-here
  option, even if the --literal option was specified. Now, global(1)
  accepts pattern as a string literal with the --literal option.
o libdb: there was 4 Gbyte limitation on the system where `off_t' is 64 bits
  and `long' is 32 bits. Now it is eliminated.
o libparser: php parser was not reset state for each source file.
  So, it was producing unintelligible results. Now it is fixed.
o gozilla: with wrong argument caused segmentation violation.
$ gozilla -d
Segmentation fault: 11
  Now it displays usage.

(wiz)

2018-01-10 09:38:42 UTC MAIN commitmail json YAML

doc: Updated graphics/geeqie to 1.4

(wiz)

2018-01-10 09:38:32 UTC MAIN commitmail json YAML

geeqie: update to 1.4.

Geeqie 1.4
==========

- Improvement of GTK3 implementation
- Improved marks workflow
- Animate gifs (via context menu or key A)
- Compiles with gcc and clang
- Rectangular selections (activated by Alt-R)
- Folder bookmarks
- Search via geo position
- Thumbnail preview in dialogues
- Customisable tool bar
- Slideshow speed customisable while playing
- Many usability improvements
- Language updates
- Many small improvements
- Many bugfixes as usual

(wiz)

2018-01-10 09:16:30 UTC MAIN commitmail json YAML

doc: Updated devel/boehm-gc to 7.6.2

(wiz)

2018-01-10 09:16:21 UTC MAIN commitmail json YAML

boehm-gc: update to 7.6.2.

== [7.6.2] 2017-12-23 ==

* Add assertion that no hb_n_marks underflow occurs
* Add minimal testing of GC_MALLOC_[ATOMIC_]WORDS and GC_CONS (gctest)
* Add minimal testing of GC_set_bit (gctest)
* Add more cases to huge_test to cover sizes close to word-type maximum
* Add testing of new[]/delete[] (test_cpp)
* Adjust AO_HAVE_x check to match AO_fetch_and_add primitive variant used
* Adjust code indentation of calloc_explicitly_typed
* Align local_mark_stack in help_marker explicitly
* Allow custom TRACE_ENTRIES value
* Allow gctest and thread_leak_test with zero NTHREADS
* Avoid data race in finalized_count (gctest)
* Code refactoring of divide-by-HBLKSIZE occurrences
* Code refactoring of huge_test
* Code refactoring of tests/subthread_create regarding AO add primitive
* Compile thread_local_alloc only if multi-threaded build (Makefile.am)
* Delete preprocessor output on make clean (Makefile.direct)
* Disable implicit multi-threaded mode for Win32 to avoid LOCK crash
* Do not disable parallel mark for WRAP_MARK_SOME
* Do not enable mprotect-based incremental mode if unmapping is on (gctest)
* Do not install documentation if configure --disable-docs (new option)
* Do not use tkill (Android)
* Document base and size of objects allocated by finalized_malloc
* Document configure 'syntax error' issue in README
* Eliminate 'address of local variable returned' static analyzer warning
* Eliminate 'array vs singleton' code defect in typed_test (gctest)
* Eliminate 'assigned value never used' CSA warning in min_bytes_allocd
* Eliminate 'boolean result used in bitwise op' cppcheck false warning
* Eliminate 'C-style pointer casting' cppcheck style warnings in test
* Eliminate 'checking if unsigned variable is <0' cppcheck style warning
* Eliminate 'class member var with name also defined in parent' warning
* Eliminate 'comparison is always false' static analyzer warning in finalize
* Eliminate 'Condition 0==datastart always false' cppcheck warning (dyn_load)
* Eliminate 'condition is always true' cppcheck style warning
* Eliminate 'constructor with 1 argument is not explicit' cppcheck warning
* Eliminate 'CORD_*printf is never used' cppcheck style warnings (cordtest)
* Eliminate 'dereference of null' CSA false warning in array_mark_proc
* Eliminate 'function result not used' code defect in GC_mark_local
* Eliminate 'GC_collecting is set but never used' code defect (Win32)
* Eliminate 'GC_record_fault is never used' cppcheck style warning
* Eliminate 'integer shift by a negative amount' code defect in finalize
* Eliminate 'label not used' cppcheck false warnings in GC_mark_X
* Eliminate 'memory leak' code defect for scratch-allocated memory
* Eliminate 'memory leak' code defect in remove_specific
* Eliminate 'non-null arg compared to null' warning in toggleref_add (GCC)
* Eliminate 'non-reentrant function strtok called' cppcheck warning (POSIX)
* Eliminate 'possible integer underflow' code defect (cord-de)
* Eliminate 'potential overflow' static analyzer warning in test
* Eliminate 'printf format specifies type void*' GCC pedantic warnings
* Eliminate 'scope of variable can be reduced' cppcheck warnings
* Eliminate 'suspicious pointer subtraction' cppcheck warning (gc_cpp)
* Eliminate 'this statement may fall through' GCC warnings
* Eliminate 'unnecessary comparison of static strings' cppcheck warning
* Eliminate 'unsafe vsprintf is deprecated' compiler warning
* Eliminate 'unused formal parameter' compiler warnings in C++ code (MS VC)
* Eliminate 'unused variable' compiler warning in remove_all_threads_but_me
* Eliminate 'use of vulnerable sprintf' code defect in de_win test (cord)
* Eliminate 'value exceeds maximum object size' GCC warning in huge_test
* Eliminate 'value of CLOCK_TYPE unknown' cppcheck info message
* Eliminate 'value of DATASTART2 unknown' cppcheck info messages
* Eliminate 'value of GC_PTHREAD_EXIT_ATTRIBUTE unknown' cppcheck messages
* Eliminate 'value of GC_RETURN_ADDR_PARENT unknown' cppcheck info messages
* Eliminate 'value of NEED_FIXUP_POINTER unknown' cppcheck info messages
* Eliminate 'write to memory that was const-qualified' code analyzer warning
* Eliminate all 'scope of variable can be reduced' cppcheck style warnings
* Eliminate CSA warning about incorrect cast applied to HBLK_OBJS
* Eliminate CSA warning about narrowing cast in CleanUp of test_cpp
* Eliminate CSA warning of non-virtual destructor in test_cpp base class
* Eliminate CSA warning of staticroot that can be a local variable (tests)
* Eliminate CSA warning of unmodified non-const static var (disclaim_test)
* Eliminate redundant local variable in register_finalizer
* Eliminate TSan (Thread Sanitizer) warnings in gctest
* Eliminate UBSan warning of overflow during descr subtraction in mark_from
* Eliminate unreachable PROC/DEFAULT_VDB GC_printf calls in gctest main()
* Eliminate unsigned fl_builder_count underflow in mark_thread
* Enable GC_is_tmp_root for all platforms
* Execute more single-threaded GC tests by CMake
* Expand tabs to spaces in de_win.rc (tests)
* Export GC_dump_finalization/regions()
* Export GC_is_tmp_root() and GC_print_trace[_inner]()
* Export GC_print_free_list()
* Fix '32-bit value shift followed by expansion to 64-bit' code defect
* Fix 'GC_written_pages never read' code defect (GWW_VDB)
* Fix 'label cannot be reached' static analyzer warning in disclaim_test
* Fix 'size of tv is unknown' error in brief_async_signal_safe_sleep (musl)
* Fix 'syntax error' reported by cppcheck for mach_dep
* Fix 'unknown type name GC_INNER' compilation error (FreeBSD)
* Fix 'variable assigned a value that is never used' cppcheck style warnings
* Fix 'void pointers in calculations: behavior undefined' cppcheck warning
* Fix assertion violation about disabled cancel in try_to_collect_inner
* Fix atomic_ops build in Makefile.direct for Solaris
* Fix Clang static analyzer warning about not found gc_priv.h in extra files
* Fix compilation error in get_main_stack_base (Emscripten)
* Fix compilation for winpthreads if HANDLE_FORK
* Fix compilation if configured with --enable-werror on OS X
* Fix cord/de build in Makefile.direct (Linux)
* Fix data race in a list referenced by A.aa (gctest)
* Fix data race in collectable_count (gctest)
* Fix data race in do_local_mark when comparing active_count to helper_count
* Fix data race in GC_suspend/resume_thread
* Fix data race in last_stop_count access (suspend_handler_inner)
* Fix data race in make_descriptor when setting explicit_typing_initialized
* Fix data race in mark_thread when updating mark_no
* Fix data race when getting object size in explicitly-typed allocators
* Fix deadlock in GC_suspend_thread
* Fix gctest failure for Darwin if CPPCHECK is defined
* Fix lack of barriers to synchronize memory for suspend_handler
* Fix marking of disclaim-reachable objects in the incremental mode
* Fix message of VDB implementation used if MPROTECT_VDB+GWW_VDB (gctest)
* Fix missing started_thread_while_stopped call from mark_some if GCC/Clang
* Fix null dereference in GC_stack_range_for if not DARWIN_DONT_PARSE_STACK
* Fix page calculation in checksums
* Fix parallel build in Makefile.direct
* Fix test_cpp and c++ parallel build in Makefile.direct
* Fix typo in comment of GC_mark_some
* Fix typos in cdescr.html and README.sgi
* Make GC_INIT optional for clients even if thread-local allocations enabled
* Match uclinux pattern in configure
* Move conditional GC_need_to_lock setting to gc_locks.h (refactoring)
* Move README.QUICK from DOC_FILES to OTHER_FILES in Makefile.direct
* New API function (GC_is_init_called) to check if BDWGC is initialized
* New target (check-cpp) in Makefile.direct
* Prevent abort in register_data_segments for Symbian and Emscripten
* Prevent multiple 'Caught ACCESS_VIOLATION in marker' per collection
* Print realloc_count value in gctest
* Put invariant name in quotes to make mark_state comments clearer
* Refine configure messages when checking for compiler option support
* Remove extraneous semicolons after AC_MSG_WARN (configure)
* Remove page_was_dirty and remove_protection duplicate definitions
* Remove unnecessary type casts of printf arguments to unsigned long
* Remove unused ALIGN_DOUBLE, USE_GENERIC_PUSH_REGS macros (TILE-Gx/Pro)
* Rename 'test' to 'check' target in Makefile.direct
* Replace deprecated rewind to fseek in cordxtra
* Report gcc/clang pedantic warnings (configure)
* Skip thread suspend/resume API testing for Tru64 (OSF1)
* Support AddressSanitizer (Clang/GCC) and MemorySanitizer (Clang)
* Support GC_init (and get_stack_base) from non-main thread on FreeBSD/NetBSD
* Suppress 'tainted string passed to vulnerable operation' false defects
* Suppress 'taking address of label non-standard' GCC/Clang pedantic warning
* Test GC initialization from non-main thread on FreeBSD and NetBSD
* Test GCJ object creation with length-based descriptor (gctest)
* Update comment in finalized_disclaim to match FINALIZER_CLOSURE_FLAG
* Update README regarding make cords with Makefile.direct
* Update README to use autogen.sh on build from the source repository
* Update shared libraries version info to differentiate against v7.4
* Use mprotect instead of mmap in GC_unmap() on Cygwin
* Use same style of include gc.h in documentation
* Workaround '!GC_page_size is always false' cppcheck style warning
* Workaround '#error' cppcheck error messages
* Workaround '32-bit value shift by >31 bits is undefined' cppcheck warnings
* Workaround 'array compared to 0', 'untrusted loop bound' false defects
* Workaround 'bad address arithmetic' static analysis tool false positive
* Workaround 'checking if unsigned value is negative' cppcheck warning
* Workaround 'checking unsigned value is negative' code defect in mark_from
* Workaround 'comparison of identical expressions' false code defects
* Workaround 'Condition 0!=GETENV() is always false' cppcheck style warnings
* Workaround 'condition is always false' cppcheck warning in get_next_stack
* Workaround 'condition is always true' cppcheck style warnings in GC_init
* Workaround 'function is never used' cppcheck style warnings
* Workaround 'insecure libc pseudo-random number generator used' code defect
* Workaround 'int shift by negative amount' false code defect in finalize
* Workaround 'local variable size too big' static analyzer warning
* Workaround 'memory leak: result' cppcheck false error (POSIX)
* Workaround 'null pointer dereference' false positive in push_next_marked
* Workaround 'obsolescent bcopy, bzero called' cppcheck warnings (POSIX)
* Workaround 'obsolescent usleep called' cppcheck warning (POSIX)
* Workaround 'obsolete function alloca() called' cppcheck warnings
* Workaround 'passing untyped NULL to variadic function' cppcheck warning
* Workaround 'pointer used before comparison to null' code defect (pthread)
* Workaround 'possible null pointer dereference' cppcheck warnings
* Workaround 'potential multiplication overflow' code defect in de_win (cord)
* Workaround 'redundant assignment of *result to itself' cppcheck warning
* Workaround 'resource leak' false positives in alloc_MS, bl/envfile_init
* Workaround 'same expression on both sides of ==' cppcheck style warning
* Workaround 'same expression on both sides of OR' cppcheck style warning
* Workaround 'struct member is never used' cppcheck style warnings
* Workaround 'tainted int used as loop bound' static analysis tool warning
* Workaround 'Uninitialized variable' cppcheck errors
* Workaround 'unused variable' cppcheck style warnings
* Workaround 'va_list used before va_start' cppcheck error in cord
* Workaround 'value of macro unknown' cppcheck info messages
* Workaround 'value of REDIRECT_MALLOC/FREE unknown' cppcheck info messages
* Workaround 'value of SIGBUS unknown' cppcheck info messages
* Workaround 'value of WINAPI unknown' cppcheck info messages
* Workaround 'variable hides enumerator with same name' cppcheck warnings
* Workaround 'variable reassigned before old value used' cppcheck warnings
* Workaround 'waiting while holding lock' code defect in stop_world (Unix)
* Workaround false 'uninitialized var use' code defect (initsecondarythread)
Also, includes 7.4.6 changes

(wiz)

2018-01-10 09:14:03 UTC MAIN commitmail json YAML

doc: Updated graphics/adwaita-icon-theme to 3.26.1

(wiz)

2018-01-10 09:13:49 UTC MAIN commitmail json YAML

adwaita-icon-theme: update to 3.26.1.

3.26.1
  - fix scalability issues with 256/512 size (bug #785574)
  - audio-volume-* pixel alignment

(wiz)

2018-01-10 09:02:46 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Text-Xslate to 3.5.6

(wiz)

2018-01-10 09:02:38 UTC MAIN commitmail json YAML

p5-Text-Xslate: update to 3.5.6.

v3.5.6 2018-01-08T06:39:38Z
    - Fix build on perl 5.8.8 (wyoung #192, #193)

(wiz)

2018-01-10 09:01:05 UTC MAIN commitmail json YAML

doc: Updated www/p5-URI to 1.73

(wiz)

2018-01-10 09:00:57 UTC MAIN commitmail json YAML

p5-URI: update to 1.73.

1.73      2018-01-09 06:42:51Z
    - Update documentation for URI::_punycode (GH Issue #45)

(wiz)

2018-01-10 09:00:01 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.60

(wiz)

2018-01-10 08:59:52 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.60.

7.60  2018-01-02
  - Deprecated use of Mojo::Promise::all and Mojo::Promise::race as instance
    methods.
  - Improved all and race methods in Mojo::Promise to be able to handle
    arbitrary then-ables.
  - Improved number detection in Mojo::JSON with a workaround for an upcoming
    breaking change in Perl 5.28. (haarg)
  - Improved HTML Living Standard compliance of Mojo::DOM::HTML.
  - Fixed a bug in Mojo::Base that prevented composition of multiple roles.
    (aferreira, batman)
  - Fixed a bug in Mojolicious::Static where text files from DATA sections would
    not be UTF-8 encoded. (Grinnz)

(wiz)

2018-01-10 08:57:44 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Encode to 2.94

(wiz)

2018-01-10 08:57:35 UTC MAIN commitmail json YAML

p5-Encode: update to 2.94.

$Revision: 2.94 $ $Date: 2018/01/09 05:53:00 $
! lib/Encode/Alias.pm
  Fixed: deep recursion in Encode::find_encoding when decoding
  bad MIME header
  https://github.com/dankogai/p5-encode/pull/127
! Encode.pm
  Pulled: Include more information about Encode::is_utf8() that it
  should not be normally used
  https://github.com/dankogai/p5-encode/pull/126
  Pulled: Remove misleading documentation about UTF8 flag
  https://github.com/dankogai/p5-encode/pull/125

(wiz)

2018-01-10 08:56:24 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-GitHub to 0.93

(wiz)

2018-01-10 08:56:16 UTC MAIN commitmail json YAML

p5-Net-GitHub: update to 0.93.

0.93    2018-01-06
        - no code changes

0.92_01    2018-01-05
        - fix accept_version

(wiz)

2018-01-10 08:54:24 UTC MAIN commitmail json YAML

doc: Updated math/p5-Spreadsheet-Read to 0.76

(wiz)

2018-01-10 08:54:15 UTC MAIN commitmail json YAML

p5-Spreadsheet-Read: update to 0.76.

0.76 - 01 Jan 2018, H.Merijn Brand
    * Allow streaming in xlscat
    * Add --dump to xlscat
    * Add error for opening ODS/SXC from reference
    * It's 2018

(wiz)

2018-01-10 08:53:07 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Set-Object to 1.39

(wiz)

2018-01-10 08:52:58 UTC MAIN commitmail json YAML

p5-Set-Object: update to 1.39.

1.39, 2018-01-08

Skip installing Changes.pod (PR #5, kentfredric)

(wiz)

2018-01-10 08:50:59 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MetaCPAN-Client to 2.022000

(wiz)

2018-01-10 08:50:51 UTC MAIN commitmail json YAML

p5-MetaCPAN-Client: update to 2.022000.

2.022000    3.1.18
            * Allow user-defined target classes in ResultSet (Kent Fredric, Sawyer)
            * Added test for reverse dependencies (Sawyer)
            * Switched ref() checks to Ref::Util::is_ref (Mickey)

(wiz)

2018-01-10 08:46:41 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Class-Base to 0.09

(wiz)

2018-01-10 08:46:33 UTC MAIN commitmail json YAML

p5-Class-Base: update to 0.09.

0.09 2018-01-04
  [ DOCUMENTATION ]
    - Fix pod typo. (GH#4, knowledgejunkie)

  [ ENHANCEMENTS ]
    - clone method now deep clone.
    - a few minor refactorings.

  [ STATISTICS ]
    - code churn: 9 files changed, 139 insertions(+), 137 deletions(-)

(wiz)

2018-01-10 08:43:03 UTC MAIN commitmail json YAML

doc: Updated databases/p5-SQL-Translator to 0.11024

(wiz)

2018-01-10 08:42:53 UTC MAIN commitmail json YAML

p5-SQL-Translator: update to 0.11024.

0.11024 2018-01-09

* Remove temporary diagnostics added in 0.11023_01

0.11023_02 2017-12-08

* Make maybe_plan skip on unrecognised failures to load modules

0.11023_01 2017-12-07

* Add diagnostics to t/postgresql-rename-table-and-field.t that's
  failing mysteriously on some smokers

(wiz)

2018-01-09 15:35:45 UTC MAIN commitmail json YAML

doc/TODO:

add some + calibre-3.15.0, libgee-0.20.0, miller-5.3.0, picocom-3.0,
  py-tornado-4.5.3, wine-2.0.4.

(wiz)

2018-01-09 15:13:33 UTC MAIN commitmail json YAML

doc: Updated net/tor to 0.3.2.9

(wiz)

2018-01-09 15:13:25 UTC MAIN commitmail json YAML

tor: update to 0.3.2.9.

  Tor 0.3.2.9 is the first stable release in the 0.3.2 series.

  The 0.3.2 series includes our long-anticipated new onion service
  design, with numerous security features. (For more information, see
  our blog post at https://blog.torproject.org/fall-harvest.) We also
  have a new circuit scheduler algorithm for improved performance on
  relays everywhere (see https://blog.torproject.org/kist-and-tell),
  along with many smaller features and bugfixes.

(wiz)

2018-01-09 12:19:49 UTC MAIN commitmail json YAML

py-django-tastypie: Fix python-digest dependency.

Bump PKGREVISION.

(wiz)

2018-01-09 12:17:55 UTC MAIN commitmail json YAML

versioned_dependencies: remove ephem support, ephem3 was removed

(wiz)

2018-01-09 10:22:47 UTC MAIN commitmail json YAML

p5-GnuPG-Interface: Add comment about gnupg2 support patch.

(wiz)

2018-01-09 06:31:13 UTC MAIN commitmail json YAML

doc: Updated net/p5-WebService-MusicBrainz to 1.0.3

(wiz)

2018-01-09 06:31:05 UTC MAIN commitmail json YAML

p5-WebService-MusicBrainz: update to 1.0.3.

1.0.3 Sunday December 17th 2017
- Added support to query for a discid (nguillaumin)

(wiz)

2018-01-08 11:30:13 UTC MAIN commitmail json YAML

doc: Updated lang/guile22 to 2.2.3nb1

(wiz)

2018-01-08 10:39:45 UTC MAIN commitmail json YAML

2018-01-07 18:19:23 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.7.21, geeqie-1.4, gmime3-3.0.5, gnumeric112-1.12.38,
  goffice0.10-0.10.38, gtk-doc-1.27, gtksourceview3-3.24.6,
  libfilezilla-0.11.2, libmspub-0.1.3, librsvg-2.40.20, musicpd-0.20.15,
  py-Unidecode-1.0.22, py-borg-1.1.4, py-numpy-1.14.0,
  py-setuptools-38.4.0, unixodbc-2.3.5, vala-0.38.4, vim-8.0.1428,
  vim-share-8.0.1428.

(wiz)

2018-01-07 18:14:16 UTC MAIN commitmail json YAML

doc/CHANGES-2018: mention {py-,}bdb-xml removal

(wiz)

2018-01-07 18:13:35 UTC MAIN commitmail json YAML

2018-01-03 07:51:31 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Perl-Tidy to 20180101

(wiz)

2018-01-03 07:51:23 UTC MAIN commitmail json YAML

p5-Perl-Tidy: update to 20180101.

  2018 01 01
      - Added new flag -wn (--weld-nested-containers) which addresses these issues:
        RT #123749: Problem with promises;
        RT #119970: opening token stacking strange behavior;
        RT #81853: Can't stack block braces

      - Fixed RT #114359: Missparsing of "print $x ** 0.5;

      - Deactivated the --check-syntax flag for better security.  It will be
        ignored if set.

      - Corrected minimum perl version from 5.004 to 5.008 based on perlver
        report.  The change is required for coding involving wide characters.

      - For certain severe errors, the source file will be copied directly to the
        output without formatting. These include ending in a quote, ending in a
        here doc, and encountering an unidentified character.

(wiz)

2018-01-03 07:50:21 UTC MAIN commitmail json YAML

doc: Updated www/p5-Plack to 1.0045

(wiz)

2018-01-03 07:50:14 UTC MAIN commitmail json YAML

p5-Plack: update to 1.0045.

1.0045  2017-12-31 12:40:52 PST
    [BUG FIXES]
        - Protect WrapCGI against SIGCHLD handlers #596

    [IMPROVEMENTS]
        - Set Content-Length to 0 in XSendfile middleware #602
        - Document options for XSendfile middleware
        - Remove #foo file for testing that was causing issues on Win32 systems #599
        - Add 103 Early Hints to Plack::Handler::CGI

(wiz)

2018-01-03 07:48:28 UTC MAIN commitmail json YAML

doc: Updated time/p5-Time-HiRes to 1.9751

(wiz)

2018-01-03 07:48:19 UTC MAIN commitmail json YAML

p5-Time-HiRes: update to 1.9751.

1.9751 [2018-01-02]
- in macOS/OSX/Darwin, use __has_builtin() check also for utimensat(),
  can cause errors like
  "HiRes.xs:1474:16: error: unrecognized platform name macOS"
  [rt.cpan.org #123994]
  (oversight from 1.9749)
- do not define TIME_HIRES_STAT/d_hires_stat if none was found, instead
  of defining it to be zero, which case has no implementation in hrstatns()
  (thanks to Nigel Horne)
- in t/utime.t try to divine if the filesystem of the tempfiles has been
  mounted with the 'noatime' option, which can prohibit updating the
  access time timestamp.  Also document this in HiRes.pm.
  (thanks to Nigel Horne, original analysis by Slaven Rezic)
- synchronize the constant lists in HiRes.pm:@EXPORT_OK
  and Makefile.PL:doConstants and regenerate fallback/const-c.inc
  and fallback/const-xs.inc, this fixes Perl 5.6.2 issue with
  d_futimens not allegedly being a valid macro in t/utime.t
  (using Perl 5.26.1 for the regenerating, not 5.6.2)
  (thanks to Nigel Horne)
- in t/utime.t define a nop sub done_testing for ancient Perls
  (like Perl 5.6.2)
- in Perl 5.6.2 a bogus warning
  "Use of uninitialized value in subroutine entry"
  is issued from t/alarm.t: add a comment documenting that

(wiz)

2018-01-02 10:37:41 UTC MAIN commitmail json YAML

doc: Updated devel/kbuild to 0.1.9998.8.r3127

(wiz)

2018-01-02 10:37:29 UTC MAIN commitmail json YAML

2018-01-01 10:28:50 UTC MAIN commitmail json YAML

2018-01-01 10:28:15 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 0.14.42

(wiz)

2018-01-01 10:28:05 UTC MAIN commitmail json YAML

syncthing: update to 0.14.42.

Bugfixes:

    #4353: Symlinks as folder root broken on Windows
    #4475: Discovering new files in a deleted directory does not resurrect the directory
    #4561: "Panic: interface conversion: *errors.errorString is not net.Error" after restart

Enhancements:

    #2299: Auto-accept shared folders from trusted devices
    #4406: Empty directories in .stversions should be removed
    #4476: Human readable errors on attempted deletion of non-empty directory
    #4542: Support OneDrive folders on recent Windows 10
    #4543: Add confirmation on Remove Folder / Device button

(wiz)

2018-01-01 10:23:47 UTC MAIN commitmail json YAML

doc: mention apache22 removal

(wiz)

2018-01-01 10:23:09 UTC MAIN commitmail json YAML

2017-12-31 14:35:57 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.7.18, ilmbase-2.2.1, mpfr-4.0.0, py-lz4-0.17.0,
  vim-8.0.1427, waf-2.0.4.

(wiz)

2017-12-31 13:45:05 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime to 1.4500

(wiz)

2017-12-31 13:44:56 UTC MAIN commitmail json YAML

p5-DateTime: update to 1.4500.

1.45    2017-12-26

- Added month_length(), quarter_length() and year_length()
  methods. Implemented by Dan Stewart. PR #70.

(wiz)

2017-12-31 13:41:24 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-XML-Compile to 1.59

(wiz)

2017-12-31 13:41:15 UTC MAIN commitmail json YAML

p5-XML-Compile: update to 1.59.

version 1.59: Thu 28 Dec 11:29:27 CET 2017

Improvements:
- remove json regression tests from t/ into xt/, because those
  modules keep on breaking... [cpantesters]

(wiz)

2017-12-31 13:39:26 UTC MAIN commitmail json YAML

doc: Updated sysutils/p5-File-Copy-Recursive to 0.39

(wiz)

2017-12-31 13:39:16 UTC MAIN commitmail json YAML

p5-File-Copy-Recursive: update to 0.39.

Add build and run-time dependencies.

0.39 Fri Dec 29 13:26:12 2017
    - tidy code
    - Change into directory before emptying it
    - Stop emptying/removing a path if it is changed out from underneath us
    - pathrm() fixes
    - Actual unit tests!

(wiz)

2017-12-31 13:38:32 UTC MAIN commitmail json YAML

doc: Added devel/p5-Path-Iter version 0.2

(wiz)

2017-12-31 13:38:18 UTC MAIN commitmail json YAML

devel/Makefile: + p5-Path-Iter

(wiz)

2017-12-31 13:37:29 UTC MAIN commitmail json YAML

devel/p5-Path-Iter: import p5-Path-Iter-0.2

Perl module to iterate through the contents of a given path without
having to build the entire list first.

(wiz)

2017-12-31 13:32:04 UTC MAIN commitmail json YAML

doc: Updated net/p5-SOAP-Lite to 1.26

(wiz)

2017-12-31 13:31:55 UTC MAIN commitmail json YAML

p5-SOAP-Lite: update to 1.26.

1.26 December 30, 2017
    ! typo fix https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-lite-perl.git/tree/debian/patches/spelling-error.patch

1.25 December 29, 2017
    ! Bad usage of UNIVERSAL::isa (See RT#62667)

(wiz)

2017-12-31 13:30:39 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-ClassAPI to 1.07

(wiz)

2017-12-31 13:30:29 UTC MAIN commitmail json YAML

p5-Test-ClassAPI: update to 1.07.

1.07      2017-12-28 23:44:29Z
        - switch packaging to Dist::Zilla, which makes the distribution
          installable again on perl 5.27.7  (See RT#123867)

(wiz)

2017-12-31 13:29:34 UTC MAIN commitmail json YAML

doc: Updated devel/p5-B-Keywords to 1.16

(wiz)

2017-12-31 13:29:25 UTC MAIN commitmail json YAML

p5-B-Keywords: update to 1.16.

1.16 Thu Dec 28 2017 rurban
  - Added 5.27.7 changes, RT #123948
  - Added cperl class keywords
  - Added keywords per version back to 5.004

(wiz)

2017-12-31 13:28:54 UTC MAIN commitmail json YAML

doc: Updated databases/p5-DBI to 1.639

(wiz)

2017-12-31 13:28:44 UTC MAIN commitmail json YAML

p5-DBI: update to 1.639.

Changes in DBI 1.638 - ...

    Fix UTF-8 support for warn/croak calls within DBI internals,
        thanks to pali #53
    Fix dependency on Storable for perl older than 5.8.9,
        thanks to H.Merijn Brand.

    Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine,
        thanks to Jens Rehsack #42

    Corrected missing semicolon in example in documentation,
        thanks to pali #55

(wiz)

2017-12-31 13:22:56 UTC MAIN commitmail json YAML

doc: Updated mail/postsrsd to 1.4nb1

(wiz)

2017-12-31 13:22:47 UTC MAIN commitmail json YAML

postsrsd: install man page.

This incurs a build dependency on help2man.

Bump PKGREVISION.

(wiz)

2017-12-30 15:17:52 UTC MAIN commitmail json YAML

doc: Updated www/p5-libwww to 6.31

(wiz)

2017-12-30 15:17:39 UTC MAIN commitmail json YAML

p5-libwww: update to 6.31.

6.31      2017-12-11 01:55:53Z
    - fix version numbering (RT#123841)

6.30      2017-12-07
    - Use tr/// instead of s/// where appropriate (Ville Skyttè¾°) (GH #265)
    - Use parent -norequire instead of base to not look for external
      dependencies (Fabian Zeindler) (GH #259)
    - Fix run_handlers to allow assigning to the request / response (Gianni
      Ceccarelli) (GH #274)

(wiz)

2017-12-30 15:14:47 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.59

(wiz)

2017-12-30 15:14:37 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.59.

7.59  2017-12-15
  - Moved home and ua attributes from Mojo to Mojolicious.
  - Changed Mojo::IOLoop::Client to only start a thread pool with
    Net::DNS::Native on demand. (Grinnz)
  - Improved subprocess method in Mojo::IOLoop to allow for easier role
    composition.
  - Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger)

(wiz)

2017-12-30 15:13:21 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTTP-Message to 6.14

(wiz)

2017-12-30 15:13:11 UTC MAIN commitmail json YAML

p5-HTTP-Message: update to 6.14.

6.14      2017-12-20 22:28:48Z
    - Add some useful examples in HTTP::Request (GH #92) (Chase Whitener).
      Batch requests are now explained.
    - PUT and PATCH docs updated (GH #84) (saturdaywalkers)
    - Trim trailing \r from status line so message() doesn't return it (GH #87) (Felipe Gasper)
    - Bring test coverage of HTTP::Config to 100% (GH #85) (Pete Houston)
    - Add 103 Early Hints to HTTP::Status (GH #94) (Tatsuhiko Miyagawa)

(wiz)

2017-12-30 15:06:58 UTC MAIN commitmail json YAML

doc: Updated time/p5-Time-Piece to 1.3203

(wiz)

2017-12-30 15:06:49 UTC MAIN commitmail json YAML

p5-Time-Piece: update to 1.3203.

1.3203  2017-12-12
        - Fix copy constructor erroneous parent modification (Thanks Grinnz!)
        - Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!)
        - Switch to XSLoader

(wiz)

2017-12-30 15:06:18 UTC MAIN commitmail json YAML

doc: Updated time/p5-Time-HiRes to 1.9750

(wiz)

2017-12-30 15:06:09 UTC MAIN commitmail json YAML

p5-Time-HiRes: update to 1.9750.

1.9750 [2017-12-22]
- update META.yml and META.json for XSLoader instead of DynaLoader
  [rt.cpan.org #123933]

1.9749 [2017-12-21]
- CPAN release
- Quieten Time-HiRes test noise: blead 0f009486
- Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
- disable a flapping test for CI: blead cd2a978d
- Avoid newGVgen in blead-upstream modules: blead 732d3893
- Declaration after statement in typemap: blead d269f586
- semicolon-friendly diagnostic control: blead 7347ee54
- in macOS (OS X) check properly in runtime whether futimens()
  and utimensat() are available

1.9748 [2017-12-16]
- bleadperl only
- semicolon-friendly diagnostic control: blead 7347ee54

1.9747 [2017-09-13]
- bleadperl only
- Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]

(wiz)

2017-12-30 15:04:50 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-Format-Strptime to 1.7500

(wiz)

2017-12-30 15:04:41 UTC MAIN commitmail json YAML

p5-DateTime-Format-Strptime: update to 1.7500.

1.75    2017-12-24

- Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19.

(wiz)

2017-12-30 15:03:52 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-podlators to 4.10

(wiz)

2017-12-30 15:03:43 UTC MAIN commitmail json YAML

p5-podlators: update to 4.10.

podlators 4.10 (2017-12-25)

    [Pod::Man] Change man page references and function names to bold
    instead of italic, following the current Linux man page standard.  The
    previous formatting was taken from Solaris, and it seems safe to say
    that the Linux man page formatting conventions are now much more
    widely followed than Solaris's.  Patch from Guillem Jover.

    [Pod::Man] Revert the .IX handling code to the earlier version from
    Bjarni Ingi Gislason but add the trailing backslashes that should
    hopefully avoid blank page issues on HP-UX.  This fixes a warning
    regression when man is run with warnings enabled.  (Debian Bug#847972)

    [Pod::Man] Wrap the output file descriptor in a glob before passing it
    to PerlIO::get_layers so that the layer check works properly.
    Previously, this code would throw a warning if given a scalar not
    wrapped in a glob and not detect layers properly.  Patch from Zefram.
    (#122521)

    Produce a proper diagnostic when given empty input on standard input
    with no other arguments to pod2man or pod2text.  Reported by Guillem
    Jover.

(wiz)

2017-12-30 15:02:52 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-ack to 2.22

(wiz)

2017-12-30 15:02:43 UTC MAIN commitmail json YAML

p5-ack: update to 2.22.

2.22    Fri Dec 22 16:42:43 CST 2017
====================================
No changes since 2.21_01.

2.21_01 Mon Dec 18 23:40:45 CST 2017
====================================
[FIXES]
Avoid a fatal error that sometimes happened if a file was unreadable.
(GH#520)

[ENHANCEMENTS]
Added support for the Kotlin language.

Sped up file type detection for certain files.

2.20    Sun Dec 10 21:54:55 CST 2017
====================================
No changes since 2.19_01.

2.19_01 Thu Dec  7 23:35:53 CST 2017
====================================
[FIXES]
Changed a construction in the docs that Ubuntu flagged as a misspelling.

[ENHANCEMENTS]
When using submodules, the .git directory will be a file.  Make ack
ignore this by default.  Thanks, Michele Campeotto. (GH#653)

[INTERNALS]
Replaced all the test data for the test suite with public domain documents.

(wiz)

2017-12-30 14:59:14 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-YAML-LibYAML to 0.69

(wiz)

2017-12-30 14:59:04 UTC MAIN commitmail json YAML

p5-YAML-LibYAML: update to 0.69.

0.69 Tue Dec 26 18:37:25 CET 2017
- Security fix Add $LoadBlessed option to turn on/off loading objects
  PR#73 PR#74 TINITA++

0.68 Mon Dec 18 20:01:05 CET 2017
- Fix regex roundtrip (fixes issue#69) PR#70 (TINITA++)
- Fix loading of many regexes (fixes issue#64) PR#71 (TINITA++)

(wiz)

2017-12-30 14:56:49 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-XML-LibXML-Simple to 0.99

(wiz)

2017-12-30 14:56:40 UTC MAIN commitmail json YAML

p5-XML-LibXML-Simple: update to 0.99.

version 0.99: Mon 11 Dec 12:53:14 CET 2017

Changes:
- support SuppressEmpty.

Improvements:
- typo
  rt.cpan.org#123618 [Gregor Herrmann, Debian]

(wiz)

2017-12-30 14:56:02 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Text-Xslate to 3.5.4

(wiz)

2017-12-30 14:55:52 UTC MAIN commitmail json YAML

p5-Text-Xslate: update to 3.5.4.

v3.5.4 2017-12-19T14:06:41Z
    - Guarantee that test cleans up after itself (jkeenan #189)

(wiz)

2017-12-30 14:52:18 UTC MAIN commitmail json YAML

doc: Updated security/p5-Digest-SHA3 to 1.03

(wiz)

2017-12-30 14:52:09 UTC MAIN commitmail json YAML

p5-Digest-SHA3: update to 1.03.

1.03  Mon Dec 25 00:08:10 MST 2017
- added "--ignore-missing" and "--strict" options to sha3sum
-- consistent with GNU coreutils
-- ref. rt.cpan.org #123897

1.02  Fri Dec  8 22:44:46 MST 2017
- added "tag" option (BSD-style checksums) to sha3sum
-- consistent with GNU sha1sum, sha224sum, etc.
-- thanks to Christopher Tubbs for suggestion
- modified SHA3.pm to use XSLoader
-- falls back to DynaLoader if necessary

(wiz)

2017-12-30 14:51:41 UTC MAIN commitmail json YAML

doc: Updated security/p5-Digest-SHA to 6.01

(wiz)

2017-12-30 14:51:31 UTC MAIN commitmail json YAML

p5-Digest-SHA: update to 6.01.

6.01  Mon Dec 25 00:08:08 MST 2017
- added "--ignore-missing" and "--strict" options to shasum
-- consistent with GNU coreutils
-- ref. rt.cpan.org #123897
- removed PERL_CORE preambles from test scripts
-- preambles no longer needed for core testing
-- thanks to Chris Williams for patch
-- ref. rt.cpan.org #123863

6.00  Fri Dec  8 22:44:44 MST 2017
- added "tag" option (BSD-style checksums) to shasum
-- consistent with GNU sha1sum, sha224sum, etc.
-- thanks to Christopher Tubbs for suggestion
- modified SHA.pm to use XSLoader
-- falls back to DynaLoader if necessary
- decoupled Digest::SHA and Digest::SHA::PurePerl
-- scripts/tests in each module now fully independent
-- Digest::SHA::PurePerl to be phased out eventually
-- past versions will remain available

(wiz)

2017-12-30 14:50:55 UTC MAIN commitmail json YAML

doc: Updated security/p5-CryptX to 0.056

(wiz)

2017-12-30 14:50:46 UTC MAIN commitmail json YAML

p5-CryptX: update to 0.056.

0.056  2017-12-22
        - new Crypt::Stream::Rabbit

(wiz)

2017-12-30 14:49:33 UTC MAIN commitmail json YAML

doc: Updated net/p5-Zabbix-Sender to 0.07

(wiz)

2017-12-30 14:49:24 UTC MAIN commitmail json YAML

p5-Zabbix-Sender: update to 0.07.

0.07    2017-12-23
        Use Moo and Type::Tiny.

(wiz)

2017-12-30 14:46:00 UTC MAIN commitmail json YAML

doc: Updated net/p5-SOAP-Lite to 1.24

(wiz)

2017-12-30 14:45:50 UTC MAIN commitmail json YAML

p5-SOAP-Lite: update to 1.24.

1.24 December 19, 2017
    + Consistent Versioning https://github.com/redhotpenguin/soaplite/pull/24
    ! Remove is_utf8() check from 78588

1.23 December 18, 2017
    ! RT #78588 unicode data not correct encoded

(wiz)

2017-12-30 14:44:37 UTC MAIN commitmail json YAML

doc: Updated net/p5-SNMP-Info to 3.39

(wiz)

2017-12-30 14:44:28 UTC MAIN commitmail json YAML

p5-SNMP-Info: update to 3.39.

version 3.39 (2017-12-17)

  [ENHANCEMENTS]

  * #236 Enhanced Ubiquiti device support (L. Begnaud)
  * add HP J9774A model (H. Teulahti)

  [BUG FIXES]

  * fix scripts (F. Mass)
  * fix CiscoASA typos (laelly)

(wiz)

2017-12-30 14:39:57 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-GitHub to 0.91

(wiz)

2017-12-30 14:39:48 UTC MAIN commitmail json YAML

p5-Net-GitHub: update to 0.91.

0.91    2017-12-11
        - methods to the Orgs class to list outside collaborators and team maintainers (grantm)

(wiz)

2017-12-30 14:39:11 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-DNS-Resolver-Mock to 1.20171219

(wiz)

2017-12-30 14:39:02 UTC MAIN commitmail json YAML

p5-Net-DNS-Resolver-Mock: update to 1.20171219.

Changes not found.

(wiz)

2017-12-30 14:37:57 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-DNS to 1.14

(wiz)

2017-12-30 14:37:48 UTC MAIN commitmail json YAML

p5-Net-DNS: update to 1.14.

**** 1.14 Dec 15, 2017

Fix rt.cpan.org #123702

'use base' should not be used in packages with several
subpackages defined

Fix rt.cpan.org #123676

Net::DNS::Nameserver malformed message on big axfr

(wiz)

2017-12-30 14:35:30 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-GMP to 2.16

(wiz)

2017-12-30 14:35:20 UTC MAIN commitmail json YAML

p5-Math-GMP: update to 2.16.

2.16  2017-12-18 Shlomif
    - Fix behaviour under "use feature 'bitwise'"
        - See https://rt.cpan.org/Public/Bug/Display.html?id=123907
        - Thanks to Sisphus for the report and perlxs for some insights.

(wiz)

2017-12-30 14:33:56 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-Message to 3.005

(wiz)

2017-12-30 14:33:46 UTC MAIN commitmail json YAML

p5-Mail-Message: update to 3.005.

version 3.005: Fri 22 Dec 09:43:45 CET 2017

Fixes:
- repair loose dependency on Mail::Transport [cpantesters]

version 3.004: Thu 21 Dec 09:08:52 CET 2017

Fixes:
- field unfold replaces leading whitespace into blank. [Mark Nienberg]

Improvements:
- improve docs on $msg->send().

(wiz)

2017-12-30 14:32:28 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-DKIM to 0.50

(wiz)

2017-12-30 14:32:19 UTC MAIN commitmail json YAML

p5-Mail-DKIM: update to 0.50.

Version 0.50

* ARC code passing all tests and production ready.
* Added strict mode to DKIM to reject sha1 and
  key sizes smaller than 1024 bit.

(wiz)

2017-12-30 14:30:31 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-Box to 3.004

(wiz)

2017-12-30 14:30:21 UTC MAIN commitmail json YAML

p5-Mail-Box: update to 3.004.

version 3.004: Fri 22 Dec 09:46:28 CET 2017

Fixes:
- minor change in Mail::Message broken regression test [cpantesters]

(wiz)

2017-12-30 14:21:37 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-SVG to 2.82

(wiz)

2017-12-30 14:21:27 UTC MAIN commitmail json YAML

p5-SVG: update to 2.82.

2.82  2017.12.18 MANWAR
      - Fixed subquery (txn-1762542) of the issue RT #123896.

2.81  2017.12.17 MANWAR
      - Fixed issue RT #123896 (trailing space in credit comment).

(wiz)

2017-12-30 14:20:40 UTC MAIN commitmail json YAML

doc: Updated editors/p5-PPIx-EditorTools to 0.21

(wiz)

2017-12-30 14:20:31 UTC MAIN commitmail json YAML

p5-PPIx-EditorTools: update to 0.21.

0.21 2017-12-24
  [ ENHANCEMENTS ]
    - remove spurious dependencies. (GH#8, Kent Fredic)

  [ STATISTICS ]
    - code churn: 6 files changed, 110 insertions(+), 94 deletions(-)

(wiz)

2017-12-30 14:19:31 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Try-Tiny to 0.30

(wiz)

2017-12-30 14:19:22 UTC MAIN commitmail json YAML

p5-Try-Tiny: update to 0.30.

0.30      2017-12-21 07:23:03Z
  - expand "when" test skippage to more perl versions

0.29      2017-12-19 03:51:26Z
  - skip tests of "when" and "given/when" usage for perl 5.27.7 *only* (see
    RT#123908)

(wiz)

2017-12-30 14:18:50 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Tree-Simple to 1.32

(wiz)

2017-12-30 14:18:41 UTC MAIN commitmail json YAML

p5-Tree-Simple: update to 1.32.

1.32  2017-12-19T15:20:00
- Change traverse() to handle the case of its 1st parameter returning 'ABORT'.

(wiz)

2017-12-30 14:17:43 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000097

(wiz)

2017-12-30 14:17:33 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000097.

0.000097  2017-12-10 20:23:21-08:00 America/Los_Angeles

    - Documentation fixes

0.000096  2017-12-09 10:13:21-08:00 America/Los_Angeles

    - No changes since last trial

0.000095  2017-12-08 14:14:16-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Discoruage use of fragile thread features (rarely used)
    - Skip fragile/discrouaged tests outside author testing.
    - Document the above, and an env var to activate tests when desired

(wiz)

2017-12-30 14:16:37 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-SubCalls to 1.10

(wiz)

2017-12-30 14:16:28 UTC MAIN commitmail json YAML

p5-Test-SubCalls: update to 1.10.

1.10      2017-12-23 21:29:27Z
        - switch packaging to Dist::Zilla, which makes the distribution
          installable again on perl 5.27.7  (See RT#123867)

(wiz)