Commit graph

217278 commits

Author SHA1 Message Date
schmonz
1f1a81b5d6 Improve binary package:
* Reduce potential patch conflicts by switching more DESTDIR support to sed
* Enable `qmail-netqmail` by default
* Install `qmail-viruscan` signatures via CONF_FILES
* With `tls` option, don't generate cert, instruct the user at INSTALL time

That last change also fixes the source build with `tls` enabled on
systems that don't already have a /var/qmail/control, as reported
by Thomas Lazar on pkgsrc-users@.

While here, add a comment with the new location of the qregex patch.
Since it's named strangely, I've also placed a traditionally-named
copy on ftp.n.o.

Bump PKGREVISION.
2014-05-30 21:35:04 +00:00
pettai
7ad988c4a4 Updated net/rbldnsd to 0.997a 2014-05-30 21:06:56 +00:00
pettai
107961fa13 0.997a (23 Jul 2013)
- minor fixes/changes in packaging, no code changes.
   In particular, fixes a build failure on *BSD introduced in 0.997

0.997 (29 Jun 2013)

 - main feature of this version is ipv6 support.  Many thanks to
   Geoffrey T. Dairiki for the implementation of btrie (btrie.c) which
   is far superior to old ip4trie code and handles both v4 and v6

 - feature: ip6trie - new dataset supports listing of arbitrary length
   ip6 CIDRs, along with individual A/TXT values for each prefix

 - feature: ip6tset - new dataset supports listing of ip6 /64 subnets
   and the exclusion of /128 subnets; only supports a single A/TXT value
   for the entire dataset

 - optimization: ip4trie - using new trie implementation (developed for
   the ip6trie dataset) decreases memory consumption by roughly a factor
   of three

 - feature: acl dataset - ip6 addresses are now supported in ACLs

 - feature: added --enable-asserts configure option to enable
   compilation of debugging assertions; assertion checking is
   disabled by default

 - featurette: zero-length "wildcard" IP4 CIDR prefixes are now
   allowed in ip4trie and acl datasets.
