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 (2h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 22:57:29 UTC Now

2014-12-08 14:05:10 UTC MAIN commitmail json YAML

Updated security/chkrootkit to 0.50

(mef)

2014-12-08 14:04:57 UTC MAIN commitmail json YAML

(pkgsrc)
- Add comment on patch-ac (from cvs log)
(upstream)
- Update 0.49 to 0.50
04/30/2014 - Version 0.50 new tests: linuxrootkit-AMD-64-sound
                          Operation Windigo ssh backdoor detection
                        Minor bug fixes

(mef)

2014-12-08 13:03:19 UTC MAIN commitmail json YAML

Fix libevent detection on NetBSD-current.

(wiz)

2014-12-08 13:00:04 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.18.19nb1

(wiz)

2014-12-08 12:59:53 UTC MAIN commitmail json YAML

2014-12-08 12:58:36 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.8.7.3

(adam)

2014-12-08 11:04:32 UTC MAIN commitmail json YAML

Changes 3.8.7.3:
* Bug fix: Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously.
* Bug fix: Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.

(adam)

2014-12-08 09:21:28 UTC MAIN commitmail json YAML

Added textproc/p5-Text-Hunspell version 2.09

(wiz)

2014-12-08 09:21:17 UTC MAIN commitmail json YAML

+ p5-Text-Hunspell.

(wiz)

2014-12-08 09:21:04 UTC MAIN commitmail json YAML

Import p5-Text-Hunspell-2.09 as textproc/p5-Text-Hunspell.

This module provides a Perl interface to the OO Hunspell library.

Provided by David H. Gutteridge in PR 49032.

(wiz)

2014-12-08 09:06:25 UTC MAIN commitmail json YAML

Updated www/p5-Dancer-Session-Cookie to 0.25

(wen)

2014-12-08 09:05:31 UTC MAIN commitmail json YAML

Update to 0.25
Update DEPENDS

Upstream changes:
0.25 2014-08-04
[MISC]
- Move tests from Test::TCP to Test::WWW::Mechanize::PSGI.

[STATISTICS]
- code churn: 5 files changed, 138 insertions(+), 174 deletions(-)

0.24 2014-07-29
[MISC]
- Release again, this time with real co-maint permissions.

[STATISTICS]
- code churn: 1 file changed, 57 insertions(+), 53 deletions(-)

0.23 2014-07-17
[CHANGED]
- Requires Session::Storage::Secure 0.010 to allow storing objects, which
  is specially relevant for JSON::bool data.

(wen)

2014-12-08 09:03:32 UTC MAIN commitmail json YAML

Updated www/p5-Session-Storage-Secure to 0.010

(wen)

2014-12-08 09:02:43 UTC MAIN commitmail json YAML

Update to 0.010

Upstream changes:
0.010    2014-05-04 13:52:13-04:00 America/New_York

    [ADDED]

    - Added support for customizing options to Sereal encoder and decoder,
      i.e. to allow object serialization for those willing to accept the
      risks of doing so.  (Thanks to Breno de Oliveira for inspiration to
      do this.)

0.009    2014-04-17 17:15:25-04:00 America/New_York

    [FIXED]

    - Fixed bug that would cause custom encoding tests to fail
      intermittently

0.008    2014-04-17 16:29:50-04:00 America/New_York

    [ADDED]

    - Added support for keeping an array of old keys for decryption
      (Tom Hukins)

    - Added support for replacing MIME::Base64 encoding with user-specified
      transport encoding/decoding, possibly with a custom separator

    [INTERNAL]

    - Update repository support and meta files

(wen)

2014-12-08 08:31:14 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1403

(wen)

2014-12-08 08:30:14 UTC MAIN commitmail json YAML

Update to 2.1403

Upstream changes:
2.1403  2014-12-07

  [ENHANCEMENTS]

  - Added a section to Moose::Manual::MethodModifiers illustrating how method
    modifiers work with inheritance. (Andreas Koenig, RT #98940)

  [DOCUMENTATION]

  - Added docs to Moose.pm on the -meta_name import option. This addresses RT
    #98488.

  [BUG FIXES]

  - Fix a test that fails on MSWin32 systems using nmake
  - fix dev build compilation error when using MSVC (A. Sinan Unur)

  [OTHER]

  - the modules in the git repository now have a defined $VERSION, to make it
    easier to test MooseX::* and other code under development.

(wen)

2014-12-08 08:12:15 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.156000

(wen)

2014-12-08 08:08:19 UTC MAIN commitmail json YAML

Update to 0.156000

Upstream changes:
0.156000  2014-12-07 18:04:14+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * Do not try to deserialize empty content.
      (Lennart Hengstmengel, Sawyer X)
    * Do not call serialization hooks when no serialization took place.
      (Sawyer X)
    * Be more cautious on undef output from serializer.
      (Daniel B.hmer, Sawyer X)

    [ ENHANCEMENTS ]
    * Add cpanfile when scaffolding a new app.
      (D.vid Kov.cs, Sawyer X)
    * Response "content" attribute no longer stringifies. This should help
      reduce warnings, odd debugging problems, etc. (Sawyer X)
    * DSL "uri_for" no longer returns URI object. Instead just the URI.
      (Sawyer X)

    [ DOCUMENTATION ]
    * GH #777: Fix doc for mentioning public dir.
      (D.vid Kov.cs, Sawyer X)
    * GH #787: Document all environment variables. (Sawyer X)

0.155004  2014-12-04 11:51:23+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * Guard against content length being empty strings. This is really
      bizarre case but saw it once. (Sawyer X)

(wen)

2014-12-08 05:06:52 UTC MAIN commitmail json YAML

2014-12-08 04:50:17 UTC MAIN commitmail json YAML

Haiku is also supported.
from Diger via pkgsrc-users@.

(obache)

2014-12-08 03:50:02 UTC MAIN commitmail json YAML

Not setting GCC_REQD for OpenBSD/sparc64. None of the lang/gcc4* packages
build on OpenBSD 5.6/sparc64 at the moment. However, the boost-*
packages build quite well with the system gcc:

# gcc -v
Reading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd5.6/4.2.1/specs
Target: sparc64-unknown-openbsd5.6
Configured with: OpenBSD/sparc64 system compiler
Thread model: posix
gcc version 4.2.1 20070719
# pkg_info | grep boost
boost-headers-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries.  The emphasis is on
boost-jam-1.56.0    Boost is a set of free, peer-reviewed, C++ libraries.  The emphasis is on

(rodent)

2014-12-08 02:43:25 UTC MAIN commitmail json YAML

Fix a typo. No functional change.

(agc)

2014-12-08 00:56:43 UTC MAIN commitmail json YAML

Updated misc/less to 470

(rodent)

2014-12-08 00:55:58 UTC MAIN commitmail json YAML

Less version 470

Version 470 was released on 6 Oct 2014.

These are the differences between version 458 and version 470:

* Don't overwrite history file; just append to it. This behaves better when
  multiple sessions are running less simultaneously and using the same history
  file.
* New command ESC-G goes to end of currently buffered data in a pipe.
* In more-compatible mode, make the -p option apply to every file opened, not
  just the first one.
* In more-compatible mode, change the -e option to work like -E, not -EF.
* Treat multiple CRs before LF are like one CR (all the CRs are hidden).
* Allow "extra" string in lesskey file to append to a multi-char command (like
  a search pattern), without executing the command.
* Ignore -u/-U setting while viewing help file, so that underline and bold
  chars are displayed correctly.
* Improve detection of "binary" files in UTF-8 mode.
* Fix bug with ++ commands.
* Fix bugs and improve performance in ampersand filtering.
* Automate construction of Unicode tables from Unicode database.

(rodent)

2014-12-07 23:39:30 UTC MAIN commitmail json YAML

Updated mail/mopher to 0.5.2

(gdt)

2014-12-07 23:39:13 UTC MAIN commitmail json YAML

Upgrade to 0.5.2 (from Petar Bogdanovic).

Version 0.5.2
05.12.2014
    Fix DSO linking.
    Fix cleanup procedure on exit/error (#23, #24).
    Update regdom rules.

(gdt)

2014-12-07 22:21:36 UTC MAIN commitmail json YAML

add another test, after some prodding from riz@ - check that the verification
fails when no valid public key for the signature is provided.

(agc)

2014-12-07 22:14:54 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Helpers to 2.024001
Updated databases/p5-DBIx-Class-RDBOHelpers to 0.11
Updated databases/p5-DBIx-Introspector to 0.001004
Updated databases/p5-DBIx-SearchBuilder to 1.66
Updated databases/p5-DBIx-Class-EncodedColumn to 0.00013

(mef)

2014-12-07 22:12:54 UTC MAIN commitmail json YAML

Udate 0.00012 to 0.00013
0.00013 2014-02-27
        - Pod fixes (RT#88875)
        - Fix deps (github#1)

(mef)

2014-12-07 22:09:51 UTC MAIN commitmail json YAML

Update 1.65 to 1.66
1.66  2014/08/20
- No changes since 1.65_02

1.65_02
- Stop unilaterally disabling the "UTF8" flag before executing queries
- Make ->Fields case-sensitive in the column names it returns, as well
  as in the table name it takes.

1.65_01
- Make ->Fields only lookup information on the table requested, not all
  fields, for performance.  It also is now case-sensitive in table name.
- Omit calls to ->Fields entirely for PostgreSQL 9.1 and above

(mef)

2014-12-07 22:06:50 UTC MAIN commitmail json YAML

Update 0.001003 to 0.001004
0.001004  2014-11-30 21:50:34-06:00 America/Chicago
- Fix bug that disallowed false values

(mef)

2014-12-07 22:01:58 UTC MAIN commitmail json YAML

Update 0.10 to 0.11
0.11 03 March 2014
- move to github
- add meta to Makefile.PL, make pod tests respect RELEASE_TESTING env var
- fix https://rt.cpan.org/Ticket/Display.html?id=93435

(mef)

2014-12-07 22:00:26 UTC MAIN commitmail json YAML

Update 2.024000 to 2.024001
2.024001  2014-11-25 19:16:41-06:00 America/Chicago
- Fix ::DidYouMean to override source instead of resultset (Thanks ribasushi
  for the bug report!)

(mef)

2014-12-07 21:57:36 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Fixtures to 1.001026

(mef)

2014-12-07 21:57:28 UTC MAIN commitmail json YAML

Update 1.001024 to 1.001026
1.001026  2014-12-01 16:43:10+00:00 Europe/London
- bugfix: not relying on $src->from to be a string anymore,
  use $src->name or $src->source_name. mrf++

1.001025  2014-11-30 00:58:13+00:00 Europe/London
- optimization: add empty string as second arg to encode_base64 - rammo++
    https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits

(mef)

2014-12-07 19:47:07 UTC MAIN commitmail json YAML

Use appended lists here too instead of multi-line ones.

(rodent)

2014-12-07 19:43:25 UTC MAIN commitmail json YAML

Updated meta-pkgs/suse121 to 12.1nb1

(rodent)

2014-12-07 19:42:45 UTC MAIN commitmail json YAML

Add gstreamer and sqlite3 modules. Change EMUL_MODULES.linux to an
appended list, instead of multi-line list. Bump PKGREVISION.

(rodent)

2014-12-07 19:38:59 UTC MAIN commitmail json YAML

Adding META_PACKAGE=yes for consistency with other meta-pkgs, although this
option is undocumented. :\

(rodent)

2014-12-07 17:41:56 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.3.2

(wiz)

2014-12-07 17:41:47 UTC MAIN commitmail json YAML

Update to 0.3.2:

Version 0.3.2
=============

- The current config format has been deprecated, and support for it will be
  removed in version 0.4.0. Vdirsyncer warns about this now.

(wiz)

2014-12-07 17:27:33 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.12.5

(wiz)

2014-12-07 17:27:25 UTC MAIN commitmail json YAML

Update to 2014.12.5:

2014.12.5
=========
----

* Feature: Update `README.md` with usage examples.
* Fix #35: Remove `py_modules` from `setup.py`.
* Fix #36: Excludes tests from being installed as a separate module.
* Fix #37: Don't hardcode the path to the installed binary.
* Fix: Readme typo in running cli.
* Feature #40: Extract cli part to ``cli`` module.
* Feature #42: Bring python version compatibility to ``compat.py`` module.
* Feature #41: Extract utility/helper methods to ``utils`` module.
* Fix #45: Does not accept standard input when running under Python 3.
* Feature: Clean up ``ChangeLog.rst`` for version and date numbers.

(wiz)

2014-12-07 17:25:41 UTC MAIN commitmail json YAML

Updated x11/luit to 2.0.20141204

(wiz)

2014-12-07 17:25:30 UTC MAIN commitmail json YAML

Update to 2.0.20141204:

bluit (20141204) unstable; urgency=low

  * maintenance updates

(wiz)

2014-12-07 17:24:09 UTC MAIN commitmail json YAML

2014-12-07 17:24:00 UTC MAIN commitmail json YAML

Update to 0.87b:

--------------
Version 0.87b:
--------------

  - Added support for MSAN, via AFL_USE_MSAN, same gotchas as for ASAN.

--------------
Version 0.86b:
--------------

  - Added AFL_NO_FORKSRV, allowing the forkserver to be bypassed. Suggested
    by Ryan Govostes.

  - Simplified afl-showmap.c to make use of the no-forkserver mode.

  - Made minor improvements to crash_triage.sh, as suggested by Jakub Wilk.

--------------
Version 0.85b:
--------------

  - Fixed the CPU counting code - no sysctlbyname() on OpenBSD, d'oh. Bug
    reported by Daniel Dickman.

  - Made a slight correction to error messages - the advice on testing
    with ulimit was a tiny bit off by a factor of 1024.

--------------
Version 0.84b:
--------------

  - Added support for the CPU widget on some non-Linux platforms (I hope).
    Based on feedback from Ryan Govostes.

  - Cleaned up the changelog (very meta).

--------------
Version 0.83b:
--------------

  - Added experimental/clang_asm_normalize/ and related notes in
    env_variables.txt and afl-as.c. Thanks to Ryan Govostes for the idea.

  - Added advice on hardware utilization in README.

--------------
Version 0.82b:
--------------

  - Made additional fixes for Xcode support, juggling -Q and -q flags. Thanks to
    Ryan Govostes.

  - Added a check for __asm__ blocks and switches to .intel_syntax in assembly.
    Based on feedback from Ryan Govostes.

--------------
Version 0.81b:
--------------

  - A workaround for Xcode 6 as -Q flag glitch. Spotted by Ryan Govostes.

  - Improved Solaris build instructions, as suggested by Martin Carpenter.

  - Fix for a slightly busted path scoring conditional. Minor practical impact.

(wiz)

2014-12-07 17:23:12 UTC MAIN commitmail json YAML

+ afl-0.87b, luit-20141204, py-html2text-2014.12.5, py-vdirsyncer-0.3.2,
  x264-devel-20141206.

(wiz)

2014-12-07 17:09:09 UTC MAIN commitmail json YAML

2014-12-07 15:55:21 UTC MAIN commitmail json YAML

TrueCrypt was discontinued upstream. Removing, since we're not a software
museum.

(rodent)

2014-12-07 14:27:29 UTC MAIN commitmail json YAML

Use significantly smaller ".tar.xz" distribution file now that downloads
from the master site are working again.

(tron)

2014-12-07 12:38:06 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 4.2.13.1.

(tron)

2014-12-07 12:37:54 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.2.13.1. Changes since version 4.2.12:
- bug #4604 Query history not being deleted
- bug #4057 db/table query string parameters no longer work
- bug #4605 Unseen messages in tracking
- bug #4606 Tracking report export as SQL dump does not work
- bug #4607 Syntax error during db_copy operation
- bug #4608 SELECT permission issues with relations and restricted access
- bug #4612 [security] XSS vulnerability in redirection mechanism
- bug #4611 [security] DOS attack with long passwords

(tron)

2014-12-07 12:34:45 UTC MAIN commitmail json YAML

Updated devel/py-requests to 2.5.0

(imil)

2014-12-07 12:34:09 UTC MAIN commitmail json YAML

Updated py-requests to version 2.5.0, patch provided by Jonathan Buschmann.

Full changelog is available here: https://pypi.python.org/pypi/requests

(imil)

2014-12-07 10:50:13 UTC MAIN commitmail json YAML

Updated cad/ghdl to 0.32rc1

(ryoon)

2014-12-07 10:49:28 UTC MAIN commitmail json YAML

+ calibre-2.12.0, denemo-1.2.0, ghostscript-9.14, libuv-1.0.1
  [pkg/49442].

(wiz)

2014-12-07 10:48:12 UTC MAIN commitmail json YAML

2014-12-07 10:46:27 UTC MAIN commitmail json YAML

Updated lang/gcc-aux to 20140422nb4

(ryoon)

2014-12-07 10:45:32 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Switch to GCC 4.9.2 based.
* binutils of NetBSD 7.99 is modern enough, and use binutils in base.
  Fix build under NetBSD/amd64 7.99.1 with this workaround.

(ryoon)

2014-12-07 09:53:50 UTC MAIN commitmail json YAML

2014-12-07 09:20:28 UTC MAIN commitmail json YAML

Updated games/lgogdownloader to 2.20

(wiz)

2014-12-07 09:20:19 UTC MAIN commitmail json YAML

Update to 2.20:

LGOGDownloader 2.20
- Added priority handling of platforms and languages (patch by: Gael Le Mignot)
- Made config and cookie files only readable/writable by the owner
- Fixed using --update-cache with --use-cache
- Fixed regex alias "all" for cached details
- Made the downloader continue on API error instead of breaking off in Downloader::getGameDetails
- Made progress bar adapt to terminal width
* Progress bar gets smaller if there isn't enough space to display the full progress bar
* Progress bar isn't drawn if the terminal window is too small

(wiz)

2014-12-07 08:48:01 UTC MAIN commitmail json YAML

2014-12-07 08:45:59 UTC MAIN commitmail json YAML

Update pidgin to 2.10.11.

version 2.10.11 (11/23/14):
General:
* Fix handling of Self-Signed SSL/TLS Certificates when using the NSS
  plugin (#16412)
* Improve default cipher suites used with the NSS plugin (#16262)
* Add NSS Preferences plugin which allows the SSL/TLS Versions and
  cipher suites to be configured (#8061)

Gadu-Gadu:
* Fix a bug that prevented plugin to load when compiled without GnuTLS.
  (mancha) (#16431)
* Fix build for platforms without AF_LOCAL definition. (#16404)

MSN:
* Fix broken login due to server change (dx, TReKiE). (#16451, #16455)
* Fail early when buddy list is unavailable instead of wasting bandwidth
  endlessly re-trying.

version 2.10.10 (10/22/14):
General:
* Check the basic constraints extension when validating SSL/TLS
  certificates. This fixes a security hole that allowed a malicious
  man-in-the-middle to impersonate an IM server or any other https
  endpoint. This affected both the NSS and GnuTLS plugins. (Discovered
  by an anonymous person and Jacob Appelbaum of the Tor Project, with
  thanks to Moxie Marlinspike for first publishing about this type of
  vulnerability. Thanks to Kai Engert for guidance and for some of the
  NSS changes) (CVE-2014-3694)
* Allow and prefer TLS 1.2 and 1.1 when using the NSS plugin for SSL.
  (Elrond and Ashish Gupta) (#15909)

libpurple3 compatibility:
* Encrypted account passwords are preserved until the new one is set.
* Fix loading Google Talk and Facebook XMPP accounts.

Windows-Specific Changes:
* Don't allow overwriting arbitrary files on the file system when the
  user installs a smiley theme via drag-and-drop. (Discovered by Yves
  Younan of Cisco Talos) (CVE-2014-3697)
* Updates to dependencies:
* NSS 3.17.1 and NSPR 4.10.7

Finch:
* Fix build against Python 3. (Ed Catmur) (#15969)

Gadu-Gadu:
* Updated internal libgadu to version 1.12.0.

Groupwise:
* Fix potential remote crash parsing server message that indicates that
  a large amount of memory should be allocated. (Discovered by Yves Younan
  and Richard Johnson of Cisco Talos) (CVE-2014-3696)

IRC:
* Fix a possible leak of unencrypted data when using /me command
  with OTR. (Thijs Alkemade) (#15750)

MXit:
* Fix potential remote crash parsing a malformed emoticon response.
  (Discovered by Yves Younan and Richard Johnson of Cisco Talos)
  (CVE-2014-3695)

XMPP:
* Fix potential information leak where a malicious XMPP server and
  possibly even a malicious remote user could create a carefully crafted
  XMPP message that causes libpurple to send an XMPP message containing
  arbitrary memory. (Discovered and fixed by Thijs Alkemade and Paul
  Aurich) (CVE-2014-3698)
* Fix Facebook XMPP roster quirks. (#15041, #15957)

Yahoo:
* Fix login when using the GnuTLS library for TLS connections. (#16172)

(obache)

2014-12-07 08:42:07 UTC MAIN commitmail json YAML

Use packlist for most of perl related PLIST.
Resolve PR pkg/49343.

(obache)

2014-12-07 06:22:52 UTC MAIN commitmail json YAML

undefined PKGSRC_KEEP_BIN_PKGS must not be evaluated unconditionally.

(obache)

2014-12-07 05:10:43 UTC MAIN commitmail json YAML

Auto detect lua version from required package name.
resolve PR pkg/49318

(obache)

2014-12-07 05:09:02 UTC MAIN commitmail json YAML

Pass PKGNAME_REQD to su-real-package-install, for multiversion packages
not using default version.

(obache)

2014-12-07 04:33:38 UTC MAIN commitmail json YAML

Updated net/djbdns-run to 20141207

(schmonz)

2014-12-07 04:33:31 UTC MAIN commitmail json YAML

Based on feedback from joerg@ and riastradh@, don't save a persistent
seed file on first startup after all. Primary rationale: it is not
desirable that the predictability of the first boot (whatever that
may happen to be) force an upper bound on the unpredictability of
random seeds for all future dnscache instances. Instead, as before,
let dnscache read 128 new bytes on every startup. Just give it
/dev/urandom instead of /dev/random.

While here, abolish references to LOCALBASE. Bump version.

(schmonz)

2014-12-07 02:52:05 UTC MAIN commitmail json YAML

Updated games/asciiquarium to 1.1

(mef)

2014-12-07 02:51:35 UTC MAIN commitmail json YAML

Update 1.0 to 1.1
Version 1.1 2013-03-09
        - Automatically redraw when the terminal size changes
        - Added fish hook, swan, ducks and dolphins
        - Updated GPL license file

(mef)

2014-12-07 02:29:00 UTC MAIN commitmail json YAML

libtool is required to build helper utiltilies.
fixes PR pkg/49321.

(obache)

2014-12-07 00:05:55 UTC MAIN commitmail json YAML

Updated fonts/vlgothic-ttf to 20141206

(ryoon)

2014-12-07 00:05:11 UTC MAIN commitmail json YAML

Update to 20141206

Changelog:
* Sync with M+1C,1M part with CVS HEAD of 2014.12.06.
* Improve misc symbols and allows characters, U+2B60-2BA7
  with Unicode 7.0 or later.
* Add 1 more Kanji character.

(ryoon)

2014-12-06 23:32:12 UTC MAIN commitmail json YAML

Note the addition of the PKGSRC_KEEP_BIN_PKGS definition, which
defaults to "no", but, when set to "yes", will copy binary packages to
pkgsrc/packages/All at package install time.

(agc)

2014-12-06 23:28:18 UTC MAIN commitmail json YAML

Add a new definition, PKGSRC_KEEP_BIN_PKGS, which defaults to "no".
This definition controls whether the binary package which is built
during package installation will be copied to pkgsrc/packages/All.

To retain binary packages in pkgsrc/packages/All, set

PKGSRC_KEEP_BIN_PKGS=yes

in environment or MAKECONF. If this is not set, binary packages
will not be preserved after their WRKDIR is removed. This may not
be what you want.

To preserve the status quo since 2013/05/22, and just delete the
binary package after it's built, the default for PKGSRC_KEEP_BIN_PKGS
is "no", or it can be explicitly set.

As reviewed on tech-pkg.

(agc)

2014-12-06 23:24:38 UTC MAIN commitmail json YAML

reset PKGREVISION for sendmail update

(jnemeth)

2014-12-06 23:22:33 UTC MAIN commitmail json YAML

Updated mail/sendmail to 8.15.1

(jnemeth)

2014-12-06 23:22:20 UTC MAIN commitmail json YAML

Update sendmail to 8.15.1:  this is mostly a feature/bugfix release.

Note that there was an incompatible config change for IPv6 users.
See the MESSAGE file for details.

pkgsrc change: delete a couple of patches that have been upstreamed

Proofpoint, Inc., and the Sendmail Consortium announce the availability
of sendmail 8.15.1. This release:

  o offers more TLS related features,
  o does not ignore temporary map lookup failures during header rewriting,
  o uses uncompressed IPv6 addresses by default, which is an incompatible
    change that requires to update IPv6 related configuration data.

as well as many other enhancements.  For details see the release
notes below.

                        SENDMAIL RELEASE NOTES

This listing shows the version of the sendmail binary, the version
of the sendmail configuration files, the date of release, and a
summary of the changes in that release.

8.15.1/8.15.1  2014/12/06
        SECURITY: Properly set the close-on-exec flag for file descriptors
                (except stdin, stdout, and stderr) before executing mailers.
        If header rewriting fails due to a temporary map lookup failure,
                queue the mail for later retry instead of sending it
                without rewriting the header.  Note: this is done
                while the mail is being sent and hence the transaction
                is aborted, which only works for SMTP/LMTP mailers
                hence the handling of temporary map failures is
                suppressed for other mailers. SMTP/LMTP servers may
                complain about aborted transactions when this problem
                occurs.
                See also "DNS Lookups" in sendmail/TUNING.
        Incompatible Change: Use uncompressed IPv6 addresses by default,
                i.e., they will not contain "::".  For example,
                instead of ::1 it will be 0:0:0:0:0:0:0:1.  This
                permits a zero subnet to have a more specific match,
                such as different map entries for IPv6:0:0 vs IPv6:0.
                This change requires that configuration data
                (including maps, files, classes, custom ruleset,
                etc) must use the same format, so make certain such
                configuration data is updated before using 8.15.
                As a very simple check search for patterns like
                'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'. If necessary,
                the prior format can be retained by compiling with:
                APPENDDEF(`conf_sendmail_ENVDEF', `-DIPV6_FULL=0')
                in your devtools/Site/site.config.m4 file.
        If debugging is turned on (-d0.14) also print the OpenSSL
                versions, both build time and run time
                (provided STARTTLS is compiled in).
        If a connection to the MTA is dropped by the client before its
                hostname can be validated, treat it as "may be forged",
                so that the unvalidated hostname is not passed to a
                milter in xxfi_connect().
        Add a timeout for communication with socket map servers
                which can be specified using the -d option.
        Add a compile time option HESIOD_ALLOW_NUMERIC_LOGIN to allow
                numeric logins even if HESIOD is enabled.
        The new option CertFingerprintAlgorithm specifies the finger-
                print algorithm (digest) to use for the presented cert.
                If the option is not set, md5 is used and the macro
                {cert_md5} contains the cert fingerprint.
                However, if the option is set, the specified algorithm
                (e.g., sha1) is used and the macro {cert_fp} contains
                the cert fingerprint.
                That is, as long as the option is not set, the behaviour
                does not change, but otherwise, {cert_md5} is superseded
                by {cert_fp} even if you set CertFingerprintAlgorithm
                to md5.
        The options ServerSSLOptions and ClientSSLOptions can be used
                to set SSL options for the server and client side
                respectively. See SSL_CTX_set_options(3) for a list.
                Note: this change turns on SSL_OP_NO_SSLv2 and
                SSL_OP_NO_TICKET for the client. See doc/op/op.me
                for details.
        A new map type "arpa" is available to reverse an IP (IPv4 or IPv6)
                address. It returns the string for the PTR lookup, but
                without trailing {ip6,in-addr}.arpa.
        New operation mode  'C' just checks the configuration file, e.g.,
                sendmail -C new.cf -bC
                will perform a basic syntax/consistency check of new.cf.
        The mailer flag 'I' is deprecated and will be removed in a
                future version.
        Allow local (not just TCP) socket connections to the server, e.g.,
                O DaemonPortOptions=Family=local, Addr=/var/mta/server.sock
                can be used.
        If the new option MaxQueueAge is set to a value greater than zero,
                entries in the queue will be retried during a queue run
                only if the individual retry time has been reached which
                is doubled for each attempt.  The maximum retry time is
                limited by the specified value.
        New DontBlameSendmail option GroupReadableDefaultAuthInfoFile
                to relax requirement for DefaultAuthInfo file.
        Reset timeout after receiving a message to appropriate value if
                STARTTLS is in use.  Based on patch by Kelsey Cummings
                of Sonic.net.
        Report correct error messages from the LDAP library for a range of
                small negative return values covering those used by OpenLDAP.
        Fix compilation with Berkeley DB 5.0 and 6.0.  Patch from
                Allan E Johannesen of Worcester Polytechnic Institute.
        CONFIG: FEATURE(`nopercenthack') takes one parameter: reject or
                nospecial which describes whether to disallow "%" in the
                local part of an address.
        DEVTOOLS: Fix regression in auto-detection of libraries when only
                shared libraries are available.  Problem reported by
                Bryan Costales.
        LIBMILTER: Mark communication socket as close-on-exec in case
                a user's filter starts other applications.
                Based on patch from Paul Howarth.
        Portability:
                SunOS 5.12 has changed the API for sigwait(2) to conform
                with XPG7.  Based on patch from Roger Faulkner of Oracle.
        Deleted Files:
                libsm/path.c

(jnemeth)

2014-12-06 22:35:24 UTC MAIN commitmail json YAML

Initialize a variable that GCC complains about being used possibly
uninitialized.

(riz)

2014-12-06 22:21:38 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.149

(schmonz)

2014-12-06 22:21:30 UTC MAIN commitmail json YAML

Don't complain about exact (non-range, non-wildcard) dependencies.
Now that mail/qmail-run "looks fine", replace it with another of
my errant packages as a test case. Bump version.

(schmonz)

2014-12-06 22:14:34 UTC MAIN commitmail json YAML

Updated mail/qmail-run to 20141206

(schmonz)

2014-12-06 22:14:27 UTC MAIN commitmail json YAML

2014-12-06 20:44:58 UTC MAIN commitmail json YAML

Updated editors/gedit3 to 3.14.2

(prlw1)

2014-12-06 20:44:24 UTC MAIN commitmail json YAML

Removed editors/gedit3-spell

(prlw1)

2014-12-06 20:41:36 UTC MAIN commitmail json YAML

Remove gedit3-spell and make the spell check plugin an (enchant) option
Update gedit3 to 3.14.2

============
gedit 3.14.2
============

New Features and Fixes
======================
- External tools plugin: fix document saving
- Various other bug fixes

New and updated translations
============================
- ja (Hajime Taira)
- nb (Kjartan Maraas)
- vi (Tran Ngoc Quan)

(prlw1)

2014-12-06 19:05:07 UTC MAIN commitmail json YAML

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

2014-12-06 18:47:01 UTC MAIN commitmail json YAML

Add missing svr4.h for ppc netbsd. From Frank Wille in PR 49453.

(dholland)

2014-12-06 16:21:41 UTC MAIN commitmail json YAML

2014-12-06 16:21:02 UTC MAIN commitmail json YAML

Added sysutils/py-structlog version 0.4.2

(rodent)

2014-12-06 16:20:26 UTC MAIN commitmail json YAML

Import py27-structlog-0.4.2 as sysutils/py-structlog.

structlog makes structured logging in Python easy by augmenting your existing
logger. It allows you to split your log entries up into key/value pairs and
build them incrementally without annoying boilerplate code.

(rodent)

2014-12-06 16:15:08 UTC MAIN commitmail json YAML

2014-12-06 16:14:23 UTC MAIN commitmail json YAML

Added textproc/py-ftfy version 3.3.0

(rodent)

2014-12-06 15:20:22 UTC MAIN commitmail json YAML

+py-pycountry - packaged originally in pkgsrc-wip by
kamel.derouiche@gmail.com.

(rodent)

2014-12-06 15:19:10 UTC MAIN commitmail json YAML

Added geography/py-pycountry version 1.10

(rodent)

2014-12-06 15:18:30 UTC MAIN commitmail json YAML

Import py27-pycountry-1.10 as geography/py-pycountry.

pycountry provides the ISO databases for the standards:

639
    Languages
3166
    Countries
3166-3
    Deleted countries
3166-2
    Subdivisions of countries
4217
    Currencies
15924
    Scripts

The package includes a copy from Debian's pkg-isocodes and makes the data
accessible through a Python API.

Translation files for the various strings are included as well.

(rodent)

2014-12-06 15:17:08 UTC MAIN commitmail json YAML

Make EGG_INFODIR available for use in Makefiles. Clarify comment regarding
necessity of substituting EGG_NAME in PLISTs.

(rodent)

2014-12-06 11:00:52 UTC MAIN commitmail json YAML

No need to buildlink with devel/py-logilab-common, just DEPENDS.

(obache)

2014-12-06 10:45:34 UTC MAIN commitmail json YAML

2014-12-06 09:41:11 UTC MAIN commitmail json YAML

Updated net/djbdns-run to 20141206

(schmonz)

2014-12-06 09:41:04 UTC MAIN commitmail json YAML

On rebooting a Xen VPS, dnscache said it started, but failed to
respond to queries and wrote nothing to the logs. This would have
been more fun to debug if my production system hadn't been relying
on it for name resolution. The problem was a blocking read from
/dev/random.

I'm the one who put that there, over 10 years ago. Do we need it?

>From my reading of <http://cr.yp.to/djbdns/dnscache-conf.html> and
dnscache-conf.c, the seed needn't consist of top-notch randomness.
A sysadmin following DJB to the letter (rather than using this
djbdns-run package) would run dnscache-conf once to configure a
dnscache instance. dnscache-conf would cook 128 bytes of randomness
-- without direct assistance from any kernel device -- and write
it to a file. dnscache would read the same file on every startup.

Therefore, we...

1. Generate a random seed iff it doesn't exist (not on every startup)
2. Generate it from /dev/urandom instead of /dev/random

...so that the configuration we generate more nearly matches that of
DJB's documented procedure, and the kind of problem I encountered
is much more difficult to trigger.

While here, add LICENSE (2-clause-bsd) and otherwise placate pkglint.

Bump version.

(schmonz)

2014-12-06 09:19:50 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.5

(adam)

2014-12-06 09:18:41 UTC MAIN commitmail json YAML

Changes 2.5:
The most important new features are AVFoundation screen-grabbing support,
animated WebP decoding support, and Animated PNG support. In addition, many
exciting features for video streaming are also implemented, including MPEG-
DASH fragmenting muxer, HEVC RTP payload muxer, and UDP Lite support.

(adam)

2014-12-06 09:14:25 UTC MAIN commitmail json YAML

Added net/corebird version 0.9

(obache)

2014-12-06 09:14:11 UTC MAIN commitmail json YAML

Import corebird-0.9 as net/corebird.

Corebird is a modern, easy and fun Twitter client, just what you were looking
for, right?

(obache)

2014-12-06 07:41:31 UTC MAIN commitmail json YAML

Updated www/librest07 to 0.7.92

(obache)

2014-12-06 07:41:16 UTC MAIN commitmail json YAML

2014-12-06 07:33:51 UTC MAIN commitmail json YAML

Updated security/clamav to 0.98.5

(khorben)

2014-12-06 07:32:44 UTC MAIN commitmail json YAML

Updated security/clamav to 0.98.5

(khorben)

2014-12-06 07:31:33 UTC MAIN commitmail json YAML

Updated security/clamav to version 0.98.5

ChangeLog for this version:

Wed, 12 Nov 2014 14:30:39 EDT (swebb)
-------------------------------------
* bb11176 - Instruct OpenSSL to allow MD5 when in FIPS-compliant mode.
  Patch submitted by Reinhard Max.

Mon, 10 Nov 2014 11:03:29 EDT (swebb)
-------------------------------------
* bb11155 - Adjust the logic surrounding adjusting the PE section sizes
  This fixes a crash with maliciously crafted yoda's crypter files and
  also improves virus detections for PE files.

Thu, 6 Nov 2014 14:51:26 EDT (swebb)
-------------------------------------
* bb11088 - Merge in fixes for clamscan -a crash bug

Mon, 20 Oct 2014 11:33:18 EDT (swebb)
-------------------------------------
* Revert "bb#10731 - Allow to specificy a group for the socket of which
  the user is not a member"

Thu, 31 Jul 2014 19:11:22 EDT (swebb)
-------------------------------------
* Add support for XDP PDF file format

Thu, Jul 31 11:50:23 EDT 2014 (swebb)
------------------------------------
* bb#10731 - Allow specification of a group for the milter socket of which
the user is not a member - patch submitted by Sebastian Andrzej Siewior

Fri, 25 Jul 2014 12:26:04 EDT (klin)
------------------------------------
* bb#10981 - applied LLVM 3.1-3.4 - patch submitted by Andreas Cadhalpun

Fri, 25 Jul 2014 12:06:13 (klin)
--------------------------------
* clambc: added diagnostic tools for bytecode IR

Tue, 8 Jul 2014 19:53:41 EDT (swebb)
------------------------------------
* mass cleanup of compiler warnings

Tue, 08 Jul 11:30:00 EDT 2014 (morgan)
------------------------------------
* 0.98.5 beta release

Mon, 07 Jul 09:00:00 EDT 2014 (swebb)
------------------------------------
* 0.98.5-beta1 release engineering

Thu, 03 Jul 22:14:40 EDT 2014 (swebb)
------------------------------------
* Call cl_initialize_crypto() in cl_init()

Thu, 03 Jul 16:28:10 EDT 2014 (swebb)
------------------------------------
* Finalize PDF parsing code for the preclassification feature

Wed, 25 Jun 16:26:33 EDT 2014 (swebb)
------------------------------------
* Finalize linking in libjson, a new optional dependency

Fri, 13 Jun 2014 16:11:15 EDT (smorgan)
---------------------------------------
* add timeout facility for file property scanning

Tue, 3 Jun 2014 13:31:50 EDT (smorgan)
--------------------------------------
* add callback for user processing of json string and json scan result

Wed, 7 May 2014 10:56:35 EDT (swebb)
------------------------------------
* PE file properties collection

Tue, 6 May 2014 15:26:30 EDT (klin)
-----------------------------------
* add api to read json to the bytecode api

Thu, 1 May 2014 16:59:01 EDT (klin)
-----------------------------------
* docx/pptx/xlsx file properties collection

Wed, 30 Apr 2014 16:38:55 EDT (swebb)
-------------------------------------
* pdf file properties collection

Tue, 22 Apr 2014 14:22:39 EDT (klin)
------------------------------------
* json api wrapper

Mon, 21 Apr 2014 18:30:28 EDT (klin)
------------------------------------
* doc/ppt/xls file properties collection

Wed, 16 Apr 18:14:45 2014 EDT (smorgan)
--------------------------------------
* Initial libjson-c configure/build support and json file properties work

(khorben)

2014-12-06 06:09:23 UTC MAIN commitmail json YAML

Fix building www/firefox24 with more recent versions of both nspr and nss

ok ryoon@

(khorben)

2014-12-06 03:45:52 UTC MAIN commitmail json YAML

Updated fonts/ricty-ttf to 3.2.3nb1

(ryoon)

2014-12-06 03:45:11 UTC MAIN commitmail json YAML

Bump PKGREVISION from fonts/migu-ttf update.

(ryoon)

2014-12-06 03:43:43 UTC MAIN commitmail json YAML

Updated fonts/migu-ttf to 20130617

(ryoon)

2014-12-06 03:42:48 UTC MAIN commitmail json YAML

Update to 20130617

Changelog:
20130617:
* Sync with M+ TESTFLIGHT 056 (2013-06-17T12:30+09:00 CVS repository).
* Fix IPA Gothic's U+FFE3 glyph.
* Improve typographic ligature of U+02E9 and U+02E5.

20130507:
* Migu 1C: Fix side bearing of l charracter

20130430:
* Sync with M+ TESTFLIGHT 055 (2013-04-30T08:10+09:00のCVS repository).
* Support JIS X0213:2004 glyphs with jp90 tag. IVS replacement is not
  supported.
* Fix glyphs of Katakana like Kanji characters.
* Migu 1C: Fix glyph of l character.
* Migu 1VS: Distinguish l from 1.
* Migu 1BT: Use western glyphs from Bitter.
  - Add slash to zero, 0.
  - Improve l character.
  - Make - more long.
  - More curly ~.
  - More side bearing for : and ;.

(ryoon)

2014-12-06 03:28:07 UTC MAIN commitmail json YAML

Revert accidentally committed change.
This change should be committed later.

(ryoon)

2014-12-06 03:27:51 UTC MAIN commitmail json YAML

+py-sqlalchemy-i18n

(rodent)

2014-12-06 03:26:56 UTC MAIN commitmail json YAML

Added databases/py-sqlalchemy-i18n version 1.0.1

(rodent)

2014-12-06 03:26:17 UTC MAIN commitmail json YAML

Import py27-SQLAlchemy-i18n-1.0.1 as databases/py-sqlalchemy-i18n.

Internationalization extension for SQLAlchemy models. Features:

* Stores translations in separate tables.
* Reflects translation table structures based on parent model table structure.
* Supports forcing of given locale.
* Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for
  performance optimization).

(rodent)

2014-12-06 03:24:49 UTC MAIN commitmail json YAML

2014-12-06 03:20:41 UTC MAIN commitmail json YAML

+py-python-termstyle

(rodent)

2014-12-06 03:19:49 UTC MAIN commitmail json YAML

Update to 4.0.1

Changelog:
WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.

Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don���t support older versions, so please update to 4.0.1 for the latest and greatest.)

WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by Jouko Pynnonen. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:

    Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by Jon Cave, Robert Chapin, and John Blackbourn of the WordPress security team.
    A cross-site request forgery that could be used to trick a user into changing their password.
    An issue that could lead to a denial of service when passwords are checked. Reported by Javier Nieto Arevalo and Andres Rojas Guerrero.
    Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).
    An extremely unlikely hash collision could allow a user���s account to be compromised, that also required that they haven���t logged in since 2008 (I wish I were kidding). Reported by David Anderson.
    WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by Momen Bassel, Tanoy Bose, and Bojan Slavkovi�� of ManageWP.

Version 4.0.1 also fixes 23 bugs with 4.0, and we���ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by Chris Andr竪 Dale.

We appreciated the responsible disclosure of these issues directly to our security team. For more information, see the release notes or consult the list of changes.

Download WordPress 4.0.1 or venture over to Dashboard -> Updates and simply click ���Update Now���.

(ryoon)

2014-12-06 03:19:47 UTC MAIN commitmail json YAML

Added comms/py-python-termstyle version 0.1.10

(rodent)

2014-12-06 03:19:01 UTC MAIN commitmail json YAML

Import py27-python-termstyle-0.1.10 as comms/py-python-termstyle.

termstyle is a simple python library for adding coloured output to terminal
(console) programs. The definitions come from ECMA-048, the "Control Functions
for Coded Character Sets" standard.

(rodent)

2014-12-06 03:14:53 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.467

(ryoon)

2014-12-06 03:13:48 UTC MAIN commitmail json YAML

Update to 0.467

Status:
Unadjusted glyphs: Unicode 7x73-9398

(ryoon)

2014-12-06 03:13:43 UTC MAIN commitmail json YAML

2014-12-06 03:13:01 UTC MAIN commitmail json YAML

Added devel/py-rednose version 0.4.1

(rodent)

2014-12-06 03:12:25 UTC MAIN commitmail json YAML

Import py27-rednose-0.4.1 as devel/py-rednose.

rednose is a nosetests plugin for adding colour (and readability) to nosetest
console results.

(rodent)

2014-12-06 03:08:19 UTC MAIN commitmail json YAML

Fix gnome option PLIST.
Patch from richard@.

(ryoon)

2014-12-05 21:44:10 UTC MAIN commitmail json YAML

2014-12-05 21:42:01 UTC MAIN commitmail json YAML

+py-google-api-python-client-py3

(rodent)

2014-12-05 21:41:12 UTC MAIN commitmail json YAML

Added www/py-google-api-python-client-py3 version 1.2

(rodent)

2014-12-05 21:40:40 UTC MAIN commitmail json YAML

Import py33-google-api-python-client-py3-1.2 as www/py-google-api-python-client-py3.

The Google API Client for Python is a client library for accessing the Plus,
Moderator, and many other Google APIs. This is the python 3.x port of the
package.

(rodent)

2014-12-05 18:59:53 UTC MAIN commitmail json YAML

Updated security/py-oauth2client to 1.4.2

(rodent)

2014-12-05 18:59:08 UTC MAIN commitmail json YAML

  Version 1.4.2

  Several small bugfixes related to six/py3 support.

(rodent)

2014-12-05 18:38:07 UTC MAIN commitmail json YAML

+py-validate-email-address

(rodent)

2014-12-05 18:36:17 UTC MAIN commitmail json YAML

Added mail/py-validate-email-address version 1

(rodent)

2014-12-05 18:35:39 UTC MAIN commitmail json YAML

Import py27-validate-email-address-1 as mail/py-validate-email-address.

validate-email-address is a package for Python that check if an email is valid,
properly formatted and really exists.

(rodent)

2014-12-05 17:23:09 UTC MAIN commitmail json YAML

Updated databases/mysql56-server to 5.6.22nb1

(schmonz)

2014-12-05 17:22:56 UTC MAIN commitmail json YAML

Updated databases/mysql55-server to 5.5.41nb1

(schmonz)

2014-12-05 17:22:41 UTC MAIN commitmail json YAML

Updated databases/mysql51-server to 5.1.72nb2

(schmonz)

2014-12-05 17:22:16 UTC MAIN commitmail json YAML

Pipe mysqld_safe's stdout and stderr to syslog to avoid the problem
in PR pkg/48271. (There's a mysqld_safe switch to log to syslog,
which would also work around the problem, at the expense mutually
exclusivity with normal MySQL logging). Bump PKGREVISIONs.

(schmonz)

2014-12-05 17:21:31 UTC MAIN commitmail json YAML

Updated devel/py-logilab-astng to 0.24.3

(rodent)

2014-12-05 17:20:56 UTC MAIN commitmail json YAML

Update to latest release, 0.24.3. Remove bl3 file, as this package does not
install any shared libraries. Clean up Makefile. Update patch. DEPENDS on
py-logilab-common>=0.53.0 instead of using old bl3 file from that package.

2013-04-16  --  0.24.3
    * #124360 [py3.3]: Don't crash on 'yield from' nodes
    * #123062 [pylint-brain]: Use correct names for keywords for urlparse
    * #123056 [pylint-brain]: Add missing methods for hashlib
    * #123068: Fix inference for generator methods to correctly handle yields
      in lambdas.
    * #123068: Make sure .as_string() returns valid code for yields in
      expressions.
    * #47957: Set literals are now correctly treated as inference leaves.
    * #123074: Add support for inference of subscript operations on dict
      literals.

2013-02-27  --  0.24.2
    * pylint-brain: more subprocess.Popen faking (see #46273)
    * #109562 [jython]: java modules have no __doc__, causing crash
    * #120646 [py3]: fix for python3.3 _ast changes which may cause crash
    * #109988 [py3]: test fixes

2012-10-05  --  0.24.1
    * #106191: fix __future__ absolute import w/ From node
    * #50395: fix function fromlineno when some decorator is splited on
      multiple lines (patch by Mark Gius)
    * #92362: fix pyreverse crash on relative import
    * #104041: fix crash 'module object has no file_encoding attribute'
    * #4294 (pylint-brain): bad inference on mechanize.Browser.open
    * #46273 (pylint-brain): bad inference subprocess.Popen.communicate

2012-07-18  --  0.24.0
    * include pylint brain extension, describing some stuff not properly understood until then.
      (#100013, #53049, #23986, #72355)
    * #99583: fix raw_building.object_build for pypy implementation
    * use `open` rather than `file` in scoped_nodes as 2to3 miss it

2011-12-08  --  0.23.1
    * #62295: avoid "OSError: Too many open files" by moving
      .file_stream as a Module property opening the file only when needed
    * Lambda nodes should have a `name` attribute
    * only call transformers if modname specified

2011-10-07  --  0.23.0
    * #77187: ancestor() only returns the first class when inheriting
      from two classes coming from the same module
    * #76159: putting module's parent directory on the path causes problems
      linting when file names clash
    * #74746: should return empty module when __main__ is imported (patch by
      google)
    * #74748: getitem protocal return constant value instead of a Const node
      (patch by google)
    * #77188: support lgc.decorators.classproperty
    * #77253: provide a way for user code to register astng "transformers"
      using manager.register_transformer(callable) where callable will be
      called after an astng has been built and given the related module node
      as argument

2011-07-18  --  0.22.0
    * added column offset information on nodes (patch by fawce)
    * #70497: Crash on AttributeError: 'NoneType' object has no attribute '_infer_name'
    * #70381: IndendationError in import causes crash
    * #70565: absolute imports treated as relative (patch by Jacek Konieczny)
    * #70494: fix file encoding detection with python2.x
    * py3k: __builtin__ module renamed to builtins, we should consider this to properly
      build ast for builtin objects

2011-01-11  --  0.21.1
    * python3: handle file encoding; fix a lot of tests
    * fix #52006: "True" and "False" can be assigned as variable in Python2x
    * fix #8847: pylint doesn't understand function attributes at all
    * fix #8774: iterator / generator / next method
    * fix bad building of ast from living object w/ container classes
      (eg dict, set, list, tuple): contained elements should be turned to
      ast as well (not doing it will much probably cause crash later)
    * somewhat fix #57299 and other similar issue: Exception when
      trying to validate file using PyQt's PyQt4.QtCore module: we can't
      do much about it but at least catch such exception to avoid crash

(rodent)

2014-12-05 17:10:23 UTC MAIN commitmail json YAML

Updated devel/py-logilab-common to 0.63.2

(rodent)

2014-12-05 17:09:42 UTC MAIN commitmail json YAML

Add -mstackrealign -mpreferred-stack-boundary=4 to CFLAGS on i386 for all
gcc 4.x versions, this appears to still be needed with gcc 4.8.4.
>From John D. Baker

(bouyer)

2014-12-05 17:07:49 UTC MAIN commitmail json YAML

Update to latest release, 0.63.0. Remove bl3 file, as this package does
not install any shared libraries. Added ALTERNATIVES. Clean up Makefile.
DEPENDS on py-six and py-colorama (for Win32). Changes:

2014-11-05  --  0.63.0
    * drop compatibility with python <= 2.5 (#264017)
    * fix textutils.py doctests for py3k
    * produce a clearer exception when dot is not installed (#253516)
    * make source python3-compatible (3.3+), without using 2to3.  This
    introduces a dependency on six (#265740)
    * fix umessage header decoding on python 3.3 and newer (#149345)
    * WARNING: the compat module no longer exports 'callable', 'izip', 'imap',
    'chain', 'sum', 'enumerate', 'frozenset', 'reversed', 'sorted', 'max',
    'relpath', 'InheritableSet', or any subprocess-related names.

2014-07-30  --  0.62.1
    * shellutils: restore py 2.5 compat by removing usage of class decorator
    * pytest: drop broken --coverage option
    * testlib: support for skipping whole test class and conditional skip, don't
      run setUp for skipped tests
    * configuration: load options in config file order (#185648)

2014-03-07  --  0.62.0
    * modutils: cleanup_sys_modules returns the list of cleaned modules

2014-02-11  --  0.61.0
    * pdf_ext: removed, it had no known users (CVE-2014-1838)
    * shellutils: fix tempfile issue in Execute, and deprecate it
    (CVE-2014-1839)
    * pytest: use 'env' to run the python interpreter
    * graph: ensure output is ordered on node and graph ids (#202314)

2013-16-12  --  0.60.1
    * modutils:
    * don't propagate IOError when package's __init__.py file doesn't
        exist (#174606)
    * ensure file is closed, may cause pb depending on the interpreter, eg
      pypy) (#180876)
    * fix support for `extend_path` based nested namespace packages ;
      Report and patch by John Johnson (#177651)
    * fix some cases of failing python3 install on windows platform / cross
    compilation (#180836)

2013-07-26  --  0.60.0
    * configuration: rename option_name method into option_attrname (#140667)
    * deprecation: new DeprecationManager class (closes #108205)
    * modutils:
        - fix typo causing name error in python3 / bad message in python2
      (#136037)
        - fix python3.3 crash in file_from_modpath due to implementation
        change of imp.find_module wrt builtin modules (#137244)
    * testlib: use assertCountEqual instead of assertSameElements/assertItemsEqual
      (deprecated), fixing crash with python 3.3 (#144526)
    * graph: use codecs.open avoid crash when writing utf-8 data under python3
      (#155138)

2013-04-16  --  0.59.1
    * graph: added pruning of the recursive search tree for detecting cycles in
      graphs (closes #2469)
    * testlib: check for generators in with_tempdir (closes #117533)
    * registry:
        - select_or_none should not silent ObjectNotFound exception
        (closes #119819)
        - remove 2 accidentally introduced tabs breaking python 3 compat
        (closes #117580)
    * fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and
      patch by Ian Delaney)

2013-01-21  --  0.59.0
    * registry:
        - introduce RegistrableObject base class, mandatory to make
          classes automatically registrable, and cleanup code
          accordingly
        - introduce objid and objname methods on Registry instead of
          classid function and inlined code plus other refactorings to allow
          arbitrary objects to be registered, provided they inherit from new
          RegistrableInstance class (closes #98742)
        - deprecate usage of leading underscore to skip object registration, using
          __abstract__ explicitly is better and notion of registered object 'name'
          is now somewhat fuzzy
        - use register_all when no registration callback defined (closes #111011)

    * logging_ext: on windows, use colorama to display colored logs, if available (closes #107436)
    * packaging: remove references to ftp at logilab
    * deprecations: really check them
    * packaging: steal spec file from fedora (closes #113099)
    * packaging force python2.6 on rhel5 (closes #113099)
    * packaging Update download and project urls (closes #113099)
    * configuration: enhance merge_options function (closes #113458)
    * decorators: fix @monkeypatch decorator contract for dark corner
      cases such as monkeypatching of a callable instance: no more
      turned into an unbound method, which was broken in python 3 and
      probably not used anywhere (actually closes #104047).

2012-11-14  --  0.58.3
    * date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever
      Frehtes Taifersar Arahesis) and encoding detection for python2 (closes
      #109740)
    * other python3 code and test fixes (closes #104047)
    * registry: Store.setdefault shouldn't raise RegistryNotFound (closes #111010)
    * table: stop encoding to iso-8859-1, use unicode (closes #105847)
    * setup: properly install additional files during build instead of install (closes #104045)

2012-07-30  --  0.58.2
    * modutils: fixes (closes #100757 and #100935)

2012-07-17  --  0.58.1
    * modutils, testlib: be more python implementation independant (closes #99493 and #99627)

2012-04-12  --  0.58.0
    * new `registry` module containing a backport of CubicWeb selectable objects registry (closes #84654)
    * testlib: DocTestCase fix builtins pollution after doctest execution.
    * shellutil: add argument to ``ProgressBar.update`` to tune cursor progression (closes #88981)
    * deprecated: new DeprecationWrapper class (closes #88942)

2012-03-22  --  0.57.2
    * texutils: apply_units raise ValueError if string isn'nt valid (closes #88808)
    * daemon: don't call putenv directly
    * pytest: do not enable extra warning other than DeprecationWarning.
    * testlib: DocTestCase fix builtins pollution after doctest execution.
    * testlib: replace sys.exit with raise ImportError (closes: #84159)
    * fix license in README
    * add trove classifiers (tell about python 3 support for pypi)

2011-10-28  --  0.57.1
    * daemon: change $HOME after dropping privileges (closes #81297)
    * compat: method_type for py3k use instance of the class to have a
      real instance method (closes: #79268)

2011-10-12  --  0.57.0
    * only install unittest2 when python version < 2.7 (closes: #76068)
    * daemon: make pidfile world-readable (closes #75968)
    * daemon: remove unused(?) DaemonMixin class
    * update compat module for callable() and method_type()
    * decorators: fix monkeypatch py3k compat (closes #75290)
    * decorators: provide a @cachedproperty decorator

2011-09-08  --  0.56.2
    * daemon: call initgroups/setgid before setuid (closes #74173)
    * decorators: @monkeypatch should produce a method object (closes #73920)
    * modutils: allow overriding of _getobj by suppressing mangling

2011-08-05  --  0.56.1
    * clcommands: #72450 --rc-file option doesn't work

2011-06-09  --  0.56.0
    * clcommands: make registration possible by class decoration
    * date: new datetime/delta <-> seconds/days conversion function
    * decorators: refactored @cached to allow usages such as
      @cached(cacheattr='_cachename') while keeping bw compat

2011-04-01  --  0.55.2
    * new function for password generation in shellutils
    * pyro_ext: allow to create a server without registering with a pyrons

2011-03-28  --  0.55.1
    * fix date.ustrftime break if year <= 1900
    * fix graph.py incorrectly builds command lines using %s to call dot
    * new functions to get UTC datetime / time

2011-02-18  --  0.55.0
    * new urllib2ext module providing a GSSAPI authentication handler, based on python-kerberos
    * graph: test and fix ordered_nodes() [closes #60288]
    * changelog: refactor ChangeLog class to ease overriding
    * testlib: Fix tag handling for generator.

2011-01-12  --  0.54.0
    * dropped python 2.3 support
    * daemon: we can now specify umask to daemonize function, and it return
    different exit code according to the process
    * pyro_ext: new ns_reregister function to ensure a name is still properly
    registered in the pyro name server
    * hg: new incoming/outgoing functions backward compatible with regards to
    mercurial version (eg hg 1.6 and earlier)
    * testlib/pytest: more deprecation and removed code. Still on the way to
    unittest2

(rodent)

2014-12-05 16:00:23 UTC MAIN commitmail json YAML

2014-12-05 14:55:48 UTC MAIN commitmail json YAML

+py-colorama - packaged originally in pkgsrc-wip by
kamelderouiche@yahoo.com

(rodent)

2014-12-05 14:53:51 UTC MAIN commitmail json YAML

Added comms/py-colorama version 0.3.2

(rodent)

2014-12-05 14:52:52 UTC MAIN commitmail json YAML

Import py27-colorama-0.3.2 as comms/py-colorama.

Makes ANSI escape character sequences for producing colored terminal text and
cursor positioning work under MS Windows.

ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too, by wrapping stdout, stripping ANSI sequences it finds (which
otherwise show up as gobbledygook in your output), and converting them into the
appropriate win32 calls to modify the state of the terminal. On other platforms,
Colorama does nothing.

Colorama also provides some shortcuts to help generate ANSI sequences but works
fine in conjunction with any other ANSI sequence generation library, such as
Termcolor.

(rodent)

2014-12-05 14:50:23 UTC MAIN commitmail json YAML

Added security/snoopy version 2.1.0

(imil)

2014-12-05 14:48:24 UTC MAIN commitmail json YAML

add & enable snoopy

(imil)

2014-12-05 14:47:02 UTC MAIN commitmail json YAML

Initial import of snoopy, version 2.1.0, into the NetBSD Packages Collection.

Snoopy sends every executed command to syslog.

(imil)

2014-12-05 14:31:07 UTC MAIN commitmail json YAML

Spell "vulnerabilities" correctly.

(schmonz)

2014-12-05 14:06:28 UTC MAIN commitmail json YAML

Detect libevent-2.0.21 in netbsd-7 and -current

(pettai)

2014-12-05 13:16:38 UTC MAIN commitmail json YAML

Updated math/mpfr to 3.1.2pl11

(wiz)

2014-12-05 13:16:26 UTC MAIN commitmail json YAML

Apply 11 upstream patches, bump to 3.2.1pl11.
Requested by Kai-Uwe Eckhardt.
Remove an incorrect comment.

Changes:

One of the mpfr_exp implementations uses a left shift on an integer
that can be negative: exps <<= 1; and this has an undefined behavior
according to the ISO C standard. In most cases, this will correspond
to a multiplication by 2, and the code will behave as expected
(this is why the bug hadn't been detected until now). But problems
may occur if a sanitizer is used (this is how this bug was detected)
or possibly in case of advanced optimizations, such as LTO. This
is fixed by the exp_2 patch.

The mpfr_fits_u*_p functions return 0 ("doesn't fit") instead of
non-zero ("fits") on negative arguments for which the rounding to
an integer in the given rounding mode is 0. This bug is fixed by
the fits-smallneg patch, which also updates the testcases.

Some tget_flt tests fail in environments where native C floating-point
division by zero is not supported, e.g. regarded as an error, such
as with Clang's sanitizer; some similar tests were already disabled
in such a case, but not all. The tset_ld test triggers a useless
overflow on a double. These problems are fixed by the clang-divby0
patch, which also disables constant division by zero on the native
C type double with Clang in order to avoid incorrect code.

The formatted output functions (mpfr_*printf) are incorrect on the
value 0 when using the alternative form (# flag), a positive
precision, and the g or G conversion specifier: there is one
additional trailing 0. The corresponding test is also incorrect
(explaining why the bug was not detected). These problems are fixed
by the printf-alt0 patch, which also provides some additional
related tests.

Only for applications using the custom interface: The mpfr_custom_init_set
macro has a typo in a variable name, which can yield incorrect
behavior if the second argument is not a simple expression. This
bug is fixed by the custom_init_set patch.

The build fails on li2.c with the GCC -Werror=return-type option
when logging has been enabled. This problem is fixed by the li2-return
patch.

The rounding of mpfr_exp can be incorrect for output precisions
larger than or equal to MPFR_EXP_THRESHOLD (several thousands of
bits; its value depends on the architecture). This bug is fixed by
the exp3 patch, which also provides a testcase.

This MPFR release fails to build with GMP 6 when the --with-gmp-build
configure option is used. The gmp6-compat patch fixes this
compatibility problem.

When dividing a very large number (near the maximum finite one, in
absolute value) by a very small number (near the minimum one, in
absolute value), an integer overflow occurs in the computation of
the exponent of the result, yielding undefined behavior, such as
the result 0 instead of infinity. This bug is fixed by the div-overflow
patch, which also provides a testcase.

The vasprintf.c source file contains incorrect assertions, which
may fail while the computation is valid; this can occur only when
outputting tiny numbers (very small exponents). These assertions
are fixed by the vasprintf patch, which also provides a testcase.

A buffer overflow may occur in mpfr_strtofr. This is due to incorrect
GMP documentation for mpn_set_str about the size of a buffer
(discussion; first fix in the GMP documentation). This bug is
present in the MPFR versions from 2.1.0 (adding mpfr_strtofr) to
this one, and can be detected by running "make check" in a 32-bit
ABI under GNU/Linux with alloca disabled (this is currently possible
by using the --with-gmp-build configure option where alloca has
been disabled in the GMP build). It is fixed by the strtofr patch.

(wiz)

2014-12-05 13:14:21 UTC MAIN commitmail json YAML

Mark two custom targets .PHONY.
XXX: This does not handle distribution patches.

(wiz)

2014-12-05 12:44:15 UTC MAIN commitmail json YAML

Updated security/gnutls to 3.2.20

(khorben)

2014-12-05 12:43:24 UTC MAIN commitmail json YAML

Packaged gnutls 3.2.20

* Version 3.2.20 (released 2014-11-10)

** libgnutls: Removed superfluous random generator refresh on every call
of gnutls_deinit(). That reduces load and usage of /dev/urandom.

** libgnutls: Corrected issue in export of ECC parameters to X9.63 format.
Reported by Sean Burford [GNUTLS-SA-2014-5].

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

(khorben)

2014-12-05 12:26:56 UTC MAIN commitmail json YAML

Updated security/gnutls to 3.2.19

(khorben)

2014-12-05 12:25:42 UTC MAIN commitmail json YAML

Packaged gnutls 3.2.19

* Version 3.2.19 (released 2014-10-13)

** libgnutls: Fixes in the transparent import of PKCS #11 certificates.
Reported by Joseph Peruski.

** libgnutls: Fixed issue with unexpected non-fatal errors resetting the
handshake's hash buffer, in applications using the heartbeat extension
or DTLS. Reported by Joeri de Ruiter.

** libgnutls: fix issue in DTLS retransmission when session tickets
were in use; reported by Manuel P辿gouri辿-Gonnard.

** libgnutls: Prevent abort() in library if getrusage() fails. Try to
detect instead which of RUSAGE_THREAD and RUSAGE_SELF would work.

** guile: new 'set-session-server-name!' procedure; see the manual for
details.

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

(khorben)

2014-12-05 11:52:22 UTC MAIN commitmail json YAML

Added devel/capstone version 3.0

(wiz)

2014-12-05 11:52:13 UTC MAIN commitmail json YAML

2014-12-05 11:51:59 UTC MAIN commitmail json YAML

Import capstone-3.0 as devel/capstone, packaged for wip by Kamil
Rytarowski.

Capstone is a disassembly framework with the target of becoming
the ultimate disasm engine for binary analysis and reversing in
the security community.

Capstone supports multiple hardware architectures, including ARM,
ARM64 (ARMv8), Mips, PPC, Sparc, SystemZ, XCore and X86 (including
X86_64).

(wiz)

2014-12-05 08:49:01 UTC MAIN commitmail json YAML

Updated mail/libsieve to 2.3.1

(obache)

2014-12-05 08:48:49 UTC MAIN commitmail json YAML

Update libsieve to 2.3.1.

libSieve 2.3.1
--------------
This release is made possible by the tremendous effort of Dilyan Palauzov.

- Many small fixes and improvements.

libSieve 2.3.0
--------------
This release is made possible by the tremendous effort of Dilyan Palauzov.

- Hide internal symbols (do not export them) from the final shared library (works with GCC>=4)

- Add support for DOT in addresses (RFC5322, 4.1. Miscellaneous Obsolete Tokens)

- libsieve is now reentrant

- Add SILENT_RULES to Makefile.am

- Move all Makefile.am-s to single /Makefile.am

- Move the build root from /src/ to /

libSieve 2.2.9
--------------

- Vacation segfault fix (thanks to Paul Stevens).

libSieve 2.2.8
--------------

- Handle empty addresses (thanks to Dilyan Palauzov).

- Short-circuit all(tests) as soon as a test fails (thanks to Dilyan Palauzov).

- Short-circuit any(tests) as soon as a test succeeds (thanks to Dilyan Palauzov).

- Check that 'myaddr' is among those specified in the script (thanks to Paul Stevens).

- Add AM_MAINTAINER_MODE to only rebuild flex/bison sources if required.

(obache)

2014-12-05 03:02:06 UTC MAIN commitmail json YAML

Updated www/py-flask-user to 0.6.1nb2

(rodent)

2014-12-05 03:01:20 UTC MAIN commitmail json YAML

NTSA - upstream changed distfile again. Changes are benign. Bump
PKGREVISION and change DIST_SUBDIR.

(rodent)

2014-12-05 01:42:26 UTC MAIN commitmail json YAML

Updated time/fet to 5.23.4

(mef)

2014-12-05 01:42:15 UTC MAIN commitmail json YAML

Update 5.23.2 to 5.23.4
- Version 5.23.3
- Updated to Qt 5.3.2.
- Added a fet.desktop file (by Alexey Loginov).
- Fixed some comments concerning the GNU GPL license (reported by Alexey Loginov).
- Added a "make install" option (suggested by Alexey Loginov
          and other users, done by Zsolt Udvari and Liviu Lalescu).
- Added an icon (suggested by Alexey Loginov and other users).
- Added an option at compilation time so that FET
          automatically detects the system locale (suggested by Alexey
          Loginov and other users).
- Version 5.23.4
- Added a partial Chinese Simplified (zh_CN) translation, by orange.
- Added two example files from Vietnam, by Nguyen Huu Tuyen.

(mef)

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

Updated fonts/evermono-ttf to 7.0.0

(wiz)

2014-12-04 23:41:39 UTC MAIN commitmail json YAML

Update to 7.0.0: newer, better, probably more symbols.

(wiz)

2014-12-04 22:06:03 UTC MAIN commitmail json YAML

Used by suse121_{gstreamer,sqlite3}.

(rodent)

2014-12-04 22:03:01 UTC MAIN commitmail json YAML

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

Also modify the header guard definition, which libnetpgpverify uses to
get its version number.

(agc)

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

Note update of netpgpverify to 20141204

(agc)

2014-12-04 20:08:47 UTC MAIN commitmail json YAML

Update netpgpverify to version 20141204

Changes since 20141129:

+ bring over lint changes from src/crypto version of this utility
+ add a helper function to get an element from a cursor
+ added a small compile and test script, which uses BSD makefiles
+ change WARNS level in BSD Makefile from 6 to 5 - changes to make
  WARNS=6 compile are way too intrusive and distracting to be useful
+ bump version to 20141204

(agc)

2014-12-04 19:59:58 UTC MAIN commitmail json YAML

skype21-license:  Arise from your grave! and be used by wip/skype4.

(rodent)

2014-12-04 19:57:01 UTC MAIN commitmail json YAML

+suse121_{,32_}{gstreamer,sqlite}.

(rodent)

2014-12-04 19:55:21 UTC MAIN commitmail json YAML

Added emulators/suse121_32_gstreamer version 12.1

(rodent)

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

Import suse32_gstreamer-12.1 as emulators/suse121_32_gstreamer.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the gstreamer shared libraries.

(rodent)

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

Added emulators/suse121_gstreamer version 12.1

(rodent)

2014-12-04 19:51:42 UTC MAIN commitmail json YAML

Import suse_gstreamer-12.1 as emulators/suse121_gstreamer.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the gstreamer shared libraries.

(rodent)

2014-12-04 19:50:11 UTC MAIN commitmail json YAML

Added emulators/suse121_32_sqlite3 version 12.1

(rodent)

2014-12-04 19:49:20 UTC MAIN commitmail json YAML

Import suse32_sqlite3-12.1 as emulators/suse121_32_sqlite3.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the sqlite3 shared libraries.

(rodent)

2014-12-04 19:47:20 UTC MAIN commitmail json YAML

Added emulators/suse121_sqlite3 version 12.1

(rodent)

2014-12-04 19:46:28 UTC MAIN commitmail json YAML

Import suse_sqlite3-12.1 as emulators/suse121_sqlite3.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the sqlite3 shared libraries.

(rodent)

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

Add support for gstreamer and sqlite packages (incoming).

(rodent)

2014-12-04 18:59:32 UTC MAIN commitmail json YAML

Updated emulators/suse131_qt4 to 13.1nb3

(rodent)

2014-12-04 18:52:56 UTC MAIN commitmail json YAML

Add libQtWebKit files to this package too. Bump PKGREVISION.

(rodent)

2014-12-04 18:42:40 UTC MAIN commitmail json YAML

Update MASTER_SITE_SUSE with paths that work.

(rodent)

2014-12-04 17:29:34 UTC MAIN commitmail json YAML

2014-12-04 17:28:50 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20141016nb1

(schmonz)