Commit graph

200830 commits

Author SHA1 Message Date
adam
2459ac824e Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
adam
2b56a8ee0a Changes 3.6.15:
* BUG 9746: Fix "guest ok", "force user" and "force group" for guest users.
* BUG 9830: Fix panic in nt_printer_publish_ads.
* BUG 9854: Fix crash bug in Winbind.
* BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
2013-05-09 07:36:14 +00:00
adam
95203ab0ed Updated textproc/icu to 51.1 2013-05-09 07:11:28 +00:00
adam
0767eb8be8 Changes 51.1:
Common Changes
==============
CLDR 23: Collation tailorings put native script first; non-Gregorian calendar formats are more consistent; much improved data for Armenian (hy), Georgian (ka), Mongolian (mn), and Welsh (cy); …
Time zone data: 2013b
Date format/parse now supports CLDR short weekday names ("EEEEEE", "cccccc").
Support DisplayContext for date formatting, locale display names.
DateTimePatternGenerator behavior is now much more consistent between C and J.
Support new timezone pattern characters in LDML spec: X+, x+, O, OOOO, V, VV, VVV.
Updated  SpoofChecker for v5 of UTS39.
AlphabeticIndex enhancements:
New thread-safe ImmutableIndex sub-API
Build an index for a custom Collator.
Make data-driven for Chinese collations.
New API for CLDR script metadata.

ICU4C Specific Changes
======================
Support for “dangi” Korean luni-solar calendar (already in ICU4J).
Add CompactDecimalFormat (already in ICU4J).
Add TerritoryContainment APIs (already in ICU4J).
UnicodeString default constructor and destructor now inline.
Layout engine now supports 'morx' tables.
Fixed some ICU 50 regressions:
Affixes set with e.g. DecimalFormat::setPositivePrefix were ignored for parse.
UNUM_PARSE_INT_ONLY no longer handled grouping separator.
Add ucal_getTimeZoneID.
The C++ AlphabeticIndex implementation is now on par with Java, including full support for all Chinese collation tailorings.
U8_NEXT() and similar low-level macros now support NUL-terminated UTF-8 strings.
New macros like U8_NEXT_OR_FFFD() return U+FFFD for an ill-formed sequence.
Conversion: New "good one-way" mapping type, for example for Variation Selector sequences.
2013-05-09 07:10:08 +00:00
mef
a75ff3339d DragonFly support is being added. More patches
(net/agr/if_agrioctl.h is missing now).
2013-05-09 06:55:56 +00:00
adam
f0887e6991 Disable problematic ucontext support 2013-05-09 06:40:26 +00:00
mef
b363ee9424 DragonFly support is being Added, but not completed yet.
NOT_FOR_PLATFORM= DragonFly-*-* is in Makefile.
The function interfaces_update in src/daemon/lldpd.{c,h} has to be fixed.
2013-05-09 05:42:53 +00:00
manu
70d0ad23a4 Updated mail/dovecot2 to 2.2.1 2013-05-09 04:07:38 +00:00
manu
95e255feca Upgrade to dovecot-2.2.1. Changes since 2.2.0, from NEWS file:
v2.2.1 2013-04-19  Timo Sirainen <tss@iki.fi>
        - mailbox_list_index=yes was broken.
        - LAYOUT=index didn't list subscriptions.
        - auth: Multiple master passdbs didn't work.
        - Message parsing (e.g. during search) crashed when multipart message
          didn't actually contain any parts.
2013-05-09 03:49:16 +00:00
schmonz
87c85db6d7 Updated mail/getmail to 4.40.2 2013-05-09 03:45:40 +00:00
schmonz
1305378aef Update to 4.40.2. From the changelog:
- fix a backwards incompatibility with Python 2.3 and 2.4 introduced
  in getmail 4.38.0. Thanks: Massimo Zambelli, Krzysztof Warzecha.
2013-05-09 03:45:35 +00:00
obache
e4a671f31f from configure script, libevent>=2.0.5 is required, or bundled libevent will be
used.
2013-05-09 02:05:55 +00:00
mef
58ea4b5329 Add net/lldpd 0.7.2. 2013-05-09 01:46:03 +00:00
mef
f242c297e7 Add lldpd (pkg/47560). 2013-05-09 01:41:58 +00:00
mef
5a1b5bb559 New package lldpd-0.7.2 proposed by yamt@ as PR pkg/47560
LLDP allows you to know exactly on which port is a server
(and reciprocally).

LLDP is an industry standard protocol designed to supplant proprietary
Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide
an inter-vendor compatible mechanism to deliver Link-Layer notifications
to adjacent network devices.

