Commit graph

241380 commits

Author SHA1 Message Date
wiz
2c25c3a24a Updated devel/liblangtag to 0.5.8 2015-11-17 11:55:49 +00:00
wiz
84383bfeef Update liblangtag to 0.5.8:
0.5.7 -> 0.5.8
=================
Akira TAGOH (6):
      Fix the build fail on MSVC 14 (fixes issue#13)
      Drop the word of GNOME from the ifdef'd variable for debugging
      Fix the build requirement in pkgconfig file
      Make some header files public (fixes: issue#14)
      Fix test fail on SunOS
      Fix unknown node issue
2015-11-17 11:55:39 +00:00
wiz
aa334c0fb9 Updated net/py-ipaddress to 1.0.15 2015-11-17 11:53:55 +00:00
wiz
e0fa51cba9 Update py-ipaddress to 1.0.15.
All tests pass. Changes not found.
2015-11-17 11:53:43 +00:00
wiz
48f77bd88b Updated textproc/py-lxml to 3.5.0 2015-11-17 11:52:22 +00:00
wiz
029a0ddf94 Update py-lxml to 3.5.0:
3.5.0 (2015-11-13)
==================

Bugs fixed
----------

* Unicode string results failed XPath queries in PyPy.

* LP#1497051: HTML target parser failed to terminate on exceptions
  and continued parsing instead.

* Deprecated API usage in doctestcompare.


3.5.0b1 (2015-09-18)
====================

Features added
--------------

* ``cleanup_namespaces()`` accepts a new argument ``keep_ns_prefixes``
  that does not remove definitions of the provided prefix-namespace
  mapping from the tree.

* ``cleanup_namespaces()`` accepts a new argument ``top_nsmap`` that
  moves definitions of the provided prefix-namespace mapping to the
  top of the tree.

* LP#1490451: ``Element`` objects gained a ``cssselect()`` method as
  known from ``lxml.html``.  Patch by Simon Sapin.

* API functions and methods behave and look more like Python functions,
  which allows introspection on them etc.  One side effect to be aware of
  is that the functions now bind as methods when assigned to a class
  variable.  A quick fix is to wrap them in ``staticmethod()`` (as for
  normal Python functions).

* ISO-Schematron support gained an option ``error_finder`` that allows
  passing a filter function for picking validation errors from reports.

* LP#1243600: Elements in ``lxml.html`` gained a ``classes`` property
  that provides a set-like interface to the ``class`` attribute.
  Original patch by masklinn.

* LP#1341964: The soupparser now handles DOCTYPE declarations, comments
  and processing instructions outside of the root element.
  Patch by Olli Pottonen.

* LP#1421512: The ``docinfo`` of a tree was made editable to allow
  setting and removing the public ID and system ID of the DOCTYPE.
  Patch by Olli Pottonen.

* LP#1442427: More work-arounds for quirks and bugs in pypy and pypy3.

* ``lxml.html.soupparser`` now uses BeautifulSoup version 4 instead
  of version 3 if available.

Bugs fixed
----------

* Memory errors that occur during tree adaptations (e.g. moving subtrees
  to foreign documents) could leave the tree in a crash prone state.

* Calling ``process_children()`` in an XSLT extension element without
  an ``output_parent`` argument failed with a ``TypeError``.
  Fix by Jens Tröger.

* GH#162: Image data in HTML ``data`` URLs is considered safe and
  no longer removed by ``lxml.html.clean`` JavaScript cleaner.

* GH#166: Static build could link libraries in wrong order.

* GH#172: Rely a bit more on libxml2 for encoding detection rather than
  rolling our own in some cases.  Patch by Olli Pottonen.

* GH#159: Validity checks for names and string content were tightened
  to detect the use of illegal characters early.  Patch by Olli Pottonen.

* LP#1421921: Comments/PIs before the DOCTYPE declaration were not
  serialised.  Patch by Olli Pottonen.

* LP#659367: Some HTML DOCTYPE declarations were not serialised.
  Patch by Olli Pottonen.

* LP#1238503: lxml.doctestcompare is now consistent with stdlib's doctest
  in how it uses ``+`` and ``-`` to refer to unexpected and missing output.

* Empty prefixes are explicitly rejected when a namespace mapping is used
  with ElementPath to avoid hiding bugs in user code.

* Several problems with PyPy were fixed by switching to Cython 0.23.
2015-11-17 11:52:10 +00:00
wiz
3799996dde Updated devel/py-tortoisehg to 3.6 2015-11-17 11:42:48 +00:00
wiz
4de127276a Update py-tortoisehg to 3.6:
TortoiseHg 3.6 is a major feature release

Bugs Fixes

    mq: suppress original error only if all rejects are resolved (fixes #4325)
    osx: adjust icon sizes when add THG_RETINA environment variable is set to True
    repowidget: allow bookmarking applied MQ patch (fixes #4336)
    update: handle EnvironmentError in the same way as parameter error (fixes #4283)

Improvements

    compress, graft, rebase: provide "shelve" as cleanup option (closes #4252)
    mqdock: add menu action to push/pop to the selected patch
    mqdock: add menu and toolbar action to finish patches (closes #4296)
    repowidget: change Filter by/Ancestors into Filter by/Ancestors and Descendants
2015-11-17 11:42:39 +00:00
wiz
0c7404e289 Updated devel/py-mercurial to 3.6.1 2015-11-17 11:27:27 +00:00
wiz
1d90f3dccb Update py-mercurial to 3.6.1:
Mercurial 3.6.1 (2015-11-9)

This is an out-of-cycle bugfix release for issues related to hooks.

    changegroup: call 'prechangegroup' hook before setting up write delay
    changegroup: fix the scope of a try finally
    clonebundles: fix typo s/comand/command/
    demandimport: fix level passed to loader of sub-modules
    dirstate: fix filefoldmap incosistency on file delete
    dockerlib: allow non-unique uid and gid of $DBUILDUSER (issue4657)
    exchange: do not attempt clone bundle if local repo is non-empty (issue4932)
    hooks: always include HG_PENDING
    hooks: fix hooks not firing if prechangegroup was set (issue4934)
    parsers: fix width of datalen variable in fm1readmarkers
    posix: fix test-permissions regression
    posix: retry on symlink race in checklink
    templatefilters: try round-trip utf-8 conversion by json filter (issue4933)
    wireproto: move clonebundles command from extension (issue4931)
    wix: style-coal.css has been renamed
2015-11-17 11:27:16 +00:00
wiz
5f26f8d912 Add upstream bug report URL. 2015-11-17 11:21:15 +00:00
sevan
8cc6505bf0 Add files from OpenBSD 5.8-current Xenocara
Bump rev
2015-11-17 11:18:38 +00:00
hauke
0d82a82cb6 PR pkg/50433
dnssd is the selector for both dnssd and mdns backends.
2015-11-17 10:49:16 +00:00
wiz
5e546f43ae Updated audio/taglib to 1.10 2015-11-17 10:43:51 +00:00
wiz
d42d9e489d Update taglib to 1.10:
TagLib 1.10 (Nov 11, 2015)
==========================

1.10:

 * Added new options to the tagwriter example.
 * Fixed self-assignment operator in some types.
 * Fixed extraction of MP4 tag keys with an empty list.

1.10 BETA:

 * New API for the audio length in milliseconds.
 * Added support for ID3v2 ETCO and SYLT frames.
 * Added support for album artist in PropertyMap API of MP4 files.
 * Added support for embedded frames in ID3v2 CHAP and CTOC frames.
 * Added support for AIFF-C files.
 * Better handling of duplicate ID3v2 tags in MPEG files.
 * Allowed generating taglib.pc on Windows.
 * Added ZLIB_SOURCE build option.
 * Fixed backwards-incompatible change in TagLib::String when constructing UTF16 strings.
 * Fixed crash when parsing certain FLAC files.
 * Fixed crash when encoding empty strings.
 * Fixed saving of certain XM files on OS X.
 * Changed Xiph and APE generic getters to return space-concatenated values.
 * Fixed possible file corruptions when removing tags from WAV files.
 * Added support for MP4 files with 64-bit atoms in certain 64-bit environments.
 * Prevented ID3v2 padding from being too large.
 * Fixed crash when parsing corrupted APE files.
 * Fixed crash when parsing corrupted WAV files.
 * Fixed crash when parsing corrupted Ogg FLAC files.
 * Fixed crash when parsing corrupted MPEG files.
 * Fixed saving empty tags in WAV files.
 * Fixed crash when parsing corrupted Musepack files.
 * Fixed possible memory leaks when parsing AIFF and WAV files.
 * Fixed crash when parsing corrupted MP4 files.
 * Stopped writing empty ID3v2 frames.
 * Fixed possible file corruptions when saving WMA files.
 * Added TagLib::MP4::Tag::isEmpty().
 * Added accessors to manipulate MP4 tags.
 * Fixed crash when parsing corrupted WavPack files.
 * Fixed seeking MPEG frames.
 * Fixed reading FLAC files with zero-sized padding blocks.
 * Added support for reading the encoder information of WMA files.
 * Added support for reading the codec of WAV files.
 * Added support for multi channel WavPack files.
 * Added support for reading the nominal bitrate of Ogg Speex files.
 * Added support for VBR headers in MPEG files.
 * Marked FLAC::File::streamInfoData() deprecated. It returns an empty ByteVector.
 * Marked FLAC::File::streamLength() deprecated. It returns zero.
 * Fixed possible file corruptions when adding an ID3v1 tag to FLAC files.
 * Many smaller bug fixes and performance improvements.
2015-11-17 10:43:42 +00:00
wiz
8dc38b954b Updated math/gsl to 2.1 2015-11-17 10:42:24 +00:00
wiz
d5caf964dd Update gsl to 2.1:
* What is new in gsl-2.1:

** added test suite for example programs

** bug fix when compiling with #undef GSL_DISABLE_DEPRECATED

** bug fix in setting libtool age versioning

** bug fix in gsl_multifit_wlinear()

** added gsl_multifit_linear_rcond() to compute reciprocal
   condition number of least squares matrix

** added gsl_multilarge module for large linear least squares
   systems
2015-11-17 10:42:12 +00:00
wiz
d6b73b3d8d Updated devel/afl to 1.95b 2015-11-17 10:29:13 +00:00
wiz
d83fa65785 Update afl to 1.95b:
--------------
Version 1.95b:
--------------

  - Fixed a harmless bug when handling -B. Spotted by Jacek Wielemborek.

  - Made the exit message a bit more accurate when AFL_EXIT_WHEN_DONE is set.

  - Added some error-checking for old-style forkserver syntax. Suggested by
    Ben Nagy.

  - Switched from exit() to _exit() in injected code to avoid snafus with
    destructors in C++ code. Spotted by sunblate.

  - Made a change to avoid spuriously setting __AFL_SHM_ID when
    AFL_DUMB_FORKSRV is set in conjunction with -n. Spotted by Jakub Wilk.
2015-11-17 10:29:03 +00:00
wiz
5acd61730f Fix build on NetBSD with PKGSRC_USE_SSP.
Thanks to mrg for hints.

Some pkglint cleanup while here.
2015-11-17 10:19:40 +00:00
jmcneill
8d32ea6399 add bl3 glue 2015-11-17 00:02:13 +00:00
hauke
f4ca6e5519 Re PR pkg/50433 fix options var name. 2015-11-16 20:34:28 +00:00
leot
4788c97993 Updated net/mitmproxy to 0.14.0 2015-11-16 18:34:03 +00:00
leot
7548910deb Update net/mitmproxy to 0.14.0.
Changes:
* Statistics: 399 commits, 13 contributors, 79 closed issues, 37 closed
  PRs, 103 days
* Docs: Greatly updated docs now hosted on ReadTheDocs!
  http://docs.mitmproxy.org
* Docs: Fixed Typos, updated URLs etc. (Nick Badger, Ben Lerner, Choongwoo
  Han, onlywade, Jurriaan Bremer)
* mitmdump: Colorized TTY output
* mitmdump: Use mitmproxy's content views for human-readable output (Chris
  Czub)
* mitmproxy and mitmdump: Support for displaying UTF8 contents
* mitmproxy: add command line switch to disable mouse interaction (Timothy
  Elliott)
* mitmproxy: bug fixes (Choongwoo Han, sethp-jive, FreeArtMan)
* mitmweb: bug fixes (Colin Bendell)
* libmproxy: Add ability to fall back to TCP passthrough for non-HTTP
  connections.
* libmproxy: Avoid double-connect in case of TLS Server Name Indication.
  This yields a massive speedup for TLS handshakes.
* libmproxy: Prevent unneccessary upstream connections (macmantrl)
* Inline Scripts: New API for HTTP Headers:
  http://docs.mitmproxy.org/en/latest/dev/models.html#netlib.http.Headers
* Inline Scripts: Properly handle exceptions in `done` hook
* Inline Scripts: Allow relative imports, provide `__file__`
* Examples: Add probabilistic TLS passthrough as an inline script
2015-11-16 18:33:51 +00:00
leot
65fa6cbf66 Updated net/py-netlib to 0.14.0 2015-11-16 18:32:47 +00:00
leot
3a2a2a9a87 Update net/py-netlib to 0.14.0.
Changes:
* netlib: Refactored HTTP protocol handling code
* netlib: ALPN support
* netlib: fixed a bug in the optional certificate verification.
* netlib: Initial Python 3.5 support (this is the first prerequisite for
  3.x support in mitmproxy)
2015-11-16 18:32:32 +00:00
jperkin
c2fe79eceb Add support for CHECK_WRKREF_EXTRA_DIRS to check-shlibs. If "extra" is
listed in CHECK_WRKREF then these directories will added to the checks
for rpath references.
2015-11-16 17:53:29 +00:00
leot
b14f70748f Added devel/py-construct version 2.5.2 2015-11-16 17:37:09 +00:00
leot
8f6e5bf7ec Added py-construct. 2015-11-16 17:36:47 +00:00
leot
4b4c272209 Import py-construct-2.5.2 as devel/py-construct.
Originally packaged in pkgsrc-wip by Eric Schnoebelen and updated to the
latest stable version and minor (more or less) cosmetic fixes by myself.

Construct is a powerful declarative parser for binary data.

It is based on the concept of defining data structures in a declarative
manner, rather than procedural code: Simple constructs can be combined
hierarchically to form increasingly complex data structures. It's the
first library that makes parsing fun, instead of the usual headache it
is today.

Construct features bit and byte granularity, symmetrical operation
(parsing and building), component-oriented declarative design, easy
debugging and testing, an easy-to-extend subclass system, and lots of
primitive constructs to make your work easier.

        * Fields
        * Structs
        * Unions
        * Repeaters
        * Meta constructs
        * Switches
        * On-demand parsing
        * Pointers
        * And more!
2015-11-16 17:35:59 +00:00
msaitoh
c066ee56a3 Updated sysutils/intel-microcode-netbsd to 20151106. 2015-11-16 16:34:08 +00:00
msaitoh
25f04c5d1c Update to 20151106. Added the following files:
000306f4-7 (Family 6, Model 3f, Stepping 4, Platform ID 7)
	00040671-1 (Family 6, Model 47, Stepping 1, Platform ID 1)
	00040671-5 (Family 6, Model 47, Stepping 1, Platform ID 5)
2015-11-16 16:31:19 +00:00
jperkin
6e420f7378 Always set _OPSYS_CAN_CHECK_SHLIBS to "yes" regardless of whether
TOOLS_PATH.readelf is set.  This is a PKG_DEVELOPER feature and it's
likely the developer is smart enough to either have it already available
in $PATH or be able to install it (e.g. via devel/binutils) if required.
2015-11-16 15:59:59 +00:00
hauke
1068a3db55 Commit dnssd related PLIST fix from PR pkg/50433
-- coincidentally, I had just this patch in a local tree...
2015-11-16 15:02:53 +00:00
fhajny
746a86e12b Add python2/python3 wrappers to respective lang/python?? packages.
Bump PKGREVISION for python27, python33 and python34.
2015-11-16 13:47:25 +00:00
nros
6986a86246 Added graphics/gimp-webp version 0.2 2015-11-16 13:34:38 +00:00
nros
1f05098e3f Import of gimp-webp to pkgsrc-current.
Packaged in pkgsrc-wip by nros(me).

This plugin allows the Gimp to open and save image files in the WebP
format.
2015-11-16 13:33:13 +00:00
nros
85c1b598fe Updated graphics/libwebp to 0.4.4 2015-11-16 13:24:06 +00:00
jperkin
0022c1be25 Remove FETCH_USING completely, it is not a package-settable variable. 2015-11-16 13:22:47 +00:00
nros
b2cc8809df Update libwebp to version 0.4.4.
Chagelog:
This is a binary compatible release.
  * rescaling out-of-bounds read fix (issue #254)
  * various build fixes and improvements (issues #253, #259, #262, #267, #268)
  * container documentation update
  * gif2webp transparency fix (issue #245)
2015-11-16 13:22:38 +00:00
hauke
cdb9467a87 mk/fetch/fetch.mk sports --no-check-certificate in
_FETCH_BEFORE_ARGS.wget, already.
2015-11-16 13:13:30 +00:00
sevan
7fa27a79a3 Add patches obtained from LibreSSL to fix build when RAND_EGD() or SSLv3 support
is not present in SSL library.
Add workaround for decimal floating point support in older versions of GCC which
resolves build problem on OpenBSD.

Reviewed by wiz@
2015-11-16 13:12:27 +00:00
wiz
143baec946 + afl-1.95b, cmake-3.4.0, gsl-2.1, liblangtag-0.5.8, mc-4.8.15,
py-ipaddress-1.0.15, py-lxml-3.5.0, py-mercurial-3.6.1,
  py-tortoisehg-3.6, taglib-1.10, x264-devel-20151114, xmlto-0.0.27.
2015-11-16 11:27:58 +00:00
wiz
8bbe30cb84 Updated security/gnupg to 1.4.19nb1 2015-11-16 10:33:47 +00:00
wiz
fc431174ba Bump PKGREVISION. 2015-11-16 10:33:35 +00:00
wiz
81c4cdc960 Remove annoying left-over debug message.
From upstream via Petar Bogdanovic on pkgsrc-users.

Bump PKGREVISION.
2015-11-16 10:33:20 +00:00
he
4d5cbaa2f4 Note update of security/opendnssec to 1.4.8.2. 2015-11-16 10:09:58 +00:00
he
3813419b9f Update OpenDNSSEC to version 1.4.8.2.
Pkgsrc changes:
 * Adapt patches to match new files.
 * Add new migration scripts to PLIST

Upstream changes:

News
 * Support for RFC5011 style KSK rollovers. KSK section in the KASP
   now accepts element.
 * Enforcer: New repository option allows to generate keys with
   CKA_EXTRACTABLE attribute set to TRUE so keys can be wrapped and
   extracted from HSM.

Bugfixes
 * SUPPORT-145: EOF handling an ARM architecture caused signer to hang.
 * Fixed signer hitting assertion on short reply XFR handler.
 * Include revoke bit in keytag calculation.
 * Increased stacksize on some systems (thanks Patrik Lundin!).
 * Stop ods-signerd on SIGINT.

Note:
 * Updating from earlier versions of OpenDNSSEC requires use of the
   database migration script(s) included in ${PKG}/share/opendnssec/
   as the migrate_1_4_8* scripts.
2015-11-16 10:09:08 +00:00
leot
1cb5d2305d Updated security/py-certifi to 2015.9.6.2 2015-11-16 09:24:14 +00:00
leot
380a962ed5 Update security/py-certifi to 2015.9.6.2.
pkgsrc changes:
 o Simplify MASTER_SITES.
 o Get rid of the EGG_NAME redefinition (seems no more needed).

Changes:
2015.09.06.2
 o Ship weak cert bundle.
2015.09.06.1
 o Provide old cert bundle.
 o Use secure roots by defaults.
2015.09.06
 o Update scripts to use mkcert.org.
2015-11-16 09:23:29 +00:00