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 (48m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 20:42:00 UTC Now

2014-04-23 20:17:33 UTC MAIN commitmail json YAML

2014-04-23 20:14:03 UTC MAIN commitmail json YAML

2014-04-23 20:07:48 UTC MAIN commitmail json YAML

Fix NOT_FOR_PLATFORM; the second one was overwriting the first.

(wiz)

2014-04-23 18:10:50 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.10.7.

(tron)

2014-04-23 18:10:37 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.10.7. Changes since 1.10.6:
- Bug Fixes
  The following vulnerabilities have been fixed.
    * wnpa-sec-2014-06
      The RTP dissector could crash. (Bug 9885)
      Versions affected: 1.10.0 to 1.10.6
      CVE-2014-2907
  The following bugs have been fixed:
    * RTP not decoded inside the conversation in v.1.10.1 (Bug 9021)
    * SIP/SDP: disabled second media stream disables all media
      streams (Bug 9835)
    * Lua: trying to get/access a Preference before its
      registered causes a segfault (Bug 9853)
    * Some value_string strings contain newlines. (Bug 9878)
    * Tighten the NO_MORE_DATA_CHECK macros (Bug 9932)
    * Fix crash when calling "MAP Summary" dialog when no file is
      open (Bug 9934)
    * Fix comparing a sequence number of TCP fragment when its
      value wraps over uint32_t limit (Bug 9936)
- Updated Protocol Support
  ANSI A, DVB-CI, GSM DTAP, GSM MAP, IEEE 802.11, LCSAP, LTE RRC,
  MAC LTE, Prism, RTP, SDP, SIP, and TCP

(tron)

2014-04-23 18:04:08 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4386 - requested by obache
emulators/suse131_libjson: security update

Revisions pulled up:
- emulators/suse131_libjson/Makefile                            1.2
- emulators/suse131_libjson/distinfo                            1.2

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Apr 23 12:54:23 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_libjson: Makefile distinfo

  Log Message:
  Apply Security Update: openSUSE-SU-2014:0558-1
  update for json-c

      This json-c update fixes the following two security issue:

      - bnc#870147: Fixed buffer overflow if size_t is larger
      than int  (CVE-2013-6370).
      - bnc#870147: Fixed possible hash collision DoS
      (CVE-2013-6371).

  Bump PKGREVISION.

(tron)

2014-04-23 18:03:59 UTC pkgsrc-2014Q1 commitmail json YAML

2014-04-23 16:11:38 UTC MAIN commitmail json YAML

Updated mail/offlineimap to 6.5.5

(schmonz)

2014-04-23 16:11:32 UTC MAIN commitmail json YAML

Update to 6.5.5. From the changelog:

OfflineIMAP v6.5.5 (2013-10-07)
===============================

* Avoid lockups for IMAP synchronizations running with the
  "-1" command-line switch (X-Ryl669 <boite.pour.spam@gmail.com>)
* Dump stacktrace for all threads on SIGQUIT: ease debugging
  of threading and other issues
* SIGHUP is now handled as the termination notification rather than
  the signal to reread the configuration (Dmitrijs Ledkovs)
* Honor the timezone of emails (Tobias Thierer)
* Allow mbnames output to be sorted by a custom sort key by specifying
  a 'sort_keyfunc' function in the [mbnames] section of the config.
* Support SASL PLAIN authentication method.  (Andreas Mack)
* Support transport-only tunnels that requre full IMAP authentication.
  (Steve Purcell)
* Make the list of authentication mechanisms to be configurable.
  (Andreas Mack)
* Allow to set message access and modification timestamps based
  on the "Date" header of the message itself.  (Cyril Russo)
* "peritem" format string for [mbnames] got new expansion key
  "localfolders" that corresponds to the same parameter of the
  local repository for the account being processed.
* [regression] pass folder names to the foldersort function,
  revert the documented behaviour
* Fix handling of zero-sized IMAP data items (GitHub#15).
* Updated bundled imaplib2 to 2.35:
  - fix for Gmail sending a BYE response after reading >100 messages
    in a session;
  - includes fix for GitHub#15: patch was accepted upstream.
* Updated bundled imaplib2 to 2.36: it includes support for SSL
  version override that was integrated into our code before,
  no other changes.
* Fixed parsing of quoted strings in IMAP responses: strings like "\\"
  were treated as having \" as the escaped quote, rather than treating
  it as the quoted escaped backslash (GitHub#53).
* Execute pre/post-sync hooks during synchronizations
  toggled by IMAP IDLE message processing. (maxgerer@gmail.com)
* Catch unsuccessful local mail uploads when IMAP server
  responds with "NO" status; that resulted in a loss of such
  local messages. (Adam Spiers)
* Don't create folders if readonly is enabled.
* Learn to deal with readonly folders to properly detect this
  condition and act accordingly.  One example is Gmail's "Chats"
  folder that is read-only, but contains logs of the quick chats. (E.
  Ryabinkin)
* Fix str.format() calls for Python 2.6 (D. Logie)
* Remove APPENDUID hack, previously introduced to fix Gmail, no longer
  necessary, it might have been breaking things. (J. Wiegley)
* Improve regex that could lead to 'NoneType' object has no attribute
  'group' (D. Franke)
* Improved error throwing on repository misconfiguration

OfflineIMAP v6.5.4 (2012-06-02)
===============================

* bump bundled imaplib2 library 2.29 --> 2.33
* Actually perform the SSL fingerprint check (reported by J. Cook)
* Curses UI, don't use colors after we shut down curses already (C.H旦ger)
* Document that '%' needs encoding as '%%' in configuration files.
* Fix crash when IMAP.quickchanged() led to an Error (reported by sharat87)
* Implement the createfolders setting to disable folder propagation (see docs)

OfflineIMAP v6.5.3.1 (2012-04-03)
=================================

* Don't fail if no dry-run setting exists in offlineimap.conf
  (introduced in 6.5.3)

OfflineIMAP v6.5.3 (2012-04-02)
===============================

* --dry-run mode protects us from performing any actual action.  It will
  not precisely give the exact information what will happen. If e.g. it
  would need to create a folder, it merely outputs "Would create folder
  X", but not how many and which mails it would transfer.
* internal code changes to prepare for Python3
* Improve user documentation of nametrans/folderfilter
* Fixed some cases where invalid nametrans rules were not caught and
  we would not propagate local folders to the remote repository.
  (now tested in test03)
* Revert "* Slight performance enhancement uploading mails to an IMAP
  server in the common case." It might have led to instabilities.
* Revamped documentation structure. `make` in the `docs` dir or `make
  doc` in the root dir will now create the 1) man page and 2) the user
  documentation using sphinx (requiring python-doctools, and
  sphinx). The resulting user docs are in `docs/html`. You can also
  only create the man pages with `make man` in the `docs` dir.
* -f command line option only works on the untranslated remote
  repository folder names now. Previously folderfilters had to match
  both the local AND remote name which caused unwanted behavior in
  combination with nametrans rules. Clarify in the help text.
* Some better output when using nonsensical configuration settings
* Improve compatability of the curses UI with python 2.6

pkgsrc changes:
* Add "strongly recommended" dependency on py-sqlite3.
* Remove seemingly outdated MESSAGE.

(schmonz)

2014-04-23 14:47:43 UTC MAIN commitmail json YAML

Replace 'grep -o' calls with a portable sed call in configure.

(fhajny)

2014-04-23 13:51:13 UTC MAIN commitmail json YAML

Force iconv/intl linking. Fixes at least SunOS builds.

(fhajny)

2014-04-23 13:17:52 UTC MAIN commitmail json YAML

Disable 64bit handling logic in configure, fixes build on SunOS.

(fhajny)

2014-04-23 13:14:57 UTC MAIN commitmail json YAML

Updated emulators/suse131_openssl to 13.1nb5

(obache)

2014-04-23 13:14:42 UTC MAIN commitmail json YAML

Apply Security Update: openSUSE-SU-2014:0560-1
update for openssl

  This is an openssl version update to 1.0.1g.

  - The main reason for this upgrade was to be clear about
  the TLS  heartbeat problem know as "Heartbleed"
  (CVE-2014-0160). That  problem was already fixed in our
  previous openssl update.

Bump PKGREVISION.

(obache)

2014-04-23 12:55:42 UTC MAIN commitmail json YAML

Fix inplace patching

(ryoon)

2014-04-23 12:54:36 UTC MAIN commitmail json YAML

Updated emulators/suse131_libjson to 13.1nb1

(obache)

2014-04-23 12:54:23 UTC MAIN commitmail json YAML

Apply Security Update: openSUSE-SU-2014:0558-1
update for json-c

  This json-c update fixes the following two security issue:

  - bnc#870147: Fixed buffer overflow if size_t is larger
  than int  (CVE-2013-6370).
  - bnc#870147: Fixed possible hash collision DoS
  (CVE-2013-6371).

Bump PKGREVISION.

(obache)

2014-04-23 12:53:36 UTC MAIN commitmail json YAML

Include missing mk/bsd.options.mk

(ryoon)

2014-04-23 12:49:44 UTC MAIN commitmail json YAML

Remove bogus comment

(ryoon)

2014-04-23 12:49:24 UTC MAIN commitmail json YAML

get rid of SuSE-release from SUBST too.

(obache)

2014-04-23 12:48:22 UTC MAIN commitmail json YAML

Updated emulators/suse131_base to 13.1nb3

(obache)

2014-04-23 12:48:04 UTC MAIN commitmail json YAML

Apply Recommended Update: openSUSE-RU-2014:0424-1
coreutils: Several upstream-bugfixes

Bump PKGREVISION.

(obache)

2014-04-23 12:22:48 UTC MAIN commitmail json YAML

Add builtin detection for libXi (mainly for the case X11_TYPE=native but builtin
version is older than required version).
Set API_DEPENDS for required package for the case using libXi from pkgsrc,
same as specified to build this package.

(obache)

2014-04-23 11:28:47 UTC MAIN commitmail json YAML

Added security/PortableSigner version 2.0.38c0573

(wiz)

2014-04-23 11:28:33 UTC MAIN commitmail json YAML

+ PortableSigner

(wiz)

2014-04-23 11:27:58 UTC MAIN commitmail json YAML

Import PortableSigner-2.0.38c0573 as security/PortableSigner.

PortableSigner is a signing (with X.509 certificates) program for
PDF files. It's platform independent and runs (tested) under
Windows (2000, XP, ...), Linux and Mac OS X.

It's possible to sign PDF documents digital with X.509 certificates.
This signed documents are read only. Therefore it's possible to
implement "electronic paper".

(wiz)

2014-04-23 11:05:48 UTC MAIN commitmail json YAML

Updated lang/gcc48-libs to 4.8.2nb4

(ryoon)

2014-04-23 11:05:21 UTC MAIN commitmail json YAML

Bump PKGREVISION of gcc48-libs

Disable Java libraries by default.

(ryoon)

2014-04-23 10:33:53 UTC MAIN commitmail json YAML

Updated www/py-curl to 7.19.3.1

(adam)

2014-04-23 10:32:55 UTC MAIN commitmail json YAML

Changes 7.19.3.1:
This release restores PycURL窶冱 ability to automatically detect SSL library in use in most circumstances.

(adam)

2014-04-23 07:07:39 UTC MAIN commitmail json YAML

2014-04-23 07:05:33 UTC MAIN commitmail json YAML

2014-04-23 06:56:17 UTC MAIN commitmail json YAML

Note update of the "apr" package to version 1.5.1.

(tron)

2014-04-23 06:56:04 UTC MAIN commitmail json YAML

Update "apr" package to version 1.5.1. Changes since 1.5.0:
- apr_os_proc_mutex_get() on Unix:  Avoid segfault for cross-
  process pthread mutexes.  [Yann Ylavic <ylavic.dev gmail.com>]
- When using shmget-based shared memory, the ID used for ftok is
  now an APR hash of the filename instead of the constant '1'.
  We do this to help avoid collisions. Bug 53996 [Jim Jagielski]
- apr_socket_atreadeof(): Fix breakage on OS X. [Jim Jagielski]
- Fix POSIX shared memory (shm_open) use for named shared memory.
  Includes adding '--enable-posix-shm' to force POSIX shm if
  available, and OS X compatibility. Bug 55928.
  [Jozef Hatala <jh-asf skrt org>, Jim Jagielski]
- Fix apr_escape.c compilation errors on EBCDIC platforms.
  [Eric Covener]
- FreeBSD 10: Correct a regression in 1.5.0 which affected non-
  blocking sockets in some applications, including httpd.  [Jeff
  Trawick]
- apr_skiplist: Add compatibility with C++ applications.
  [Jeff Trawick]
- Correct a regression in 1.5.0 which affected out-of-tree
  builds on Unix.  [Rainer Jung]
- Improve platform detection for bundled expat by updating
  config.guess and config.sub. [Rainer Jung]

(tron)

2014-04-23 06:49:44 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-FindDependencies to 2.42.

(hiramatsu)

2014-04-23 06:49:04 UTC MAIN commitmail json YAML

Update devel/p5-CPAN-FindDependencies to 2.42.

Changes from previous:
----------------------
2.42    2013-05-25      Bugfix to cope with inconsistent hash ordering

2.41    2012-09-03      Patched to work through HTTP proxies

2.4    2012-05-27      Fix for RT 65001, 02packages being corrupted
                          by LWP::Simple::get being too damned clever
                          for its own good

(hiramatsu)

2014-04-23 02:21:08 UTC MAIN commitmail json YAML

Disable gnutls as a preferred option, as using gnutls keeps libpurple
from being able to log into Yahoo Messenger.

(schnoebe)

2014-04-23 00:02:05 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.8

(abs)

2014-04-23 00:01:01 UTC MAIN commitmail json YAML

Update pkg_chk to 2.0.8 Fix missing { } in awk section in 2.0.7

(abs)

2014-04-22 22:38:17 UTC MAIN commitmail json YAML

Update mail/mhonarc to 2.6.19

(schnoebe)

2014-04-22 22:32:18 UTC MAIN commitmail json YAML

Update to MHonArc 2.6.19:

2014/04/21      (2.6.19)

* Security Fixes:

    Bug ID  Summary
    ------  ------------------------------------------------------------
    35388  commentized subjects allow PHP code injection
    ------  ------------------------------------------------------------

* Bug Fixes:

    Bug ID  Summary
    ------  ------------------------------------------------------------
    32987  Lots of deprecation warnings with Perl 5.12
    42155  MHonArc crashed with message/external-body and RFC 2231
            encoded parameters
    ------  ------------------------------------------------------------

(schnoebe)

2014-04-22 22:25:59 UTC MAIN commitmail json YAML

+ asymptote-2.25, blender-2.70a, dar-2.4.13, doxygen-1.8.7,
  gtkglarea-2.1.0, jpegoptim-1.3.1, puzzles-10180, redis-2.8.9,
  reposurgeon-3.10.

(wiz)

2014-04-22 22:19:50 UTC MAIN commitmail json YAML

Updated audio/easytag to 2.2.1

(wiz)

2014-04-22 22:19:41 UTC MAIN commitmail json YAML

Update to 2.2.1:

Changes since 2.2.0:

* Fix image loading with HTTP URLs and empty images
* Fix bogus track numbers when automatically numbering files
* Add Opus and Speex MIME types to desktop file
* Abhinav Jangda窶冱 fix for numeric characters in ID3 TPOS fields
* Roman Bogorodskiy窶冱 ID3 wrapper compilation fix
* Improvements to MP4 GIO wrapper
* Fix a scanner bug when converting "%20" to " "
* Fix compilation if TagLib or libogg is unavailable
* Depend on TagLib 1.9.1 for MP4 support
* Use CXXFLAGS from the environment
* Rafael Ferrera窶冱 Brazilian Portuguese translation update
* Aurimas ト憩rnius窶冱 Lithuanian translation update
* Balテ。zs テ嗷窶冱 Hungarian translation update
* Matej Urbanト絞ト坂�冱 Slovenian translation update

(wiz)

2014-04-22 22:13:34 UTC MAIN commitmail json YAML

Updated devel/p5-Curses-UI to 0.9609nb3

(wiz)

2014-04-22 22:13:25 UTC MAIN commitmail json YAML

Better wide curses support. From Edgar Fuß in private mail.
Bump PKGREVISION.

(wiz)

2014-04-22 20:50:49 UTC MAIN commitmail json YAML

2014-04-22 20:49:38 UTC MAIN commitmail json YAML

Support per language gcc48 packages

(ryoon)

2014-04-22 20:48:32 UTC MAIN commitmail json YAML

Add lang/gcc48-cc++ version 4.8.2
Added lang/gcc48-fortran version 4.8.2
Added lang/gcc48-objc version 4.8.2
Updated lang/gcc48-libs to 4.8.2nb3
Updated lang/gcc48 to 4.8.2nb2

(ryoon)

2014-04-22 20:46:41 UTC MAIN commitmail json YAML

2014-04-22 19:03:57 UTC MAIN commitmail json YAML

Updated www/lighttpd to 1.4.35

(adam)

2014-04-22 19:01:52 UTC MAIN commitmail json YAML

Changes 1.4.35:
This release contains a lot of bug fixes, many detected by scan.coverity.com (and more to come). The main reason for the release is a fix for an SQL injection (and path traversal) bug triggered by specially crafted (and invalid) Host: headers.

(adam)

2014-04-22 18:26:24 UTC pkgsrc-2014Q1 commitmail json YAML

2014-04-22 18:26:05 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4385 - requested by abs
mail/imapsync: security update

Revisions pulled up:
- mail/imapsync/Makefile                                        1.14
- mail/imapsync/distinfo                                        1.6

---
  Module Name:    pkgsrc
  Committed By:  abs
  Date:          Tue Apr 22 08:18:46 UTC 2014

  Modified Files:
          pkgsrc/mail/imapsync: Makefile distinfo

  Log Message:
  Updated mail/imapsync to 1.584

  revision 1.584
  date: 2014/02/05 00:40:59;  author: gilles;  state: Exp;  lines: +77 -50
  Debug. Print separator given by NAMESPACE even when --sep1 oe --sep2 is used.
  Debug. Prints prefix given by NAMESPACE even when --prefix1 or
  --prefix2 is used.
  (Preparation for advising not to use --prefix unless suggested)
  ----------------------------
  revision 1.583
  date: 2014/02/04 03:04:35;  author: gilles;  state: Exp;  lines: +15 -11
  Bug fix. --ssl1 --tls2 was buggy because of default SSL_VERIFY_PEER.
  "Can not go to tls encryption on [localhost]:Unable to start TLS:
  Cannot determine peer hostname for
  verificationerror:00000000:lib(0):func(0):reason(0)"
  ----------------------------
  revision 1.582
  date: 2014/01/24 01:43:19;  author: gilles;  state: Exp;  lines: +20 -12
  Bugfix. Check if going to tls is ok, exit otherwise with explicit error message.
  Thanks to Dennis Schridde for reporting this ugly bug.
  ----------------------------
  revision 1.581
  date: 2014/01/15 02:42:06;  author: gilles;  state: Exp;  lines: +41 -15
  Added --debugmaxlinelength
  Added --minmaxlinelength to select messages with long lines only.
  ----------------------------
  revision 1.580
  date: 2013/12/25 02:52:36;  author: gilles;  state: Exp;  lines: +51 -27
  Added --skipcrossduplicates to avoid copying messages that are already
  copied in another folder.
  Added --debugcrossduplicates to print which messages (UIDs) are
  skipped with --skipcrossduplicates (and in what other folders they
  are).
  ----------------------------
  revision 1.579
  date: 2013/12/18 13:53:19;  author: gilles;  state: Exp;  lines: +9 -8
  --maxmessagespersecond, value can be float like 3.2
  ----------------------------
  revision 1.578
  date: 2013/12/17 02:14:09;  author: gilles;  state: Exp;  lines: +73 -9
  Added --maxbytespersecond to limit byte transfer rate.
  Added --maxmessagespersecond to limit messages tranfer rate (office365
  throttle limitation).
  ----------------------------
  revision 1.577
  date: 2013/12/05 05:57:51;  author: gilles;  state: Exp;  lines: +28 -10
  Added tests to play with win32 \\?\C:\TEMP syntax and try to solve
  long path bug.
  ----------------------------
  revision 1.576
  date: 2013/11/19 14:37:24;  author: gilles;  state: Exp;  lines: +19 -14
  Added --debugmemory option that prints memory consumption after each
  message is copied.
  ----------------------------
  revision 1.575
  date: 2013/11/06 13:55:38;  author: gilles;  state: Exp;  lines: +12 -7
  Do not append message if the fetch failed.
  ----------------------------
  revision 1.574
  date: 2013/10/28 16:22:04;  author: gilles;  state: Exp;  lines: +16 -8
  Added --create_folder_old in case users want the old behavior of
  create_folder().
  ----------------------------
  revision 1.573
  date: 2013/10/28 14:44:10;  author: gilles;  state: Exp;  lines: +48 -7
  Bugfix. Applied patch for create_folder() and nested folders. Thanks
  to Erik Torsner.
  ----------------------------
  revision 1.572
  date: 2013/10/27 02:04:01;  author: gilles;  state: Exp;  lines: +13 -8
  Bug fix. Final statistics were avoided for newly created folders.
  ----------------------------
  revision 1.571
  date: 2013/10/25 14:34:27;  author: gilles;  state: Exp;  lines: +58 -20
  Added --folderfirst <string> : Sync this folder first. --folderfirst "Work"
  Added --folderlast  <string> : Sync this folder last. --folderlast
  "[Gmail]/All Mail"
  --folderlast  <string> : then this one, etc.
  ----------------------------
  revision 1.570
  date: 2013/10/25 12:52:02;  author: gilles;  state: Exp;  lines: +7 -7
  --delete2foldersonly Junk example.
  ----------------------------
  revision 1.569
  date: 2013/10/16 21:58:17;  author: gilles;  state: Exp;  lines: +125 -39
  Fixed bug on Windows with --tmpdir "E:\TEMP". The colon was badly
  converted to _, ending with "E_\TEMP".
  The fix also automatically moves the old cache to the new one if the
  new does not exist yet.
  Fix. Example for --delete2foldersonly "/Junk$/" in help message.
  ----------------------------
  revision 1.568
  date: 2013/09/28 02:43:51;  author: gilles;  state: Exp;  lines: +25 -13
  Bug fix. On Win32 trailing blanc in cache dir name raized an error.
  Blanc now move to underscore _.
  ----------------------------
  revision 1.567
  date: 2013/09/18 20:38:10;  author: gilles;  state: Exp;  lines: +8 -7
  Fixed a warning when RFC822.SIZE is null or undef.
  ----------------------------
  revision 1.566
  date: 2013/09/13 13:23:41;  author: gilles;  state: Exp;  lines: +11 -12
  Added --authmech EXTERNAL. Not tested yet.
  ----------------------------
  revision 1.565
  date: 2013/09/13 01:16:20;  author: gilles;  state: Exp;  lines: +8 -6
  Fusemail success.
  RackSpace success.

(tron)

2014-04-22 18:06:29 UTC MAIN commitmail json YAML

Updated www/py-django to 1.6.3

(adam)

2014-04-22 18:05:22 UTC MAIN commitmail json YAML

Changes 1.6.3:
These releases address an unexpected code-execution issue, a caching issue which can expose CSRF tokens and a MySQL typecasting issue. While these issues present limited risk and may not affect all Django users, we encourage all users to evaluate their own risk and upgrade as soon as possible.

(adam)

2014-04-22 14:45:32 UTC MAIN commitmail json YAML

2014-04-22 14:42:35 UTC MAIN commitmail json YAML

2014-04-22 14:27:32 UTC MAIN commitmail json YAML

Removed databases/db46

(adam)

2014-04-22 14:16:56 UTC MAIN commitmail json YAML

Removed databases/db46

(adam)

2014-04-22 14:16:00 UTC MAIN commitmail json YAML

Removed databases/db46

(adam)

2014-04-22 14:15:40 UTC MAIN commitmail json YAML

2014-04-22 12:21:15 UTC MAIN commitmail json YAML

Detect builtin version if xextproto.pc is available (or assumed as 1.0.1,
same as current fake pc).

(obache)

2014-04-22 11:27:35 UTC MAIN commitmail json YAML

set required xineramaproto version, per configure request.

(obache)

2014-04-22 11:17:08 UTC MAIN commitmail json YAML

bump required xextproto version per configure request.

(obache)

2014-04-22 08:20:20 UTC MAIN commitmail json YAML

Updated mail/imapsync to 1.584

(abs)

2014-04-22 08:18:46 UTC MAIN commitmail json YAML

Updated mail/imapsync to 1.584

revision 1.584
date: 2014/02/05 00:40:59;  author: gilles;  state: Exp;  lines: +77 -50
Debug. Print separator given by NAMESPACE even when --sep1 oe --sep2 is used.
Debug. Prints prefix given by NAMESPACE even when --prefix1 or --prefix2 is used.
(Preparation for advising not to use --prefix unless suggested)
----------------------------
revision 1.583
date: 2014/02/04 03:04:35;  author: gilles;  state: Exp;  lines: +15 -11
Bug fix. --ssl1 --tls2 was buggy because of default SSL_VERIFY_PEER. "Can not go to tls encryption on [localhost]:Unable to start TLS: Cannot determine peer hostname for verificationerror:00000000:lib(0):func(0):reason(0)"
----------------------------
revision 1.582
date: 2014/01/24 01:43:19;  author: gilles;  state: Exp;  lines: +20 -12
Bugfix. Check if going to tls is ok, exit otherwise with explicit error message.
Thanks to Dennis Schridde for reporting this ugly bug.
----------------------------
revision 1.581
date: 2014/01/15 02:42:06;  author: gilles;  state: Exp;  lines: +41 -15
Added --debugmaxlinelength
Added --minmaxlinelength to select messages with long lines only.
----------------------------
revision 1.580
date: 2013/12/25 02:52:36;  author: gilles;  state: Exp;  lines: +51 -27
Added --skipcrossduplicates to avoid copying messages that are already copied in another folder.
Added --debugcrossduplicates to print which messages (UIDs) are skipped with --skipcrossduplicates (and in what other folders they are).
----------------------------
revision 1.579
date: 2013/12/18 13:53:19;  author: gilles;  state: Exp;  lines: +9 -8
--maxmessagespersecond, value can be float like 3.2
----------------------------
revision 1.578
date: 2013/12/17 02:14:09;  author: gilles;  state: Exp;  lines: +73 -9
Added --maxbytespersecond to limit byte transfer rate.
Added --maxmessagespersecond to limit messages tranfer rate (office365 throttle limitation).
----------------------------
revision 1.577
date: 2013/12/05 05:57:51;  author: gilles;  state: Exp;  lines: +28 -10
Added tests to play with win32 \\?\C:\TEMP syntax and try to solve long path bug.
----------------------------
revision 1.576
date: 2013/11/19 14:37:24;  author: gilles;  state: Exp;  lines: +19 -14
Added --debugmemory option that prints memory consumption after each message is copied.
----------------------------
revision 1.575
date: 2013/11/06 13:55:38;  author: gilles;  state: Exp;  lines: +12 -7
Do not append message if the fetch failed.
----------------------------
revision 1.574
date: 2013/10/28 16:22:04;  author: gilles;  state: Exp;  lines: +16 -8
Added --create_folder_old in case users want the old behavior of create_folder().
----------------------------
revision 1.573
date: 2013/10/28 14:44:10;  author: gilles;  state: Exp;  lines: +48 -7
Bugfix. Applied patch for create_folder() and nested folders. Thanks to Erik Torsner.
----------------------------
revision 1.572
date: 2013/10/27 02:04:01;  author: gilles;  state: Exp;  lines: +13 -8
Bug fix. Final statistics were avoided for newly created folders.
----------------------------
revision 1.571
date: 2013/10/25 14:34:27;  author: gilles;  state: Exp;  lines: +58 -20
Added --folderfirst <string> : Sync this folder first. --folderfirst "Work"
Added --folderlast  <string> : Sync this folder last. --folderlast "[Gmail]/All Mail"
--folderlast  <string> : then this one, etc.
----------------------------
revision 1.570
date: 2013/10/25 12:52:02;  author: gilles;  state: Exp;  lines: +7 -7
--delete2foldersonly Junk example.
----------------------------
revision 1.569
date: 2013/10/16 21:58:17;  author: gilles;  state: Exp;  lines: +125 -39
Fixed bug on Windows with --tmpdir "E:\TEMP". The colon was badly converted to _, ending with "E_\TEMP".
The fix also automatically moves the old cache to the new one if the new does not exist yet.
Fix. Example for --delete2foldersonly "/Junk$/" in help message.
----------------------------
revision 1.568
date: 2013/09/28 02:43:51;  author: gilles;  state: Exp;  lines: +25 -13
Bug fix. On Win32 trailing blanc in cache dir name raized an error. Blanc now move to underscore _.
----------------------------
revision 1.567
date: 2013/09/18 20:38:10;  author: gilles;  state: Exp;  lines: +8 -7
Fixed a warning when RFC822.SIZE is null or undef.
----------------------------
revision 1.566
date: 2013/09/13 13:23:41;  author: gilles;  state: Exp;  lines: +11 -12
Added --authmech EXTERNAL. Not tested yet.
----------------------------
revision 1.565
date: 2013/09/13 01:16:20;  author: gilles;  state: Exp;  lines: +8 -6
Fusemail success.
RackSpace success.

(abs)

2014-04-22 06:54:03 UTC pkgsrc-2014Q1 commitmail json YAML

2014-04-22 06:51:51 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4384 - requested by tsutsui
misc/libreoffice4: build fix

Revisions pulled up:
- misc/libreoffice4/distinfo                                    1.12
- misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx deleted
- misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_uno2cpp.cxx deleted

---
  Module Name: pkgsrc
  Committed By: tsutsui
  Date: Sun Apr 13 15:57:21 UTC 2014

  Modified Files:
  pkgsrc/misc/libreoffice4: distinfo
  Removed Files:
  pkgsrc/misc/libreoffice4/patches:
      patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx
      patch-bridges_source_cpp__uno_gcc3__linux__intel_uno2cpp.cxx

  Log Message:
  Remove broken and untested libc++ patches.  PR/48716

  - these patches break build on i386, even on pkgsrc-2014Q1
  - these patches have no patch comment and it's fatal on pkglint
  - these patches have never been sent to upstream even before 4.2.2.1 update
  - the wrong patch committer has ignored the PR for a week

(tron)

2014-04-22 01:02:21 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-Identify to 0.56.

(hiramatsu)

2014-04-22 01:01:53 UTC MAIN commitmail json YAML

Update textproc/p5-Lingua-Identify to 0.56.

Changes from previous:
----------------------
0.56  Sat Aug 17 20:22:16 WEST 2013
        - Added Czech (thanks to Roger Thompson)

0.55  Wed Jul 24 21:51:32 WEST 2013
        - Fixed the HI test that included some English text.

0.54  Thu May 30 17:40:24 WEST 2013
        - Added Welsh (Thanks to Kevin Donnelly)

0.53  Sat May 25 15:29:48 WEST 2013
        - Fix stupid failure in perl v5.18.

0.52  Tue Feb 12 21:03:20 WET 2013
        - Added Hindi (Thanks to Prashant Mathur)

0.51  Wed May  2 14:51:06 WEST 2012
        - Added Ukranian and corrected Russian and Bulgarian tranining
          corpora.

(hiramatsu)

2014-04-22 00:11:52 UTC MAIN commitmail json YAML

Update print/hplip to 3.14.4

(schnoebe)

2014-04-22 00:09:30 UTC MAIN commitmail json YAML

Update to 3.14.4:

HPLIP 3.14.4 - This release has the following changes:
Added Support for the Following New Printers:
- HP Color LaserJet Enterprise M651dn Printer
- HP Color LaserJet Enterprise M651n Printer
- HP Color LaserJet Enterprise M651xh Printer
- HP Color LaserJet Enterprise Multifunction M680dn Printer
- HP Color LaserJet Enterprise Multifunction M680f Printer
- HP Color LaserJet Enterprise Flow Multifunction M680z Printer
- HP Color Laserjet Pro MFP M476dw
- HP Color Laserjet Pro MFP M476nw
- HP Color Laserjet Pro MFP M476dn
- HP Designjet T795 44-in ePrinter
- HP DeskJet 1511 All-in-One Printer
- HP DeskJet 1011 Printer
- HP LaserJet Pro MFP M128fn
- HP LaserJet Pro MFP M128fp
- HP LaserJet Pro MFP M128fw
- HP LaserJet Pro M701a Printer
- HP LaserJet Pro M701n Printer
- HP LaserJet Pro M706n Printer
- HP Officejet Enterprise Color X555dn Printer
- HP Officejet Enterprise Color X555xh Printer
- HP Officejet Enterprise Color X585dn Multifunction Printer
- HP Officejet Enterprise Color X585f Multifunction Printer
- HP Officejet Enterprise Color Flow X585z Multifunction Printer
- HP OfficeJet Pro 8610 e-All-in-One Printer
- HP OfficeJet Pro 8615 e-All-in-One Printer
- HP OfficeJet Pro 8620 e-All-in-One Printer
- HP OfficeJet Pro 8625 e-All-in-One Printer
- HP OfficeJet Pro 8630 e-All-in-One Printer
- HP OfficeJet 4631 e-All-in-One Printer
- HP OfficeJet 4634 e-All-in-One printer
- HP OfficeJet 4636 e-All-in-One Printer

Added support for the following new Distro's:
- Ubuntu 14.04 Beta

Launchpad fixes:
1299955  - hp-logcapture captures personal information

(schnoebe)

2014-04-22 00:09:00 UTC MAIN commitmail json YAML

+py-simplesoap

(rodent)

2014-04-22 00:08:08 UTC MAIN commitmail json YAML

Added net/py-simplesoap version 1.10

(rodent)

2014-04-22 00:07:52 UTC MAIN commitmail json YAML

Import py27-simplesoap-1.10 as net/py-simplesoap.

Python Simple SOAP library for client and server webservices interfaces, aimed
to be as small and easy as possible, supporting most common functionality.
Initially it was inspired by PHP Soap Extension (mimicking it functionality,
simplicity and ease of use), with many advanced features added.

(rodent)

2014-04-21 22:07:04 UTC MAIN commitmail json YAML

added man pages deserve a PKGREVISION bumb

(wiedi)

2014-04-21 21:58:57 UTC MAIN commitmail json YAML

Fix build on SunOS and include man pages

(wiedi)

2014-04-21 21:49:49 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.7

(abs)

2014-04-21 21:40:11 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.6.3nb3

(wiz)

2014-04-21 21:40:01 UTC MAIN commitmail json YAML

Ignore SIGTTOU so that starting gnucash in the background works again.
Bump PKGREVISION.

(wiz)

2014-04-21 21:32:26 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.7

update pkg_chk from 2.0.6 to 2.0.7, based on suggestions from PR 30893
- switch from getopt to getopts. The issue described in PR 30893 ('*' being
  expanded by shell globbing) had already been worked around, but getopts
  is just a nicer interface
- Extend tag parsing to support -D '*' to cause all package lines to be matched

(abs)

2014-04-21 18:17:35 UTC MAIN commitmail json YAML

2014-04-21 18:17:05 UTC MAIN commitmail json YAML

2014-04-21 18:16:41 UTC MAIN commitmail json YAML

2014-04-21 18:16:13 UTC MAIN commitmail json YAML

2014-04-21 18:15:54 UTC MAIN commitmail json YAML

Fix Perl interpreter path.

(joerg)

2014-04-21 18:15:32 UTC MAIN commitmail json YAML

2014-04-21 18:15:09 UTC MAIN commitmail json YAML

2014-04-21 18:14:53 UTC MAIN commitmail json YAML

2014-04-21 18:14:23 UTC MAIN commitmail json YAML

Unbreak configure steps by not forcing libfl.

(joerg)

2014-04-21 18:13:58 UTC MAIN commitmail json YAML

2014-04-21 18:13:09 UTC MAIN commitmail json YAML

2014-04-21 16:14:50 UTC MAIN commitmail json YAML

Updated print/mupdf to 1.4

(wiz)

2014-04-21 16:14:40 UTC MAIN commitmail json YAML

Update to 1.4, provided by Leonardo Taccari in PR 48759.

List of changes on master since MuPDF 1.3

* Headline changes:
* CMYK rendering (mudraw PWG and PAM formats)
* TIFF viewer (with multi-page support).
* Added MuJS Javascript interpreter.
* MuJS is the default, V8 and JavaScriptCore are compile time options.
* Javascript support has to be explicitly enabled with pdf_enable_js.
* All viewers now have JavaScript enabled in the default builds.
* Viewers:
* X11: Horizontal scroll wheel support.
* X11: Status bar display with warnings.
* Android: Digital signatures.
* iOS: Links, form filling, annotation editing, and javascript.
* iOS: Reflow mode.
* WinRT: Printing.
* WinRT: Improved zooming behaviour.
* Tools:
* mudraw: Banded rendering with -B /band-height/.
* mudraw: Select output format with -F /format/.
* mudraw: Write to stdout if you use '-' as the output file name.
* mudraw: Add TGA output format.
* mudraw: Improved SVG output.
* mutool show: Write output to file instead of stdout with -o /filename/.
* mutool clean: Clean content streams with -s option.
* Annotations:
* Improved font handling.
* Form fields.
* Free text.
* Sticky notes.
* Optimizations:
* glyph cache: Partial eviction.
* glyph cache: Run-length compressed glyphs.
* Smarter handling of subpixel metrics in text rendering.
* Optimized blitting functions.
* Optimized gradient mesh drawing.
* API changes and additions:
* fz_stream API reworked: replace "read" function with "next".
* "Rebind" functions to associate context bound objects with another context:
fz_output, fz_stream, fz_device and fz_document.
* Introduce "document handlers" to detect and open different file types.
* Must now call fz_register_document_handlers() to register the defaults.
* May register your own handlers as well to work with fz_open_document.
* Hook to load system fonts: fz_install_load_system_font_funcs.
* PDF xref cache flushing functions (mark/clear/clear-to-mark).
* Add our own "printf" set of functions to format strings and write to fz_output:
* Format %f as short as possible while preserving precision.
* Has %C for formatting a unicode character as UTF-8.
* Has %M to format fz_matrix.
* Has %R to format fz_rect.
* Has %q and %( to format strings with escaped characters.
* PDF process interface: allow PDF interpreter to do more than just draw!
* Content stream state cleaning filter.
* Content stream rewriting filter.
* PDF digital signatures.
* Stroke states may now be stored on the stack.
* Improved fz_path internals.
* Gradient mesh drawing interface has been improved.
* Save files with incremental updates.

(wiz)

2014-04-21 15:35:37 UTC MAIN commitmail json YAML

Updated misc/xdg-utils to 1.1.0rc1nb1

(wiz)

2014-04-21 15:35:27 UTC MAIN commitmail json YAML

Use GNU sed and bash to make these tools work a bit better.
This at least fixes xdg-screensaver.
Bump PKGREVISION.

(wiz)

2014-04-21 13:39:22 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup tickets #4381 and #4383.

(tron)

2014-04-21 13:38:00 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4383 - requested by ryoon
mail/thunderbird: build fix
www/firefox24: build fix

Revisions pulled up:
- www/firefox24/mozilla-common.mk                              1.7

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Sat Apr 19 23:21:42 UTC 2014

  Modified Files:
  pkgsrc/www/firefox24: mozilla-common.mk

  Log Message:
  Fix PR pkg/48726 for NetBSD 6.*

  * Update sqlite3 requimenent version

(tron)

2014-04-21 13:37:52 UTC MAIN commitmail json YAML

Updated devel/py-hgview to 1.8.0nb1

(wiz)

2014-04-21 13:37:41 UTC MAIN commitmail json YAML

Depend on py-mercurial. Bump PKGREVISION.

(wiz)

2014-04-21 13:36:29 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.9.2nb1

(wiz)

2014-04-21 13:36:19 UTC MAIN commitmail json YAML

Added devel/py-mercurial version 2.9.2

(wiz)

2014-04-21 13:36:06 UTC MAIN commitmail json YAML

+ py-mercurial.

(wiz)

2014-04-21 13:35:44 UTC MAIN commitmail json YAML

Make this a mete package, pulling in py-mercurial.
Bump PKGREVISION so its newer than the previous mercurial package.

(wiz)

2014-04-21 13:34:44 UTC MAIN commitmail json YAML

Import py27-mercurial-2.9.2 as devel/py-mercurial.

Mercurial is a free, distributed source control management tool.
It efficiently handles projects of any size and offers an easy and
intuitive interface.

Mercurial efficiently handles projects of any size and kind.  Every
clone contains the whole project history, so most actions are local,
fast and convenient. Mercurial supports a multitude of workflows
and you can easily enhance its functionality with extensions.

It is easy to learn: You can follow our simple guide to learn how
to revision your documents with Mercurial, or just use the quick
start to get going instantly. A short overview of Mercurial's
decentralized model is also available.

And it just works: Mercurial strives to deliver on each of its
promises. Most tasks simply work on the first try and without
requiring arcane knowledge.

(wiz)

2014-04-21 13:25:55 UTC MAIN commitmail json YAML

2014-04-21 13:25:41 UTC MAIN commitmail json YAML

Add libatomic_ops bl3.mk, and bump API depends since only the latest
boehm-gc version depends on it, and older ones will fail because
libatomic_ops is not installed.

(wiz)

2014-04-21 09:49:58 UTC MAIN commitmail json YAML

Updated audio/cmus to 2.5.0nb6

(wiz)

2014-04-21 09:49:49 UTC MAIN commitmail json YAML

2014-04-21 07:30:36 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4381 - requested by ryoon
www/firefox: bug fix

Revisions pulled up:
- www/firefox/Makefile                                          1.160 via patch
- www/firefox/distinfo                                          1.137 via patch
- www/firefox/patches/patch-browser_app_nsBrowserApp.cpp        deleted

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Sat Apr 19 23:16:39 UTC 2014

  Modified Files:
  pkgsrc/www/firefox: Makefile distinfo
  Removed Files:
  pkgsrc/www/firefox/patches: patch-browser_app_nsBrowserApp.cpp

  Log Message:
  Bump PKGREVISION

  * Do not set plugin environmental variable

(tron)

2014-04-21 06:34:08 UTC MAIN commitmail json YAML

fix symlink problems when primary source figure is not in 'C' directory

(richard)

2014-04-20 23:07:55 UTC MAIN commitmail json YAML

Fix PR pkg/48749. When pulseaudio option is not selected, disable
pulseaudio option explicitly.

Fix Linux build.

(ryoon)

2014-04-20 21:04:30 UTC MAIN commitmail json YAML

Updated net/vtun to 3.0.3

(adam)

2014-04-20 21:03:25 UTC MAIN commitmail json YAML

Changes 3.0.3:
- Delayed UDP connection
- makefile ignores LDFLAGS
- mem leak in config parser
- vtun3 server should offer vtun2-compatible encryption
- Parallel make Makefile.in race condition
- link timeout in UDP mode
  Minor fixes in lfd_lzo.c to ensure correct type casting
  Add description of "keepalive timeout:count;" syntax
  to man page and vtund.conf sample.
  Remove doubled if(send_a_file){...} block in linkfd.c.
- reduce connection chatter
- improve linking on rebuilds

(adam)

2014-04-20 19:05:58 UTC MAIN commitmail json YAML

Added devel/rainbow-delimiters-el version 1.3.5

(wiz)

2014-04-20 19:05:43 UTC MAIN commitmail json YAML

+ rainbow-delimiters-el

(wiz)

2014-04-20 19:05:09 UTC MAIN commitmail json YAML

Import rainbow-delimiters-1.3.5 as devel/rainbow-delimiters-el.

RainbowDelimiters is a "rainbow parentheses"-like mode for emacs
which highlights parens, brackets, and braces according to their
depth. Each successive level is highlighted a different color. This
makes it easy to spot matching delimiters, orient yourself in the
code, and tell which statements are at the same depth.

(wiz)

2014-04-20 18:24:26 UTC MAIN commitmail json YAML

2014-04-20 18:16:23 UTC MAIN commitmail json YAML

+ Mesa-10.1.1, MesaLib-10.1.1, drupal-7.27, glu-10.1.1, holtz-1.4.0,
  isl-0.13, jack-0.124.1, libgpg-error-1.13, memcached-1.4.18,
  py-lxml-3.3.5, py-markupsafe-0.21, shared-mime-info-1.3,
  webkit-gtk-2.4.1, wine-devel-1.7.17, x264-devel-20140419.

(wiz)

2014-04-20 14:51:41 UTC MAIN commitmail json YAML

Fix build under SunOS

The patch for sigscheme/configure is restored.
-shared is not needed.

(ryoon)

2014-04-20 14:14:13 UTC MAIN commitmail json YAML

Updated filesystems/p5-Module-Path to 0.13

(wen)

2014-04-20 14:12:52 UTC MAIN commitmail json YAML

0.13 2014-02-22
    - Looks like in some rare circumstances, Cwd::abs_path() can croak,
      so now we wrap that in eval { } and deal accordingly.

0.12 2014-02-19
    - We now fully resolve symlinks in @INC paths. The previous 'fix'
      for Debian broke the tests on FreeBSD.
      Thanks to G闌�raud Continsouzas, and Daniel Lintott for help testing.

0.11_03 2014-02-18
    - Another place where we need to worry about getting undef.

0.11_02 2014-02-18
    - Wasn't handling the case where abs_path() returns undef,
      which it does if a symlink "goes nowhere".

0.11_01 2014-02-18
    - The testsuite fix in 0.11 caused a breakage on FreeBSD,
      where a directory path contains a symlink that wasn't
      the final directory. So now module_path() fully resolves
      all symlinks in the path, using Cwd::abs_path().

0.11 2014-02-17
    - Testsuite now uses Cwd::abs_path() on paths from %INC,
      to cope with synlinks in @INC directories.
      This was causing test failures on Debian(-based) systems.
      Thanks to Daniel Lintott and Erez Schatz for reporting
      and testing proposed fix.

0.10_01 2014-02-16
    - Developer release with the change that made it into
      0.11, above.

0.10 2014-02-04
    - mpath can display paths for multiple modules (Ahmad Syaltut)
    - specified min perl version 5.6.0

0.09_01 2013-08-21
    - If a directory in @INC is a symlink, return the linked-to directory
      in the path. Problem report and patch from Sharl Morlaroll
      https://github.com/neilbowers/Module-Path/issues/4

(wen)

2014-04-20 13:47:30 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Simple to 1.001003

(wen)

2014-04-20 13:44:53 UTC MAIN commitmail json YAML

Update to 1.001003

Upstream changes:
1.001003    Fri Mar  21 21:12:32 PST 2014
    * Doc updates for maintainer change

1.001002    Mon Nov  4 15:13:58 EST 2013
    * no changes since 0.99

1.001001_001 Wed Oct 30 20:47:23 EDT 2013
    * no code changes, just a new version number with more room to grow

0.99    Tue Oct 29 13:21:03 2013 EDT 2013
    * restore ability to use regex with test_err and test_out
      (Zefram) [rt.cpan.org #89655] [github #389] [github #387]

0.99    Sat Oct 12 15:05:41 EDT 2013
    * no changes since 0.98_06

0.98_06  Fri Sep 27 10:11:05 EDT 2013
    Bug Fixes
    * Fix precedence error with (return ... and ...)
      (nthykier) [github #385]

0.98_05  Tue Apr 23 17:33:51 PDT 2013
    Doc Changes
    * Add a shorter work around for the UTF-8 output problem.
      (Michael G Schwern)

    Bug Fixes
    * Test::Builder::Tester now works with subtests.
      (Michael G Schwern) [github 350]
    * Fix test_fail() inside a do statement.
      (nnutter) [github #369]

    New Features
    * A subtest will put its name at the front of its results to make
      subtests easier to read. [github #290] [github #364]
      (Brendan Byrd)

    Feature Changes
    * like() and unlike() no longer warn about undef. [github #335]
      (Michael G Schwern)

0.98_04  Sun Apr 14 10:54:13 BST 2013
    Distribution Changes
    * Scalar::Util 1.13 (ships with Perl 5.8.1) is now required.
      (Michael G Schwern)

    Feature Changes
    * The default name and diagnostics for isa_ok() and new_ok() have
      changed. (Michael G Schwern)

    Docs Fixes
    * Added a COMPATIBILITY section so users know what major features were
      added with what version of Test::More or perl. [github 343] [github 344]
      (pdl)
    * Fix the ok() example with grep(). (derek.mead@gmail.com)

    Bug Fixes
    * A test with no plan and missing done_testing() now exits with non-zero.
      [github #341] (tokuhirom)
    * isa_ok() tests were broken in 5.17 because of a change in
      method resolution. [github #353] (Michael G Schwern)

0.98_03  Thu Jun 21 13:04:19 PDT 2012
    New Features
    * cmp_ok() will error when used with something which is not a
      comparison operator, including =, += and the like.
      [github 141] (Matthew Horsfall)

    Bug Fixes
    * use_ok() was calling class->import without quoting which could
      cause problems if "class" is also a function.

    Doc Fixes
    * use_ok() has been discouraged and de-emphasized as a general
      replacement for `use` in tests. [github #288]
    * $thing is now $this in the docs to avoid confusing users of
      other languages. [Karen Etheridge]

    Incompatible Changes With Previous Alphas (0.98_01)
    * use_ok() will no longer apply lexical pragams.  The incompatibilities
      and extra complexity is not worth the marginal use.
      [github #287]

0.98_02  Thu Nov 24 01:13:53 PST 2011
    Bug Fixes
    * use_ok() in 0.98_01 was leaking pragmas from inside Test::More.
      This looked like Test::More was forcing strict. [rt.cpan.org 67538]
      (Father Chrysostomos)

0.98_01  Tue Nov  8 17:07:58 PST 2011
    Bug Fixes
    * BAIL_OUT works inside a subtest. (Larry Leszczynski) [github #138]
    * subtests now work with threads turned on. [github #145]

    Feature Changes
    * use_ok() will now apply lexical effects. [rt.cpan.org 67538]
      (Father Chrysostomos)

    Misc
    * Test::More, Test::Simple and Test::Builder::Module now require
      a minimum version of Test::Builder.  This avoids Test::More and
      Test::Builder from getting out of sync. [github #89]

(wen)

2014-04-20 13:16:44 UTC MAIN commitmail json YAML

Updated devel/py-ipython to 2.0.0nb3

(imil)

2014-04-20 13:16:28 UTC MAIN commitmail json YAML

Added net/py-zmq as a dependency in order to enable the new ipython cluster
mode.

(imil)

2014-04-20 13:08:55 UTC MAIN commitmail json YAML

Fixed PLIST with ${PLIST.py3x}/${PLIST.py2x} as the package has different
binary names for python 2.x and 3.x.

(imil)

2014-04-20 12:44:33 UTC MAIN commitmail json YAML

Updated net/py-irclib to 8.5.4nb4

(imil)

2014-04-20 12:44:01 UTC MAIN commitmail json YAML

* Removed buildlink on py-hgtools
* Added BUILD_DEPENDS on hgtools
* Replaced egg.mk with distutils.mk thus simplified the Makefile

(imil)

2014-04-20 11:40:34 UTC MAIN commitmail json YAML

Updated devel/accerciser3 to 3.12.0nb1

(wiz)

2014-04-20 11:40:18 UTC MAIN commitmail json YAML

Switch to latest ipython. Bump PKGREVISON.

(wiz)

2014-04-20 11:26:33 UTC MAIN commitmail json YAML

Updated devel/accerciser to 1.12.1nb3

(obache)

2014-04-20 11:26:23 UTC MAIN commitmail json YAML

Only ipython<0.11 is supported.

(obache)

2014-04-20 11:24:35 UTC MAIN commitmail json YAML

+ py-ipython010

(obache)

2014-04-20 11:24:05 UTC MAIN commitmail json YAML

Added devel/py-ipython010 version 0.10.2nb1

(obache)

2014-04-20 11:23:52 UTC MAIN commitmail json YAML

Re-Import py-ipython-0.10.2nb1 (before updated to 2.0.0) as devel/py-ipython010.

The goal of IPython is to create a comprehensive environment for interactive and
exploratory computing. To support this goal, IPython has two main components:

* An enhanced interactive Python shell.
* An architecture for interactive parallel computing.

(obache)

2014-04-20 10:45:48 UTC MAIN commitmail json YAML

2014-04-20 10:33:01 UTC MAIN commitmail json YAML

Updated net/py-irclib to 8.5.4nb3

(imil)

2014-04-20 10:32:41 UTC MAIN commitmail json YAML

Removed useless devel/py-setuptools dependency.

(imil)

2014-04-20 10:19:43 UTC MAIN commitmail json YAML

Updated devel/py-ipython to 2.0.0nb1

(imil)

2014-04-20 10:19:29 UTC MAIN commitmail json YAML

Added dependency over databases/py-sqlite3 so history is saved.

(imil)

2014-04-20 10:14:11 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Find to 0.12

(wen)

2014-04-20 10:12:06 UTC MAIN commitmail json YAML

Update to 0.12

Upstream changes:
0.12, 2014-02-08

Fixed RT#81077: useall fails in taint mode
Thanks to Aran Deltac, who contributed the implementation and test.

Fixed RT#83596: Documentation doesn't describe behaviour if a module fails to load
Clarified documentation for useall and usesub.

Fixed RT#62923: setmoduledirs(undef) doesn't reset to searching @INC
Added more explicit tests.
Thanks to Colin Robertson for his input.

(wen)

2014-04-20 10:07:45 UTC MAIN commitmail json YAML

Updated devel/py-ipython to 2.0.0

(imil)

2014-04-20 10:06:22 UTC MAIN commitmail json YAML

Updated IPython to version 2.0.0

The principal milestones of 2.0 are:

  * interactive widgets for the notebook
  * directory navigation in the notebook dashboard
  * persistent URLs for notebooks
  * a new modal user interface in the notebook
  * a security model for notebooks

Full release notes: http://ipython.org/ipython-doc/2/whatsnew/version2.0.html

(imil)

2014-04-20 10:05:17 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 3.09

(wen)

2014-04-20 10:04:26 UTC MAIN commitmail json YAML

Update to 3.09

Upstream changes:
3.09
  - updated for v5.19.10

3.08
  - prepared for v5.19.10

(wen)

2014-04-20 09:58:22 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1205

(wen)

2014-04-20 09:57:10 UTC MAIN commitmail json YAML

Update to 2.1205

Upstream changes:
2.1205  2014-04-15

  [ENHANCEMENTS]

  - new utility interface: Moose::Util::is_role

  [BUG FIXES]

  - better error message provided when trying to load a trait class that does
    not exist in @INC (Upasana, RT#94731)

  [OTHER]

  - new test added, to run last, which runs `moose-outdated` as a possibly
    more visible mechanism to provide important information to the user
    (re RT#92780)

(wen)

2014-04-20 09:36:44 UTC MAIN commitmail json YAML

Updated textproc/json-glib to 1.0.0

(obache)

2014-04-20 09:36:29 UTC MAIN commitmail json YAML

Update json-glib to 1.0.

Overview of changes for 1.0
==============================
• Bump the dependency on GLib to 2.38
• Use the TAP driver for the test suite
• Improve the syntax validation in JsonPath
• Validate the JsonParser input to be UTF-8
• Add command line tools for validating and formatting JSON
• Improve documentation

(obache)

2014-04-20 09:32:57 UTC MAIN commitmail json YAML

Drop no meaning "tests" option.
"--{enable,disable}-gltest" configure option only affect to configure script
whether glib avaiablility test will be run or not, not affect to self-tests.

(obache)

2014-04-20 08:22:11 UTC MAIN commitmail json YAML

Updated net/py-irclib to 8.5.4nb2

(imil)

2014-04-20 08:21:56 UTC MAIN commitmail json YAML

Added devel/py-setuptools as a dependency

(imil)

2014-04-20 06:40:37 UTC MAIN commitmail json YAML

Updated inputmethod/uim to 1.8.6nb11

(ryoon)

2014-04-20 06:40:00 UTC MAIN commitmail json YAML

2014-04-20 03:05:26 UTC MAIN commitmail json YAML

Added security/p5-Digest-SHA3 version 0.12

(wen)

2014-04-20 03:04:05 UTC MAIN commitmail json YAML

Add p5-Digest-SHA3

(wen)

2014-04-20 03:02:49 UTC MAIN commitmail json YAML

Import Digest-SHA3-0.12 as security/p5-Digest-SHA3.

Digest::SHA3 is a complete implementation of the NIST SHA-3
cryptographic hash function, known originally as Keccak. It
gives Perl programmers a convenient way to calculate SHA3-224,
SHA3-256, SHA3-384, and SHA3-512 message digests, as well as
variable-length hashes using the SHA3-0 variant. The module
can handle all types of input, including partial-byte data.

(wen)

2014-04-20 02:46:58 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA to 5.89

(wen)

2014-04-20 02:46:00 UTC MAIN commitmail json YAML

Update to 5.89

Upstream changes:
5.89  Sat Apr 19 05:14:48 MST 2014
- added universal newlines mode ("U") to addfile and shasum
-- based on Python Universal Newlines concept
-- newlines identical across MacOS, DOS, and UNIX
-- will deprecate portable mode ("p") in future
-- "U" mode is cleaner and more efficient
- enhanced performance
-- reduced number of dynamic memory allocations
-- sped up addfile method with use of C code
-- ref. SHA.xs (_addfilebin and _addfileuniv)
- eliminated experimental -M option in favor of new -R option
-- reverses order of digest module preference
-- undocumented: for test and development use only
- sealed memory leak in SHA.xs
-- arose only with SvPVbyte exceptions during eval
- patched inheritence bug (ref: rt.cpan.org #94830)
-- use sv_isobject/sv_derived_from instead of sv_isa
- added 'allocated' flag to SHA structure (ref. src/sha.h)
-- to guard against Perl double frees

(wen)

2014-04-20 02:40:37 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.08

(wen)

2014-04-20 02:39:32 UTC MAIN commitmail json YAML

Update to 1.08

Upstream changes:
1.08  2014-03-11

- DateTime now calls DateTime->_core_time() instead of calling Perl's time()
  built-in directly. This makes it much easier to override the value of time()
  that DateTime sees. This may make it easier to write tests for code that
  uses DateTime .

1.07  2014-02-06

- Added a hack to get this module working on Android. RT #92671.

(wen)

2014-04-20 02:29:49 UTC MAIN commitmail json YAML

2014-04-20 02:27:53 UTC MAIN commitmail json YAML

2014-04-20 01:45:28 UTC MAIN commitmail json YAML

Updated mail/rss2email to 3.8nb1

(schmonz)

2014-04-20 01:45:19 UTC MAIN commitmail json YAML

Depend on latest py-html2text to make patching unnecessary. Bump PKGREVISION.

(schmonz)

2014-04-20 01:45:09 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.4.5

(schmonz)

2014-04-20 01:44:54 UTC MAIN commitmail json YAML

Update to 2014.4.5 (new upstream and versioning). From the git log:

* Make html2text.py compatible with python 3.*.
* PEP8ize the script.
* Switch tests to unittest (w/generated test cases).
* Remove .editorconfig.
* Remove deprecated function has_key.
* Handle invalid literals for start attribute.
* Add bodywidth parameter instead of module-wide BODY_WIDTH.

(schmonz)

2014-04-20 00:27:54 UTC MAIN commitmail json YAML

Updated textproc/json-c to 0.12nb1

(ryoon)

2014-04-20 00:26:15 UTC MAIN commitmail json YAML

Bump PKGREVISION

* Fix -Werror build failure
* Update ABI version, warned by pkglint

(ryoon)

2014-04-20 00:10:12 UTC MAIN commitmail json YAML

Updated textproc/json-c to 0.12

(ryoon)

2014-04-20 00:09:04 UTC MAIN commitmail json YAML

Update to 0.12

* Security update for CVE-2013-6370 and CVE-2013-6371
* Update API version

0.12

  * Address security issues:
    * CVE-2013-6371: hash collision denial of service
    * CVE-2013-6370: buffer overflow if size_t is larger than int

  * Avoid potential overflow in json_object_get_double

  * Eliminate the mc_abort() function and MC_ABORT macro.

  * Make the json_tokener_errors array local.  It has been deprecated for
    a while, and json_tokener_error_desc() should be used instead.

  * change the floating point output format to %.17g so values with
    more than 6 digits show up in the output.

  * Remove the old libjson.so name compatibility support.  The library is
      only created as libjson-c.so now and headers are only installed
      into the ${prefix}/json-c directory.

  * When supported by the linker, add the -Bsymbolic-functions flag.

  * Various changes to fix the build on MSVC.

  * Make strict mode more strict:
    * number must not start with 0
    * no single-quote strings
    * no comments
    * trailing char not allowed
    * only allow lowercase literals

  * Added a json_object_new_double_s() convenience function to allow
    an exact string representation of a double to be specified when
    creating the object and use it in json_tokener_parse_ex() so
    a re-serialized object more exactly matches the input.

  * Add support NaN and Infinity

(ryoon)

2014-04-19 23:21:42 UTC MAIN commitmail json YAML

Fix PR pkg/48726 for NetBSD 6.*

* Update sqlite3 requimenent version

(ryoon)

2014-04-19 23:17:42 UTC MAIN commitmail json YAML

Updated www/firefox to 28.0nb4

(ryoon)

2014-04-19 23:16:39 UTC MAIN commitmail json YAML

2014-04-19 17:59:43 UTC MAIN commitmail json YAML

Fix dependency versions (unsaved edit).

(rodent)

2014-04-19 17:57:44 UTC MAIN commitmail json YAML

Added net/py-celery version 3.1.11

(rodent)

2014-04-19 17:57:31 UTC MAIN commitmail json YAML

Import py27-celery-3.1.11 as net/py-celery.

Celery is an asynchronous task queue/job queue based on distributed message
passing. It is focused on real-time operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently on a single or more
worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute
asynchronously (in the background) or synchronously (wait until ready).

(rodent)

2014-04-19 17:54:44 UTC MAIN commitmail json YAML

Updated parallel/py-billiard to 3.3.0.17

(rodent)

2014-04-19 17:54:28 UTC MAIN commitmail json YAML

Updated to latest release 3.3.17. Remove py26 incompatibility directive.
This seems to have been fixed in a previous version. At least "import
billiard" works from the interpreter. From CHANGES.txt:

- Fixes SemLock on Python 3.4 (Issue #107) when using
  ``forking_enable(False)``.

- Pool: Include more useful exitcode information when processes exit.

(rodent)

2014-04-19 17:44:56 UTC MAIN commitmail json YAML

Adding the Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Unported license. wip/celery is distributed under this license and that's
the only item barring its import into HEAD. cc-by-nc-sa-v3.0 is not being
added to DEFAULT_ACCEPTABLE_LICENSES, because there's no documentation
regarding its status on OSI nor FSF.

(rodent)

2014-04-19 17:36:22 UTC MAIN commitmail json YAML

Added net/u6rd version 1.7.1

(jakllsch)

2014-04-19 17:36:03 UTC MAIN commitmail json YAML

2014-04-19 17:34:01 UTC MAIN commitmail json YAML

Add u6rd-1.7.1 based on packaging provided in PR#47254

u6rd is a user-space 6rd (RFC 5569) implementation, which uses
tun(4) and the raw socket interface.

It runs on the 6rd border router of a 6rd site that is isolated from
the native IPv6 Internet.  In other words, it does not provide the
functionality of 6rd "relay" routers.

(jakllsch)

2014-04-19 16:05:59 UTC MAIN commitmail json YAML

Added databases/py-elasticsearch version 1.0.0

(imil)

2014-04-19 16:04:37 UTC MAIN commitmail json YAML

add & enable py-elasticsearch

(imil)

2014-04-19 16:03:47 UTC MAIN commitmail json YAML

Initial import of py-elasticsearch, version 1.0.0, into the NetBSD Packages
Collection.

Official low-level client for Elasticsearch. Its goal is to provide common
ground for all Elasticsearch-related code in Python; because of this it tries
to be opinion-free and very extendable. The full documentation is available at
http://elasticsearch-py.rtfd.org/

(imil)

2014-04-19 15:54:18 UTC MAIN commitmail json YAML

Added www/py-urllib3 version 1.8.2

(imil)

2014-04-19 15:52:32 UTC MAIN commitmail json YAML

add & enable py-urllib3

(imil)

2014-04-19 15:51:34 UTC MAIN commitmail json YAML

Initial import of py-urllib3, version 1.8.2, into the NetBSD Packages
Collection.

HTTP library with thread-safe connection pooling, file post, and more.

Highlights

  * Re-use the same socket connection for multiple requests (HTTPConnectionPool
    and HTTPSConnectionPool) (with optional client-side certificate
    verification).
  * File posting (encode_multipart_formdata).
  * Built-in redirection and retries (optional).
  * Supports gzip and deflate decoding.
  * Thread-safe and sanity-safe.
  * Works with AppEngine, gevent, and eventlib.
  * Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage.
  * Small and easy to understand codebase perfect for extending and building
    upon. For a more comprehensive solution, have a look at Requests which is
    also powered by urllib3.

(imil)

2014-04-19 15:00:53 UTC MAIN commitmail json YAML

2014-04-19 15:00:37 UTC MAIN commitmail json YAML

2014-04-19 15:00:09 UTC MAIN commitmail json YAML

2014-04-19 14:59:35 UTC MAIN commitmail json YAML

2014-04-19 14:53:00 UTC MAIN commitmail json YAML

2014-04-19 14:52:31 UTC MAIN commitmail json YAML

Perl script changed its name.

(joerg)

2014-04-19 14:52:13 UTC MAIN commitmail json YAML

2014-04-19 14:48:12 UTC MAIN commitmail json YAML