lldpd is an ISC-licensed implementation of LLDP for various Unixes.
It also supports some proprietary protocols.
2013-05-09 01:39:42 +00:00
rodent
c654bb9fcf +libfishsound 2013-05-09 00:43:37 +00:00
rodent
144d694a50 Added audio/libfishsound version 1.0.0 2013-05-09 00:42:59 +00:00
rodent
f6e2362b7f Import libfishsound-1.0.0 as audio/libfishsound.
libfishsound provides a simple programming interface for decoding and encoding
audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).

libfishsound by itself is designed to handle raw codec streams from a lower
level layer such as UDP datagrams. When these codecs are used in files, they are
commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files.

libfishsound is a wrapper around the existing codec libraries and provides a
consistent, higher-level programming interface. It has been designed for use in
a wide variety of applications; it has no direct dependencies on Ogg
encapsulation, though it is most commonly used in conjunction with liboggz to
decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg
Theora and Annodex.
2013-05-09 00:42:45 +00:00
rodent
691271d8e8 +liboggz 2013-05-09 00:41:09 +00:00
rodent
20096edc4b Added multimedia/liboggz version 1.1.1 2013-05-09 00:40:32 +00:00
rodent
c427951c98 Import liboggz-1.1.1 as multimedia/liboggz.
Oggz comprises liboggz and the tool oggz, which provides commands to inspect,
edit and validate Ogg files. The oggz-chop tool can also be used to serve time
ranges of Ogg media over HTTP by any web server that supports CGI.

