Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:49:35 UTC Now

2013-10-03 14:48:41 UTC MAIN commitmail json YAML

Note update of devel/check package to 0.9.10.

(taca)

2013-10-03 14:48:07 UTC MAIN commitmail json YAML

Update check to 0.9.10.

Thu, Apr 18, 2013: Released Check 0.9.10
  based on r743 (2013-04-18 11:27:03 +0200)

* Support 64bit int for __ck_assert_int. Patch from bug #3599471

* Add equivalent uint variants for __ck_assert_int. Patch from bug #3600433.

* Detect if the system has a C99 compliant version of the printf related
  functions for check to use, and if not use an implementation provided by
  check.

* Updated HACKING and release procedure in Makefile.am.

* Detect if the system has clock_gettime() available, and if not use an
  implementation provided by check. clock_gettime() is used to measure
  test durations. The implementation for OSX uses OSX specific system calls
  to get the time. For all other systems, clock_gettime() does nothing.

* Updated documentation in check.h to reference new check API.

* Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from
  check's unit tests.

* Fix implementation of putenv in check's libcompat for systems that do not
  provide it.

* Fix implementation of unsettenv in check's libcompat for systems that do
  not provide it.

* Improvements to the new Check API: new comparison functions for pointers:
  ck_assert_ptr_(eq|ne).

* Test timeouts can now be in nanosecond precision. The tcase_set_timeout
  call, and CK_DEFAULT_TIMEOUT and CK_TIMEOUT_MULTIPLIER environment
  variables now can accept floating point arguments.

* Cleanup compile warnings, patch #3579199 on SF.

* Renamed Check's internal list functions to start with check_, patch #3448601 on SF.

(taca)

2013-10-03 14:41:00 UTC MAIN commitmail json YAML

Improve "poll list of mounted file systems" patch by removing some
__OS_name__ ifdefs.

(prlw1)

2013-10-03 13:43:13 UTC MAIN commitmail json YAML

add patch for CVE-2013-1881 (SA55088) to graphics/librsvg

(tez)

2013-10-03 13:39:13 UTC MAIN commitmail json YAML

2013-10-03 13:18:25 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.7.2

(wiz)

2013-10-03 13:18:15 UTC MAIN commitmail json YAML

Update to 2.7.2:

Regularly scheduled bugfix release. This fixes significant regressions
from 2.7 in push/pull performance and SSL negotiation.

    bundle: fix performance regression when bundling file changes (issue4031)
    generaldelta: initialize basecache properly
    help: use full name of extensions to look up them for keyword search
    histedit: abort if there are multiple roots in "--outgoing" revisions
    histedit: add more detailed help about "--outgoing"
    histedit: suggest "histedit --abort" for inconsistent histedit state
    httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038)
    rebase: catch RepoLookupError at restoring rebase state for abort/continue
    rebase: catch RepoLookupError at restoring rebase state for summary
    repoview: have unfilteredpropertycache using the underlying cache
    repoview: make propertycache.setcache compatible with repoview
    revset: fix wrong keyword() behaviour for strings with spaces
    sslutil: backed out changeset 074bd02352c0 (issue4038)
    strip: set current bookmark to None if stripped

(wiz)

2013-10-03 12:24:08 UTC MAIN commitmail json YAML

+ R-3.0.2, TeXmacs-1.0.7.20, ansible-1.3.2 [pkg/48248], byacc-20130925,
  cdialog-1.2.20130923, clamav-0.98, flightgear-2.12, gama-1.14,
  gaupol-0.24.1, glade-3.16.0, gnome-3.10, gnome-panel-3.8.0,
  gstreamer-1.2, gtexinfo-5.2, inkscape-0.48.4, kde4-4.11.2,
  libgee-0.12.0, nspr-4.10.1, nss-3.15.2, parallel-20130922,
  phpmyadmin-4.0.7, poppler-0.24.2, pspp-0.8.1, rsync-3.1.0,
  rudiments-0.43, seamonkey-2.21, thunderbird-24, vlc2-2.1.0,
  webkit-gtk-2.2.0, x264-devel-20130928, xf86-video-savage-2.3.7.

(wiz)

2013-10-03 12:19:57 UTC MAIN commitmail json YAML

2013-10-03 12:19:52 UTC MAIN commitmail json YAML

Improve description.

(wiz)

2013-10-03 11:16:58 UTC MAIN commitmail json YAML

2013-10-03 11:15:48 UTC MAIN commitmail json YAML

Don't mess with the normal PLIST.${OPSYS} logic. Use a variable to
control whether PLIST.shlib should be included or not.

(joerg)

2013-10-03 11:15:39 UTC MAIN commitmail json YAML

2013-10-03 11:13:07 UTC MAIN commitmail json YAML

Updated mail/fdm to 1.7

(obache)

2013-10-03 11:12:43 UTC MAIN commitmail json YAML

Update fdm to 1.7.
Based on PR pkg/48254 by Leonardo Taccari.

pkgsrc changes:
* add options.mk: now fdm supports "debug" and "pcre" options (previously the
  PCRE support was always included).

Changes:
* Add mbox tags for messages fetched from a mbox
* Detect GMail's XYZZY capability for IMAP and use it to try and workaround
  some of their broken behaviour (incorrectly reported message sizes).
* Print a warning on missing maildirs when fetching from them rather than
  crashing or giving an error. Reported by Frank Terbeck.
* Introduce a configure script and tidy up build infrastructure.
* GMail IMAP doesn't correctly set the \Seen flag after UID FETCH BODY[], so
  explicitly set it with STORE when mail is kept. Reported by Patrice Clement.
* Properly count mails when polling multiple folders on a single IMAP server,
  reported by Claudio M. Alessi.
* Support user and pass on NNTP, requested by Michael Hamann.
* Escape . properly when delivering to SMTP.
* Don't be as strict about format at the end of messages when using IMAP -
  accept additional information as well as FLAGS. Reported by rivo nurges.

(obache)

2013-10-03 08:45:43 UTC MAIN commitmail json YAML

Remove unused patch.

(wiz)

2013-10-03 08:31:33 UTC MAIN commitmail json YAML

Updated x11/xf86-video-r128 to 6.9.2

(wiz)

2013-10-03 08:31:23 UTC MAIN commitmail json YAML

Update to 6.9.2:
xf86-video-r128 6.9.2 includes a fix for EXA color errors on PowerPC,
plus updates to build with xserver 1.13 and 1.14.

Note that also this xserver patch is needed for 1.13 and 1.14:
http://lists.x.org/archives/xorg-devel/2013-September/037971.html

All credits go to Connor Behan for keeping this driver alive!

Connor Behan (4):
      Remove call to obsolete miInitializeBackingStore()
      Swap pixmap bytes for a solid picture on big endian host
      Minor spacing changes
      Specify NULL for the platform probe function

Tormod Volden (1):
      r128: bump to version 6.9.2

(wiz)

2013-10-03 08:25:21 UTC MAIN commitmail json YAML

Updated security/libsodium to 0.4.3

(obache)

2013-10-03 08:24:59 UTC MAIN commitmail json YAML

Update libsodium to 0.4.3, per maintainer update request by PR pkg/48260.

* Version 0.4.3
- crypto_sign_seedbytes() and crypto_sign_SEEDBYTES were added.
- crypto_onetimeauth_poly1305_implementation_name() was added.
- poly1305-ref has been replaced by a faster implementation,
Floodyberry's poly1305-donna-unrolled.
- Stackmarkings have been added to assembly code, for Hardened Gentoo.
- pkg-config can now be used in order to retrieve compilations flags for
using libsodium.
- crypto_stream_aes256estream_*() can now deal with unaligned input
on platforms that require word alignment.
- portability improvements.

