Commit graph

224001 commits

Author SHA1 Message Date
wiz
b25bb7e72f Add missing dependency.
Create installation directory.
Fixes package.
2014-11-18 07:37:59 +00:00
rodent
5c2585949a Updated net/haproxy to 1.5.8 2014-11-18 02:38:11 +00:00
rodent
d0ce920a27 ChangeLog :
===========

2014/10/31 : 1.5.8
    - BUG/MAJOR: buffer: check the space left is enough or not when input data in a buffer is wrapped
    - BUG/BUILD: revert accidental change in the makefile from latest SSL fix

2014/10/30 : 1.5.7
    - BUG/MEDIUM: regex: fix pcre_study error handling
    - BUG/MINOR: log: fix request flags when keep-alive is enabled
    - MINOR: ssl: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER formatted certs
    - MINOR: ssl: add statement to force some ssl options in global.
    - BUG/MINOR: ssl: correctly initialize ssl ctx for invalid certificates
    - BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR
    - BUG/MAJOR: cli: explicitly call cli_release_handler() upon error
    - BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol
    - BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET sockets

2014/10/18 : 1.5.6
    - BUG/MEDIUM: systemd: set KillMode to 'mixed'
    - MINOR: systemd: Check configuration before start
    - BUG/MEDIUM: config: avoid skipping disabled proxies
    - BUG/MINOR: config: do not accept more track-sc than configured
    - BUG/MEDIUM: backend: fix URI hash when a query string is present

2014/10/08 : 1.5.5
    - DOC: Address issue where documentation is excluded due to a gitignore rule.
    - MEDIUM: Improve signal handling in systemd wrapper.
    - BUG/MINOR: config: don't propagate process binding for dynamic use_backend
    - MINOR: Also accept SIGHUP/SIGTERM in systemd-wrapper
    - DOC: clearly state that the "show sess" output format is not fixed
    - MINOR: stats: fix minor typo fix in stats_dump_errors_to_buffer()
    - DOC: indicate in the doc that track-sc* can wait if data are missing
    - MEDIUM: http: enable header manipulation for 101 responses
    - BUG/MEDIUM: config: propagate frontend to backend process binding again.
    - MEDIUM: config: properly propagate process binding between proxies
    - MEDIUM: config: make the frontends automatically bind to the listeners' processes
    - MEDIUM: config: compute the exact bind-process before listener's maxaccept
    - MEDIUM: config: only warn if stats are attached to multi-process bind directives
    - MEDIUM: config: report it when tcp-request rules are misplaced
    - MINOR: config: detect the case where a tcp-request content rule has no inspect-delay
    - MEDIUM: systemd-wrapper: support multiple executable versions and names
    - BUG/MEDIUM: remove debugging code from systemd-wrapper
    - BUG/MEDIUM: http: adjust close mode when switching to backend
    - BUG/MINOR: config: don't propagate process binding on fatal errors.
    - BUG/MEDIUM: check: rule-less tcp-check must detect connect failures
    - BUG/MINOR: tcp-check: report the correct failed step in the status
    - DOC: indicate that weight zero is reported as DRAIN
2014-11-18 02:37:06 +00:00
wiz
c991da3359 Updated textproc/pod2mdoc to 0.1 2014-11-17 22:28:04 +00:00
wiz
65df545cbe Update to 0.1:
Simple Ft/Fo/Fa/Fc parser and formatter for the SYNOPSIS.
2014-11-17 22:27:56 +00:00
adam
864be979d0 PLIST fix for 'doc' option on 2014-11-17 21:21:33 +00:00
markd
82681ec1c1 ktorrent update 2014-11-17 20:04:23 +00:00
markd
67b47dba1e Update ktorrent to version 4.3.1
The biggest changes since the 4.2 release include:
- Reintroduction of a tabbed torrent list widget, though a bit different
  then the old tab widget from the 4.1 days.
- Improved support for magnet links
- Support for removable storage
- A whole bunch of bugfixes and smaller improvements over ktorrent
2014-11-17 20:02:20 +00:00
markd
8dfa34e702 Update libktorrent to version 1.3.1
Also add patches to build with latest boost.

The biggest changes since the 4.2 release include:
- Reintroduction of a tabbed torrent list widget, though a bit different
  then the old tab widget from the 4.1 days.
