summaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-Syslog
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18p5-Sys-Syslog: update to 0.35.wiz2-8/+7
0.35 -- 2016-09-01 -- Sebastien Aperghis-Tramoni (SAPER) [Security] - CPAN RT #116543: CVE-2016-1238: avoid loading optional modules from default . (Tony Cook). Patch rewrote to no longer depend upon @INC. [Documentation] - openlog() options: mention the version of Sys::Syslog they were added. - Update HISTORY. - Update some broken links. [Distribution] - Converted the Changes file to CPAN::Changes::Spec format. - Improved a bit the readability of the ticket numbers. [Tests] - GitHub PR #4: use lexical instead of global filehandles (Alex Balhatchet).
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2016-08-12Update to 0.34wen2-8/+7
Upstream changes: 0.34 -- 2016.05.06 -- Sebastien Aperghis-Tramoni (SAPER) [BUGFIX] CPAN-RT#105117: use %e where available, fall back to %d and a regexp where not (Markus Laker). [BUGFIX] CPAN-RT#98446: trailing new line with perror (Alexander Bluhm). [BUGFIX] CPAN-RT#105152: the noeol option was ignored (Markus Laker). [PORT] CPAN-RT#104710: loadable library and perl binaries are mismatched, because of missing CCFLAGS (CHORNY, KMX). [PORT] No longer inheriting from Exporter doesn't work before Perl 5.8.3. [BUGFIX] CPAN-RT#90538: facility from openlog() is not used (Anton Yuzhaninov). [PORT] CPAN-RT#90212: Support non-Windows platforms where syslog.h is not defined (Brian Fraser). [PORT] CPAN-RT#90224: setlocale() is not available everywhere, for example on Android (Brian Fraser). [PORT] CPAN-RT#90218: getproto*() and getserv*() functions are not available everywhere (Brian Fraser). [DOC] CPAN-RT#102058: mention the repository in the documentation.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Comment out dependencies of the stylewiz1-2/+2
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-2/+3
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-07-03Updating package for CPAN distribution Sys-Syslog in devel/p5-Sys-Syslogsno2-7/+6
from 0.32nb1 to 0.33 to get the Perl module Sys::Syslog newer than the core module (provide benefits to those installing it ...) Upstream changes since 0.32: 0.33 -- 2013.05.24 -- Sebastien Aperghis-Tramoni (SAPER) [BUGFIX] CPAN-RT#82531: Invalid usage of POSIX::_exit (Alexander Berger). [OPTIM] No longer inherit from Exporter. [OPTIM] Load Fcntl only when necessary. [DOC] Add links to other logging modules. [DOC] CPAN-RT#80398: Typo spotted by alfirth@gmail.com [DOC] Typo spotted by David Steinbrunner. [TEST] CPAN-RT#79683: Added delays in t/facilities-routing.t
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-21Import p5-Sys-Syslog-0.32 as sysutils/p5-Sys-Syslog.ryoon3-0/+28
Sys::Syslog is an interface to the UNIX syslog(3) program. Call syslog() with a string priority and a list of printf() args just like syslog(3).