(obache)

2013-10-03 07:52:32 UTC MAIN commitmail json YAML

2013-10-03 01:25:51 UTC MAIN commitmail json YAML

Add explicit sh invocation in case the checkout is missing the
executable bit on errlist.sh.

(joerg)

2013-10-03 01:24:57 UTC MAIN commitmail json YAML

Mark the copy of bmake's configure as executable in case the checkout is
missing the bit.

(joerg)

2013-10-02 20:27:18 UTC MAIN commitmail json YAML

Updated devel/cmake to 2.8.11.2nb2

(wiz)

2013-10-02 20:26:47 UTC MAIN commitmail json YAML

xmlrpc-c dependency is not needed since around cmake-2.8. Noted by joerg.
Bump PKGREVISION.

(wiz)

2013-10-02 20:04:04 UTC MAIN commitmail json YAML

Adjust Cygwin to the normal pkgsrc installation layout. Add one file
that doesn't seem to get installed otherwise.

(joerg)

2013-10-02 20:03:33 UTC MAIN commitmail json YAML

2013-10-02 20:00:27 UTC MAIN commitmail json YAML

Cygwin specific shared libraries.

(joerg)

2013-10-02 19:59:31 UTC MAIN commitmail json YAML

Drop Windows specific parts to get results consistent with all other
platforms for the man pages.

(joerg)

2013-10-02 18:31:36 UTC MAIN commitmail json YAML

Updated security/clamav to 0.98

(adam)

2013-10-02 18:30:13 UTC MAIN commitmail json YAML

ClamAV 0.98 includes many new features, across many different components
of ClamAV. There are new scanning options, extensions to the libclamav API,
support for additional filetypes, and internal upgrades.

(adam)

2013-10-02 18:07:40 UTC MAIN commitmail json YAML

Updated devel/gmp to 5.1.3; net/rsync to 3.1.0

(adam)

2013-10-02 18:06:19 UTC MAIN commitmail json YAML

Changes 3.1.0:

OUTPUT CHANGES:

- Output numbers in 3-digit groups by default (e.g. 1,234,567).  See the
  --human-readable option for a way to turn it off.  See also the daemon's
  "log format" parameter and related command-line options (including
  --out-format) for a modifier that can be used to request digit-grouping
  or human-readable output in log escapes. (Note that log output is
  unchanged by default.)

- The --list-only option is now affected by the --human-readable setting.
  It will display digit groupings by default, and unit suffixes if higher
  levels of readability are requested.  Also, the column width for the size
  output has increased from 11 to 14 characters when human readability is
  enabled.  Use --no-h to get the old-style output and column size.

- The output of the --progress option has changed:  the string "xfer" was
  shortened to "xfr", and the string "to-check" was shortened to "to-chk",
  both designed to make room for the (by default) wider display of file
  size numbers without making the total line-length longer.  Also, when
  incremental recursion is enabled, the string "ir-chk" will be used
  instead of "to-chk" up until the incremental-recursion scan is done,
  letting you know that the value to check and the total value will still
  be increasing as new files are found.

- Enhanced the --stats output: 1) to mention how many files were created
  (protocol >= 28), 2) to mention how many files were deleted (a new line
  for protocol 31, but only output when --delete is in effect), and 3) to
  follow the file-count, created-count, and deleted-count with a subcount
  list that shows the counts by type.  The wording of the transferred count
  has also changed so that it is clearer that it is only a count of regular
  files.

More...

(adam)

2013-10-02 15:13:46 UTC MAIN commitmail json YAML

Oops.. switched back to .tar.bz2

(adam)

2013-10-02 15:10:55 UTC MAIN commitmail json YAML

Changes 5.1.3:

  BUGS FIXED
  * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
    compute garbage with a low probability.  They are now rewritten, and the
    test code has been improved.

  * A bug in the ia64 implementation of mpn_divrem_2, clobbering some
    callee-save registers, has been fixed. This is an internal
    function, with the bug manifesting itself as miscomputation in,
    e.g., mpn_sqrtrem.

  * The documentation now correctly says 'const' for input arguments.

(adam)

2013-10-02 14:39:11 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.58

(wen)

2013-10-02 14:38:16 UTC MAIN commitmail json YAML

Update to 0.58

Upstream changes:
0.58      2013-09-13 16:57:41Z (Karen Etheridge)
- remove use of deprecated $Config::Any::YAML::NO_YAML_XS_WARNING in tests
- warnings tests bypassed during installation
- author metadata moved to contributors