- Improved support for magnet links
- Support for removable storage
- A whole bunch of bugfixes and smaller improvements over ktorrent
2014-11-17 19:59:40 +00:00
jmmv
4d351cff0e Note update of shtk to 1.6. 2014-11-17 19:56:47 +00:00
jmmv
91f693bc98 Update shtk to 1.6:
Released on 2014-11-17.

* Added the unittest module, a framework with which to implement
  robust test programs purely in shell.  This new module supports
  defining test programs as a collection of standalone test cases or
  test fixtures; supports assert-syle vs. expect-style checks; and
  provides advanced checks to simplify the implementation of tests
  cases for command-line utilities.  unittest-based test programs
  can be trivially plugged into the Kyua testing framework.

* Added manual pages for all public API functions.  See shtk(3) for
  an introduction and follow all linked pages for details.  All
  docstrings have been removed from the code in favor of the manual
  pages.

* Added the shtk_config_include function so that configuration files
  can source other files using relative (or absolute) paths.

* Removed 'set -e' calls from shtk and from any generated scripts.
  It is the user who should be enabling this feature if he chooses to
  because 'set -e' may have suprising and inconsistent behavior in
  large scripts (and shtk can be defined as large).
2014-11-17 19:55:53 +00:00
joerg
f4b44efb89 Instantiate WeakMapPtr explicitly to get the right visibility with
clang.
2014-11-17 19:08:06 +00:00
joerg
38492cc74f Uses old-style exception syntax. 2014-11-17 19:05:39 +00:00
joerg
8aa2257005 Needs help2man. Has racy build. 2014-11-17 19:05:14 +00:00
joerg
785e0d1bbf Make sure AM_GETTEXT can be resolved. 2014-11-17 19:04:49 +00:00
joerg
c3272bb396 Don't force linking against libstdc++, it might not exist. Bump
revision.
2014-11-17 19:04:25 +00:00
joerg
e7ca5b655d Always return a value from a non-void function. 2014-11-17 19:03:10 +00:00
joerg
1e2b81266c Allow build with C++11 STL providing std::ratio. 2014-11-17 19:02:30 +00:00
joerg
16c0ffab4c Make more robust when it comes to vala selection. Sort includes. 2014-11-17 19:01:46 +00:00
joerg
f0b33ca1fd Remove debug statement involving a non-existing variable. 2014-11-17 19:01:13 +00:00
joerg
5667f801d7 Don't pretend that C++ is C. 2014-11-17 19:00:39 +00:00
jmcneill
962ff7b09e implement cacheFlush for NetBSD/arm 2014-11-17 11:54:42 +00:00
prlw1
6346635c1d Build fix - libdvdnav no longer ships dvdnav-config 2014-11-17 11:38:10 +00:00
schmonz
198669174b Updated textproc/p5-Search-Xapian to 1.2.19.0 2014-11-17 09:06:31 +00:00
schmonz
175ca7ff28 Update to 1.2.19.0. From the changelog:
[Changes contributed by Dmitry Karasik]
- Fix deliberate leaks in QueryParser::add_valuerangeprocessor() and
  QueryParser::set_stopper() by tracking object ownership properly.
  (ticket#647)
[Changes contributed by Olly Betts]
- Fix deliberate leaks in TermGenerator::set_stopper() and Enquire
  methods which allow specifying a Sorter object similarly.
2014-11-17 09:06:18 +00:00
schmonz
25c2f57fa0 Updated textproc/xapian-omega to 1.2.19 2014-11-17 09:06:10 +00:00
schmonz
d7fd08c3da Update to 1.2.19. From the changelog:
documentation:

* docs/overview.rst: Note that pdftotext is part of poppler as well as xpdf.
  (Noted by Paul Wise)
2014-11-17 09:06:01 +00:00
schmonz
9ed5510751 Updated textproc/xapian to 1.2.19 2014-11-17 09:05:51 +00:00
schmonz
b335e8278e Update to 1.2.19. From the changelog:
API:

* Xapian::BM5Weight:

  + Improve BM25 upper bound in the case when our wdf upper bound > our
    document length lower bound.  Thanks to Craig Macdonald for pointing out
    this trick.

  + Pre-multiply termweight by (param_k1 + 1) rather than doing it for
    every weighted term in every document considered.

testsuite:

* Don't report apparent leaks of fds opened on /dev/urandom - at least on
  Linux, something in the C library seems to lazily open it, and the report of
  a possible leak followed by assurance that it's OK really is just noise we
  can do without.

matcher:

* Fix false matches reported for non-exact phrases in some cases.  Fixes the
  reduced testcase in #657, reported by Jean-Francois Dockes.

brass backend:

* Only full sync after writing the final base file (only affects Max OS X).

chert backend:

* Only full sync after writing the final base file (only affects Max OS X).

flint backend:

* Only full sync after writing the final base file (only affects Max OS X).

build system:

* For Sun's C++ compiler, pass -library=Crun separately since libtool looks for
  " -library=stlport4 " (with the spaces).  (fixes#650)

* Remove .replicatmp (created by the test suite) upon "make clean".

documentation:

* include/xapian/compactor.h: Fix formatting of doxygen comment.

* HACKING: freecode no longer accepts updates, so drop that item from the
  release checklist.

* docs/overview.rst: Add missing database path to example of using
  xapian-progsrv in a stub database file.

portability:

* Suppress unused typedef warnings from debugging logging macros, which occur
  in functions which always exit via throwing an exception when compiling with
  recent versions of GCC or clang.

* Fix debug logging code to compile with clang.  (fixes #657, reported by
  Germán M. Bravo)

debug code:

* Add missing RETURN() markup for debug logging in a few places, highlighted by
  warnings from recent GCC.

* Fix incorrect return types in debug logging annotations so that code compiles
  when configured with --enable-log.
2014-11-17 09:05:37 +00:00
schmonz
44bc60caaf Updated mail/qmail-qfilter to 2.1nb2 2014-11-17 02:56:18 +00:00
schmonz
f851119811 Apply patch (submitted upstream) to set QMAILPPID for filters to
know grandparent PID. With this change, I can correlate rejections
from my homegrown badrcptto-alike filter with qmail-smtpd sessions.
While here, add LICENSE and otherwise placate pkglint.

Bump PKGREVISION.
2014-11-17 02:56:04 +00:00
wiz
c531219bc2 Updated wm/libAppleWM to 1.4.1 2014-11-16 20:15:34 +00:00
wiz
5353c3d2bd Update to 1.4.1. From Youri Mouton in PR 49397.
Fixes build.

While here, fix path to itself in bl3.mk.
2014-11-16 20:14:59 +00:00
markd
c29a579a55 Commit missing patch. 2014-11-16 18:28:52 +00:00
hiramatsu
9d3b5ec9a6 Updated x11/labltk to 8.06.0. 2014-11-16 18:09:26 +00:00
hiramatsu
ffafc4d8b6 Update x11/labltk to 8.06.0.
This release does not contain functional changes, but MASTER_SITES,
distfile and version number are updated to follow upstream.
2014-11-16 18:08:36 +00:00
gdt
1771a4b9a7 Add retroshare to TODO. 2014-11-16 16:11:36 +00:00
wiz
b5a129daf4 + caff-1.1.11, libffi-3.2.1, mc-4.8.13, musicpd-0.19.3, notmuch-0.19,
ocaml-lablgtk-2.18.3, py-mercurial-3.2.1, py-pygments-2.0,
  x264-devel-20141115.
2014-11-16 15:08:12 +00:00
wiz
d2298c79bc + webkit-gtk-2.6.3. 2014-11-16 12:17:41 +00:00
wiz
8bd316d1b7 Updated graphics/p5-Image-ExifTool to 9.76 2014-11-16 12:16:49 +00:00
wiz
89f0141d0c Update to 9.76:
Nov. 15, 2014 - Version 9.76 (production release)

  - Added support for the LFR format (same as LFP)
  - Added support for Samsung models which write 2 values for LensType
  - Added a new Samsung LensType (thanks Nick Livchits)
  - Added a few new Nikon LensID's (thanks David Puschel)
  - Added a new PentaxModelID
  - Added some new Olympus WhiteBalance2 values (thanks LibRaw)
  - Added a new EXIF:Compression value
  - Decode a new FujiFilm tag
  - Decode a few more private TIFF tags
  - Improved warning message if "DIR" or "FILE" is used literally on the command
    line
  - Improved "-j -b" output to encode any non-UTF8 values as Base64
  - Enhanced -fast option (FastScan API option) to allow file processing to be
    bypassed entirely
  - Changed conversions for a couple of Nikon 1 AF tags for consistency
  - Changed reported FileType for LNK, KEY, KTH, NUMBERS, NMBTEMPLATE and PAGES
    files to match extension
  - Fixed problems adding new XMP and deleting old XMP from MP4 videos
  - Fixed problem writing FileModifyDate/FileCreateDate when
    -overwrite_original_in_place is used

Nov. 2, 2014 - Version 9.75

  - Added support for FLIR version 101 metadata
  - Added a new Olympus LensType (thanks Niels Kristian Bech Jensen)
  - Added a new Pentax LensType (thanks Louis Granboulan)
  - Added a new Samsung LensType
  - Decode a few more Nikon D4S tags (thanks Warren Hatch)
  - Decode a few more Sony tags (thanks Jos Roost)
  - Decode a new FujiFilm tag
  - Improved formula for calculating Sony:FocusDistance2 (thanks Jos Roost)
  - Changed XMP parsing to impose standard namespace prefixes, thus avoiding
    (some) problems reading the ugly XMP generated by Microsoft products
  - Fixed decoding of Nikon FileInfo tags for recent DSLR models

Oct. 15, 2014 - Version 9.74

  - Added a number of new QuickTime GenreID values (thanks Francois Bonzon)
  - Added support for some newer Sony cameras (thanks Jos Roost)
  - Decode more Nikon D4S custom settings (thanks Warren Hatch)
  - Improved lens identification logic for XMP metadata (thanks Jos Roost)
  - Fixed typo in Condition for a few D3 NikonCustom tags
  - Fixed bug which could cause a "Use of uninitialized value $val" runtime
    error when reading XML

Oct. 13, 2014 - Version 9.73

  - Added a new CanonModelID (thanks LibRaw and Niels Kristian Bech Jensen)
  - Added a few new Canon and Sony lenses (thanks Jos Roost)
  - Delete unknown PNG TextualData tags when deleting all PNG tags
  - Decode AF points for Canon PowerShot G1X Mark II
  - Decode a number of Pentax, Olympus, Panasonic and Sony tags (thanks LibRaw)
  - Decode a few more Nikon NCTG tags in MOV videos (thanks Stuart Bennett)
  - Decode Nikon D4S custom settings (thanks Warren Hatch)
  - Decode some makernote tags in Sony Xperia Z3 images
  - Make PhotoshopThumbnail and PhotoshopBGRThumbnail writable (but "unsafe")
  - Changed order of operations so flattened tags always take precedence over
    structured tags when writing a mix of both types of tags
  - Fixed potential bug decoding some Nikon 1 AF points

Sept. 26, 2014 - Version 9.72

  - Added a few new Pentax ISO values
  - Added a new CanonModelID and SonyModelID (thanks LibRaw)
  - Added a new Canon LensType
  - Decode AF points for some newer Nikon 1 cameras (thanks Chris Reimold for
    his help, and Graham Woolf for the samples)
  - Improved verbose output for recently decoded Samsung trailer
  - Fixed Samsung trailer writer to properly update offsets in the QDIO block

Sept. 20, 2014 - Version 9.71

  - Added a couple of mew CanonModelID's (thanks LibRaw)
  - Added a couple of new Nikon LensID's (thanks Robert Rottmerhusen and LibRaw)
  - Added minor warning when deleting all PDF metadata (because it isn't really
    deleted)
  - Added a new Samsung LensType
  - Added a new Sony/Minolta LensType (thanks Marcus Holland-Moritz)
  - Decode "Sound & Shot" trailer written by some Samsung Galaxy models
  - Decode a number of new Sony tags including FocusDistance2 (thanks Jos Roost)
  - Decode a number of new Canon and Kodak tags (thanks LibRaw)
  - Decode a new EXIF tag
  - Decode a few new CanonCustom tags
  - Recognize the JPE file extension
  - Fixed swapped CanonCustom AEMicroadjustment/FEMicroadjustment tag names
  - Fixed bug in -listItem option which sometimes prevented it from working
  - Fixed interference by -sep option when writing structured tags
  - API Changes:
      - Added ListItem option
2014-11-16 12:16:38 +00:00
wiz
0ddd0a321d Updated devel/p5-CPAN-Meta-Requirements to 2.129 2014-11-16 12:13:22 +00:00
wiz
193b74fe05 Update to 2.129:
2.129     2014-11-13 16:28:45-05:00 America/New_York

    [FIXED]

    - from_string_hash can now accept v-strings as hash values
2014-11-16 12:13:09 +00:00
wiz
f99a8416d1 Updated security/p5-IO-Socket-SSL to 2.005 2014-11-16 12:12:07 +00:00
wiz
c95fba10e5 Update to 2.005:
2.005 2014/11/15
- next try to fix t/protocol_version.t for OpenSSL w/o SSLv3 support
2.004 2014/11/15
- only test fix: fix t/protocol_version.t to deal with OpenSSL installations
  which are compiled without SSLv3 support.
2.003 2014/11/14
- make SSLv3 available even if the SSL library disables it by default in
  SSL_CTX_new (like done in LibreSSL). Default will stay to disable SSLv3,
  so this will be only done when setting SSL_version explicitly.
- fix possible segmentation fault when trying to use an invalid certificate,
  reported by Nick Andrew.
- Use only the ICANN part of the default public suffix list and not the
  private domains. This makes existing exceptions for s3.amazonaws.com and
  googleapis.com obsolete. Thanks to Gervase Markham from mozilla.org.
2014-11-16 12:11:55 +00:00
wen
5f88c6be71 Updated databases/p5-SQL-Abstract to 1.81 2014-11-16 12:11:37 +00:00
wen
fbbe9dd599 Update to 1.81
Upstream changes:
revision 1.81  2014-10-25
----------------------------
    - Fix overly-enthusiastic parenthesis unroller (RT#99503)

revision 1.80  2014-10-05
----------------------------
    - Fix erroneous behavior of is_literal_value($) wrt { -ident => ... }
    - Explicitly croak on top-level special ops (they didn't work anyway)

revision 1.79  2014-09-25
----------------------------
    - New exportable functions: is_literal_value($) and is_plain_value($)
    - New attribute 'escape_char' allowing for proper escape of quote_chars
      present in an identifier
    - Deprecate { "" => \... } constructs
    - Treat { -value => undef } as plain undef in all cases
    - Explicitly throw on { -ident => undef }
2014-11-16 12:10:55 +00:00
wen
5b1843214b Updated devel/p5-App-cpanminus to 1.7015 2014-11-16 12:05:32 +00:00
wen
36fffee5f5 Update to 1.7015
Upstream changes:
1.7015  2014-11-14 13:14:07 PST
   [Improvements]
      - Bump Parse::PMFile to 0.29
      - Bump CPAN::Meta::Requirements to 2.129

1.7014  2014-10-07 20:52:58 PDT
   [Improvements]
      - Bump Parse::PMFile to 0.28

1.7013  2014-10-06 23:52:14 PDT
   [Improvements]
      - Update bundled JSON::PP to fix issues with JSON parsing on older perl 5.8

1.7012  2014-09-26 19:28:25 PDT
   [Improvements]
      - Upgrade CPAN::Meta and HTTP::Tiny in fatpack
      - Skip @INC on dev directory when running from git checkout when to search
        for an installed module

1.7011  2014-09-22 15:08:22 JST
      - Same as 1.7010. Make it a non-trial release.

1.7010  2014-09-17 18:27:53 JST
   [Improvements]
      - Use Parse::PMFile rather than our own fork (charsbar) #409

1.7009  2014-09-10 01:43:45 PDT
   [Bug Fixes]
      - Fix fatpacked executable to include Parse::CPAN::Meta

1.7008  2014-09-10 01:19:04 PDT
   [Improvements]
      - Show **** instead of *password* when masking passwords
      - Internal code refactoring

1.7007  2014-09-09 09:25:46 PDT
   [Improvements]
      - Make sure MetaCPAN search looks up the dist by right author #405
      - Ignore Module::Build artifacts in _build when indexing modules metadata

1.7006  2014-09-05 15:44:15 PDT
   [Bug Fixes]
      - Work around MetaCPAN bugs in numifying dev release versions (#367, #377)
      - Bump bootstrapping MakeMaker version recent enough to support MYMETA

   [Incompatible Changes]
      - Removed undocumented --metacpan option that was only for testing purposes

1.7005  2014-09-05 05:04:06 PDT
   [Bug Fixes]
      - Do not index common directories such as t, xt or inc in install.json
      - Support tarball extraction on HP-UX 11 (Brian Wightman)
2014-11-16 12:04:13 +00:00
wiz
f290e1191f Add two files installed after latest update. 2014-11-16 09:28:08 +00:00