Commit graph

258037 commits

Author SHA1 Message Date
wiz
c34410b1dc Updated py-ZopeInterface to 4.3.3.
4.3.3 (2016-12-13)
------------------

- Correct typos and ReST formatting errors in documentation.

- Add API documentation for the adapter registry.

- Ensure that the ``LICENSE.txt`` file is included in built wheels.

- Fix C optimizations broken on Py3k.  See the Python bug at:
  http://bugs.python.org/issue15657
  (https://github.com/zopefoundation/zope.interface/issues/60)
2016-12-19 08:54:50 +00:00
wiz
72bef7dace Updated devel/meld to 3.16.4 2016-12-19 08:53:35 +00:00
wiz
0e4d30a7e4 Updated meld to 3.16.4.
2016-12-18 meld 3.16.4
======================

  Fixes:

   * Make error displaying more robust with non-ASCII locales (Vasily Galkin)
   * Handle themes with scrollbar steppers better (Kai Willadsen)
   * Fix a traceback when pane has no file (Claude Paroz)
   * Fix triggering "Delete Change" actions from menu (Kai Willadsen)
   * Handle style theme not existing (Patrick Griffis)
   * Fix unintentional glib requirement bump (Kai Willadsen)

  Translations:

   * Claude Paroz (fr)
2016-12-19 08:53:21 +00:00
wiz
316bef0d41 Updated devel/gmp to 6.1.2 2016-12-19 08:51:00 +00:00
wiz
1c0080657a Updated gmp to 6.1.2.
Changes between GMP version 6.1.1 and 6.1.2

  BUGS FIXED
  * Mini-GMP: Fixed a division bug, which on a machine with 64-bit
    unsigned long affects approximately 1 out of 2^32 divisors.

  * Mini-GMP: Fix mpz_set_str crash on inputs with a large number of
    leading zeros. Also stricter input validation, rejecting inputs
    with no digits.

  FEATURES
  * Handle more systems which require PIC code in static libraries (e.g.,
    "hardened" Gentoo and Debian 9).

  * Configuration for arm (-32 and -64) has been rewritten, fixing poor
    code selection for many CPUs.

  * Mini-GMP: Updated to the latest development version, including
    new functions mpn_com and mpn_neg.

  SPEEDUPS
  * None, except for arm CPUs affected by the configuration rewrite.
2016-12-19 08:50:45 +00:00
wiz
c1e552dc9d Updated print/cups-filters to 1.13.1 2016-12-19 08:49:13 +00:00
wiz
8a978b3b05 Updated cups-filters to 1.13.1.
CHANGES IN V1.13.1

	- cups-browsed: Avoid erroring out when restarting after a
	  crash (with generated queues not deleted due to the crash)
	  and the configuration option
	  CreateRemoteCUPSPrinterQueues=No being set.
	- cups-browsed: If CUPS is stopped while cups-browsed is
          running and there are queue for IPP network printers (not
          remote CUPS queues) on restart of CUPS the still existing
          local CUPS queue is not correctly re-connected with
          cups-browsed and therefore gets removed after a
          timeout. This should be fixed after a clean-up of
          re-connecting with remaining queues from a previous session
          (Debian bug #848223).
	- cups-browsed: Generated queues did not get removed on
          shutdown (Debian bug #848167).
	- libcupsfilters: Let PPD generator for driverless printing
	  suppress page sizes which the printer reports more than
	  once (CUPS Issue #4933).
	- driverless, libcupsfilters: Make "driverless list" output
	  and output of driverless as CUPS backend in discovery mode
	  add the word "driverless" to its output, to make it easier
	  to set up driverless printers with printer setup tools.
	  Made the NickName of the generated PPDs also match with the
	  "driverless list" output.

CHANGES IN V1.13.0

	- cups-browsed: Use the httpGetAddr() only with CUPS 2.0.x or
	  newer, as older CUPS versions do not provide it (Bug #1381).
	- cups-browsed: Minor corrections in the handling of the data
	  records of the discovered printers.
	- rastertopdf, urftopdf: As with libcupsimage from CUPS 2.2.2
	  on rastertopdf also understands Apple Raster and much better
	  than urftopdf does, use rastertopdf for Apple Raster
	  (image/urf) input files then. Also allow for manually
	  choosing by the ./configure command line.
	- driverless: Added a CUPS backend mode to the driverless
	  utility. Running as a CUPS backend in discovery mode it
	  lists the IPP URIs of the suitable printers in printer setup
	  tools and in "lpinfo -v", as conneting via IPP is required
	  for driverless printing.
2016-12-19 08:49:00 +00:00
wiz
838ddc123e Updated audio/chromaprint to 1.4.1 2016-12-19 08:45:58 +00:00
wiz
02c6342de8 Updated chromaprint to 1.4.1.
Version 1.4.1 -- December 12, 2016
==================================

 - Restored the -v/-version parameter for fpcalc that got accidentally removed in 1.4.
 - Fixed processing of some short audio files. They were ignored in 1.4.
 - The DURATION field in the default output of fpcalc is now printed as an integer again.
 - Added missing version number to libchromaprint.pc.
 - Mac OS X fpcalc builds are done with clang/libc++ and should work on 10.7+.
 - Linux fpcalc builds are now fully static.
2016-12-19 08:45:43 +00:00
maya
65fbaa2a1e libaudiofile: fix the second UB in the same line of code, cstatic which
isn't actually a cstatic. switch to just defining it in the accessor.
GCC optimized this UB away leading to an undefined reference in the builds.

Also use a function which is right for int32 too (same as upstream)

Thanks joerg for the help
2016-12-19 00:14:43 +00:00
maya
e9dfd30558 libaudiofile: different way of doing the same operation, it's unclear
to me why it fails for others, but maybe this one works.
2016-12-18 23:40:22 +00:00
joerg
14aea90406 Bump revision of all packages using libform, libpanel or libmenu as the
library name in devel/ncurses changed.
2016-12-18 23:33:11 +00:00
joerg
06b6d1703b Bump revision for devel/ncurses soname change. Drop NetBSD-7 from the
incompat list now that the conflict has been resolved.
2016-12-18 23:32:29 +00:00
joerg
248ee9763f Rename ncurses's libform, libpanel and libmenu to libgnuform,
libgnupanel and libgnumenu as they overlap with system libraries on
NetBSD, resulting in strange breakage like in devel/cmake's ccmake
frontend.
2016-12-18 23:30:34 +00:00
leot
3cf04bdc39 Updated net/youtube-dl to 20161218 2016-12-18 23:20:30 +00:00
taca
22ff0c4de4 Note remove of www/contao42 package. 2016-12-18 23:19:38 +00:00
leot
81fbe19174 Update net/youtube-dl to youtube-dl-20161218
Changes:
version 2016.12.18

Core
+ [extractor/common] Recognize DASH formats in html5 media entries

Extractors
+ [ccma] Add support for ccma.cat (#11359)
* [laola1tv] Improve extraction
+ [laola1tv] Add support embed URLs (#11460)
* [nbc] Fix extraction for MSNBC videos (#11466)
* [twitch] Adapt to new videos pages URL schema (#11469)
+ [meipai] Add support for meipai.com (#10718)
* [jwplatform] Improve subtitles and duration extraction
+ [ondemandkorea] Add support for ondemandkorea.com (#10772)
+ [vvvvid] Add support for vvvvid.it (#5915)


version 2016.12.15

Core
+ [utils] Add convenience urljoin

Extractors
+ [openload] Recognize oload.tv URLs (#10408)
+ [facebook] Recognize .onion URLs (#11443)
* [vlive] Fix extraction (#11375, #11383)
+ [canvas] Extract DASH formats
+ [melonvod] Add support for vod.melon.com (#11419)


version 2016.12.12

Core
+ [utils] Add common user agents map
+ [common] Recognize HLS manifests that contain video only formats (#11394)

Extractors
+ [dplay] Use Safari user agent for HLS (#11418)
+ [facebook] Detect login required error message
* [facebook] Improve video selection (#11390)
+ [canalplus] Add another video id pattern (#11399)
* [mixcloud] Relax URL regular expression (#11406)
* [ctvnews] Relax URL regular expression (#11394)
+ [rte] Capture and output error message (#7746, #10498)
+ [prosiebensat1] Add support for DASH formats
* [srgssr] Improve extraction for geo restricted videos (#11089)
* [rts] Improve extraction for geo restricted videos (#4989)
2016-12-18 23:19:26 +00:00
taca
5e78e483a3 Delete contao42 from pkgsrc since it is EOL. 2016-12-18 23:19:13 +00:00
taca
e684eeb60e Remove contao42. 2016-12-18 23:18:42 +00:00
adam
0a5a3ec4a2 Updated audio/mpg123 to 1.23.8 2016-12-18 23:00:23 +00:00
joerg
8c4fb3bc26 Updated pkgtools/pbulk to 0.65 2016-12-18 22:59:46 +00:00
joerg
114f76a09f pbulk-0.65: Add basic support for specifying chroot'd clients by
absolute path. Introduce hook for setting up the chroot
(client_prepare_chroot) similar to client_prepare_action for ssh
clients.
2016-12-18 22:59:35 +00:00
adam
c5dc9b91b2 Changes 1.23.8:
- Fix long-standing bad memory read (via integer underflow) in ID3 parser
  for crafted ID3v2 tags with tiny size information
2016-12-18 22:58:34 +00:00
joerg
60337d0d7a pbulk-0.64:
Ensure to reset port after each loop, so that "client" and "client:port"
notation can be mixed.
2016-12-18 22:41:12 +00:00
joerg
da31c10d9c pbulk-0.63:
Introduce a separate client-prepare script. The default configuration
runs the renamed client_prepare_action for each scan/build client once,
dropping duplicates in the list. Clients are prepared in parallel, but
the master waits for all before starting the actual scan. Make
bulkbuild-restart re-prepare the clients, i.e. in case they have a
pkgsrc tree in a local tmpfs.
2016-12-18 22:38:16 +00:00
tnn
40286ee54a also disable fiber when using clang on NetBSD due to lack of thread_local 2016-12-18 22:08:07 +00:00
tnn
6481d64d17 Updated security/gnupg21 to 2.1.16 2016-12-18 21:59:32 +00:00
tnn
ccf7f33ec8 Update to gnupg21-2.1.16.
* gpg: New algorithm for selecting the best ranked public key when
   using a mail address with -r, -R, or --locate-key.
 * gpg: New option --with-tofu-info to print a new "tfs" record in
   colon formatted key listings.
 * gpg: New option --compliance as an alternative way to specify
   options like --rfc2440, --rfc4880, et al.
 * gpg: Many changes to the TOFU implementation.
 * gpg: Improve usability of --quick-gen-key.
 * gpg: In --verbose mode print a diagnostic when a pinentry is
   launched.
 * gpg: Remove code which warns for old versions of gnome-keyring.
 * gpg: New option --override-session-key-fd.
 * gpg: Option --output does now work with --verify.
 * gpgv: New option --output to allow saving the verified data.
 * gpgv: New option --enable-special-filenames.
 * agent, dirmngr: New --supervised mode for use by systemd and alike.
 * agent: By default listen on all available sockets using standard
   names.
 * agent: Invoke scdaemon with --homedir.
 * dirmngr: On Linux now detects the removal of its own socket and
   terminates.
 * scd: Support ECC key generation.
 * scd: Support more card readers.
 * dirmngr: New option --allow-version-check to download a software
   version database in the background.
 * dirmngr: Use system provided CAs if no --hkp-cacert is given.
 * dirmngr: Use a default keyserver if none is explicitly set
 * gpgconf: New command --query-swdb to check software versions
   against an copy of an online database.
 * gpgconf: Print the socket directory with --list-dirs.
 * tools: The WKS tools now support draft version -02.
 * tools: Always build gpg-wks-client and install under libexec.
 * tools: New option --supported for gpg-wks-client.
 * The log-file option now accepts a value "socket://" to log to the
   socket named "S.log" in the standard socket directory.
 * Provide fake pinentries for use by tests cases of downstream
   developers.
 * Fixed many bugs and regressions.
 * Many changes and improvements for the test suite.
2016-12-18 21:58:23 +00:00
joerg
9f70595714 Provide consistent visibility for forward declarations. 2016-12-18 21:54:05 +00:00
joerg
ca3f0f94b5 Deal with Jasper fallout. 2016-12-18 21:53:31 +00:00
joerg
6339caeb60 Don't check sign of pointers. 2016-12-18 21:51:31 +00:00
joerg
586231dce8 Revbump for security/ykclient. 2016-12-18 21:50:45 +00:00
joerg
f65f2b1a72 Updated security/ykclient to 2.13nb3 2016-12-18 21:50:21 +00:00
joerg
76ea9c7be7 Rename hmac to ykhmac. Bump library version. 2016-12-18 21:50:08 +00:00
joerg
2539ae9046 Don't try to check the sign of pointers. 2016-12-18 21:46:33 +00:00
joerg
1bee5822bc Rename hmac to bghmac. Bump revision. 2016-12-18 21:39:58 +00:00
joerg
21488d7642 Use semantic markup, unbreak build with newer texinfo. Bump revision. 2016-12-18 21:34:25 +00:00
tnn
4eb55610ee add TEST_TARGET 2016-12-18 21:27:23 +00:00
tnn
7a47bf025f Updated net/synergy to 1.8.6 2016-12-18 21:12:58 +00:00
tnn
c6413f212b Update to synergy-1.8.6
Bug #5592 - Some keys don't work for macOS Sierra clients
Bug #5186 - Cursor stuck on client when using multi-DPI server
Bug #5722 - Malformed serial key in registry will crash GUI on startup
Bug #5752 - Tab order is incorrect on Settings dialog
Enhancement #5699 - Unified installers on macOS
Feature #4836 - macOS Sierra build
Bug #5680 - Server crashes when disconnecting SSL clients
Bug #5626 - Build fails using Xcode 8 and macOS SDK 10.12
Feature #5657 - Trial version support
Feature #5707 - User upgrade statistics
2016-12-18 21:12:13 +00:00
tnn
e45e63fe0e Updated games/openttd to 1.6.1 2016-12-18 21:02:48 +00:00
tnn
280342f8d8 The latest ICU update broke OpenTTD so update openttd to 1.6.1 to fix that.
Changes: build fixes, NewGRF tweaks and GUI tweaks.
2016-12-18 21:01:41 +00:00
maya
c5fd7ec288 ansiweather: install to the mandir. you saw nothing.
appease pkglint a little.
2016-12-18 19:17:44 +00:00
maya
b192e54d11 Adjust simh entry to reflect the pkg version that appears on install 2016-12-18 19:00:34 +00:00
maya
0a1238a5c0 Note update of logswan and ansiweather 2016-12-18 18:58:30 +00:00
maya
397d13fb00 ansiweather: update to 1.09
Added man page, -v flag for version.
License is now 2-clause BSD (dropped third BSD clause).

from fcambus (author)
2016-12-18 18:57:05 +00:00
maya
8bfb7110d3 logswan: update to 1.06.
Changed license to 2-clause BSD (from 3-clause)
Minor code shuffling.

From fcambus (author)
2016-12-18 18:49:39 +00:00
wiz
a03dbb10ae + chromaprint-1.4.1, cups-filters-1.13.1, gmp-6.1.2, jasper-2.0.6,
meld-3.16.4, musicpd-0.19.21, poppler-0.50.0, py-ZopeInterface-4.3.3,
  py-cryptography-1.7.1, py-dulwich-0.15.0, py-mccabe-0.5.3,
  py-setuptools-32.1.0, unifont-9.0.05, vim-8.0.0134, vim-share-8.0.0134,
  waf-1.9.7, wireshark-2.2.3, x264-devel-20161217.
2016-12-18 18:38:57 +00:00
zafer
1f73cf8d80 update MASTER_SITES 2016-12-18 18:31:28 +00:00
rillig
a60e7a3174 Fixed pkglint warnings. 2016-12-18 16:40:20 +00:00