Commit graph

260197 commits

Author SHA1 Message Date
wiz
24375af34d Updated syncthing to 0.14.23.
0.14.23

This is a hotfix release recommended for all users.

Resolved issues:

    #3970: Syncthing restarts when started manually and auto upgrading


0.14.22

This is a regular periodic release withdrawn because of an issue with automatic upgrade.

Resolved issues:

    #3935: Leading and trailing spaces are no longer stripped in the GUI password field
    #3908: The GUI shows remaining amount of data to sync per folder.
    #3933: There should no longer be empty entries in the global log
    #3938: Weak hashing is now by default only enabled when it makes sense from a performance point of view.

Also:

This release introduces the the ability to choose between stable and candidate
releases for auto upgrades.
2017-02-08 21:59:28 +00:00
adam
fa2fdefe59 Updated graphics/potrace to 1.13 2017-02-08 21:47:52 +00:00
wiz
598b3b2b8a Updated viewvc to 1.1.26.
Version 1.1.26 (released 24-Jan-2017)

  * security fix: escape nav_data name to avoid XSS attack

Version 1.1.25 (released 15-Sep-2016)

  * fix _rev2optrev assertion on long input

Version 1.1.24 (released 02-Oct-2015)

  * fix minor bug in human_readable boolean calculation
  * allow hr_funout option to apply to unidiff diffs, too
  * fix infinite loop in rcsparse
  * fix iso8601 timezone offset handling (issue #542)
  * add support for renamed roots (issue #544)
  * fix minor buglet in viewvc-install error message
2017-02-08 20:00:34 +00:00
maya
a6523d6221 zeromq: document the fact that the patches are only needed for netbsd<8
now, since netbsd 8 will have accept4. it'll be a long time before they're
safe to remove, and we'll probably forget why they're here by then.
2017-02-08 18:15:44 +00:00
adam
001adf7bcc Quick fix: install the include file; remove patches 2017-02-08 18:03:27 +00:00
adam
edc244e4e7 Release 1.13
Some critical bugs in the processing of BMP files were fixed. These
bugs allowed the program to be crashed, or potentially to be abused
in other ways, by feeding it specially crafted BMP files. Thanks to
Tomasz Buchert and Agostino Sarubbo for reporting these bugs.
Portability was improved for C99 and for MSVC++. Thanks to Peter
Breitenlohner, Nelson Beebe, and Martin Gieseking for reporting
portability issues.
2017-02-08 17:53:51 +00:00
wiz
83c7b9b8f7 Updated audio/eyeD3 to 0.7.10 2017-02-08 14:21:36 +00:00
wiz
0baa3f9793 Updated eyeD3 to 0.7.10.
0.7.10 - 12.10.2016 (Hollow)

    Bug Fixes:

            [issue 97] - Missing import
            [issue 105] - Fix the rendering of default constructed id3.TagHeader
            Fixed Tag.frameiter

0.7.9 - 11.27.2015 (Collapse/Failure)

    New Features:

            process files and directories in a sorted fashion. <Hans-Peter Jansen>
            display the ellipsis file name and path, and the file size right justified in printHeader. <Hans-Peter Jansen>
            stating to be unable to find a valid mp3 frame without a hint, where this happened is rather unfortunate. I noticed this from using eyed3.load() calls. <Hans-Peter Jansen>
            [fixup plugin] - Better compilation support.

    Bug Fixes:

            Fixed missing ‘math’ import.
            [issue 81] - Replaced invalid Unicode.
            [issue 91] - Disabled ANSI codes on Windows
            [issue 92] - More friendly logging (as a module)

0.7.8 - 05.25.2015 (Chartsengrafs)

    New Features:

            [pymod plugin] – A more procedural plugin interface with modules.
            [art plugin] – Extract tag art to image files, or add images to tags.
            eyed3.utils.art - High level tag art API
            eyed3.id3.frames.ImageFrame.makeFileName produces the file extension .jpg instead of .jpeg for JPEG mime-types.
            Added eyed3.utils.makeUniqueFileName for better reuse.
            [statistics plugin] – Less score deduction for lower bit rates.
            Split example plugins module into discrete plugin modules.
            [fixup plugin] – Added –fix-case for applying title() to names
            [fixup plugin] – Detects and optionally removes files determined to be cruft.
            eyed3.id3.Tag – Added frameiter method for iterating over tag frames.
            Added optional preserve_file_time argument to eyed3.id3.Tag.remove.
            Removed python-magic dependency, it not longer offers any value (AFAICT).

    Bug Fixes:

            [issue 50] Crashing on –remove-frame PRIV
            [issue 75] Parse lameinfo even if crc16 is not correct
            [issue 77] Typo in docs/installation.rst
            [issue 79] Request to update the GPL License in source files
            Fixes to eyed3.id3.tag.TagTemplate when expanding empty dates.
            eyed3.plugins.Plugin.handleDone return code is not actually used.
            [classic plugin] – Fixed ID3v1 –verbose bug.
            [fixup plugin] – Better date handling, album type, and many bug fixes.

0.7.6 / 0.7.7 - Skipped
2017-02-08 14:21:26 +00:00
hauke
ec63884231 Make sure the file substitution is performed before packaging. 2017-02-08 14:15:30 +00:00
hauke
fcc56ee87c Updated sysutils/p5-Unburden-Home-Dir to 0.4.0.1 2017-02-08 13:08:47 +00:00
wiz
cf95aa9830 Updated devel/py-setuptools to 34.1.1 2017-02-08 12:11:32 +00:00
wiz
091a9ec935 Updated py-setuptools to 34.1.1.
v34.1.1
-------

* #953: More aggressively employ the compatibility issue
  originally added in #706.

v34.1.0
-------

* #930: ``build_info`` now accepts two new parameters
  to optimize and customize the building of C libraries.

v34.0.3
-------

* #947: Loosen restriction on the version of six required,
  restoring compatibility with environments relying on
  six 1.6.0 and later.

v34.0.2
-------

* #882: Ensure extras are honored when building the
  working set.
* #913: Fix issue in develop if package directory has
  a trailing slash.

v34.0.1
-------

* #935: Fix glob syntax in graft.

v34.0.0
-------

* #581: Instead of vendoring the growing list of
  dependencies that Setuptools requires to function,
  Setuptools now requires these dependencies just like
  any other project. Unlike other projects, however,
  Setuptools cannot rely on ``setup_requires`` to
  demand the dependencies it needs to install because
  its own machinery would be necessary to pull those
  dependencies if not present (a bootstrapping problem).
  As a result, Setuptools no longer supports self upgrade or
  installation in the general case. Instead, users are
  directed to use pip to install and upgrade using the
  ``wheel`` distributions of setuptools.

  Users are welcome to contrive other means to install
  or upgrade Setuptools using other means, such as
  pre-installing the Setuptools dependencies with pip
  or a bespoke bootstrap tool, but such usage is not
  recommended and is not supported.

  As discovered in #940, not all versions of pip will
  successfully install Setuptools from its pre-built
  wheel. If you encounter issues with "No module named
  six" or "No module named packaging", especially
  following a line "Running setup.py egg_info for package
  setuptools", then your pip is not new enough.

  There's an additional issue in pip where setuptools
  is upgraded concurrently with other source packages,
  described in pip #4253. The proposed workaround is to
  always upgrade Setuptools first prior to upgrading
  other packages that would upgrade Setuptools.
2017-02-08 12:11:22 +00:00
wiz
221399c2c4 Mark setuptools dependencies with BOOTSTRAP_SETUPTOOLS=yes. 2017-02-08 12:11:08 +00:00
wiz
355befa8a1 + py-packaging. 2017-02-08 12:10:33 +00:00
wiz
f026a27973 Import py-packaging-16.8 as devel/py-packaging.
Core utilities for Python packages.
2017-02-08 12:10:01 +00:00
wiz
628672da8f Add new BOOTSTRAP_SETUPTOOLS variable.
setuptools is one of the basic methods to install python packages.
However, since 34.0 it does not provide its dependencies any longer;
so they need to be installed from pkgsrc.

For bootstrapping, python itself comes with a copy of (pip and) setuptools.
Use this copy to install the necessary packages. They need to be
marked by BOOTSTRAP_SETUPTOOLS=yes for this.
2017-02-08 12:09:30 +00:00
hauke
b069b6e829 Upstream has a version tag: Just use it, and get a proper version number. 2017-02-08 11:54:57 +00:00
prlw1
6a236290a6 Updated devel/apache-ant to 1.10.1 2017-02-08 11:50:23 +00:00
prlw1
9dc89dfddd Update apache-ant to 1.10.1
Changes from Ant 1.10.0 TO Ant 1.10.1
=====================================

Fixed bugs:
-----------

 * Ant 1.10.0 made Path#systemClasspath final which broke the Eclipse
   integration.
   Bugzilla Report 60582

 * the wrapper script still didn't work on Solaris 10, but worked on
   Solaris 11.
   The "fixed" script should work in most cases but will not preserve
   newlines present in command line arguments.
   Bugzilla Report 60562

Other changes:
--------------

 * new tasks <xz> and <unxz> and resource <xzresource> for XZ
   compression. Also the compression attribute of <tar>/<untar> now
   accepts "xz" as valid value.
   The tasks and type are contained in the new ant-xz.jar and require
   the library XZ for Java to be on the CLASSPATH.
   Bugzilla Report 60350
2017-02-08 11:50:02 +00:00
hauke
4ae1fceb64 Fix lsof(1) path
Package version should be monotonous, so use commit timestamp
instead of git hash
2017-02-08 11:05:28 +00:00
hauke
0e88d9f139 Lose PLIST, since PERL5_PACKLIST magic takes care of things. 2017-02-08 10:41:03 +00:00
hauke
7f1350b0f3 Drop PLIST, since PERL5_PACKLIST magic will take care of things.
Default to an absolute path for rsync. We explicitly depend on it,
and it may not be first in PATH, or not at all.
2017-02-08 10:35:21 +00:00
wiz
4e64883c49 Update some flags and remove unneeded ones.
From Guillem Jover.

Add test target.
2017-02-08 10:13:29 +00:00
maya
d8b95ef831 Updated www/firefox45 to 45.7.0nb2 2017-02-08 07:32:17 +00:00
maya
c808c59f3d firefox45: make oss audio not overflow (sound like crap) when playing
bass-heavy sounds, similar to the change made to www/firefox.

put this patch in files/ because it's the right thing and also because
I'm struggling to make changes to the patch, possibly my moving the
location of EOF so the patch doesn't apply fully (guessing)

PKGREVISION->2
2017-02-08 07:32:01 +00:00
minskim
4a26c5c9d0 Added devel/py-sortedcontainers version 1.5.7 2017-02-08 04:49:21 +00:00
minskim
2d6c86ea15 Add py-sortedcontainers 2017-02-08 04:48:28 +00:00
minskim
b4a6ca47c8 Import py-sortedcontainers-1.5.7 as devel/py-sortedcontainers
SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
2017-02-08 04:47:04 +00:00
kamil
13e0265a5c Set libpthread_dbg valid only on NetBSD 2017-02-08 02:06:34 +00:00
kamil
6c40bb6fa0 Import pthread_dbg(3) ATF tests
These files currently aren't attached to the package's Makefile.

Sponsored by <The NetBSD Foundation>
2017-02-08 01:37:38 +00:00
kamil
cad70c2da7 Added devel/libpthread_dbg version 20161124 2017-02-08 01:06:06 +00:00
kamil
9b6b1e7a65 + devel/libpthread_dbg 2017-02-08 01:05:09 +00:00
kamil
171861610b Import libpthread_dbg-20161124 as devel/libpthread_dbg.
The pthread_dbg library provides an implementation of the standard POSIX
threads library debugging facilities.

The NetBSD implementation is based on 1:1 thread model, therefore each
pthread(3) has a kernel thread, called a light-weight process (LWP).

Note that the system private thread interfaces upon which the pthread(3)
library is built are subject to change without notice.  In order to
remain compatible with future NetBSD releases, programs must be linked
against the dynamic version of the thread library.  Statically linked
programs using the POSIX threads framework may not work when run on a
future version of the system.

The pthread_dbg library is designed to be used in debuggers and to
control and introspect the NetBSD implementation of the POSIX threads.
Software may use native LWP threads without pthread(3) layer, in that
case pthread_dbg cannot be used.

Sponsored by <The NetBSD Foundation>
2017-02-08 01:02:19 +00:00
joerg
51a544d77c Don't force unaligned memory use. Bump revision. 2017-02-08 00:07:38 +00:00
joerg
8d16087285 Make it a proper Egg. Bump revision. 2017-02-08 00:06:54 +00:00
joerg
c6859c1f9c Don't order pointer, but check the value intended instead. Bump
revision.
2017-02-08 00:05:55 +00:00
joerg
fd69db2f05 Fix format strings. Fix ordering of pointers relative to 0. Bump
revision.
2017-02-08 00:04:53 +00:00
joerg
757e93a621 Pointers and 0 are not ordered. 2017-02-08 00:03:30 +00:00
joerg
c365647150 Don't order pointers with zero. 2017-02-08 00:02:18 +00:00
joerg
4640d16cb5 Fix format string. Deal with pointer ordering. Bump revision. 2017-02-07 23:56:14 +00:00
joerg
32b08ddc46 Deal with non-value-preserving casts. 2017-02-07 23:55:05 +00:00
joerg
8ae17704f1 Don't break <atomic> with silly flags. 2017-02-07 23:54:08 +00:00
joerg
0266d441ab + py-cfscrape 2017-02-07 23:52:56 +00:00
joerg
b20abf8ca1 Added www/py-cfscrape version 1.6.8 2017-02-07 23:52:27 +00:00
joerg
bb1609bf41 Add py-cfscrape-1.6.8:
This Python module allows by-passing of Cloudfare's anti-bot page. It
will dynamically evaluate the Javascript challenge as proof of web
browserness. It cannot handle reCAPTCHA challenges.
2017-02-07 23:52:16 +00:00
joerg
dd39e70b6f Added lang/py-js2py version 0.43 2017-02-07 23:50:59 +00:00
joerg
0ef98d2cdf + py-js2py 2017-02-07 23:50:48 +00:00
joerg
38e23ca09b Add py-js2py-0.43, a simple Javascript to Python converter. 2017-02-07 23:50:27 +00:00
joerg
794d2d6a63 Added lang/py-jsparser version 2.4.5 2017-02-07 23:49:42 +00:00
joerg
0e45176ccb + py-jsparser 2017-02-07 23:49:26 +00:00