0.57      2013-09-07 21:29:05Z (Karen Etheridge)
- spelling fixes (RT#87780, David Steinbrunner)
- removed use of deprecated Class::MOP::load_class
- repository migrated from shadowcat to the github moose organization

(wen)

2013-10-02 14:27:17 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Declare to 0.37

(wen)

2013-10-02 14:26:03 UTC MAIN commitmail json YAML

Update to 0.37
Update DEPENDS

Upstream changes:
0.37      2013-09-26 04:08:21Z (Karen Etheridge)
  * repository migrated to the github moose organization
  * re-release with fixed compile test

0.36      2013-09-10 02:33:28Z (Karen Etheridge)
  * Depend on 'aliased'.
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * removed use of deprecated Class::MOP::load_class, calling enum with a list
  * converted use of Class::MOP::class_of to Moose::Util::find_meta
  * new WARNING section added to pod, regarding future utility of this module

(wen)

2013-10-02 14:22:16 UTC MAIN commitmail json YAML

2013-10-02 14:21:27 UTC MAIN commitmail json YAML

update to 14.4.1
changes:
-Re-enable file-type detection when reading from a pipe
-bugfixes

(drochner)

2013-10-02 14:17:25 UTC MAIN commitmail json YAML

update to 0.23
changes:
-implement the client-to-client protocol
-new command "cdprev"
-make "mv" a shortcut for "move"
-support absolute paths in "add" and "update"
-more UI improvements
-bugfixes, documentation improvements

approved by simonb

(drochner)

2013-10-02 11:44:42 UTC MAIN commitmail json YAML

Fix paths, noted by joerg.

(wiz)

2013-10-02 11:43:52 UTC MAIN commitmail json YAML

Added audio/gmpc-alarm version 11.8.16

(wiz)

2013-10-02 11:43:42 UTC MAIN commitmail json YAML

+ gmpc-alarm

(wiz)

2013-10-02 11:43:37 UTC MAIN commitmail json YAML

Import gmpc-alarm-11.8.16 as audio/gmpc-alarm.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Alarm Timer plugin turns your music player into an alarm, set
the time in at which it must go off and the rest is done by gmpc.

(wiz)

2013-10-02 11:38:32 UTC MAIN commitmail json YAML

Added audio/gmpc-wikipedia version 11.8.16

(wiz)

2013-10-02 11:38:23 UTC MAIN commitmail json YAML

+ gmpc-wikipedia

(wiz)

2013-10-02 11:38:14 UTC MAIN commitmail json YAML

Import gmpc-wikipedia-11.8.16 as audio/gmpc-wikipedia.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

This package contains plugin that shows the Wikipedia page of the
currently playing artist.

The information is shown in a new tab of the player.

(wiz)

2013-10-02 11:33:58 UTC MAIN commitmail json YAML

Added audio/gmpc-libnotify version 11.8.16

(wiz)

2013-10-02 11:33:48 UTC MAIN commitmail json YAML

+ gmpc-libnotify

(wiz)

2013-10-02 11:33:34 UTC MAIN commitmail json YAML

Import gmpc-libnotify-11.8.16 as audio/gmpc-libnotify.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Libnotify plugin is a misc plugin for gmpc. The plugin uses
libnotify to send messages to the notification-daemon on song
change. It will show the song title, artist, album (date) and genre.
It will also display the album cover if available.

It can act as a replacement for the built-in notification.

(wiz)

2013-10-02 11:29:12 UTC MAIN commitmail json YAML

Added audio/gmpc-jamendo version 11.8.16

(wiz)

2013-10-02 11:28:51 UTC MAIN commitmail json YAML

+ gmpc-jamendo

(wiz)

2013-10-02 11:28:40 UTC MAIN commitmail json YAML

Import gmpc-jamendo-11.8.16 as audio/gmpc-jamendo.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The jamendo plugin allows you to browse and preview music available
on jamendo.

(wiz)

2013-10-02 11:23:46 UTC MAIN commitmail json YAML

2013-10-02 11:22:41 UTC MAIN commitmail json YAML

2013-10-02 11:19:17 UTC MAIN commitmail json YAML

Updated audio/gmpc-magnatune to 11.8.16

(wiz)

2013-10-02 11:19:08 UTC MAIN commitmail json YAML

2013-10-02 11:15:31 UTC MAIN commitmail json YAML

Updated audio/gmpc-lyricwiki to 11.8.16

(wiz)

2013-10-02 11:15:21 UTC MAIN commitmail json YAML

2013-10-02 11:14:10 UTC MAIN commitmail json YAML

Updated audio/gmpc-lyrics to 11.8.16

(wiz)

2013-10-02 11:13:59 UTC MAIN commitmail json YAML

Update to 11.8.16: changes not documented.

(wiz)

2013-10-02 11:11:51 UTC MAIN commitmail json YAML

Updated audio/gmpc-albumview to 11.8.16

(wiz)

2013-10-02 11:11:41 UTC MAIN commitmail json YAML

2013-10-02 10:59:48 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 0.99

(wiz)

2013-10-02 10:59:39 UTC MAIN commitmail json YAML

Update to 0.99:

0.99  Sun Sep  1 12:46:14 2013
    - by default out-of-range values are treated as if it were U+FFFD
      when UCA_Version >= 22.
    - supported overriding out-of-range values (see 'overrideOut' in POD).
    - modified tests: override.t, illegal.t in t.

0.98  Sat Jun 15 19:44:06 2013
    - typo (see [rt.cpan.org #85655] typo fixes)

(wiz)

2013-10-02 10:58:28 UTC MAIN commitmail json YAML

Updated converters/p5-Sereal-Encoder to 0.37

(wiz)

2013-10-02 10:58:19 UTC MAIN commitmail json YAML

Update to 0.37:

0.37 Mon Sep 2 07:40 2013 (AMS time)
  - Windows and C89 fixes
  - Band-aid: Skip test failing due to hash-randomization [Zefram]

(wiz)

2013-10-02 10:57:59 UTC MAIN commitmail json YAML

Updated converters/p5-Sereal-Decoder to 0.37

(wiz)

2013-10-02 10:57:46 UTC MAIN commitmail json YAML

Update to 0.37:

0.37 Mon Sep 2 07:40 2013 (AMS time)
  - Remove spurious SvREFCOUNT_dec, previously causing
    memory management problems on some vary invalid
    input data.
  - Fixed a memory leak on exception.

(wiz)

2013-10-02 10:55:27 UTC MAIN commitmail json YAML

Updated converters/p5-Convert-TNEF to 0.18

(wiz)

2013-10-02 10:55:18 UTC MAIN commitmail json YAML

Update to 0.18:

0.18  Mon Jul 23 2012
        - Add IO::Wrap dependency to Makefile.PL (RT78412).
        - Change longname() to detect names in newer versions of Outlook.
          (RT78484)

(wiz)

2013-10-02 10:54:31 UTC MAIN commitmail json YAML

Updated converters/p5-Convert-BinHex to 1.123

(wiz)

2013-10-02 10:54:22 UTC MAIN commitmail json YAML

Update to 1.123:

1.123 2013-09-06
- Fixed pod error in debinhex and added pod tests

(wiz)

2013-10-02 10:53:36 UTC MAIN commitmail json YAML

Updated archivers/p5-Compress-Bzip2 to 2.17

(wiz)

2013-10-02 10:53:24 UTC MAIN commitmail json YAML

Update to 2.17:

2.16 2013-06-18 rurban
  - pod typo fixed by GH dsteinbrunner.

2.17 2013-08-28 rurban
  - Fixed license in README (thanks to John Peacock)

(wiz)

2013-10-02 09:58:27 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.20

(fhajny)

2013-10-02 09:58:21 UTC MAIN commitmail json YAML

2013.09.30, Version 0.10.20 (Stable)
* tls: fix sporadic hang and partial reads (Fedor Indutny)
  - fixes "npm ERR! cb() never called!"

2013.09.24, Version 0.10.19 (Stable), 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904
* uv: Upgrade to v0.10.17
* npm: upgrade to 1.3.11
* readline: handle input starting with control chars (Eric Schrock)
* configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)
* stream: objectMode transforms allow falsey values (isaacs)
* tls: prevent duplicate values returned from read (Nathan Rajlich)
* tls: NPN protocols are now local to connections (Fedor Indutny)

(fhajny)

2013-10-02 08:07:17 UTC MAIN commitmail json YAML

Updated devel/p5-Test-CheckDeps to 0.008

(wen)

2013-10-02 08:06:11 UTC MAIN commitmail json YAML

Update to 0.008
Update DEPENDS

Upstream changes:
0.008    2013-09-25 13:49:59 Europe/Amsterdam
          - Switch to MakeMaker to fix bootstrapping issues

0.007    2013-09-18 23:42:21 Europe/Amsterdam
          - bump prereq on CPAN::Meta::Check to latest (0.007), for conflicts
            fixes

(wen)

2013-10-02 07:37:07 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.003001

(wen)

2013-10-02 07:35:57 UTC MAIN commitmail json YAML

Update to 1.003001
Update DEPENDS

Upstream changes:
1.003001 - 2013-09-10
  - abbreviate class names from created by create_class_with_roles if they are
    too long for perl to handle (RT#83248)
  - prevent destructors from failing in global destruction for certain
    combinations of Moo and Moose classes subclassing each other (RT#87810)
  - clarify in docs that Sub::Quote's captured variables are copies, not aliases
  - fix infinite recursion if an isa check fails due to another isa check
    (RT#87575)
  - fix Sub::Quote and Sub::Defer under threads (RT#87043)
  - better diagnostics when bad parameters given to has

(wen)

2013-10-02 07:33:37 UTC MAIN commitmail json YAML

Updated devel/p5-Role-Tiny to 1.003002

(wen)

2013-10-02 07:32:27 UTC MAIN commitmail json YAML

Update to 1.003002

Upstream changes:
1.003002  2013-09-04
  - abbreviate generated package names if they are longer than perl can handle
    (RT#83248)
  - add explicit dependency on the version of Exporter that added 'import'

(wen)

2013-10-02 07:25:56 UTC MAIN commitmail json YAML

Mention the files in mk/gnu-config that should be updated when updating
autoconf.

(wiz)

2013-10-02 07:25:14 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 1.12

(wen)

2013-10-02 07:23:07 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
1.12 2013-09-29 09:52:47+0900
    [BUG FIXES]
    - Fix a memory leak related to triggers,
      which was introduced in 1.07 (issue#7)

(wen)

2013-10-02 07:01:12 UTC MAIN commitmail json YAML

Updated lang/scala to 2.10.3

(yyamano)

2013-10-02 06:59:08 UTC MAIN commitmail json YAML

Upgrade to 2.10.3.

2.10.3 is strictly a bug-fix release. 50 issues are fixed since 2.10.2.
You can see the the fixed issues at http://www.scala-lang.org/news/2013/10/01/release-notes-v2.10.3.html

(yyamano)

2013-10-02 02:45:17 UTC MAIN commitmail json YAML

Updated time/p5-Time-HiRes to 1.9726

(wen)

2013-10-02 02:44:24 UTC MAIN commitmail json YAML

Update to 1.9726

Upstream changes:
1.9726 [2013-08-17]
- Correct s/us splitting of usleep(1000000) [rt.cpan.org #78266].
- Avoid integer overflow in itimer-based alarm() with large
  argument [rt.cpan.org #87160].
- Define PERL_NO_INLINE_FUNCTIONS during probe compilations, to
  avoid false negatives caused by not linking with the perl core.
- Be more careful about context in stat().
- Install into "site" directories by default on perl 5.11+
  [rt.cpan.org #79797].
- Fix a couple of doc typos [rt.cpan.org #85365].
- Fix function name in a doc example [rt.cpan.org #86318].
- Provide lstat() that yields high-res timestamps, alongside
  the existing high-res stat() [rt.cpan.org #78732].

(wen)

2013-10-02 02:37:40 UTC MAIN commitmail json YAML

Updated time/p5-Time-Local to 1.2300

(wen)

2013-10-02 02:36:54 UTC MAIN commitmail json YAML

Update to 1.2300
Add LICENSE

Upstream changes:
1.2300  2012-07-20

- Doh, fix the repo & bugtracker info in the META files.

1.2200  2012-07-09

- Explicitly require Test::More 0.88+ for tests.

1.2100  2012-07-09

- A seconds value greater than 59 but less than 60 caused timegm() and
  timelocal() to croak. Now we allow any value that's less than 60. RT #78189.

1.2000  2011-01-02

- Release 1.1902 as a stable version without any further chances.

1.1902  2010-12-16  TRIAL RELEASE

- Merge all changes from blead perl.
- Try to restore compatibility with older perls, which don't have a 64bit
  capable localtime/gmtime.

(wen)

2013-10-02 02:29:46 UTC MAIN commitmail json YAML

Updated time/p5-Time-Piece to 1.23

(wen)

2013-10-02 02:28:47 UTC MAIN commitmail json YAML

Update to 1.23

Upstream changes:
1.23      2013-09-06
        - add a LICENSE file (thanks, John Peacock!)
        - make sure Time::Seconds loads Exporter, which it relies on (thanks,
          GFUJI and TOKUHIROM!)
        - fix day of year parsing (like "%y%j") (thanks, Doug Wilson)

(wen)

2013-10-02 02:19:13 UTC MAIN commitmail json YAML

Updated time/p5-Time-Progress to 1.8

(wen)

2013-10-02 02:17:56 UTC MAIN commitmail json YAML

Update to 1.8

Upstream changes:
1.8  Mon Jul  8 2013

  - more spelling
  - published to github
  - fixed docs

(wen)

2013-10-02 00:13:26 UTC MAIN commitmail json YAML

Updated net/perlbal to 1.80nb1

(mspo)

2013-10-02 00:13:10 UTC MAIN commitmail json YAML

update to 1.80

1.80: 2012-02-26

    -- FLV streaming plugin (Gosuke Miyashita <gosukenator@gmail.com>)

    -- New Throttle plugin (Adam Thomason <thomason@reticulatedsplines.net>)

    -- Force keepalives off when we haven't finished reading a request body, but we
      are already sending a response. (Jonathan Steinert <hachi@kuiki.net>)

    -- Add support for Content-MD5 checking on PUT requests to web server services.
      (Eric Wong <normalperson@yhbt.net>)

    -- Include an XFFExtras plugin that can add X-Forwarded-Port and X-Forwarded-Proto
      headers to help proxy backends construct canonical URLs with less configuration.
      (RT 60260) (Jonathan Steinert <hachi@kuiki.net>)

    -- Fix perlbal-check's age calculation to get the maximum age of queues across all
      Perlbals. (Abe Hassan <ahassan@saymedia.com>)

    -- Add DEFAULT command to allow setting default values for later service tunables
      (Mark Smith <mark@qq.is>)

    -- Change IO::Socket::SSL version requirement error to reflect what we actually
      require. (Jonathan Steinert <hachi@kuiki.net>)

    -- Completely redo the deps list for perlbal. This addresses an issue exposed when
      LWP was split into component modules (RT 68490) , plus other subtle issues we've
      been ignoring or unaware of. (Jonathan Steinert <hachi@kuiki.net>)

    -- Stop loading Storable, we don't use it (Jonathan Steinert <hachi@kuiki.net>)

    -- Switch Devel::Peek to an optional requirement (Jonathan Steinert <hachi@kuiki.net>)

    -- Change perlbal-check to use IO::Socket::INET, not just IO::Socket
      (Jonathan Steinert <hachi@kuiki.net>)

    -- Can use PERLBAL_REMOVE_FIELDS=1 to disable fields and improve performance
      (Nicolas Rochelemagne <nicolas.rochelemagne@cpanel.net>)

    -- Optimize handling of SET for bool values
      (Nicolas Rochelemagne <nicolas.rochelemagne@cpanel.net>)

(mspo)

2013-10-01 17:56:58 UTC MAIN commitmail json YAML

mpd related updates

(drochner)

2013-10-01 17:50:57 UTC MAIN commitmail json YAML

update to 0.21
changes:
-add a chat screen for communication with other clients on the same server
-misc fixes and UI improvements
-added Polish translation

(drochner)

2013-10-01 16:07:02 UTC MAIN commitmail json YAML

update to 11.8.17
changes unknown, comes with gmpc

(drochner)

2013-10-01 16:03:30 UTC MAIN commitmail json YAML

2013-10-01 15:29:11 UTC MAIN commitmail json YAML

update to 2.8
changes:
-status: add nextsong/nextsongid support
-extend support for song priorities

(drochner)

2013-10-01 15:24:51 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-rb-appscript package to 0.6.1nb1.

(taca)

2013-10-01 15:24:02 UTC MAIN commitmail json YAML

Fix build problem and clean up PLIST.

Bump PKGREVISION.

(taca)

2013-10-01 15:21:44 UTC MAIN commitmail json YAML

update to 0.17.5
It fixes two protocol bugs and a crash in the mikmod decoder plugin.

pkgsrc note: updated the sample config file for current reality

(drochner)

2013-10-01 14:54:44 UTC MAIN commitmail json YAML

add patches from upstream to fix security problems:
-Information leak on AVX and/or LWP capable CPUs (CVE-2013-1442 / XSA-62)
-Information leaks through I/O instruction emulation
(CVE-2013-4355 / XSA-63)
-Information leak through fbld instruction emulation
(CVE-2013-4361 / XSA-66)
bump PKGREV

(drochner)

2013-10-01 14:50:38 UTC MAIN commitmail json YAML

add patch from upstream to fix buffer overflow in the mp4a packetizer
(CVE-2013-4388)
bump PKGREV

(drochner)

2013-10-01 14:48:45 UTC MAIN commitmail json YAML

2013-10-01 14:46:55 UTC MAIN commitmail json YAML

update to 0.12.4
changes:
- fixed crash Stellarium when enabled binoculars in the Oculars plugin
- added render nighttime landscapes without lighting

(drochner)

2013-10-01 11:45:26 UTC MAIN commitmail json YAML

Updated databases/mysql51 to 5.1.72; Updated databases/mysql56 to 5.6.14

(adam)

2013-10-01 11:15:59 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3118

(wen)

2013-10-01 11:15:00 UTC MAIN commitmail json YAML

Update to 1.3118

Upstream changes:
1.3118 01.09.2013

    [ ENHANCEMENTS ]
    * GH #946: new 'require_environment' setting. (Jesse van Herk)
    * GH #952: don't set defaults for Template subclasses for
        Dancer::Template::TemplateToolkit. (Rick Myers)
    * GH #945: add function 'template_or_serialize' to
        Dancer::Serializer::Mutable. (Yanick Champoux)

    [ BUG FIXES ]
    * GH #655: clarify logger error message. (Yanick Champoux,
        reported by Gabor Szabo)
    * GH #951: fix quoting of TemplateToolkit start_tag/stop_tag.
        (Rick Myers)
    * GH #940: carry over the session when we forward().
        (Yanick Champoux, reported by sciurius)
    * GH #954: don't die on autoflush for older perls.
        (Yanick Champoux, reported by metateck and David Golden)
    * GH #950: Dancer::Test functions now populate REQUEST_URI.
        (Yanick Champoux, reported by Sè­«å—·en Kornetzki)

    [ DOCUMENTATION ]
    * GH #942: simpilify the Apache deployment docs for cgi/fcgi.
        (bug report by Scott Penrose)

    [ MISC ]
    * GH #949: fixes a few errors in the serializer testsuite.
        (Franck Cuny)

(wen)

2013-10-01 11:11:08 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.10

(wen)

2013-10-01 11:10:09 UTC MAIN commitmail json YAML

Update to 0.10

Upstream changes:
0.10      2013-09-28 15:26:41 Europe/Paris

    [ DOCUMENTATION ]
    * GH#431: Miscellaneous documentation fixes (Gideon D'souza)
    * Small POD corrections (Ashvini V)

    [ ENHANCEMENTS ]
    * GH#482: Show the startup banner when the worker starts by default
      (Alexis Sukrieh).
    * GH#481: Include local lib dir in @INC by defaults (Alexis Sukrieh).
    * GH#423: Remove ':tests' from Dancer.pm import (Alberto Sim玫es).
    * GH#422: Get rid of core_debug method (Alberto Sim玫es).
    * GH#421: Support Plugin::Ajax content_type (Russell Jenkins).
    * GH#428: Make default errors CSS path relocatable (Russell Jenkins).
    * GH#427, GH#443: Replace global warnings with lexical (Russell Jenkins).
    * GH#374: Don't create an app from app.psgi (Alberto Sim玫es).
    * Cleanup Core::Request, Core::Request::Upload (Mickey Nasriachi).
    * GH#445: Test Template::Simple (Alexis Sukrieh, Russell Jenkins).
    * GH#449: Test Session hooks (Gideon D'souza)
    * GH#434,440: Imutable attributes (Mickey Nasriachi).
    * GH#435: Allow send_error to serialize error (Russell Jenkins).
    * Add more tests to session id rw (Pedro Melo).
    * Whitespace cleanup (Ivan Bessarabov).

    [ BUG FIXES ]
    * GH#424,425: Fix logger tests for different timezones, and close
                  logfile before deleting it: Windows dixit.
                  (Gideon D'souza, Russell Jenkins)

(wen)

2013-10-01 11:02:32 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 4.42

(wen)

2013-10-01 11:00:39 UTC MAIN commitmail json YAML

Changes 5.1.72:
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: InnoDB would rename a user-defined foreign key constraint containing the string ���_ibfk_��� in its name, resulting in a duplicate constraint.
* InnoDB: Rolling back an INSERT after a failed BLOB write would result in an assertion failure. The assertion has been modified to allow NULL BLOB pointers if an error occurs during a BLOB write.
* InnoDB: The srv_master_thread background thread, which monitors server activity and performs activities such as page flushing when the server is inactive or in a shutdown state, runs on a one second delay loop. srv_master_thread would fail to check if the server is in a shutdown state before sleeping.
* InnoDB: An infinite loop could occur in buf_page_get_gen when handling compressed-only pages.
* Within a stored program, comparison of the value of a scalar subquery with an IN clause resulted in an error for the first execution and raised an assertion for the second execution.
* The my_strtoll10() function could incorrectly convert some long string-format numbers to numeric values and fail to set the overflow flag.
* For queries that accessed an INFORMATION_SCHEMA table in a subquery, and attempt to lock a mutex that had already been locked could cause a server crash.
* For DIV expressions, assignment of the result to multiple variables could cause a server crash.
* mysqldump wrote SET statements as SET OPTION, which failed when reloaded because the deprecated OPTION keyword has been removed from SET syntax.
* If one connection changed its default database and simultaneously another connection executed SHOW PROCESSLIST, the second connection could access invalid memory when attempting to display the first connection's default database. memory.

(adam)

2013-10-01 11:00:17 UTC MAIN commitmail json YAML

Update to 4.42

Upstream changes:
4.42  2013-09-30
  - Added EXPERIMENTAL form validation support.
  - Added EXPERIMENTAL modules Mojolicious::Validator and
    Mojolicious::Validator::Validation.
  - Added EXPERIMENTAL validation method to Mojolicious::Controller.
  - Added EXPERIMENTAL validator attribute to Mojolicious.
  - Added EXPERIMENTAL label_for and validation helpers to
    Mojolicious::Plugin::DefaultHelpers.

4.41  2013-09-22
  - Improved documentation browser to be a little more RESTful.
  - Fixed flatten to work with older versions of Perl. (jamadam)

4.40  2013-09-21
  - Added text method to Mojo::Message.
  - Added siblings method to Mojo::DOM.
  - Added flatten method to Mojo::Collection.
  - Improved documentation browser with source links.
  - Fixed smart whitespace trimming bug in Mojo::DOM.
  - Fixed table parsing bug in Mojo::DOM::HTML.
  - Fixed bug in Mojolicious::Types where the txt MIME type did not specify a
    charset.

4.39  2013-09-17
  - Improved HTML5.1 compliance of Mojo::DOM::HTML.

4.38  2013-09-16
  - Added is_binary method to Mojo::Loader.
  - Fixed support for binary files in inflate command.
  - Fixed stylesheet helper not to enforce a media attribute.

(wen)

2013-10-01 10:41:16 UTC MAIN commitmail json YAML

+ ruby-test-unit-notify

(obache)

2013-10-01 10:40:44 UTC MAIN commitmail json YAML

Added devel/ruby-test-unit-notify version 1.0.1

(obache)

2013-10-01 10:40:27 UTC MAIN commitmail json YAML

Import ruby-test-unit-notify-1.0.1 as devel/ruby-test-unit-notify.

A test result notify extension for Ruby Test::Unit.  This provides test result
notification support.

(obache)

2013-10-01 10:31:10 UTC MAIN commitmail json YAML

2013-10-01 10:30:19 UTC MAIN commitmail json YAML

Added devel/ruby-msgpack version 0.5.6

(obache)

2013-10-01 10:29:53 UTC MAIN commitmail json YAML

Import ruby-msgpack-0.5.6 as devel/ruby-msgpack.

MessagePack is a binary-based efficient object serialization library.  It
enables to exchange structured objects between many languages like JSON.  But
unlike JSON, it is very fast and small.}

This package is MessagePack implementation for Ruby.

(obache)

2013-10-01 10:26:39 UTC MAIN commitmail json YAML

Changes 5.6.14:
* MySQL 5.7 changed audit log file output to a new format that has better compatibility with Oracle Audit Vault. This format has been backported to MySQL 5.6 and it is possible to select either the old or new format using the new audit_log_format system variable, which has permitted values of OLD and NEW (default OLD). For details about each format, see The Audit Log File.
* Important Change; Replication: START SLAVE UNTIL SQL_AFTER_GTIDS did not cause the slave to stop until the next GTID event was received following execution of the transaction having the indicated GTID, which could cause issues in the case when the next GTID event is delayed, or does not exist. Now the slave stops after completing the transaction with that GTID.
* InnoDB; Partitioning: Following any query on the INFORMATION_SCHEMA.PARTITIONS table, InnoDB index statistics as shown in the output of statements such as SELECT * FROM INFORMATION_SCHEMA.STATISTICS were read from the last partition, instead of from the partition containing the greatest number of rows.
* InnoDB: When logging the delete-marking of a record during online ALTER TABLE...ADD PRIMARY KEY, InnoDB writes the transaction ID to the log as it was before the deletion or delete-marking of the record. When doing this, InnoDB would overwrite the DB_TRX_ID field in the original table, which could result in locking issues.
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: An assertion would be raised in fil_node_open_file due to a missing .ibd file. Instead of asserting, InnoDB should return false and the caller of fil_node_open_file should handle the return message.
* InnoDB: The assertion ut_ad(oldest_lsn <= cur_lsn) in file buf0flu.cc would fail because the current max LSN would be retrieved from the buffer pool before the oldest LSN.
* InnoDB: InnoDB memcached add and set operations would perform more slowly than SQL INSERT operations.
* InnoDB: The InnoDB memcached plugin could be initialized to insert into an InnoDB table with an INTEGER primary key.
More...

(adam)

2013-10-01 09:04:39 UTC MAIN commitmail json YAML

2013-10-01 05:16:47 UTC MAIN commitmail json YAML

HOMEPAGE moved to Gnome.

(obache)

2013-10-01 03:37:54 UTC MAIN commitmail json YAML

Add nagios-plugin-milter

(manu)

2013-10-01 03:37:15 UTC MAIN commitmail json YAML

2013-10-01 00:32:27 UTC MAIN commitmail json YAML

Updated filesystems/glusterfs to 3.4.1

(manu)

2013-10-01 00:30:26 UTC MAIN commitmail json YAML

2013-09-30 21:33:37 UTC MAIN commitmail json YAML

Updated databases/mysql55-{client,server} to 5.5.34

(adam)

2013-09-30 21:10:12 UTC MAIN commitmail json YAML

Added net/cclive version 0.7.16

(wiz)

2013-09-30 21:10:03 UTC MAIN commitmail json YAML

2013-09-30 21:09:53 UTC MAIN commitmail json YAML

Import cclive-0.7.16 as net/cclive, packaged for wip by zecrazytux,
ryo-on, and myself.

cclive is a command line video extraction utility similar to clive
but with lower requirements.  Its features are few and essential.
Supports Youtube, Googlevideo, Break, Liveleak, Sevenload, Evisortv
and Dailymotion.

(wiz)

2013-09-30 20:08:08 UTC MAIN commitmail json YAML

Updated x11/xf86-video-fbdev to 0.4.4

(wiz)

2013-09-30 20:07:56 UTC MAIN commitmail json YAML

Update to 0.4.4:

A single commit to let the driver build against xserver 1.14.

Adam Jackson (1):
      Remove mibstore.h

Julien Cristau (1):
      Bump to 0.4.4

(wiz)

2013-09-30 20:04:00 UTC MAIN commitmail json YAML

Updated emulators/mess to 0.150

(wiz)

2013-09-30 20:03:48 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.150

(wiz)

2013-09-30 20:03:33 UTC MAIN commitmail json YAML

2013-09-30 18:26:38 UTC MAIN commitmail json YAML

Changes 5.5.34:
* MySQL 5.7 changed audit log file output to a new format that has better compatibility with Oracle Audit Vault. This format has been backported to MySQL 5.5 and it is possible to select either the old or new format using the new audit_log_format system variable, which has permitted values of OLD and NEW (default OLD). For details about each format, see The Audit Log File.
* InnoDB; Partitioning: Following any query on the INFORMATION_SCHEMA.PARTITIONS table, InnoDB index statistics as shown in the output of statements such as SELECT * FROM INFORMATION_SCHEMA.STATISTICS were read from the last partition, instead of from the partition containing the greatest number of rows.
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: InnoDB would rename a user-defined foreign key constraint containing the string ���_ibfk_��� in its name, resulting in a duplicate constraint.
* InnoDB: Rolling back an INSERT after a failed BLOB write would result in an assertion failure. The assertion has been modified to allow NULL BLOB pointers if an error occurs during a BLOB write.
* InnoDB: A regression introduced with the fix for Bug 11762038 would cause InnoDB to raise an incorrect error message. The message stated that, ���InnoDB cannot delete/update rows with cascading foreign key constraints that exceed max depth of 20���. The error message would occur when killing connections reading from InnoDB tables that did not have foreign key constraints.
* InnoDB: The documentation incorrectly stated that START TRANSACTION WITH CONSISTENT SNAPSHOT provides a consistent snapshot only if the current isolation level is REPEATABLE READ or SERIALIZABLE. START TRANSACTION WITH CONSISTENT SNAPSHOT only works with REPEATABLE READ. All other isolation levels are ignored. The documentation has been revised and a warning is now generated whenever the WITH CONSISTENT SNAPSHOT clause is ignored.
* InnoDB: The srv_master_thread background thread, which monitors server activity and performs activities such as page flushing when the server is inactive or in a shutdown state, runs on a one second delay loop. srv_master_thread would fail to check if the server is in a shutdown state before sleeping.
more...

(adam)

2013-09-30 18:25:38 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.21

(wiz)

2013-09-30 18:25:27 UTC MAIN commitmail json YAML

Update to 0.9.21:

Overview of changes leading to 0.9.21
Monday, September 16, 2013
=====================================

- Rename gobject-introspection library name from harfbuzz to HarfBuzz.
- Remove (long disabled) hb-old and hb-icu-le test shapers.
- Misc gtk-doc and gobject-introspection annotations.
- Misc fixes.
- API changes:

  * Add HB_SET_VALUE_INVALID

(wiz)

2013-09-30 18:23:36 UTC MAIN commitmail json YAML

Updated devel/meld to 1.8.1

(wiz)

2013-09-30 18:23:21 UTC MAIN commitmail json YAML

Update to 1.8.1:

2013-9-22 meld 1.8.1
====================

  Fixes:

    * Add AppData file (Kai Willadsen)
    * Change order of version control selection for CVS and old SVN (Kai
      Willadsen)
    * Fix escaped markup in folder comparisons (Kai Willadsen)

  Translations:

    * Daniel Mustieles (es)
    * Enrico Nicoletto (pt_BR)
    * Gabor Kelemen (hu)
    * Marek ÄŒernocký (cs)
    * Milo Casagrande (it)
    * Piotr DrÄ…g (pl)

(wiz)

2013-09-30 18:22:01 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 1.1.6

(wiz)

2013-09-30 18:21:50 UTC MAIN commitmail json YAML

Update to 1.1.6:

-----
1.1.6
-----

* Distribute #349: ``sandbox.execfile`` now opens the target file in binary
  mode, thus honoring a BOM in the file when compiled.

(wiz)

2013-09-30 18:17:17 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.6

(wiz)

2013-09-30 18:17:03 UTC MAIN commitmail json YAML

Update to 1.6.6:

Version 1.6.6 [September 16, 2013]
  Removed two stray lines of code from arm/arm_init.c, again.

(wiz)

2013-09-30 17:26:24 UTC MAIN commitmail json YAML

Added sysutils/py-xattr version 0.7.2

(wiz)

2013-09-30 17:26:10 UTC MAIN commitmail json YAML

2013-09-30 17:25:51 UTC MAIN commitmail json YAML

Import py27-xattr-0.7.2 as sysutils/py-xattr.

xattr is a Python wrapper for extended filesystem attributes.

Extended attributes extend the basic attributes of files and
directories in the file system.  They are stored as name:data pairs
associated with file system objects (files, directories, symlinks,
etc).

(wiz)

2013-09-30 17:24:43 UTC MAIN commitmail json YAML

Added databases/py-sqlparse version 0.1.8

(wiz)

2013-09-30 17:24:33 UTC MAIN commitmail json YAML

2013-09-30 17:24:18 UTC MAIN commitmail json YAML

Import py27-sqlparse-0.1.8 as databases/py-sqlparse.

sqlparse is a non-validating SQL parser module for Python.

(wiz)

2013-09-30 17:23:26 UTC MAIN commitmail json YAML

Added devel/py-doctor version 0.4

(wiz)

2013-09-30 17:23:16 UTC MAIN commitmail json YAML

2013-09-30 17:23:04 UTC MAIN commitmail json YAML

Import py27-doctor-0.4 as devel/py-doctor.

This is 'pydoctor', an API documentation generator that works by
static analysis.

It was written primarily to replace epydoc for the purposes of the
Twisted project as epydoc has difficulties with zope.interface.  If it
happens to work for your code too, that's a nice bonus at this stage :)

pydoctor puts a fair bit of effort into resolving imports and
computing inheritance hierarchies and, as it aims at documenting
Twisted, knows about zope.interface's declaration API and can present
information about which classes implement which interface, and vice
versa.

(wiz)

2013-09-30 17:21:53 UTC MAIN commitmail json YAML

Added devel/py-cparser version 2.10

(wiz)

2013-09-30 17:21:38 UTC MAIN commitmail json YAML

2013-09-30 17:21:21 UTC MAIN commitmail json YAML

Import py27-cparser-2.10 as devel/py-cparser.

pycparser is a parser for the C language, written in pure Python.
It is a module designed to be easily integrated into applications
that need to parse C source code.

(wiz)

2013-09-30 17:20:27 UTC MAIN commitmail json YAML

Added devel/py-cffi version 0.7.2

(wiz)

2013-09-30 17:20:16 UTC MAIN commitmail json YAML

2013-09-30 17:19:59 UTC MAIN commitmail json YAML

Import py27-cffi-0.7.2 as devel/py-cffi.

Foreign Function Interface for Python calling C code. The aim of
this project is to provide a convenient and reliable way of calling
C code from Python. The interface is based on LuaJIT's FFI and
follows a few principles:

o The goal is to call C code from Python. You should be able to do
  so without learning a 3rd language: every alternative requires
  you to learn their own language (Cython, SWIG) or API (ctypes).
  So we tried to assume that you know Python and C and minimize
  the extra bits of API that you need to learn.
o Keep all the Python-related logic in Python so that you don't
  need to write much C code.
o Work either at the level of the ABI (Application Binary Interface)
  or the API (Application Programming Interface). Usually, C
  libraries have a specified C API but often not an ABI.
o We try to be complete. For now some C99 constructs are not
  supported, but all C89 should be, including macros.
o We attempt to support both PyPy and CPython, with a reasonable
  path for other Python implementations like IronPython and Jython.
o Note that this project is not about embedding executable C code
  in Python, unlike Weave. This is about calling existing C libraries
  from Python.

(wiz)

2013-09-30 17:18:25 UTC MAIN commitmail json YAML

Added security/py-Kerberos version 1.1

(wiz)

2013-09-30 17:18:15 UTC MAIN commitmail json YAML

2013-09-30 17:17:57 UTC MAIN commitmail json YAML

Import py27-Kerberos-1.1 as security/py-Kerberos.

This Python package is a high-level wrapper for Kerberos (GSSAPI)
operations.  The goal is to avoid having to build a module that
wraps the entire Kerberos.framework, and instead offer a limited
set of functions that do what is needed for client/server Kerberos
authentication based on RFC 4559.

(wiz)

2013-09-30 17:02:37 UTC MAIN commitmail json YAML

Remove some commented out lines.

(wiz)

2013-09-30 17:01:50 UTC MAIN commitmail json YAML

2013-09-30 17:00:16 UTC MAIN commitmail json YAML

2013-09-30 16:59:10 UTC MAIN commitmail json YAML

2013-09-30 16:53:42 UTC MAIN commitmail json YAML

2013-09-30 16:52:36 UTC MAIN commitmail json YAML

2013-09-30 15:32:11 UTC MAIN commitmail json YAML

Updated devel/autoconf to 2.69nb3

(wiz)

2013-09-30 15:32:02 UTC MAIN commitmail json YAML

Bump PKGREVISION for updated config.* files (see mk/gnu-config
commit from today).

(wiz)

2013-09-30 15:22:24 UTC MAIN commitmail json YAML

- postfix-2.10.2.

(taca)

2013-09-30 15:22:02 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.10.2.

(taca)

2013-09-30 15:21:15 UTC MAIN commitmail json YAML

Update postfix package to 2.10.2.  Here is brief changes.

2.10.2

* TLS Interoperability workaround: turn on SHA-2 digests by force. This
  improves interoperability with clients and servers that deploy SHA-2 digests
  without the required support for TLSv1.2-style digest negotiation.

* TLS Performance workaround: the Postfix SMTP server TLS session cache had
  become ineffective because recent OpenSSL versions enable session tickets by
  default, resulting in a different ticket encryption key for each smtpd(8)
  process. The workaround turns off session tickets. Postfix 2.11 will enable
  session tickets properly.

* TLS Interoperability workaround: Debian Exim versions before 4.80-3 may fail
  to communicate with Postfix and possibly other MTAs, with the following Exim
  SMTP client error message:

TLS error on connection to server-name [server-address]
(gnutls_handshake): The Diffie-Hellman prime sent by the server is not
acceptable (not long enough)

  See the RELEASE_NOTES file for a Postfix SMTP server configuration
  workaround.

* Bugfix (defect introduced: 1997): memory leak while forwarding mail with the
  local(8) delivery agent, in code that handles a cleanup(8) server error.

2.10.1

* Workaround: down-stream maintainers fail to install the new
  smtpd_relay_restrictions safety net, causing breakage that could have been
  avoided. We now hard-code the safety net instead.

2.10.0

* Separation of relay policy (with smtpd_relay_restrictions) from spam policy
  (with smtpd_{client, helo, sender, recipient}_restrictions), which makes
  accidental open relay configuration less likely. The default is backwards
  compatible.

* HAproxy load-balancer support for postscreen(8) and smtpd(8). The nginx
  proxy was already supported by Postfix 2.9 smtpd(8), using XCLIENT commands.

* Support for the TLSv1 and TLSv2 protocols, as well as support to turn them
  off if needed for inter-operability.

* Laptop-friendly configuration. By default, Postfix now uses UNIX-domain
  sockets instead of FIFOs, and thus avoids MTIME file system updates on an
  idle mail system.

* Revised postconf(1) command. The "-x" option expands $name in a parameter
  value (both main.cf and master.cf); the "-o name=value" option overrides a
  main.cf parameter setting; and postconf(1) now warns about a $name that has
  no name=value setting.

* Sendmail-style "socketmap" lookup tables.

(taca)

2013-09-30 12:54:31 UTC MAIN commitmail json YAML

Updated net/zeromq to 3.2.4

(obache)

2013-09-30 12:54:11 UTC MAIN commitmail json YAML

Update zeromq to 3.2.4.

0MQ version 3.2.4 stable, released on 2013/09/20
================================================

* LIBZMQ-84  (Windows) Assertion failed: Address already in use at signaler.cpp:80
* LIBZMQ-456 ZMQ_XPUB_VERBOSE does not propagate in a tree of XPUB/XSUB devices
* LIBZMQ-532 (Windows) critical section not released on error
* LIBZMQ-569 Detect OpenPGM 5.2 system library
* LIBZMQ-563 Subscribers sometimes stopped receiving messages (aka LIBZMQ-541)
* LIBZMQ-XXX Added support for Travis Continuous Integration
* LIBZMQ-XXX Several improvements to MSVC support

(obache)

2013-09-30 11:43:32 UTC MAIN commitmail json YAML

Updated dconf{,-editor} to 0.18.0.

(obache)

2013-09-30 11:42:13 UTC MAIN commitmail json YAML

Update dconf to 0.18.0.

Changes in dconf 0.18.0
========================

Translations updates:
Basque
Danish
Japanese
Korean
Portuguese
Punjabi

Changes in dconf 0.17.1
========================

Documentation updates, including better coverage of profiles.

Translations updates:
Assamese
Belarusian
Catalan
Dutch
Estonian
Finnish
French
German
Hungarian
Indonesian
Italian
Korean
Latvian
Polish
Russian
Serbian
Tajik
Thai
Traditional Chinese

Changes in dconf 0.17.0
========================

Fix a semi-serious thread safety issue:

  https://bugzilla.gnome.org/show_bug.cgi?id=703073

Some improvements to the editor:

- fix some compile warnings
- use gresource
- cancel searches on escape

Translation updates:
Brazilian Portuguese
Czech
Esperanto
Friulian
Galician
German
Hebrew
Indonesian
Lithuanian
Malayalam
Norwegian bokm奪l
Slovak
Slovenian
Spanish
Tajik

(obache)

2013-09-30 11:17:32 UTC MAIN commitmail json YAML

Bump ABI_DEPENDS, shlib major bumped at updated from 0.12.x to 0.14.x.

(obache)

2013-09-30 10:06:09 UTC MAIN commitmail json YAML

+ dovecot-2.2.6, dovecot2-pigeonhole-0.4.2, samba-3.6.19.

(taca)

2013-09-30 10:05:15 UTC MAIN commitmail json YAML

Note update of www/contao31 package to 3.1.3.

(taca)

2013-09-30 10:04:34 UTC MAIN commitmail json YAML

Update contao31 to 3.1.3.

Version 3.1.3 (2013-09-24)
--------------------------

### Fixed
Do not redirect to protected pages after logout (see #6210).

### Fixed
Consider the additional arguments in `Frontend::jumpToOrReload()` (see #5734).

### Fixed
Prevent article aliases from using reserved names (see #6066).

### Fixed
Correctly update the RSS feeds if a news item or event changes (see #6102).

### Fixed
Correctly link to news and calendar feeds via insert tag (see #6164).

### Fixed
Make the CSS ID available in the custom navigation module (see #6129).

### Fixed
Do not cache the "toggle_view" insert tag (see #6172).

### Fixed
Unset the primary key if a model is deleted (see #6162).

### Fixed
Support `tel:` and `sms:` upon IDNA conversion (see #6148).

### Fixed
Apply the width and height to the audio player as well (see #6114).

### Fixed
Do not exit after a template has been output (see #5570).

### Changed
Drop the database query cache (see #6070). This renders `executeUncached()` and
`executeCached()` deprecated. Use `execute()` instead.

### Fixed
Handle all possible errors when uploading files (see #5934).

(taca)

2013-09-30 09:36:55 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.24

(wiz)

2013-09-30 09:36:45 UTC MAIN commitmail json YAML

1.24:
Add default location for CODE REFERENCES.

(wiz)

2013-09-30 09:36:12 UTC MAIN commitmail json YAML

2013-09-30 09:35:55 UTC MAIN commitmail json YAML

Update to 1.2:
chrysn and Joe Nahmias have done a bunch of work on Calypso, and I even
managed to fix a couple of bugs. I've merged their stuff in and pushed
out a version 1.2 release this afternoon, along with an updated debian
package. A this point, all reported Debian bugs are closed (surely that
can't last through more than one release).

The only piece unmerged was the ForkingMixin stuff as that means that
each connection has to re-read the entire database at startup as there's
no persistent in-memory state. I'd love to figure out how to use the
ThreadingMixin instead, providing the same multi-session support along
with caching.

(wiz)

2013-09-30 09:34:52 UTC MAIN commitmail json YAML

2013-09-30 09:34:26 UTC MAIN commitmail json YAML

Updated net/Radicale to 0.8

(wiz)

2013-09-30 09:34:18 UTC MAIN commitmail json YAML

Update to 0.8:

0.8 - Rainbow
=============

* New authentication and rights management modules (by Matthias Jordan)
* Experimental database storage
* Command-line option for custom configuration file (by Mark Adams)
* Root URL not at the root of a domain (by Clint Adams, Fabrice Bellet, Vincent Untz)
* Improved support for iCal, CalDAVSync, CardDAVSync, CalDavZAP and CardDavMATE
* Empty PROPFIND requests handled (by Christoph Polcin)
* Colon allowed in passwords
* Configurable realm message

(wiz)

2013-09-30 09:33:58 UTC MAIN commitmail json YAML

Updated devel/py-flakes to 0.7.3

(wiz)

2013-09-30 09:33:49 UTC MAIN commitmail json YAML

Update to 0.7.3:

0.7.3 (2013-07-02):
  - Do not report undefined name for generator expression and dict or
    set comprehension at class level.
  - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
    use `Checker.pushScope` instead.
  - Remove dependency on Unittest2 for the tests.

0.7.2 (2013-04-24):
  - Fix computation of `DoctestSyntaxError.lineno` and `col`.
  - Add boolean attribute `Checker.withDoctest` to ignore doctests.
  - If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests.
  - Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated
    list of additional built-in names.

0.7.1 (2013-04-23):
  - File `bin/pyflakes` was missing in tarball generated with distribute.
  - Fix reporting errors in non-ASCII filenames (Python 2.x).

0.7.0 (2013-04-17):
  - Add --version and --help options.
  - Support `python -m pyflakes` (Python 2.7 and Python 3.x).
  - Add attribute `Message.col` to report column offset.
  - Do not report redefinition of variable for a variable used in a list
    comprehension in a conditional.
  - Do not report redefinition of variable for generator expressions and
    set or dict comprehensions.
  - Do not report undefined name when the code is protected with a
    `NameError` exception handler.
  - Do not report redefinition of variable when unassigning a module imported
    for its side-effect.
  - Support special locals like `__tracebackhide__` for py.test.
  - Support checking doctests.
  - Fix issue with Turkish locale where `'i'.upper() == 'i'` in Python 2.

0.6.1 (2013-01-29):
  - Fix detection of variables in augmented assignments.

0.6.0 (2013-01-29):
  - Support Python 3 up to 3.3, based on the pyflakes3k project.
  - Preserve compatibility with Python 2.5 and all recent versions of Python.
  - Support custom reporters in addition to the default Reporter.
  - Allow function redefinition for modern property construction via
    property.setter/deleter.
  - Fix spurious redefinition warnings in conditionals.
  - Do not report undefined name in __all__ if import * is used.
  - Add WindowsError as a known built-in name on all platforms.
  - Support specifying additional built-ins in the `Checker` constructor.
  - Don't issue Unused Variable warning when using locals() in current scope.
  - Handle problems with the encoding of source files.
  - Remove dependency on Twisted for the tests.
  - Support `python setup.py test` and `python setup.py develop`.
  - Create script using setuptools `entry_points` to support all platforms,
    including Windows.

(wiz)

2013-09-30 08:49:22 UTC MAIN commitmail json YAML

2013-09-30 08:42:51 UTC pkgsrc-2013Q3 commitmail json YAML

Add CHANGES file for branch.

(wiz)

2013-09-30 08:31:00 UTC MAIN commitmail json YAML

Fix build problem on Mac OS X.

No PKGREVISION bump since this fixes simply PLIST problem on Mac OS X.

(taca)