Commit graph

240073 commits

Author SHA1 Message Date
shattered
3c7958fa41 depend on iconv (may fix bulk build failures on SmartOS) 2015-10-13 18:18:09 +00:00
shattered
3ae45a04bd Updated audio/ezstream to 0.6.0
Updated chat/gloox to 1.0.13
2015-10-13 18:15:23 +00:00
shattered
d25ee1f825 Update to 1.0.13. Changes:
Note: This release is not binary compatible with previous releases. It is source compatible.

- added IO Data (XEP-0244)
- serialise access to compressionZlib::cleanup for thread safety (thanks to Stephen Hilliard)
- prevent infinite loop in Tag::setCData() (thanks to Stephen Hilliard)
- TLSOpenSSL: memory leak on every client connection attempt (thanks to Stephen Hilliard)
- TLSOpenSSLClient/Server: disabled SSLv3, Google & co. finally support TLS
- fixed Debian bug #746857, worked around #758899
- fixed memory leak (#240)
- fixed compatibility with recent GnuTLS  versions, fixed GnuTLS check (thanks to Andreas Metzler) (#231)
2015-10-13 18:05:31 +00:00
shattered
c1cfba1567 Update to 0.6.0. Changes:
* This release contains a SECURITY FIX for a command injection vulnerability
   that was found and reported by Alexandre Rebert:

   The previous handling of metadata placeholders allowed for arbitrary shell
   commands to be trivially injected and executed as the ezstream user, via
   malicious media files.

 * This release requires users to ADJUST their CONFIGURATION:

   To protect against the injection vulnerability above, metadata is now
   properly quoted and escaped from the shell. This means that any extra
   quoting must be removed from configuration files.

   Remove all quoting from metadata placeholders in <encode/> and <decode/>
   commands, e.g. replace "@M@" with @M@, and "@T@" with @T@, etc. Without
   these changes, stream metadata will look both wrong and the injection
   vulnerability may be re-introduced.
2015-10-13 18:02:10 +00:00
fhajny
f4e3c8315b Ignore benign work dir reference inside a node.js object file. 2015-10-13 15:14:12 +00:00
fhajny
66d7114b2f Re-use pkgsrc apache-ivy and cache dependency artefacts to avoid
build time on-demand fetching of resources. PKGREVISION++
2015-10-13 15:03:37 +00:00
joerg
368242b031 Don't fetch 3rd party modules during build from the Internet.
Don't require C++14 for no obvious reason.
2015-10-13 14:37:42 +00:00
jperkin
f09dd5784d Native illumos arc4random(3C) imported the latest OpenBSD API which
does not have arc4random_addrandom().  Update other patches while here.
2015-10-13 14:21:13 +00:00
ryoon
474fbe56d3 Updated devel/ruby-redmine to 3.1.1nb1 2015-10-13 12:31:18 +00:00
ryoon
e1fb9a7987 Bump PKGREVISION
* Fix hardcoded netbsd.
* Use GEM_EXTSDIR to fix freebsd-10 installation.
* Remove duplicate PLIST entries.
* Tweak fix script.
2015-10-13 12:30:38 +00:00
fhajny
46246e4399 Updated lang/nodejs to 4.2.0 2015-10-13 07:48:02 +00:00
fhajny
ecc87033f1 Update lang/nodejs to 4.2.0.
The first Node.js LTS release! See https://github.com/nodejs/LTS/
for details of the LTS process.

- Added new -c (or --check) command line argument for checking script
  syntax without executing the code
- Added process.versions.icu to hold the current ICU library versio
- Added process.release.lts to hold the current LTS codename when
  the binary is from an active LTS release line
- npm: Upgraded to npm 2.14.7 from 2.14.4, see release notes
  for full details

See full release notes incl. commit log:

  https://nodejs.org/en/blog/release/v4.2.0/
2015-10-13 07:47:48 +00:00
agc
be5371df7c add license for this package
also add SHA512 digest while I'm here
2015-10-12 23:19:40 +00:00
tnn
41e50f4160 Fix another instance of FD_SETSIZE defined too late. 2015-10-12 21:48:33 +00:00
sevan
759694bbd3 Add the latest version of fontconfig freetype library from OpenBSD 5.8-current
Add EGL & Khronos components to MesaLib list
2015-10-12 18:47:21 +00:00
agc
05d56fd217 Note the addition of SHA512 digests for distfiles 2015-10-12 18:25:18 +00:00
agc
f8e65d3863 Now that it looks like SHA1 is getting closer to its end of life, add
the SHA512 digest to the mix of digests we keep for each distfile.

All part of providing stronger digests for pkgsrc, as discussed on
tech-pkg recently, with unanimous agreement.  There will be further
changes in this area in the near future, as we transit away from
reliance on SHA1 and RMD160.

New distinfo files will gain a SHA512 digest entry.  Existing
verification of distinfo files will just use the SHA1 and RMD160
digests which exist right now.
2015-10-12 18:23:48 +00:00
tnn
98c93d3208 Don't rely on Darwin.mk setting OSX_SDK_PATH. It's an internal variable
that will not always get defined. Instead query xcrun directly.
2015-10-12 17:51:02 +00:00
leot
114415c29b Added biology/cdhit version 4.6.4 2015-10-12 16:49:27 +00:00
leot
408f6ea29e Add cdhit. 2015-10-12 16:49:03 +00:00
leot
2653431fc6 Import biology/cdhit as cdhit-4.6.4.
Packaged in pkgsrc-wip by Jason Bacon.

CD-HIT is a very widely used program for clustering and comparing protein or
nucleotide sequences.
2015-10-12 16:48:08 +00:00
adam
4007d1bd3e Updated graphics/enblend-enfuse to 4.1.4 2015-10-12 16:17:58 +00:00
adam
639074e608 Changes 4.1.4:
** New Commandline Options
- The introduction of additional blend color spaces in the Development
  Branch requires a new option to select them.  Here, in the Stable
  Branch, the new option `--blend-colorspace' just duplicates the
  functionality of `--ciecam' and `--no-ciecam'.  The Stable Branch
  does *not* provide the additional blend colorspaces of the
  Development Branch.  The following equivalences hold
      --ciecam     <=>  --blend-colorspace=ciecam
      --no-ciecam  <=>  --blend-colorspace=identity
  Both options `--ciecam' and `--no-ciecam' are deprecated in 4.2 and
  will be withdrawn in 4.3.  Thus, users should prefer
  `--blend-colorspace'.

** Bug Fixes
- [Enblend and Enfuse] Fix the nesting-depth counter for response
  files.  This bug prohibited to load more than 20 images in a single
  response file.
- [Enblend and Enfuse] Allow grayscale images to bring their own
  (grayscale) profiles.  Previously grayscale images with ICC profiles
  were rejected.
- [Enblend] Fix a possible domain error followed by a division-by-zero
  in the seam-line optimizer.
- [Enblend and Enfuse] Avoid an undeserved warning about incompatible
  colorspaces if they only disagree on their meta-data (e.g. profile
  creation date/time).
- [Enblend] Fix a bug in the Dijkstra Optimizer which could lead to
  undefined behavior in the placement of the (optimized) seam line.
- [Enblend] Fix a non-dereferencable vector iterator which led to a
  segfault.
- [Enblend] Avoid a division-by-zero in the Annealing Optimizer.
- [Enblend] Fix a bug (1356551) in the seam-line vectorization code
  that was there since 2004.  The fix changes the position of almost
  any coarse-mask seam line vertex by one pixel.
2015-10-12 16:01:18 +00:00
taca
14f9db839c Note update of devel/ruby-test-unit package to 3.1.5. 2015-10-12 15:39:26 +00:00
taca
5fe7eca6c6 Update ruby-test-unit to 3.1.5.
## 3.1.5 - 2015-10-09 {#version-3-1-5}

It's a Rack integration improvement release.
2015-10-12 15:38:57 +00:00
taca
158b5d246e Note update of devel/ruby-highline package to 1.7.8. 2015-10-12 15:36:20 +00:00
taca
1e6e4211c4 Update ruby-highline to 1.7.8.
### 1.7.8 / 2015-10-09
* Fix some issues when paginating. (Nick Carboni (@carbonin) and Abinoam P. Marques Jr. (@abinoam), #168, PRs #169 #170)
2015-10-12 15:35:44 +00:00
taca
c122b77c52 Note update of databases/ruby-sqlite3 package to 1.3.11. 2015-10-12 15:33:41 +00:00
taca
53d1573671 Update ruby-sqlite3 to 1.3.11.
=== 1.3.11 / 2015-10-10

* Enhancements:
  * Windows: build against SQLite 3.8.11.1

* Internal:
  * Use rake-compiler-dock to build Windows binaries. Pull #159 [larskanis]
  * Expand Ruby versions being tested for Travis and AppVeyor
2015-10-12 15:33:08 +00:00
jperkin
fe2d4389ec Fix install on Darwin, perl module extension suffix is ".bundle" not ".so". 2015-10-12 14:53:17 +00:00
adam
5ca288ae6f Updated archivers/unrar to 5.3.6 2015-10-12 12:36:33 +00:00
adam
b44421cf1f Changes 5.3.6:
Unknown
2015-10-12 12:35:32 +00:00
fhajny
df4ff262a4 Fix missing dep on net/p5-NetAddr-IP. pkglint. PKGREVISION++ 2015-10-12 11:10:34 +00:00
ryoon
e21411e014 Updated www/matcha-sns to 1.3.7 2015-10-12 10:30:43 +00:00
ryoon
9b597ecf10 Update to 1.3.7
Changelog:
* [Security fix] Access restriction bypass for admin account
* [Security fix] Code injection to execute arbitrary PHP code
2015-10-12 10:29:48 +00:00
fhajny
98966750da Mark liblognorm dependency properly. Ride previous version/revision #. 2015-10-12 10:28:56 +00:00
fhajny
ef9db2d34d Updated sysutils/liblognorm to 1.1.2 2015-10-12 10:06:37 +00:00
fhajny
bfc9f160a7 Update sysutils/liblognorm to 1.1.2.
Version 1.1.2, 2015-07-20

- permit newline inside parser definition
- new parser "cisco-interface-spec"
- new parser "json" to process json parts of the message
- new parser "mac48" to process mac layer addresses
- new parser "name-value-list" (currently inofficial, experimental)
- some parsers did incorrectly report success when an error occurred
- call "rest" parser only if nothing else matches.
- new API to support error callbacks
- testbench is now enabled by default
- bugfix: misadressing on some constant values
- bugfix: add missing function prototypes
2015-10-12 10:06:26 +00:00
fhajny
c615e6d3c3 Add missing py-cython bl3, fixes PLIST phase 2015-10-12 10:00:57 +00:00
jperkin
9b32afd280 Support compressed manual pages with 3am and 3f suffixes. 2015-10-12 09:08:22 +00:00
tnn
ddd66406a0 make NOT_FOR_UNPRIVILEGED unconditional (use of /etc is unconditional) 2015-10-12 08:33:38 +00:00
ryoon
4e5851c0a9 PKGREVISION bump of mozc packages. 2015-10-12 07:28:39 +00:00
ryoon
f1e23b7c75 Do not depend on gcc46. Bump PKGREVISION.
Do not mix libstdc++ from gcc46-libs (libstdc++.so.6) and
NetBSD base (libstdc++.so.7) under netbsd-6.
Patch from tnozaki.
2015-10-12 07:24:50 +00:00
taca
8d5365b5b9 Note update of devel/ruby-rugged package to 0.23.3. 2015-10-12 05:56:08 +00:00
taca
1e57419264 Update ruby-rugged to 0.23.3.
Changes since Rugged 0.23.2

    * Update bundled libgit2 to 0.23.3.

      See https://github.com/libgit2/libgit2/releases/tag/v0.23.3
      for a list of fixed issues and new features.
2015-10-12 05:55:27 +00:00
taca
b2ce61a0a4 Note update of time/ruby-tzinfo package to 0.3.45. 2015-10-12 05:50:51 +00:00
taca
4ce63ffe1a Update tuby-tzinfo to 0.3.45.
== Version 0.3.45 (tzdata v2015g) - 03-Oct-2015

* Updated to tzdata version 2015g
  (http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html).
2015-10-12 05:50:27 +00:00
taca
c2ad22b4c1 Note update of www/contao35 package to 3.5.4. 2015-10-12 05:48:00 +00:00
taca
f7c96cddd4 Update contao35 to 3.5.4.
Version 3.5.4 (2015-10-09)
--------------------------

### Fixed
Do not add the back end language in the meta wizard (see #8056).

### Fixed
Do not add excluded files to the DBAFS if they are edited in the file manager.

### Fixed
Add the `|flatten` insert tag flag to handle arrays (see #8021).

### Fixed
Check for excluded folders in the back end file popup (see #8003).

### Fixed
Fixed a wrong option name when initializing sortables (see #8053).

### Fixed
Translate UUIDs to paths in the parent view header fields.

### Fixed
Trigger the options_callback for the parent view header fields (see #8031).

### Fixed
Correctly create the initial version of a member without username (see #8037).

### Fixed
Improve the performance of the debug bar (see #7839).

### Fixed
Correctly output the event details in the `event_list` template (see #8041).

### Fixed
Only modify empty `href` attributes in the `nav_` template (see #8006, #8038).

### Fixed
Correctly show the group headlines in the repository DB updater (see #8020).

### Fixed
Improve the e-mail regex to also match the new TLDs (see #7984).

### Fixed
Ensure that the database port is not empty (see #7950).

### Fixed
Remove the left-over usages of `$this->v2warning` (see #8027).

### Fixed
Support the `hasDetails` variable in the event reader (see #8011).
2015-10-12 05:47:19 +00:00
taca
85ca72d79b + postfix-3.0.3. 2015-10-12 05:41:26 +00:00