Commit graph

266707 commits

Author SHA1 Message Date
wen
3718036eea Updated textproc/p5-XML-Tidy to 1.18 2017-07-09 15:29:41 +00:00
wen
8510bdcaa8 Update to 1.18
Upstream changes:
- 1.18 H78M5qm1 Sat Jul 8 05:52:48:01 -0500 2017
      * fixed new() to check file or xml to detect standalone in
      declaration, from <HTTPS://RT.CPAN.Org/Ticket/Display.html?id=122389>
      (Thanks Alex!)

      * traced tidy() memory leak from
      <HTTPS://RT.CPAN.Org/Ticket/Display.html?id=120296> (Thanks Jozef!)
      which seems to come from every XPath->findnodes() call

      * aligned synopsis comments

      * updated write() to use output encoding UTF-8 since that's what
      almost all XML should rely on (with thanks to RJBS for teaching me
      much from his great talk at <HTTPS://YouTube.Com/watch?v=TmTeXcEixEg>)

      * collapsed trailing curly braces on code blocks

      * added croak for any failed file open attempt
2017-07-09 15:28:47 +00:00
wen
79b565c8ac Updated textproc/p5-XML-Compile-SOAP to 3.22 2017-07-09 15:26:50 +00:00
wen
cf90360e42 Update to 3.22
Upstream changes:
version 3.22: Fri 30 Jun 10:03:10 CEST 2017

	Fixes:
	- ::XOP::Include read from file always died
	  rt.cpan.org#119955 [Pavel Trushkin]
	- ::XOP::Include read should enforce raw mode
	  rt.cpan.org#119955 [Pavel Trushkin]
2017-07-09 15:25:44 +00:00
wen
3dc0f5e75b Updated textproc/p5-XML-Compile to 1.58 2017-07-09 15:22:54 +00:00
wen
f36eee9768 Update to 1.58
Update DEPENDS

Upstream changes:
version 1.58: Tue 27 Jun 16:50:29 CEST 2017

	Fixes:
	- early facet on missing field [Bernhard Reutner-Fischer]

	Improvements:
	- move to Log::Report 1.20, which has considerable changes.

version 1.57: Wed 14 Jun 14:48:18 CEST 2017

	Fixes:
	- better separation between lexical- and value-space facets.
	  rt.cpan.org#121946 [Nils Barkald]
	- json_friendly changes broke some (semi-illegal) enumeration and
	  pattern facets.  Now new solution with dualvar [Wesley Schwengle]
2017-07-09 15:21:58 +00:00
wen
ed5601b964 Updated devel/p5-Log-Report to 1.21 2017-07-09 15:13:07 +00:00
wen
558cc799e9 Update to 1.21
Update DEPENDS

Upstream changes:
version 1.21: Mon  3 Jul 15:31:19 CEST 2017

	Fixes:
	- _prepend and _append texts doubled.
	  rt.cpan.org#122304 [Andreas Koenig]
	- accidental stringification of exceptions
	  rt.cpan.org#122324 [Slaven Rezic]

	Improvements:
	- also \n of msgid moves to _prepend or _append

version 1.20: Tue 27 Jun 16:41:36 CEST 2017

	Fixes:
	- Dancer2 sporadic missing request. [Andrew Beverley]
	- attribute _lang overrules default locale in translation
	- remove Log::Report::Lexicon dependency from ::Translator
	- formatter PRINTP cannot be used, remove docs which tell that
	- exceptions triggered translation too often

	Improvements:
	- add textdomain($name, 'EXISTS')
	- add textdomain($domain_object);
	- short-cut when translating without context
	- use String::Print::printi() to interpolate: that code was forked-off
	  earlier, and now mature.
2017-07-09 15:11:40 +00:00
wen
a84388dc31 Update DEPENDS, which forgot in last commit 2017-07-09 15:08:49 +00:00
wen
8f670b5eae Updated devel/p5-Log-Report-Optional to 1.03 2017-07-09 15:03:24 +00:00
schmonz
3c81ea59aa Updated devel/p5-Test-BDD-Cucumber to 0.53 2017-07-09 15:02:17 +00:00
schmonz
bf3bc9011e Update to 0.53. From the changelog:
- Moose -> Moo, thanks to https://github.com/vti
2017-07-09 15:02:11 +00:00
wen
ab532193fb Update to 1.03
Upstream changes:
version 1.03: Tue 27 Jun 16:39:41 CEST 2017

	Fixes:
	- manpage, change SYNOPSYS into SYNOPSIS
	  rt.cpan.org#113351 [Shlomi Fish]
	- formatter PRINTP cannot be used

	Improvements:
	- more flexible formatter construction
	- textdomain compatible with full implementation
	- changed formatter constructor to be more flexible
2017-07-09 15:01:51 +00:00
schmonz
c78b2cd101 Fix formatting of converters/unoconv addition (found by pkglint). 2017-07-09 15:01:46 +00:00
schmonz
c0e380685d Updated devel/p5-Ouch to 0.0500 2017-07-09 14:51:15 +00:00
schmonz
87e547706c Update to 0.0500. From the changelog:
- Made :trytiny more Try::Tiny-sh thanks to Flavio Poletti
2017-07-09 14:51:09 +00:00
wen
1f7ed408bb Updated devel/p5-String-Print to 0.92 2017-07-09 14:48:23 +00:00
wen
9f53ac315b Update to 0.92
Upstream changes:
version 0.92: Thu  6 Jul 12:31:36 CEST 2017

	Fixes:
	- %F and %T not supported on Windows [cpantesters]

version 0.91: Tue 27 Jun 17:10:58 CEST 2017

	Improvements:
	- add output encoding (encodeFor)
	- add complex keys
	- add modifier BYTES
	- add time modifiers
	- add default modifier '//'
	- add new(missing_key) with warning
2017-07-09 14:47:12 +00:00
khorben
e519f07826 Register support for PKGSRC_USE_STACK_CHECK
This adds -fstack-check to the CFLAGS (with GCC on NetBSD x86). Only
tested on NetBSD/amd64 so far.

Disabled by default.
2017-07-09 14:30:07 +00:00
manu
bd42d5ba28 Add converters/unoconv
unoconv converts any document format that OpenOffice can import, to any
document format that OpenOffice can export.

unoconv uses the OpenOffice's UNO bindings for non-interactive conversion
of documents.
2017-07-09 14:13:53 +00:00
manu
3fa15fa3b1 Make path information easily available for upcoming converters/unoconv package 2017-07-09 13:46:32 +00:00
ryoon
33857bd0bb Updated net/corebird to 1.5.1 2017-07-09 11:52:53 +00:00
ryoon
19ba74125b Update to 1.5.1
Changelog:
 - Stability improvements
2017-07-09 11:52:21 +00:00
wiz
cb8ceff671 + GraphicsMagick-1.3.26, abcm2ps-8.13.12, afl-2.45b, caff-2.6,
convmv-2.03, cups-filters-1.14.1, fontconfig-2.12.4,
  libopenmpt-0.2.8461beta26, p5-Algorithm-Permute-0.14,
  p5-Mojolicious-7.35, p5-WWW-Mechanize-1.86, py-easyAI-1.0.0.4,
  py-mercurial-4.2.2, spice-protocol-0.12.13, thunderbird-enigmail-1.9.8.1,
  vim-8.0.0702, vim-share-8.0.0702, x264-devel-20170708, zstd-1.3.0.
2017-07-09 11:26:29 +00:00
wiz
40b5338988 Remove two ex-master sites. 2017-07-09 11:21:26 +00:00
adam
eecd638776 Added PYTHON_VERSIONS_INCOMPATIBLE=27 2017-07-09 10:50:01 +00:00
adam
20b3e5c86c PkgSrc clean-ups 2017-07-09 10:44:19 +00:00
adam
8412a104b8 Remove unused BUILD_DEPDNDS 2017-07-09 10:35:56 +00:00
adam
b6765ce146 Added devel/py-clickclick version 1.2.1, textproc/py-inflection version 0.3.1 2017-07-09 10:34:34 +00:00
adam
6df04bcc32 Inflection is a string transformation library. It singularizes and pluralizes
English words, and transforms strings from CamelCase to underscored string.
Inflection is a port of Ruby on Rails' inflector to Python.
2017-07-09 10:33:19 +00:00
adam
fc14556a89 Utility functions (Python 3 only) for the wonderful Click library. Click is
a Python package for creating beautiful command line interfaces in a composable
way with as little code as necessary.
2017-07-09 10:32:29 +00:00
adam
783aad0c8a Added python to CATEGORIES 2017-07-09 10:10:44 +00:00
alnsn
931ac98c84 Add auth-request option (--with-http_auth_request_module).
Approved by joerg@.
2017-07-09 09:20:31 +00:00
maya
1a4faeeb94 firefox{,45,52}: bump pkgrevision with no change.
these packages pull in GCC_REQD+=4.9 via mozilla-common.mk, and
are very widely used (I suspect only www/firefox actually needs it)

this will take care of most of the fallout from major bumping
pkgsrc-gcc-libstdc++ to 7 on netbsd. these are the most widely
used packages setting GCC_REQD>4.8.
2017-07-09 09:04:00 +00:00
adam
fb3bcfdd62 Updated net/unbound to 1.6.4 2017-07-09 08:10:22 +00:00
adam
2292e1d57a Changes 1.6.4:
Features:
* Implemented trust anchor signaling using key tag query.
* unbound-checkconf -o allows query of dnstap config variables. Also unbound-control get_option. Also for dnscrypt.
* unbound.h exports the shm stats structures. They use type long long and no ifdefs, and ub_ before the typenames.
* Implemented opportunistic IPsec support module (ipsecmod).
* Added redirect-bogus.patch to contrib directory.
* Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
* renumbering B-Root's IPv6 address to 2001:500:200::b.
* Fix 1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
* Fix 1277: disable domain ratelimit by setting value to 0.
* Added fastrpz patch to contrib

Bug Fixes:
* Added ECS unit test (from Manu Bretelle).
* ECS documentation fix (from Manu Bretelle).
* Fix 1252: more indentation inconsistencies.
* Fix 1253: unused variable in edns-subnet/addrtree.c:getbit().
* Fix 1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
* iana portlist update
* Based on 1257: check parse limit before t increment in sldns RR string parse routine.
* Fix 1258: Windows 10 X64 unbound 1.6.2 service will not start. and fix that 64bit getting installed in C:\Program Files (x86).
* Fix 1259: "--disable-ecdsa" argument overwritten by "ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
* iana portlist update
* Added test for leak of stub information.
* Fix sldns wire2str printout of RR type CAA tags.
* Fix sldns int16_data parse.
* Fix sldns parse and printout of TSIG RRs.
* sldns SMIMEA and AVC definitions, same as getdns definitions.
* Fix tcp-mss failure printout text.
* Set SO_REUSEADDR on outgoing tcp connections to fix the bind before connect limited tcp connections. With the option tcp connections can share the same source port (for different destinations).
* Add 'c' to getopt() in testbound.
* Adjust servfail by iterator to not store in cache when serve-expired is enabled, to avoid overwriting useful information there.
* Fix queries for nameservers under a stub leaking to the internet.
* document trust-anchor-signaling in example config file.
* updated configure, dependencies and flex output.
* better module memory lookup, fix of unbound-control shm names for module memory printout of statistics.
* Fix type AVC sldns rrdef.
* Some whitespace fixup.
* Fix 1265: contrib/unbound.service contains hardcoded path.
* Fix 1265 to use /bin/kill.
* Fix 1267: Libunbound validator/val_secalgo.c uses obsolete APIs, and compatibility with BoringSSL.
* Fix 1268: SIGSEGV after log_reopen.
* exec_prefix is by default equal to prefix.
* printout localzone for duplicate local-zone warnings.
* Fix assertion for low buffer size and big edns payload when worker overrides udpsize.
* Support for openssl EVP_DigestVerify.
* Fix 1269: inconsistent use of built-in local zones with views.
* Add defaults for new local-zone trees added to views using unbound-control.
* Fix 1273: cachedb.c doesn't compile with -Wextra.
* If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
* Also use global local-zones when there is a matching view that does not have any local-zone specified.
* Fix fastopen EPIPE fallthrough to perform connect.
* Fix 1274: automatically trim chroot path from dnscrypt key/cert paths (from Manu Bretelle).
* Fix 1275: cached data in cachedb is never used.
* Fix that unbound-control can set val_clean_additional and val_permissive_mode.
* Add dnscrypt XChaCha20 tests.
* Detect chacha for dnscrypt at configure time.
* dnscrypt unit tests with chacha.
* Added domain name based ECS whitelist.
* Fix 1278: Incomplete wildcard proof.
* Fix 1279: Memory leak on reload when python module is enabled.
* Fix 1280: Unbound fails assert when response from authoritative contains malformed qname. When 0x20 caps-for-id is enabled, when assertions are not enabled the malformed qname is handled correctly.
* More fixes in depth for buffer checks in 0x20 qname checks.
* Fix stub zone queries leaking to the internet for harden-referral-path ns checks.
* Fix query for refetch_glue of stub leaking to internet.
* Fix 1301: memory leak in respip and tests.
* Free callback in edns-subnetmod on exit and restart.
* Fix memory leak in sldns_buffer_new_frm_data.
* Fix memory leak in dnscrypt config read.
* Fix dnscrypt chacha cert support ifdefs.
* Fix dnscrypt chacha cert unit test escapes in grep.
* Fix to unlock view in view test.
* Fix warning in pythonmod under clang compiler.
* Fix lintian typo.
* Fix 1316: heap read buffer overflow in parse_edns_options.
2017-07-09 08:09:41 +00:00
wen
b6c56b48cc Updated mail/p5-Mail-DKIM to 0.41 2017-07-09 07:45:51 +00:00
wen
1460f0f2b7 Update to 0.41
Upstream changes:
2017-04-14: Marc Bradshaw <marc@marcbradshaw.net>

 * commit aac893fdbaa7f8ccd5d37fa7f20d1785406cda51
   Author: Marc Bradshaw <marc@marcbradshaw.net>
   Date:   Fri Mar 17 14:53:53 2017 +1100
    Avoid use of $_ in read loop
    RT 106485: Mail::DKIM::PrivateKey->load tampering $_ and <FILE>

 * commit 06934f259e392b2a3cf94560e6051d9e522d0bf3
   Author: Marc Bradshaw <marc@marcbradshaw.net>
   Date:   Fri Mar 17 14:44:44 2017 +1100
    Ensure PrivateKey file is closed properly.
    Store PrivateKey file handle in lexical variable and close it
    once we are done.
    RT 120638: Mail::DKIM::PrivateKey does not close FILE

 * commit 9e7c1c4cb78a6cb1cf396ece4379c7ed2c44c974
   Author: Marc Bradshaw <marc@marcbradshaw.net>
   Date:   Fri Feb 27 12:08:11 2015 +1100
    Allow greater control over signed headers

 * commit 8291c034dc7db4394e9df80e70b8cbe8428a38c2
   Author: Marc Bradshaw <marc@marcbradshaw.net>
   Date:   Fri Jan 23 09:54:02 2015 +1100
    Allow greater control over which headers are signed by Signer
2017-07-09 07:44:57 +00:00
wen
c88edeed78 Updated graphics/p5-SVG to 2.78 2017-07-09 07:39:37 +00:00
wen
86925a5716 Update to 2.78
Upstream changes:
2.78  2017.07.07 MANWAR
      - Merged PR #10 (fix entity escaping), thanks @haarg. This also resolved RT #121612.

2.77  2017.05.18 MANWAR
      - Proposed fix to the following test failure:
        http://www.cpantesters.org/cpan/report/ddc7eefc-3429-11e7-8430-9cfb106f656a

2.76  2017.05.08 MANWAR
      - Added AUTHOR ONLY test scripts (meta-json.t and meta-yml.t).

2.75  2017.05.07 MANWAR
      - Tidied up unit test scripts and removed '+x' attributes.
      - Tidied up SEE ALSO section in SVG::XML package pod.

2.74  2017.05.04 MANWAR
      - Added key 'provides' to the Makefile.PL script as recommended by CPANTS.

2.73  2017.05.03 MANWAR
      - Merged PR #8, thanks @CSSON. Modified slightly to keep tidyall happy.
      - Correct some spelling errors that were detected by codespell.
      - Don't insert whitespace between tag name and closing bracked when a tag has no attributes

2.72  2017.05.02 MANWAR
      - Added test script t/00-load.t
      - Fixed typo in the pod document.

2.71  2017.05.01 MANWAR
      - Fixed issue RT #57000 with regard to be explici about SVG instance.

2.70  2017.04.27 MANWAR
      - Added MIN_PERL_VERSION to the Makefile.PL script as suggested by CPANTS.

2.69  2017.04.20 MANWAR
      - Fixed issue RT #118091, skip test if Perl::Tidy is missing.

2.68  2017.04.19 MANWAR
      - Fixed issue RT #109521, adding min ver of Test::More v0.94.

2.67  2017.04.18 MANWAR
      - Fixed the issue with regard to github respository info in the Makefile.PL script, thanks @KENTNL.

2.66  2017.04.17 MANWAR
      - Addressed issue RT #121197 (incorrect meta spec), thanks @KENTNL.
      - Added 'clean' and 'dist' keys to the Makefile.PL script.
      - Tidied up .gitignore file.
      - Added MANIFEST file, no need to generate every time.

2.65  2017.04.16 MANWAR
      - Merged PR #9, correcting typo in the pod. Thanks @vti.
      - Tidied up Changes file.
      - Tidied up Makefile.PL script.
      - Tidied up README file.
2017-07-09 07:37:44 +00:00
adam
5b6a12376d Added net/py-cares version 2.2.0 2017-07-09 06:53:50 +00:00
adam
8d7019ce28 pycares is a Python module which provides an interface to c-ares. c-ares is a
C library that performs DNS requests and name resolves asynchronously.
2017-07-09 06:53:06 +00:00
maya
98e694050c Omit MESSAGE fragment about old versions of XFree86 2017-07-09 05:44:01 +00:00
maya
dc13cba441 gcc 2017-07-09 05:34:25 +00:00
maya
d722e2e4d8 gcc{48,49,5,7}: on netbsd only, bump libstdc++ major to 7.
bump pkgrevision.

while here, synchronize libssp comment to a clearer one.

bump gcc*-lib revision to be one higher.
2017-07-09 05:30:41 +00:00
wen
dec7083eef Updated textproc/p5-PDF-API2 to 2.033 2017-07-09 00:43:08 +00:00
wen
a291944142 Update to 2.033
Upstream changes:
2.033     2017-07-06

    - [RT #122371] Remove a couple of improperly-placed weaken statements
      (reported by Phil Perry).

    - [RT #122372] Fix weakening when a page is added to the end of a multiple
      page document (reported by Phil Perry).

    - Fix Bank Gothic core font (reported by Phil Perry).


2.032     2017-07-02

    - PDF::API2 has many circular references, and the end() method doesn't clear
      them all, so memory is leaked.  This release uses Scalar::Util's weaken()
      function to improve garbage collection.  A significant number of circular
      references have been weakened, though many likely still remain.

    - [RT #120756] Eliminate a warning for an ambiguous call to CORE::open
      (first reported by Abdelbaki Brahmia).

    - $text->text_justified() and $text->text_fill_justified() now adjust the
      space between words rather than stretching individual characters in order
      to get the text to fit.

    - [RT #120397] Indirect references and indirect objects can have comments
      embedded in their whitespace, and their object number and generation may
      be split across multiple lines, which may not all be buffered (reported by
      SPROUT).

    - [RT #120450] Fix PDF::API2->open($filename)->stringify() (reported by
      SPROUT).

    - Fix an off-by-one error when calculating text width while charspace is
      non-zero.

    - [RT #120048] Fix PDF::API2->synfont() (broken in 2.029, fixed by Vadim
      Repin) and add basic testing.
2017-07-09 00:41:59 +00:00
adam
35b38f775a Updated net/ncftp3 to 3.2.6 2017-07-08 22:28:05 +00:00
adam
612efe73e5 3.2.6:
If a recursive download operation is also requested with delete mode, attempt to remove empty directories after all files have completed successfully.

No longer trying to utime() after every single block on downloads, which could cause noticable performance degradation when the local filesystem was not local.

Changed behavior of resuming downloads where the timestamp wasn't preserved (because of the utime change, above). The new behavior is to resume the download when the local copy has a recent timestamp (less than a week).

You can now disable use of MFMT like you could similarly disable SITE UTIME (e.g., "-o noMFMT" and "-o noSITE_UTIME").

Now able to use sendfile() for uploads, on Linux/FreeBSD/Mac. Progress reports work too, with a small performance penalty. Ncftpput has a "-s" option to toggle whether it is used (defaults to on in ncftpput and ncftpbatch, off in ncftp).

Ncftpbatch/spooler now use larger buffers for pathnames, allowing for deeper directory trees.

Ncftpbatch/spooler now interpret a received SIGUSR1 as a hint to exit when the current file has finished.

Ncftpbatch/spooler now interpret a received SIGUSR2 to request it to stop sleeping and recheck the queue immediately.

Ncftpbatch/spooler's spool files now allow for you to specify that the local and/or remote file be renamed after a successful transfer.

Ncftpbatch/spooler now a little less chatty by reducing the number of PWD/CWD operations.

Ncftpbatch/spooler now log some xfer stats in its general log file, and ncftpspooler has a new "-x" option to specify a separate xfer log file.

Ncftpbatch/spooler now use a larger default maximum for its log file (10 MiB rather than 200 kB), and ncftpspooler has an -O command line option that can set this limit. Use "-O 0" for no maximum.

Ncftpbatch/spooler now try to present time in local timezone rather than UTC where possible.

Ncftpbatch/spooler now support multiple items per transaction (spool) file.
2017-07-08 22:27:36 +00:00
adam
8db60dcebd Updated net/lftp to 4.7.7 2017-07-08 21:47:14 +00:00