liboggz is a C library for reading and writing Ogg files and streams. It offers
various improvements over the reference libogg, including support for seeking,
validation and timestamp interpretation.
2013-05-09 00:40:12 +00:00
obache
6a752f2c3a Marked as BROKEN, no suitable dependency in pkgsrc. 2013-05-09 00:21:34 +00:00
minskim
58bab99b6b Note PKGREVISION bump of tmux. 2013-05-08 18:05:22 +00:00
minskim
75b95a656a Fix tmux's character width calculation for Korean.
Patch from upstream (http://sourceforge.net/p/tmux/tickets/41/).
2013-05-08 18:03:44 +00:00
adam
dc6009fb4c Updated graphics/ilmbase to 2.0.0; graphics/openexr to 2.0.0 2013-05-08 17:50:46 +00:00
adam
c1ced1e1a4 Version 2.0.0
* Updated Documentation
        * Updated Namespacing mechanism
        * Fixes for succd & predd
        * Fixes for FPE control registers
        * Additional checks and tests on DeepImages, scanlines and tiles
        * Folded in Autodesk read optimisations for RGB(A) files
        * Updated the bootstrap scripts to use libtoolize if glibtoolize isn't available on darwin.
        * Numerous minor fixes, missing includes etc
2013-05-08 17:49:11 +00:00
adam
a3ce7805c3 Version 2.0.0
* Bumped version to track OpenEXR
        * Numerous minor fixes, missing includes etc
2013-05-08 17:48:33 +00:00
shattered
773533dbb3 Updated archivers/lhasa to 0.1.0 2013-05-08 17:40:54 +00:00
shattered
2c83173801 Update to 0.1.0. Changes:
Directory paths containing '..' as a directory name are now sanitized,
to prevent malicious archives being able to overwrite arbitrary files on
the filesystem.

Symbolic links are now extracted in a safer way, being created as dummy
files in O_EXCL mode that are overwritten with proper symbolic links at
the end of extraction.

Processing of archives read from IPC pipes (including stdin) has
been fixed.
2013-05-08 17:40:30 +00:00
obache
20a780064e Note update of ruby-gnome2 packages to 2.0.0. 2013-05-08 12:51:29 +00:00
obache
60191d072d Update ruby-gnome2 to 2.0.0.
GObject Introspection based bindings on Windows support release!

=== Changes

==== NEWS

  * Fixes
    * Fixed a typo. [Reported by Masafumi Yokoyama]
    * FIxed a typo. [Reported by Toyo Abe]

==== Ruby/GLib2

  * Improvements
    * Moved lib/gnome2-*.rb files to lib/gnome2/ directory.
    * Supported GLib 2.34. [Reported by OBATA Akio]

==== Ruby/GdkPixbuf2

  * Fixes
    * [windows] Fixed PNG can't be handled problem.
      [ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama]

==== Ruby/GDK3

  * Improvements
    * [windows] Removed needless Greybird theme.
      [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]
    * Added Gdk::Window#create_cairo_context
      [ruby-gnome2-devel-en] [Reported by Detlef Reichl]

==== Ruby/GTK3

  * Improvements
    * Updated samples.
      [GitHub #140][GitHub #141][GitHub #144]
      [Patch by Simon Arnaud]
      [GitHub #142][GitHub #143][GitHub #145][GitHub #146][GitHub #148]
      [Patch by Detlef Reichl]

==== Ruby/GObjectIntrospection

  * Improvements
    * [windows] Supported!

==== Ruby/GStreamer

  * Improvements
    * Supported GStreamer 1.0!
    * Migrated to GObject Introspection bindings!
    * Dropped GStreamer 0.10 support.

==== Ruby/Clutter

  * Improvements
    * [windows] Supported!

==== Ruby/ClutterGTK

  * Improvements
    * [windows] Supported!
2013-05-08 12:47:05 +00:00
wen
7df88e72a6 Updated devel/p5-Moose to 2.0802 2013-05-08 12:40:10 +00:00
wen
2bfda1f8a7 Update to 2.0802
Upstream changes:
2.0802 Tue, May 07, 2013
  * fix incompatibilities with Test::Builder 1.005+ (Karen Etheridge)
  * Moose::Manual::Contributing updated to reflect the change of primary
    repository from git.moose.perl.org to github.com
2013-05-08 12:38:05 +00:00
sbd
a03cc144e2 If MOZ_ALSA is to be used in Makefiles it must have a AC_SUBST and be defined
when needed.
2013-05-08 09:14:29 +00:00
sbd
bdf78620a2 Use the vorbis and tremor PLIST_VARS, and update PLIST.Linux. 2013-05-08 09:12:53 +00:00
sbd
a4f52c3c81 Move the sps, vorbis and tremor PLIST_VARS and settings to mozilla-common.mk 2013-05-08 09:11:19 +00:00
kleink
e23767d6ab Updated www/py-wtforms to 1.0.4nb1. 2013-05-08 08:31:30 +00:00
kleink
234474f848 Update py-wtforms to 1.0.4. (Forgot to commit updated PLIST in previous.)
Bump PKGREVISION.
2013-05-08 08:30:47 +00:00
kleink
e34a766f5b Updated www/py-wtforms to 1.0.4. 2013-05-07 20:50:29 +00:00
kleink
e276ee2c81 Update py-wtforms to 1.0.4.
Version 1.0.4
-------------
Released April 28, 2013

- Add widgets and field implementations for HTML5 specialty input types.
- ext.appengine: Add NDB support.
- Add translations: Korean, Traditional Chinese
2013-05-07 20:49:33 +00:00
wiz
fc2543200d + album-4.09, eric4-4.5.11, eric5-5.3.3, gnome-keyring-3.8.2,
kde4-4.10.3, libmicrohttpd-0.9.27, opendkim-2.8.3, puzzles-9838,
  rcs-5.9.0, re-alpine-2.03 [pkg/47802].
2013-05-07 20:38:27 +00:00
gls
39d5cfdf91 Updated sysutils/logrotate to 3.8.4 2013-05-07 20:31:31 +00:00
gls
5b0111284f Update sysutils/logrotate to 3.8.4.
From Nils Ratusznik per PR pkg/47800

pkgsrc changes:
---------------
Update MASTER_SITES. Now requires curl to fetch on https mirror.

Upstream changes:
-----------------

 3.8.3 -> 3.8.4
- Added --version command line option
- Disable ACL tests if logrotate is not compiled WITH_ACL support or if
  ACLs are not supported by the system running tests
- Disable SELinux tests if logrotate is not compiled WITH_SELINUX support
  or if SELinux is not supported by the system running tests
- Fixed bug which prevented skipping particular log file config
  if the config contained errors.
- Fixed skipping of configs containing firstaction/lastaction scripts
  with '}' character in case of error before these scripts.
- Support also 'K' unit for *size directives.
- Added preremove option to let admin to do something with the old logs
  before they are removed by logrotate.
- Fixed possible loop in tabooext parsing.
- Move code to set SELinux context before compressLogFile calls to create
  compressed log files with the proper context.
- Call prerotate/postrotate script only for really rotated files in
  nosharedscripts mode (as stated in man page).
2013-05-07 20:30:22 +00:00
joerg
a54d265048 DESTDIR support. 2013-05-07 15:14:46 +00:00
imil
214f15df41 Updated www/nginx-devel to 1.5.0 2013-05-07 14:10:23 +00:00
imil
1b87e35c97 Updated www/nginx to 1.4.1 2013-05-07 14:09:31 +00:00
imil
d3e27240e3 Updated to version 1.5.0 - fixes CVE-2013-2028 2013-05-07 14:08:51 +00:00
imil
2893004e25 Updated to 1.4.1 - fixes CVE-2013-2028 2013-05-07 14:04:46 +00:00
wiz
3ffbcd81fd Describe libchamplain option. 2013-05-07 11:08:57 +00:00
wiz
ef0e3e2cd9 Make libchamplain optional. No change to default package, so no PKGREVISION
bump.
2013-05-07 11:08:39 +00:00