2014-05-30 21:06:39 +00:00
schmonz
5326dc3653 Updated mail/offlineimap to 6.5.6 2014-05-30 15:28:47 +00:00
schmonz
ecc1fd1b4f Update to 6.5.6. From the changelog:
* Fix IDLE mode regression (it didn't worked) introduced
  after v6.5.5 (pointy hat goes to Eygene Ryabinkin, kudos --
  to Tomasz Żok)
* Add knob to invoke folderfilter dynamically on each sync (GitHub#73)
* Add knob to apply compression to IMAP connections (Abdó Roig-Maranges)
* Add knob to filter some headers before uploading message
  to IMAP server (Abdó Roig-Maranges)
* Allow to sync GMail labels and implement GmailMaildir repository that
  adds mechanics to change message labels (Abdó Roig-Maranges)
* Allow to migrate status data across differend backends
  (Abdó Roig-Maranges)
* Support XDG Base Directory Specification
  (if $XDG_CONFIG_HOME/offlineimap/config exists, use it as the
  default configuration path; ~/.offlineimaprc is still tried after
  XDG location) (GitHub#32)
* Allow multiple certificate fingerprints to be specified inside
  'cert_fingerprint'
2014-05-30 15:28:06 +00:00
wiz
4d1b0066db Updated devel/talloc to 2.1.1 2014-05-30 13:51:20 +00:00
wiz
1e62af7acd Update to 2.1.1, changes not found. 2014-05-30 13:51:12 +00:00
wiz
261c1904d3 Updated net/transmission-qt to 2.83 2014-05-30 13:47:08 +00:00
wiz
c32980cfbe Update transmission packages to 2.83:
All Platforms

    Licensing change: the GNU GPLv2 code can now be used under GNU GPL v2 or v3
    Fix network hanging issues that could occur when both UTP and DHT were enabled
    Fix 2.82 file descriptor leak when importing a blocklist
    Disallow torrents that contain "/../" in the path
    Fix 2.82 bug that didn't retain peers between sessions
    Fix potential dangling memory error in UDP tracker DNS lookups
    Remember a torrent's "queued" state between Transmission sessions
    Updated third party libraries: DHT updated to v0.22; miniupnpc updated to v1.9
    Autoconf script fixes: better detection of ccache, minupnpc
    Fix the X-Transmission-Session-Id header to be valid with the SPDY protocol
    Fix thread safety bugs in the tr_list datatype
    When determining free disk space on NetBSD>=6, support its Quota feature
    Windows portability improvements

Mac Client

    Share option in File menu and context menu
    Show all torrents when the filter bar is hidden
    Show zero-byte files correctly
    Coalesce multiple Speed Limit Auto Enabled/Disabled? notifications
    Turkish localization
    Removed Brazilian Portuguese localization because of lack of localizer (European Portuguese localization remains)

GTK+ Client

    Fix threading issue on shutdown

Qt Client

    Fix toggle-downloading-by-pressing-spacebar in the file list
    Fix "Open URL" crash from dangling pointer
    Support launching downloaded files from inside Transmission
    On Windows, use native Windows icons
    Improved network status info and tooltip in the status bar
    Fix "Open Torrent" dialog crash in Qt 5.2

Daemon

    On systemd systems, fix config reloading via 'systemctl reload'
    Use libevent's event loop
    Fix discrepancy in curl SSL setup between tr-daemon and tr-remote
    Fix broken OS X build

Web Client

    Support file renaming in the web client
    Fix incorrect torrent state being displayed for magnet links
    Make URLs in the torrent's comment field clickable (and sanitize them to prevent cross-scripting)
2014-05-30 13:46:30 +00:00
wiz
edce86c299 Updated converters/py-simplejson to 3.5.2 2014-05-30 13:25:57 +00:00
wiz
c4bcec1bee Update to 3.5.2:
Version 3.5.2 released 2014-05-22

* Fix Windows build with VS2008
  https://github.com/simplejson/simplejson/pull/97

Version 3.5.1 released 2014-05-21

* Consistently reject int_as_string_bitcount settings that are not
  positive integers

Version 3.5.0 released 2014-05-20

* Added int_as_string_bitcount encoder option
  https://github.com/simplejson/pull/96
* Fixed potential crash when encoder created with incorrect options
2014-05-30 13:25:48 +00:00
wiz
13b76a4e46 Updated security/gnutls to 3.2.15 2014-05-30 13:20:32 +00:00
wiz
16b9e3b61d Update to 3.2.15:
* Version 3.2.15 (released 2014-05-30)

** libgnutls: Eliminated memory corruption issue in Server Hello parsing.
Issue reported by Joonas Kuorilehto of Codenomicon.

** libgnutls: Several memory leaks caused by error conditions were
fixed. The leaks were identified using valgrind and the Codenomicon
TLS test suite.

** libgnutls: Increased the maximum certificate size buffer
in the PKCS #11 subsystem.

** libgnutls: Check the return code of getpwuid_r() instead of relying
on the result value. That avoids issue in certain systems, when using
tofu authentication and the home path cannot be determined. Issue reported
by Viktor Dukhovni.

** gnutls-cli: if dane is requested but not PKIX verification, then
only do verify the end certificate.

** ocsptool: Include path in ocsp request. This resolves #108582
(https://savannah.gnu.org/support/?108582), reported by Matt McCutchen.

** API and ABI modifications:
No changes since last version.


* Version 3.2.14 (released 2014-05-06)

** libgnutls: Fixed issue with the check of incoming data when two
different recv and send pointers have been specified. Reported and
investigated by JMRecio.

** libgnutls: Fixed issue in the RSA-PSK key exchange, which would
result to illegal memory access if a server hint was provided.

** libgnutls: Fixed client memory leak in the PSK key exchange, if a
server hint was provided.

** libgnutls: Several small bug fixes identified using valgrind and
the Codenomicon TLS test suite.

** libgnutls: Several small bug fixes found by coverity.

** libgnutls-dane: Accept a certificate using DANE if there is at least one
entry that matches the certificate. Patch by simon [at] arlott.org.

** configure: Added --with-nettle-mini option, which allows linking
with a libnettle that contains gmp.

** certtool: The ECDSA keys generated by default use the SECP256R1 curve
which is supported more widely than the previously used SECP224R1.

** API and ABI modifications:
No changes since last version.


* Version 3.2.13 (released 2014-04-07)

** libgnutls: gnutls_openpgp_keyring_import will no longer fail silently
if there are no base64 data. Report and patch by Ramkumar Chinchani.

** libgnutls: gnutls_record_send is now safe to be called under DTLS when
in corked mode.

** libgnutls: Ciphersuites that use the SHA256 or SHA384 MACs are
only available in TLS 1.0 as SSL 3.0 doesn't specify parameters for
these algorithms.

** libgnutls: Changed the behaviour in wildcard acceptance in certificates.
Wildcards are only accepted when there are more than two domain components
after the wildcard. This drops support for the permissive RFC2818 wildcards
and adds more conservative support based on the suggestions in RFC6125. Suggested
by Jeffrey Walton.

** certtool: When no password is provided to export a PKCS #8 keys, do
not encrypt by default. This reverts to the certtool behavior of gnutls
3.0. The previous behavior of encrypting using an empty password can be
replicating using the new parameter --empty-password.

** p11tool: Avoid dual initialization of the PKCS #11 subsystem when
the --provider option is given.

** API and ABI modifications:
No changes since last version.
2014-05-30 13:20:23 +00:00
wiz
5983942bb7 Updated misc/calibre to 1.39.0 2014-05-30 13:00:11 +00:00
wiz
045a869696 Update to 1.39.0:
e version: 1.39.0
  date: 2014-05-29

  new features:

    - title: "Edit Book: Allow creation of custom color schemes
    for the editor (Preferences->Editor settings)"

    - title: "Check Book: When reporting unmanifested file warnings,
    allow auto fixing by adding the file to the manifest if it is
    referenced elsewhere or removing the file if it is not."

    - title: "Edit book: Preview panel: Allow syncing of position
    more accurately when there are multiple tags on the same source
    code line"

    - title: "Edit book: Live CSS: Indicate which CSS properties
    are overridden by higher priority rules"

    - title: "Kindle driver: When generating page numbers automatically,
    add an additional method to detect page boundaries, using the
    presence of <mbp:pagebreak> tags in the source of the book.
    You can use this setting by right clicking on the Kindle icon
    in calibre when the kindle is connected and choosing customize
    this device."

  bug fixes:

    - title: "Virtual Libraries: If the user selects a virtual
    library whose tab has been closed via the Virtual Library
    button, re-open the tab instead of displaying the virtual
    library in the All Books tab."

    - title: "DOCX Input: Fix a regression that broke conversion
    of documents with an index that contains fields with special
    page text."

    - title: "Edit Book: When editing a book in a language for
    which no dictionary is installed, consider all words to be
    correctly spelt, rather than misspelt."
2014-05-30 13:00:02 +00:00
wiz
60a8d9ff73 + abcm2ps-7.8.3, calibre-1.39, cups-1.7.3, dd_rescue-1.45, git-2.0,
gnutls-3.2.15, py-qt4-4.11 [needs py-sip-4.15, see above],
  py-sip-4.16, qt4-qscintilla-2.8.2, samba-4.0.18, xmlsec1-1.2.20,
  xpdf-3.04.
2014-05-30 12:53:46 +00:00
wiz
6feb744973 Updated x11/inputproto to 2.3.1 2014-05-30 12:52:50 +00:00
wiz
1be3c2ba3b Update to 2.3.1:
Just a simple maintenance release. User-visible changes include
one invalid #define fixed in the header file and the conditional
removal of the "Pointer" typedef to avoid name clashes and the
matching changes of the struct tmask.

Note: unless _XITYPEDEF_POINTER is defined, the Pointer typedef is
still there, so we're not breaking anything here. And the struct
tmask is only used by the server anyway and shouldn't be in the
header to begin with.
2014-05-30 12:52:39 +00:00
wiz
3022201364 Updated x11/libX11 to 1.6.2nb1 2014-05-30 12:51:41 +00:00
wiz
6d78fcb426 Add patch from upstream to silence qt5 warning:
nls/en_US.UTF-8/Compose.pre: Fix typo.

    Fix typo added in 215ce6a67863, s/actute/acute/.

    Fixes bug #69476.  Reported by Jean Krohn.

    Signed-off-by: James Cloos <cloos@jhcloos.com>

Bump PKGREVISION.
2014-05-30 12:51:29 +00:00
joerg
a6f2456e18 Revert, no need for a C++ compiler here. 2014-05-30 11:56:32 +00:00
joerg
34bbd4b28b Honour CFLAGS. 2014-05-30 11:35:35 +00:00
joerg
becf2ed68a Make sure result is available. 2014-05-30 11:35:14 +00:00
joerg
8b02defc20 Restrict random GCC options to GCC. Fix build with newer Freetype2. 2014-05-30 11:34:51 +00:00
joerg
c5e85612c0 Fix build of imlib-gtk by adding the needed argument for DGifCloseFile. 2014-05-30 11:34:01 +00:00
joerg
2a0d4e8ec5 Add newly needed argument for DGifCloseFile. 2014-05-30 11:33:32 +00:00
joerg
846b456779 Clang for some reason is not a GCC release, but trust it to work anyway. 2014-05-30 11:32:56 +00:00
joerg
01828b09e1 Fix build with TCL 8.6 2014-05-30 11:32:22 +00:00
tron
c967b0216b Make "automake" work with Perl 5.20.0.
Bump package revision because of this fix.
2014-05-30 10:57:44 +00:00
pho
3a0561d27f PR pkg/48840: Remove most patches that I have recently added
The preprocessor macro XP_MACOSX is misused everywhere. They tend to
say "#if defined(XP_MACOSX)" to actually mean
"#if defined(MOZ_WIDGET_COCOA)". It's okay to equate XP_MACOSX with
XP_DARWIN but equating it with MOZ_WIDGET_COCOA is just wrong. As a
result, cairo-gtk2 build on Darwin is completely broken and needs
heavy patching. Ideally they should be fixed individually but that
will be an extremely hard work, so don't define XP_MACOSX for now.
2014-05-30 10:22:05 +00:00
wiz
2288001a15 Update CONFLICTS lines and add a SUPERSEDES line for p5-experimental. 2014-05-30 09:48:52 +00:00
obache
2eb2cac791 + qdbm-1.8.78 2014-05-30 08:56:21 +00:00
wiz
0388cab0fc Bump version instead of PKGREVISION.
Noted by Wen Heping.
2014-05-30 08:32:26 +00:00
fhajny
8a962e2185 Add support for the embedded Perl interpreter. 2014-05-30 08:14:07 +00:00
pho
06bbe7375a PR pkg/48840: Don't assume cocoa toolkit just because OS_ARCH is Darwin 2014-05-30 03:03:36 +00:00
jnemeth
b783e565d1 sort 2014-05-30 01:25:27 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
74d59173db Fix path to gtk3. 2014-05-29 23:03:55 +00:00
szptvlfn
cd0fbb01e5 + hs-polyparse 2014-05-29 22:10:07 +00:00
szptvlfn
3563f343e3 Added textproc/hs-polyparse version 1.9 2014-05-29 22:09:00 +00:00
szptvlfn
3baa09422e Import polyparse-1.9 as textproc/hs-polyparse,
packaged for wip.

A variety of alternative parser combinator libraries, including the
original HuttonMeijer set. The Poly sets have features like good error
reporting, arbitrary token type, running state, lazy parsing, and so on.
Finally, Text.Parse is a proposed replacement for the standard Read class,
for better deserialisation of Haskell values from Strings.
2014-05-29 22:08:37 +00:00
szptvlfn
c72aed169b + hs-mmorph 2014-05-29 22:07:32 +00:00
szptvlfn
a8a084b32c Added devel/hs-mmorph version 1.0.3 2014-05-29 22:06:27 +00:00
szptvlfn
ae3e6d80f0 Import mmorph-1.0.3 as devel/hs-mmorph,
packaged for wip.

This library provides monad morphism utilities, most commonly used for
manipulating monad transformer stacks.
2014-05-29 22:06:00 +00:00
tron
0ff1f9ad53 Note update of the "pam-ldap" package to version 186nb4. 2014-05-29 19:59:56 +00:00
tron
fc0968fdc2 Create necessary symbolic link "/usr/lib/security" during installation
and remove it during deinstallation. This matches the behaviour of the
"nss_pam" package and makes configuring NetBSD as an LDAP client easier.

Bump package revision because of this fix.
2014-05-29 19:59:39 +00:00
pho
7963b0c981 PR pkg/48840: Don't assume cocoa toolkit just because OS_ARCH is Darwin 2014-05-29 17:03:58 +00:00
taca
a1ae1c80ab Note update of Contao Open Source CMS packages.
www/contao211	2.11.17nb2
	www/contao32	3.2.10nb2
	www/contao33	3.3.0nb1
2014-05-29 15:46:29 +00:00
taca
7b7eaccfec Add dependency to php-zlib since it is needed by core's funcitonality.
Bump PKGREVISION.
2014-05-29 15:44:31 +00:00
pho
72e2921e30 PR pkg/48840: Don't assume cocoa toolkit just because OS_ARCH is Darwin 2014-05-29 15:38:19 +00:00