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 (16m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:16:26 UTC Now

2012-02-19 13:58:45 UTC pkgsrc-2011Q4 commitmail json YAML

2012-02-19 13:56:37 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3687 - requested by tron
graphics/png: security update

Revisions pulled up:
- graphics/png/Makefile                                        1.144-1.146
- graphics/png/distinfo                                        1.91-1.93

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: drochner
  Date: Sat Feb 18 15:16:59 UTC 2012

  Modified Files:
  pkgsrc/graphics/png: Makefile distinfo
  Added Files:
  pkgsrc/graphics/png/patches: patch-CVE-2011-3026

  Log Message:
  fix possible buffer overflow due to integer overflow in malloc()
  size calculation (2011-3026), patch from Chromium via Redhat/Debian
  bump PKGREV

  To generate a diff of this commit:
  cvs rdiff -u -r1.143 -r1.144 pkgsrc/graphics/png/Makefile
  cvs rdiff -u -r1.90 -r1.91 pkgsrc/graphics/png/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/png/patches/patch-CVE-2011-3026

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sat Feb 18 15:42:57 UTC 2012

  Modified Files:
  pkgsrc/graphics/png: Makefile distinfo
  Removed Files:
  pkgsrc/graphics/png/patches: patch-CVE-2011-3026

  Log Message:
  Update to 1.5.9rc01, which includes the official patch for CVE-2011-3026.

  Version 1.5.9beta01 [February 3, 2012]
    Rebuilt configure scripts in the tar distributions.

  Version 1.5.9beta02 [February 16, 2012]
    Removed two unused definitions from scripts/pnglibconf.h.prebuilt
    Removed some unused arrays (with #ifdef) from png_read_push_finish_row().
    Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h

  Version 1.5.9rc01 [February 17, 2012]
    Fixed CVE-2011-3026 buffer overrun bug.  Deal more correctly with the test
      on iCCP chunk length. Also removed spurious casts that may hide problems
      on 16-bit systems.

  To generate a diff of this commit:
  cvs rdiff -u -r1.144 -r1.145 pkgsrc/graphics/png/Makefile
  cvs rdiff -u -r1.91 -r1.92 pkgsrc/graphics/png/distinfo
  cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/png/patches/patch-CVE-2011-3026

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Sun Feb 19 09:26:39 UTC 2012

  Modified Files:
  pkgsrc/graphics/png: Makefile distinfo

  Log Message:
  Update "libpng" package to version 1.5.9. There are no change since
  version 1.5.9rc01 except of the minor detail that you can actually
  fetch the distfile.

  To generate a diff of this commit:
  cvs rdiff -u -r1.145 -r1.146 pkgsrc/graphics/png/Makefile
  cvs rdiff -u -r1.92 -r1.93 pkgsrc/graphics/png/distinfo

(spz)

2012-02-19 13:10:12 UTC MAIN commitmail json YAML

Updated mail/offlineimap to 6.5.2.1

(obache)

2012-02-19 13:09:35 UTC MAIN commitmail json YAML

Updated mail/offlineimap to 6.5.2.1

(obache)

2012-02-19 13:09:03 UTC MAIN commitmail json YAML

Update offlineimap to 6.5.2.1.

may new features, changes and bug filxes from 4.0.16.
for  recent changes, please refer here:
  https://github.com/spaetz/offlineimap/blob/master/Changelog.rst

(obache)

2012-02-19 13:03:33 UTC MAIN commitmail json YAML

Updated shells/lshell to 0.9.14

(gls)

2012-02-19 13:03:12 UTC MAIN commitmail json YAML

Update shells/lshell to 0.9.14

Upstream changes:

=== v0.9.14 27/10/2010 ===
    * Corrected get_aliases function, as it was looping when aliases were
      "recursive" (e.g. 'ls':'ls --color=auto')
    * Added lsudo built-in command to list allowed sudo commands.
    * Corrected completion function when 2 strings collided (e.g. ls and lsudo)
    * Corrected the README's installation part (adding --prefix).
    * Added possibility to log via syslog.
    * Corrected warning counter (was counting minus 1).
    * Added the possibility to disable the counter, and just warn the user
      (withouht kicking him).
    * Added possibility to configure prompt. Thank you bapt for the patch.
    * Added possibility to set environment variables to users. Thank you bapt
      for the patch.
    * Added the 'history' built-in function.

=== v0.9.13 02/09/2010 ===
* Switched from deprecated popen2 to subprocess to be python2.6 compatible.
Thank you Greg Orlowski for the patch.
* Added missing builin commands when 'allowed' list was set to 'all'. For
example, the "cd" command was then missing.
* Added the "export" builtin function to export shell variables. Thank you
Chris for reporting this issue.

(gls)

2012-02-19 11:28:19 UTC MAIN commitmail json YAML

Note update of databases/ruby-sqlite3 pacakge to 1.3.5.

(taca)

2012-02-19 11:27:01 UTC MAIN commitmail json YAML

Update databases/ruby-sqlite3 package to 1.3.5.

=== 1.3.5 / 2011-12-03 - ZOMG Holidays are here Edition!

* Enhancements
  * Windows: build against SQLite 3.7.9
  * Static: enable SQLITE_ENABLE_COLUMN_METADATA
  * Added Statement#clear_bindings! to set bindings back to nil

* Bugfixes
  * Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
  * Database error is not reset, so don't check it in Statement#reset!
  * Remove conditional around Bignum statement bindings.
    Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.

* Internal
  * Use proper endianness when testing database connection with UTF-16.
    Fixes #40. Fixes #51
  * Use -fPIC for static compilation when host is x86_64.

=== 1.3.4 / 2011-07-25

* Enhancements:
  * Windows: build against SQLite 3.7.7.1
  * Windows: build static binaries that do not depend on sqlite3.dll be
    installed anymore

* Bugfixes
  * Backup API is conditionaly required so that older libsqlite3 can be used.
    Thanks Hongli Lai.
  * Fixed segmentation fault when nil is passed to SQLite3::Statement.new
  * Fix extconf's hardcoded path that affected installation on certain systems.

(taca)

2012-02-19 11:14:49 UTC MAIN commitmail json YAML

Updated sysutils/memtest86 to 4.0

(obache)

2012-02-19 11:14:33 UTC MAIN commitmail json YAML

Update memtest86 to 4.0.
Based on PR 45754 by Radoslaw Kujawa.

Enhancements in v4.0 (28/Mar/2011)
* Support for testing with multiple CPUs. All tests except for #11 (Bit Fade)
  have been multi-threaded. A maximum of 16 CPUs will be used for testing.
* CPU detection has been completely re-written to use the brand ID string rather
  than the cumbersome, difficult to maintain and often out of date CPUID family
  information. All new processors will now be correctly identified without
  requiring code support.
* All code related to controller identification, PCI and DMI has been removed.
  This may be a controversial decision and was not made lightly. The following
  are justifications for the decision:
    1. Controller identification has nothing to do with actual testing of memory,
    the core purpose of Memtest86.
    2. This code needed to be updated with every new chipset. With the ever
      growing number of chipsets it is not possible to keep up with the changes.
      The result is that new chipsets were more often than not reported
      in-correctly. In the authors opinion incorrect information is worse
      than no information.
    3. Probing for chipset information carries the risk of making the program
      crash.
    4. The amount of code involved with controller identification was quite
      large, making support more difficult.

  Removing this code also had the unfortunate effect of removing reporting of
  correctable ECC errors. The code to support ECC was hopelessly intertwined the
  controller identification code. A fresh, streamlined implementation of ECC
  reporting is planned for a future release.
* A surprising number of conditions existed that potentially cause problems when
  testing more than 4 GB of memory. Most if not all of these conditions have
  been identified and corrected.
* A number of cases were corrected where not all of memory was being tested. For
  most tests the last word of each test block was not tested. In addition an
  error in the paging code was fixed that omitted from testing the last 256
  bytes of each block above 2 GB.
* The information display has been simplified and a number of details that were
  not relevant to testing were removed.
* Memory speed measurement has been parallelized for more accurate reporting for
  multi channel memory controllers.
* This is a major re-write of the Memtest86 with a large number of minor
  bug-fixes and substantial cleanup and re-organization of the code.

(obache)

2012-02-19 11:07:07 UTC MAIN commitmail json YAML

Note update of www/contao210-translations package to 201202160.

(taca)

2012-02-19 11:06:35 UTC MAIN commitmail json YAML

Update contao210-translations package to 201202160.

* A slightly change package's version shceme although this is last version.
* Update French and Albanian language files.

(taca)

2012-02-19 11:03:08 UTC MAIN commitmail json YAML

Add three "used by" lines in comment.

(taca)

2012-02-19 11:01:55 UTC MAIN commitmail json YAML

Note addtion of these packages (Contao 2.11.0):

www/contao211 2.11.0
www/contao211-example 2.11.0
www/contao211-translations 201202180

(taca)

2012-02-19 10:59:52 UTC MAIN commitmail json YAML

Add and enable contao211, contao211-example and contao211-translations.

(taca)

2012-02-19 10:55:32 UTC MAIN commitmail json YAML

Importing contao211-example package version 2.11.0.

This is example site data of Contao Open Source CMS.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2012-02-19 10:54:08 UTC MAIN commitmail json YAML

Importinc contao211 package version 2.11.0.

* Multilingual website URLs
* Global style sheet variables
* Improved FAQ module
* News archive/Event list/FAQ list/ and each reader on the same page
* Disabling the CSS framework
* Make style sheets static
* Modified request token system
* Contao safe mode
* Autogenerated local configuration files
* Adding system messages
* Insert tag changes
* Website root pages are required
* Make ListView output a table
* Embed Google web fonts
* Advanced image crop modes
* Forced password change
* Privacy settings
* Updated plugins (not extension)
* New hooks
* New methods in the File/Folder class
* Remove some old function


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2012-02-19 10:12:09 UTC MAIN commitmail json YAML

Define PKG_DESTDIR_SUPPORT before .include "../../mk/bsd.prefs.mk"

(cheusov)

2012-02-19 10:11:40 UTC MAIN commitmail json YAML

Define PKG_DESTDIR_SUPPORT before .include "../../mk/bsd.prefs.mk"

(cheusov)

2012-02-19 09:26:51 UTC MAIN commitmail json YAML

Note update of the "png" package to version 1.5.9.

(tron)

2012-02-19 09:26:39 UTC MAIN commitmail json YAML

Update "libpng" package to version 1.5.9. There are no change since
version 1.5.9rc01 except of the minor detail that you can actually
fetch the distfile.

(tron)

2012-02-19 07:44:33 UTC MAIN commitmail json YAML

Updated graphics/p5-GD to 2.46nb3.

(hiramatsu)

2012-02-19 07:43:24 UTC MAIN commitmail json YAML

qd.pl needs REPLACE_PERL.

Increment PKGREVISION.

(hiramatsu)

2012-02-19 05:25:14 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.0.4.690

(obache)

2012-02-19 05:25:04 UTC MAIN commitmail json YAML

Update mikutter to 0.0.4.690.

fixes preview of Twitpic.

(obache)

2012-02-19 05:10:22 UTC MAIN commitmail json YAML

Updated audio/sptk to 3.5

(obache)

2012-02-19 05:10:11 UTC MAIN commitmail json YAML

Update sptk to 3.5.
PR 46047 by ISHIHARA Takanori.

Version 3.5:
* add 'dtw' command.
* add 'mfcc' command.
* add 'mgc2mgclsp' and 'mgclsp2mgc' command.
* add two pitch extraction algorithm, 'RAPT' and 'SWIPE' to 'pitch' command.
* add -R and -M option to 'delta' command, to skip the magic number during the
  calculation.
* unify data type for sampling frequency into float in kHz.
* fix options of 'psgr' and 'grlogsp' command to draw more large graph.
* fix 'wav2raw' to deal with IEEE float format.
* bug fixes.

(obache)

2012-02-19 04:20:38 UTC pkgsrc-2011Q4 commitmail json YAML

2012-02-19 04:19:44 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3686 - requested by tron
databases/phpmyadmin security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.97-1.98
- databases/phpmyadmin/PLIST                                    1.25
- databases/phpmyadmin/distinfo                                1.58-1.59

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Thu Feb 16 20:19:25 UTC 2012

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile PLIST distinfo

  Log Message:
  Update "phpmyadmin" package to version 3.4.10. Changes since 3.4.9:
  - bug #3460090 [interface] TextareaAutoSelect feature broken
  - patch #3375984 [export] PHP Array export might generate invalid php code
  - bug #3049209 [import] Import from ODS ignores cell that is the same as
    cell before
  - bug #3463933 [display] SELECT DISTINCT displays wrong total records found
  - patch #3458944 [operations] copy table data missing
    SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
  - bug #3469254 [edit] Setting data to NULL and drop-downs
  - bug #3477063 [edit] Missing set fields and values in generated INSERT query
  - bug #3460867 [libraries] license issue with TCPDF (updated to 5.9.145)

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Sat Feb 18 23:04:45 UTC 2012

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  pdatep "phpmyadmin" package to version 3.4.10.1. Changes since 3.4.10:
  - [security] XSS in replication setup, see PMASA-2012-1

(sbd)

2012-02-19 04:10:49 UTC MAIN commitmail json YAML

Merge patch-Configure into patch-ca and use lower case $prefix

(sbd)

2012-02-19 03:53:45 UTC MAIN commitmail json YAML

"Added" security/munge, not "updated."

(asau)

2012-02-19 03:52:49 UTC MAIN commitmail json YAML

Updated security/munge to 0.5.10

(asau)

2012-02-19 03:52:29 UTC MAIN commitmail json YAML

2012-02-19 03:51:17 UTC MAIN commitmail json YAML

Import MUNGE 0.5.10 as security/munge.

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service
for creating and validating credentials. It is designed to be
highly scalable for use in an HPC cluster environment. It allows
a process to authenticate the UID and GID of another local or
remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a
shared cryptographic key. Clients within this security realm can
create and validate credentials without the use of root
privileges, reserved ports, or platform-specific methods.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(asau)

2012-02-19 01:46:46 UTC MAIN commitmail json YAML

2012-02-18 23:50:34 UTC MAIN commitmail json YAML

2012-02-18 23:36:42 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup tickets #3684 and #3685.

(tron)

2012-02-18 23:35:29 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3685 - requested by drochner
lang/python25: security patch
lang/python26: security patch
lang/python27: security patch
lang/python31: security patch

Revisions pulled up:
- lang/python25/Makefile                                        1.37 via patch
- lang/python25/distinfo                                        1.22
- lang/python25/patches/patch-CVE-2012-0845                    1.1
- lang/python26/Makefile                                        1.45 via patch
- lang/python26/distinfo                                        1.43
- lang/python26/patches/patch-CVE-2012-0845                    1.1
- lang/python27/Makefile                                        1.11 via patch
- lang/python27/distinfo                                        1.15
- lang/python27/patches/patch-CVE-2012-0845                    1.1
- lang/python31/Makefile                                        1.6 via patch
- lang/python31/distinfo                                        1.8
- lang/python31/patches/patch-CVE-2012-0845                    1.1

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Wed Feb 15 12:21:41 UTC 2012

  Modified Files:
          pkgsrc/lang/python26: Makefile distinfo
  Added Files:
          pkgsrc/lang/python26/patches: patch-CVE-2012-0845

  Log Message:
  add patch from Python issue#14001 to fix xmlrpc server endless loop
  by malformed request
  bump PKGREV

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Wed Feb 15 16:08:26 UTC 2012

  Modified Files:
          pkgsrc/lang/python25: Makefile distinfo
          pkgsrc/lang/python27: Makefile distinfo
          pkgsrc/lang/python31: Makefile distinfo
  Added Files:
          pkgsrc/lang/python25/patches: patch-CVE-2012-0845
          pkgsrc/lang/python27/patches: patch-CVE-2012-0845
          pkgsrc/lang/python31/patches: patch-CVE-2012-0845

  Log Message:
  apply fix for CVE-2012-0845 to other Python versions too
  (2.4 is not affected)

(tron)

2012-02-18 23:17:50 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3684 - requested by drochner
audio/libvorbis: security patch

Revisions pulled up:
- audio/libvorbis/Makefile                                      1.52
- audio/libvorbis/distinfo                                      1.21
- audio/libvorbis/patches/patch-CVE-2012-0444                  1.1

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Fri Feb 17 12:23:24 UTC 2012

  Modified Files:
          pkgsrc/audio/libvorbis: Makefile distinfo
  Added Files:
          pkgsrc/audio/libvorbis/patches: patch-CVE-2012-0444

  Log Message:
  add patch from upstream to fix possible memory corruption by
  malicious Ogg Vorbis files
  bump PKGREV

(tron)

2012-02-18 23:07:14 UTC MAIN commitmail json YAML

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

(tron)

2012-02-18 23:04:45 UTC MAIN commitmail json YAML

pdatep "phpmyadmin" package to version 3.4.10.1. Changes since 3.4.10:
- [security] XSS in replication setup, see PMASA-2012-1

(tron)

2012-02-18 21:18:23 UTC MAIN commitmail json YAML

Updated security/py-cryptopp to 0.5.29

(gls)

2012-02-18 21:18:03 UTC MAIN commitmail json YAML

Update security/py-cryptopp to 0.5.29.

Upstream changes:

Not complete, the only info mentionned in the Changelog is this:

2011-01-16 -- pycryptopp v0.5.28

re-enable the ECDSA module, but please do not rely on it as it is expected to
change in backwards-incompatible ways in future releases several changes to the
build system to make it tidier and less error-prone -- see revision control
history for details

(gls)

2012-02-18 21:10:48 UTC MAIN commitmail json YAML

Fix build on OpenSolaris, from MASUDA Hideo in PR pkg/46043

(bouyer)

2012-02-18 21:08:33 UTC MAIN commitmail json YAML

2012-02-18 21:03:21 UTC MAIN commitmail json YAML

Make SunOS use sun-streams, from Stephan Tesch in PR pkg/45806

(bouyer)

2012-02-18 20:41:09 UTC MAIN commitmail json YAML

Updated security/py-OpenSSL to 0.13

(gls)

2012-02-18 20:40:40 UTC MAIN commitmail json YAML

Update security/py-OpenSSL to 0.13.

Upstream changes:

2011-09-02  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

        * Release 0.13

2011-06-12  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

        * OpenSSL/crypto/pkey.c: Add the PKey.check method, mostly
          implemented by Rick Dean, to verify the internal consistency of a
          PKey instance.

2011-06-12  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

        * OpenSSL/crypto/crypto.c: Fix the sign and verify functions so
          they handle data with embedded NULs.  Fix by David Brodsky
          <lp:~lihalla>.

2011-05-20  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

        * OpenSSL/ssl/connection.c, OpenSSL/test/test_ssl.py: Add a new
          method to the Connection type, get_peer_cert_chain, for retrieving
          the peer's certificate chain.

2011-05-19  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

        * OpenSSL/crypto/x509.c, OpenSSL/test/test_crypto.py: Add a new
          method to the X509 type, get_signature_algorithm, for inspecting
          the signature algorithm field of the certificate.  Based on a
          patch from <lp:~okuda>.

2011-05-10  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

        * OpenSSL/crypto/crypto.h: Work around a Windows/OpenSSL 1.0 issue
          explicitly including a Windows header before any OpenSSL headers.

        * OpenSSL/crypto/pkcs12.c: Work around an OpenSSL 1.0 issue by
          explicitly flushing errors known to be uninteresting after calling
          PKCS12_parse.

        * OpenSSL/ssl/context.c: Remove SSLv2 support if the underlying
          OpenSSL library does not provide it.

        * OpenSSL/test/test_crypto.py: Support an OpenSSL 1.0 change from
          MD5 to SHA1 by allowing either hash algorithm's result as the
          return value of X509.subject_name_hash.

        * OpenSSL/test/test_ssl.py: Support an OpenSSL 1.0 change from MD5
          to SHA1 by constructing certificate files named using both hash
          algorithms' results when testing Context.load_verify_locations.

        * Support OpenSSL 1.0.0a.

2011-04-15  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

        * OpenSSL/ssl/ssl.c: Add OPENSSL_VERSION_NUMBER, SSLeay_version
          and related constants for retrieving version information about the
          underlying OpenSSL library.

(gls)

2012-02-18 17:06:06 UTC MAIN commitmail json YAML

Updated net/nagstamon to 0.9.8

(gls)

2012-02-18 17:05:28 UTC MAIN commitmail json YAML

Update net/nagstamon to 0.9.8

pkgsrc changes:
- Add a patch to install manpage in the proper place.
- To preserve compatibility with the previous versions of the package,
link installed script nagstamon.py to nagstamon.

Upstream changes:

2011-10-25: Version 0.9.8

    added customizable acknowledge/downtime/submit-result defaults
    added regexp filter for status information column
    added option to connect to hosts via its monitor hostname without HTTP overhead
    added ability to keep status detail popup open despite hovering away
    added option to change offset between popup window and systray icon to avoid partly hidden popup
    fixed some popup artefacts
    fixed various bugs with acknowledgement flags (persistent/sticky/notification), now they are actually working
    fixed some issues when running on MacOS X

2011-05-30: Version 0.9.7.1

    fixed sf.net bug 3309166 which broke Centreon support

2011-05-30: Version 0.9.7

    on some servers now context menu allows submitting check results for hosts and services
    added filter for services on acknowledged hosts
    added icons for "passiveonly" and "flapping" hosts and services
    fix for uneditable text entry fields in settings dialog - sf.net bug 3300873
    fix for not working filter "services on hosts in maintenance" - sf.net bug 3299790
    fix for soft state detection in Centreon - sf.net bug 3303861
    fix for not filtered services which should have been filtered - sf.net bug 3308008

2011-05-06: Version 0.9.6.1

    fixed sf.net bug 3298321 which raised an error if everything was OK on monitor

2011-05-06: Version 0.9.6

    improved, full Ninja support
    rewritten filtering mechanism allows new features
    displaying icons in status overview popup indicating states "acknowledged" and "scheduled downtime"
    added option to play notification sounds more than once
    small UI improvements
    uses BeautifulSoup instead of lxml
    uses GTK UI Builder instead of glade
    as always: bugfixes

2011-04-08: Version 0.9.5

    added op5 Ninja support
    added Check_MK Multisite support
    improved Icinga support (compatibility with Icinga 1.3)
    improved Centreon support (compatible with Centreon 2.1)
    added sortable columns in status overview
    added customizable colors
    better debugging and error messages
    password has not necessarily to be stored in config file
    major memory leak closed
    various bugs fixed

2010-06-15: Version 0.9.4

    added initial support for Centreon servers (beta)
    added Nagios 1.x support
    fixed serious pango crash bug (Debian bug 582977)
    fixed not-playing-sound bug (sf.net bug 2998035)

2010-04-26: Version 0.9.3

    added ability to connect to Opsview monitoring servers
    added "Recheck all" button to recheck all failing hosts and services by one click
    added ability to toggle notifications by state
    added HTTP Digest authentication
    added recognition of customized host IP information (see bug 2967416)
    increased GUI responsiveness
    fixed bugs in update interval mechanism
    fixed minor bugs

(gls)

2012-02-18 15:45:09 UTC MAIN commitmail json YAML

Add DIST_SUBDIR as ruby193-base.

(taca)

2012-02-18 15:43:06 UTC MAIN commitmail json YAML

Updated graphics/png to 1.5.9rc01

(wiz)

2012-02-18 15:42:57 UTC MAIN commitmail json YAML

Update to 1.5.9rc01, which includes the official patch for CVE-2011-3026.

Version 1.5.9beta01 [February 3, 2012]
  Rebuilt configure scripts in the tar distributions.

Version 1.5.9beta02 [February 16, 2012]
  Removed two unused definitions from scripts/pnglibconf.h.prebuilt
  Removed some unused arrays (with #ifdef) from png_read_push_finish_row().
  Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h

Version 1.5.9rc01 [February 17, 2012]
  Fixed CVE-2011-3026 buffer overrun bug.  Deal more correctly with the test
    on iCCP chunk length. Also removed spurious casts that may hide problems
    on 16-bit systems.

(wiz)

2012-02-18 15:16:59 UTC MAIN commitmail json YAML

fix possible buffer overflow due to integer overflow in malloc()
size calculation (2011-3026), patch from Chromium via Redhat/Debian
bump PKGREV

(drochner)

2012-02-18 15:12:09 UTC MAIN commitmail json YAML

Note update of devel/p5-Moose, devel/p5-MooseX-Role-Parameterized,
devel/p5-Hash-MultiValue and devel/p5-Test-YAML-Meta.

(hiramatsu)

2012-02-18 15:11:01 UTC MAIN commitmail json YAML

Update p5-Test-YAML-Meta to 0.19.

Changes from previous:
----------------------
0.19    15/02/2011
- added missing prerequisite.

0.18    14/02/2011
- removed tests which are no longer applicable.

0.17    13/02/2011
        - Distribution name chang: Test-YAML-Meta => Test-CPAN-Meta-YAML.
- This distribution now a wrapper around Test-CPAN-Meta-YAML.

(hiramatsu)

2012-02-18 15:10:23 UTC MAIN commitmail json YAML

Update p5-Hash-MultiValue to 0.10.

Change from previous:
---------------------
0.10  Sun Sep 18 12:51:49 PDT 2011
        - Implemented set (aristotle)

(hiramatsu)

2012-02-18 15:09:54 UTC MAIN commitmail json YAML

Update p5-MooseX-Role-Parameterized to 1.00.

Changes from previous:
----------------------
1.00 January 12, 2012
    * MooseX::Role::Parameterized now depends on Moose 2.0300
      released 2011-09-23 for its several core improvements, hence the
      major version number bump.

    * MXRP now uses the new meta_lookup feature added to Moose 2.0300
      (specifically for MXRP) to avoid duplicating Moose-0.60-era
      Moose::Role sugar. This means the error messages you get are
      better, and there's a lot less ugly code in MXRP.
    * Remove alias/excludes special case errors. They have long since been
      replaced in core Moose by -alias and -excludes, and were finally
      removed in Moose 2.0200.
    * Expressly forbid using role { } inside role { } (which makes no
      sense but I suppose you could accidentally trigger it)
    * Documentation fix from cweyl@alumni.drew.edu
      https://github.com/sartak/MooseX-Role-Parameterized/pull/5

(hiramatsu)

2012-02-18 15:09:23 UTC MAIN commitmail json YAML

Update p5-Moose to 2.0402.

Changes from previous:
----------------------
2.0402 Sat, Feb 04, 2012

  [OTHER]

  * Minor documentation fixes.

  * Fix test failure on blead (test was unnecessarily strict). Reported by
    Nicholas Clark. (doy)

2.0401 Thu, Nov 17, 2011

  [BUG FIXES]

  * Attributes with weak_ref now weaken their associated slot when they are
    initialized through a lazy default or builder. Reported by tome. (doy)

2.0400 Tue, Nov 15, 2011

  [OTHER]

  * No changes from 2.0302 (other than a few minor documentation tweaks).

2.0302 Wed, Nov 02, 2011

  [BUG FIXES]

  * Fix test failure on 5.8. (Dave Rolsky)

  * Make make_immutable return value consistent and document it to be true.
    (mst)

2.0301 Fri, Oct 21, 2011

  [BUG FIXES]

  * Fix compilation on 5.8. Reported by ether. (doy)

  * A custom error class caused a warning when the class that used it was made
    immutable. Reported by Maro邸 Koll叩r. RT #71514. (Dave Rolsky)

  [ENHANCEMENTS]

  * The enum type will now allow single value enumerations. Previously, two or
    more values were required. (rjbs)

2.0300 Fri, Sep 23, 2011

  [DEPRECATIONS]

  * The optimize_as option for type constraints has been deprecated. Use the
    inline_as option to provide inlining code instead. (Dave Rolsky)

  [API CHANGES]

  * Methods to introspect a class's methods will now return methods defined in
    UNIVERSAL (isa, can, etc.). This also means that you can wrap these
    methods with method modifiers. RT #69839. Reported by Vyacheslav
    Matyukhin. (Dave Rolsky)

  * The ->parent and ->parents method for a union now return the nearest
    common ancestor of that union's component types. See Moose::Manual::Delta
    for more details. (Dave Rolsky)

  * The ->parents method used to return an arrayref for union types, and a
    list of one or more types for all other types. Now they all return
    lists. (Dave Rolsky)

  * The ->is_subtype_of and ->is_a_type_of methods have changed their behavior
    for union types. Previously, they returned true if any of their member
    types returned true for a given type. Now, all of the member types must
    return true. RT #67731. (Dave Rolsky)

  [ENHANCEMENTS]

  * The Moose::Exporter module now has a "meta_lookup" option when creating an
    importer. This allows you to specify an alternate method for determining
    the metaclass of a caller. This is useful for modules like
    MooseX::Role::Parameterized which generate new metaclasses on the
    fly. (sartak)

  * Added a Moose::Meta::Method->is_stub method. (Dave Rolsky)

  [BUG FIXES]

  * A subtype of a union type did not return the right results when you called
    ->is_subtype_of or ->is_a_type_of on it. This has been fixed. RT
    #70322. (Dave Rolsky)

  * An attribute accessor or delegation method can overwrite a stub method and
    this will no longer throw an error. Reported by Mark-Jason Dominus. RT
    #69988. (Dave Rolsky)

  * The error generated by unfulfilled method requirements during role
    composition now mentions how to work around imported methods not being
    recognized. Reported by Michael Schwern. RT #60583. (doy)

  * class_type and role_type will now throw errors if you attempt to use them
    to override existing types, just like type and subtype have always done.
    (doy)

  * Implicitly creating class or role types by using them as the 'isa' or
    'does' parameter to attribute construction will now register the type. This
    means that it cannot later be redefined as something else. (doy)

  * $class_type->is_subtype_of no longer returns true if passed the name of the
    class that the class type represents when the class type wasn't registered.
    (doy)

  * Removing anonymous metaclasses prematurely no longer prevents reaping of
    the associated stash. (doy)

  [OTHER]

  * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are
    no longer documented, and will cause a deprecation warning in the
    future. Moose now uses Class::Load to provide this functionality, and you
    should as well. (Dave Rolsky)

2.0205 Tue, Sep 06, 2011

  [NEW FEATURES]

  * The Array and Hash native traits now provide a "shallow_clone" method,
    which will return a reference to a new container with the same contents as
    the attribute's reference.

  [ENHANCEMENTS]

  * Specifying an invalid value in a hashref 'handles' value now throws a
    sensible error. Reported by Mark-Jason Dominus. RT #69990. (Dave
    Rolsky)

  [BUG FIXES]

  * When specifying an attribute trait, passing options for the trait besides
    -alias or -excludes caused a warning. However, passing other options is
    totally valid when using MooseX::Role::Parameterized. Fixes RT
    #70419. (sartak)

  * Allow regexp objects in duck_type constraints (to bring this in line with
    the Object constraint).

2.0204 Thu, Aug 25, 2011

  [BUG FIXES]

  * Validating duck_type type constraint turned out to work only by accident,
    and only when not running under the debugger. This has been fixed.
    (Florian Ragwitz)

  [OTHER]

  * Loosen the dependency on ExtUtils::ParseXS.

2.0203 Tue, Aug 23, 2011

  [BUG FIXES]

  * is_class_loaded now properly detects packages which have a version object
    in their $VERSION.

  * Fix XS compilation under blead.

(hiramatsu)

2012-02-18 14:37:14 UTC MAIN commitmail json YAML

Fix build by explicitely depending on graphics/png.
>From sjamaan via IRC.

(gls)

2012-02-18 11:47:07 UTC MAIN commitmail json YAML

Updated inputmethod/uim-elisp to 1.7.3

(obache)

2012-02-18 11:46:41 UTC MAIN commitmail json YAML

Updated inputmethod/uim to 1.7.3

(obache)

2012-02-18 11:46:15 UTC MAIN commitmail json YAML

Update uim to 1.7.3.
Based on PR 46030 by YAMASHIRO, Jun.
(enable commented out wnn4 option additionally)

Overview of changes from 1.7.2 to 1.7.3
=======================================
* Fixes
  - Qt4 bridge
    * Fix im-delete-text in QTextEdit
    * Build fix for NetBSD ([uim-ja 322])

  - uim-m17nlib
    * Don't discard key release event when input mode is off (#45734)
    * Fix crashes with some IMs (regressed in 1.7.0-alpha).

* Others
  - Generic build fix for GNU/Hurd ([uim-ja 310])

Overview of changes from 1.7.1 to 1.7.2
=======================================
* Fixes
  - libuim
    * Fix crash in im-acquire-text with selection

  - uim-pref-qt4
    * Fix build failure when --as-needed is used (#40385, Julian Taylor)

* Enhancements
  - Qt4 bridge
    * Support text acquisition API with QTextEdit

* Others
  - Plug very minor memory leak in uim-xim
  - Plug very minor file descriptor leak in libuim-custom

Overview of changes from 1.7.0 to 1.7.1
=======================================
* Fixes
  - uim-tutcode
    * Fix behavior when on-key and off-key are different

  - uim-dict-gtk
  - uim-dict-gtk3
    * Fix compilation with Canna >= 3.7

- fileio.scm
    * Fix for files with no newline at the end

* Enhancements
  - uim-byeoru
    * Speedup in conversion by change of system dictionary format
    * Introduce a new way to define a personal dictionary

  - uim-tutcode
    * Show stroke help temporarily by keys in kanji combination guide
    * Support bushu composition which consists of three or more bushu
      on auto help
    * Use bushu.help file on auto help and bushu conversion

  - uim-toolbar-gtk3-systray
  - uim-toolbar-gtk-systray
    * gnome-shell support

  - uim-notify
    * Support dynamic reconfiguration of the agent selection

* Others
  - Make uim functional when --disable-notify is set at configure

(obache)

2012-02-18 10:35:09 UTC MAIN commitmail json YAML

Updated devel/p5-Config-AutoConf to 0.19

(sno)

2012-02-18 10:34:55 UTC MAIN commitmail json YAML

Updating package for Perl Module Config::AutoConf from CPAN in
devel/p5-Config-AutoConf from 0.17 to 0.19.

pkgsrc changes:
- add Capture::Tiny package as requirement
- add additional download resource

Upstream changes:
0.19  Feb  7, 2012
        - Added new method, check_lm

0.18  Feb  2, 2012
        - msg_methods msg prefix can be configured.
        - Added new methods: (Jens Rehsack)
          check_alignof_type, check_alignof_types, check_sizeof_type,
          check_sizeof_types, compute_int, lang_build_bool_test,
          check_dirent_header, push_compiler_flags, push_includes,
          push_libraries, push_library_paths, push_link_flags,
          push_preprocess_flags.

(sno)

2012-02-18 10:26:32 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Checksums to 2.08

(sno)

2012-02-18 10:26:22 UTC MAIN commitmail json YAML

Updating package for CPAN::Checksums in devel/p5-CPAN-Checksums from 2.07
to 2.08

(sno)

2012-02-18 10:19:04 UTC MAIN commitmail json YAML

fixes detection for ncurses dependency patterns for the case ncursesw package
is not installed.

(obache)

2012-02-18 10:07:27 UTC MAIN commitmail json YAML

2012-02-18 10:06:57 UTC MAIN commitmail json YAML

Update to 1.5.2.  Notable changes:

- support persistent connections
- binding to an adapter did not work (fixed)

(shattered)

2012-02-18 06:55:15 UTC MAIN commitmail json YAML

Use RUBY_EXTNAME in databases/ruby-gdbm/Makefile and
devel/ruby-readline/Makefile.

(taca)

2012-02-18 06:46:54 UTC MAIN commitmail json YAML

Backout previous change.

(taca)

2012-02-18 06:32:57 UTC MAIN commitmail json YAML

p4-2006.1 is not available for Linux-*-x86_64

(sbd)

2012-02-18 06:28:46 UTC MAIN commitmail json YAML

o Document RUBY_EXTNAME
o Define default PKGNAME for Ruby extensions which included
  in the Ruby's distribution file.

(taca)

2012-02-18 06:24:21 UTC MAIN commitmail json YAML

Move definition of DIST_SUBDIR for ruby193 to lang/ruby/Makefile.common.

(taca)

2012-02-18 05:34:23 UTC MAIN commitmail json YAML

Bugs of iconv should be fixed in NetBSD-6 and later, not require GNU iconv.

(obache)

2012-02-18 05:04:36 UTC MAIN commitmail json YAML

Note update of lang/ruby193-base to 1.9.3p125nb1.

(taca)

2012-02-18 05:03:35 UTC MAIN commitmail json YAML

* Add a patch whihc I forgot to commit at previous commit.
  This patch should be verified on none-BSD platform.
* Distribution file of Ruby 1.9.3 patchlevel 125 was update with the
  same file name.

Packages are repacked to fix [Bug #6040].
See http://www.ruby-lang.org/en/news/2012/02/16/ruby-1-9-3-p125-is-released/

  These files are changed:
enc/trans/big5.c
insns_info.inc

(taca)

2012-02-18 01:39:47 UTC pkgsrc-2011Q4 commitmail json YAML

2012-02-18 01:38:57 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3683 - requested by obache
lang/sun-{jre,jdk}6 security update

Revisions pulled up:
- lang/sun-jdk6/Makefile                                        1.28
- lang/sun-jdk6/PLIST.linux-i386                                1.2
- lang/sun-jdk6/PLIST.linux-x86_64                              1.2
- lang/sun-jdk6/distinfo                                        1.17
- lang/sun-jre6/Makefile                                        1.35
- lang/sun-jre6/PLIST.linux-i386                                1.23
- lang/sun-jre6/PLIST.linux-x86_64                              1.5
- lang/sun-jre6/distinfo                                        1.20
- lang/sun-jre6/sfiles-i386.mk                                  1.6
- lang/sun-jre6/sfiles-x86_64.mk                                1.2

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Fri Feb 17 08:16:14 UTC 2012

  Modified Files:
  pkgsrc/lang/sun-jdk6: Makefile PLIST.linux-i386 PLIST.linux-x86_64
      distinfo
  pkgsrc/lang/sun-jre6: Makefile PLIST.linux-i386 PLIST.linux-x86_64
      distinfo sfiles-i386.mk sfiles-x86_64.mk

  Log Message:
  Java SE 6 Update 31

  * Olson Data 2011l

  * Bug Fixes

      This release contains fixes for security vulnerabilities. For more information,
      see Oracle Java SE Critical Patch Update Advisory.
      http://www.oracle.com/technetwork/topics/security/javacpufeb2012-366318.html

(sbd)

2012-02-18 01:24:00 UTC MAIN commitmail json YAML

The compiler rpath flag isn't always '-R', so put a substitutable token in
the patch and replace it using the substitution facility with the pkgsrc
determined flag.

(sbd)

2012-02-17 18:41:20 UTC MAIN commitmail json YAML

2012-02-17 18:39:18 UTC MAIN commitmail json YAML

2012-02-17 18:38:41 UTC MAIN commitmail json YAML

update to 2.6.1
This is mainly a bug fix release.

(drochner)

2012-02-17 18:37:41 UTC MAIN commitmail json YAML

update to 4.9.1
This is mainly a bug fix release.

(drochner)

2012-02-17 18:36:46 UTC MAIN commitmail json YAML

update to 4.13.2
This is a bug fix release.

(drochner)

2012-02-17 18:32:58 UTC MAIN commitmail json YAML

2012-02-17 18:30:23 UTC MAIN commitmail json YAML

update to 1.1.2
changes:
-support for Python-2.7 and 3
-many bugfixes

pkgsrc note: not enabled for Python3 yet, needs a framework fix first

(drochner)

2012-02-17 18:26:15 UTC MAIN commitmail json YAML

Updated security/kstart to 4.1

(jakllsch)

2012-02-17 18:26:00 UTC MAIN commitmail json YAML

2012-02-17 18:19:31 UTC MAIN commitmail json YAML

2012-02-17 17:23:35 UTC MAIN commitmail json YAML

Added games/amaze version 0pre0

(jakllsch)

2012-02-17 17:23:05 UTC MAIN commitmail json YAML

2012-02-17 17:22:13 UTC MAIN commitmail json YAML

Import amaze.

A 3D maze game based on a similar game I read the source to in an
Australian PC magazine in the mid 1980s. Implemented using curses,
so that you can play it on a VT100 should you so desire.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jakllsch)

2012-02-17 16:59:26 UTC MAIN commitmail json YAML

Added games/robotfindskitten version 1.7320508.406

(jakllsch)

2012-02-17 16:59:03 UTC MAIN commitmail json YAML

+robotfindskitten

(jakllsch)

2012-02-17 16:57:25 UTC MAIN commitmail json YAML

Import robotfindskitten-1.7320508.406.

In this game, you are robot (#). Your job is to find kitten. This task
is complicated by the existence of various things which are not kitten.
Robot must touch items to determine if they are kitten or not. The game
ends when robotfindskitten.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jakllsch)

2012-02-17 16:42:06 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 3.0.0

(ryoon)

2012-02-17 16:40:23 UTC MAIN commitmail json YAML

Update to 3.0.0

* Fix MESSAGE.
* Sort DEPENDS.

Changelog:
* Add some features (online text editing, PDF viewer, and Photo Gallery etc.).
* Some improvements.

See http://owncloud.org/owncloud-3-release/

(ryoon)

2012-02-17 14:11:23 UTC MAIN commitmail json YAML

Another build fix for SunOS that I forgot in the previous commit.

(hans)

2012-02-17 14:09:06 UTC MAIN commitmail json YAML

2012-02-17 14:04:01 UTC MAIN commitmail json YAML

Fixes build on NetBSD-6.x, PR 46037.
patch provided by nonaka@.

(obache)

2012-02-17 14:02:14 UTC MAIN commitmail json YAML

Uses a BSD makefile.

(hans)

2012-02-17 13:54:02 UTC MAIN commitmail json YAML

2012-02-17 13:52:03 UTC MAIN commitmail json YAML

Remove CPPFLAGS.SunOS, no longer needed.

(hans)

2012-02-17 13:49:48 UTC MAIN commitmail json YAML

2012-02-17 13:46:47 UTC MAIN commitmail json YAML

2012-02-17 13:41:31 UTC MAIN commitmail json YAML

Fix patch checksums.

(hans)

2012-02-17 13:39:32 UTC MAIN commitmail json YAML

Another fix for SunOS that I forgot in the previous commit.

(hans)

2012-02-17 13:25:39 UTC MAIN commitmail json YAML

Updated clex to 4.6.4.

(obache)

2012-02-17 13:23:58 UTC MAIN commitmail json YAML

Updated sysutils/clex to 4.6.4

(obache)

2012-02-17 13:23:28 UTC MAIN commitmail json YAML

Update clex to 4.6.4.
based on maintainer update request by PR 45960.

* * * CLEX Revision History * * *

4.6.4 released on 21-MAY-2011

  Problems fixed:

    * Name completion did not expand a single tilde as a home
      directory.
    * A mouseclick on a certain screen area of the help panel
      could lead to a crash.

  New or improved functionality:

    * The English documentation was proofread and corrected,
      the service was kindly contributed by Richard Harris.
    * Text file preview function was added.
    * The initial working directory for the secondary file
      panel is now set by a bookmark named DIR2. This
      replaces the configuration parameter DIR2.
    * The initial working directory for the primary file
      panel can be now set by a bookmark named DIR1.
    * New configuration parameter TIME_DATE controls the
      display of date and time.
    * Changes to the mouse control were made.
    * The recommendation against using alt-R for normal file
      renaming was dropped.

4.5 released on 24-SEP-2009

  Problems fixed:
    * Name completion could not complete user and group names
      containing a dot, comma or a dash character.

  New or improved functionality:
    * A mouse is supported on xterm-compatible terminals.
    * The location of configuration files has been moved
      again in order to comply with the XDG Specification.
      The standard place for these files is from now on the
      ~/.config/clex directory. Use the 'cfg-clex' utility to
      move the files to the new location.
    * There is a new option in the completion panel which
      allows completion of a name which is a part of a longer
      word. The option has a self-explaining description:
      'name to be completed starts at the cursor position'.
    * Configuration parameter C_PANEL_SIZE (completion panel
      size) cannot be set to AUTO (screen size) because this
      size is often uncomfortably small.
    * The Unicode soft hyphen character is displayed as a
      control character.
    * In the history panel a command separator is
      automatically inserted into the input line when a
      command is appended to the end of another command.
    * Configuration parameters CMD_Fn accept a new control
      sequence $~ which disables the 'Press enter to
      continue' prompt. The control is returned to CLEX
      immediately after the command execution terminates
      provided that:

          * the command has not been modified; and
          * the command terminates successfully (exit code
            zero).

    * The $! control sequence can appear anywhere in a
      configuration parameter CMD_Fn, not only at the end.
    * New function: alt-Z places the current line to the
      center of the panel. People using cluster-ssh might
      find it useful.

4.4 released on 07-APR-2009

  Problems fixed:
    * In the help text there were few UTF-8 characters which
      are now eliminated because they could not be displayed
      properly in non-UTF-8 encodings.

  New or improved functionality:
    * New function was added: change into a subdirectory
      showing the contents in the other file panel (alt-X).
      This function allows a return into the original
      directory simply by switching panels (ctrl-X).

4.3 released on 29-MAR-2009

  Problems fixed:
    * A newly added bookmark did not appear on the screen
      immediately.
    * A misleading message 'Ignoring the DIR2 configuration
      parameter' was logged when the 'DIR2' was set to
      'HOME'.

  New or improved functionality:
    * The bookmark organizer has been merged with the regular
      bookmark panel.
    * Bookmarks can have descriptive names.
    * The current working directory can be bookmarked from
      the file panel (ctrl-D).
    * The 'B_PANEL_SIZE' config parameter was removed.

4.2 released on 15-MAR-2009

  Problems fixed:
    * In some cases the 'cfg-clex' utility was generating an
      unusable template for the copy command (F5).
    * Under certain circumstances a crash was occurring on
      exit when CLEX was used over a ssh connection.

  New or improved functionality:
    * All configuration files now reside in the .clex
      subdirectory. Use the 'cfg-clex' utility to move the
      files to new location.

4.1 released on 09-FEB-2009

  Problems fixed:
    * Usage of uninitialized memory during the start-up has
      been corrected. It caused a crash on the Apple Mac OS X
      platform. Systems where CLEX starts normally are not
      affected by this bug.
    * A compilation problem on Apple Mac OS X was fixed.
    * The xterm title change feature did not work on remote
      telnet or ssh connections.

  New or improved functionality:
    * If a directory comparison is restricted to regular
      files, then only information about this type of file is
      displayed in the summary.
    * A small program named 'kbd-test' was added. It is a
      utility for

CLEX 4.0 released on 22-DEC-2008

  This is the initial release of the CLEX 4 branch. Main new
  features are:
    * Unicode support was implemented.
    * Several configuration parameters have been converted to options
      which are saved automatically.
    * The log panel and optional logging to a file for auditing and
      troubleshooting were added.
    * There is now 'cfg-clex' utility.
    * A built-in function for renaming files with invalid or
      unprintable characters was added.
  Enhancements (compared to previous releases) include:
    * Configuring prompt, time format and date format is more flexible.
    * The help is not limited to one link per line.
    * The user interface of the directory compare function was redesigned.
    * Changes in the pattern matching routine were made
    * Panel filtering is now available in two more panels.
    * A new tool for inserting control characters into the input line
      was added.

(obache)

2012-02-17 13:18:01 UTC MAIN commitmail json YAML

Fix patch-ac checksum.

(hans)

2012-02-17 12:23:24 UTC MAIN commitmail json YAML

add patch from upstream to fix possible memory corruption by
malicious Ogg Vorbis files
bump PKGREV

(drochner)

2012-02-17 11:01:02 UTC MAIN commitmail json YAML

Try to buildlink with ncurses with same conditions as ncursesw was built.

Fixes buildlink for the case builtin ncurses was not used for building ncursesw.

(obache)

2012-02-17 09:42:02 UTC MAIN commitmail json YAML

+ cdialog-1.1.20120215, elm-me-2.5plalpha28, etm-888, uim-1.7.3
  [pkg/46030], uim-elisp-1.7.3 [pkg/46030], xcompmgr-1.1.6,
  xf86-video-glint-1.2.7, xfd-1.1.1, xpaint-2.9.9.

(wiz)

2012-02-17 08:18:00 UTC MAIN commitmail json YAML

Note update sun-{jre,jde}6 to 6.0.31.

(obache)

2012-02-17 08:16:14 UTC MAIN commitmail json YAML

2012-02-17 07:00:40 UTC MAIN commitmail json YAML

Note update of devel/p5-MouseX-Types, net/p5-Geo-IP and
devel/p5-POE-Test-Loops.

(hiramatsu)

2012-02-17 06:59:33 UTC MAIN commitmail json YAML

Update p5-POE-Test-Loops to 1.350.

Changes from previous:
------------------------------------------
version 1_350 at 2011-12-15 20:53:13 +0000
------------------------------------------

  Change: 392e713a33f57658bd31b4c47f3405890d733fbb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-15 15:53:13 +0000

    Bump revision to 1.350.

  Change: db1f8f22e86f0ceb4b123d9e930e15e086e688a4
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-12 02:39:51 +0000

    Fix a couple tests that were using sig(CHLD).

    They were expecting POE::Resource::Sessions to reap children at exit
    time, and that's had to change.

  Change: 677b12dc57dd417a2bc16f1359e43c796913dddb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-09 11:43:57 +0000

    Add process IDs to debugging messages for some forking tests.

  Change: 1f4ecc43fb48ae9b73c684589600f7d660e2d9f0
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-09 11:38:35 +0000

    Disable an assertion that system() must return 0 during $SIG{CHLD}.

    Perl has a known issue where system() can return -1 (failure) when a
    $SIG{CHLD} handler is in effect, even if it succeeds. It's not POE's
    it succeeds when a $SIG{CHLD} handler is in effect. It's not POE's
    duty to work around the problem. Proper, reliable work-arounds would
    incur global overhead. Use {local $SIG{CHLD}='DEFAULT'; system(...)}
    as needed instead. And watch the skies for a Perl fix:
    https://rt.perl.org/rt3/Ticket/Display.html?id=105700

------------------------------------------
version 1_313 at 2011-06-05 22:06:45 +0000
------------------------------------------

  Change: 575e9ef0d508d5ac306fa3bd3525a5feefe6e1da
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-06-05 18:06:45 +0000

    Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants
    it.

(hiramatsu)

2012-02-17 06:58:54 UTC MAIN commitmail json YAML

Update p5-Geo-IP to 1.40.

Changes from previous:
----------------------
1.40 Aug 23th 2011
        - Add new CAPI method region_name_by_code ( Boris Zentner )
        - Add support for GEOIP_NETSPEED_EDITION_REV1 ( Boris Zentner )
        - Add new CAPI method record_by_ipnum_v6 ( Boris Zentner )
        - Add new CAPI glue methods to use GeoIPCityv6 databases
          record_by_addr_v6 record_by_name_v6 ( Boris Zentner )
1.39 May 7th 2011
        - Upd Docs ( Boris Zentner )
        - Add glue for the CAPI lib_version method ( Boris Zentner )
        - Add CAPI glue for the methods enable_teredo and teredo.
            currently only avail in conjunction with the CAPI ( Boris Zentner )
        - Add example/benchmark.pl and example/country_v6.pl ( Boris Zentner )
        - Add name_by_name and name_by_addr ( Boris Zentner )
        - Add org_by_name_v6 and org_by_addr_v6 only XS ( Boris Zentner )
        - Add name_by_ipnum_v6, name_by_name_v6 and name_by_addr_v6 XS glue ( Boris Zentner )
        - Add sub Geo::IP::CLONE_SKIP {1} in conjunction with .xs Avoid thread
            issues ( Boris Zentner )
        - Export GEOIP_DOMAIN_EDITION by default ( Boris Zentner )
        - Update region codes 20100810 ( Boris Zentner )
        - Fix some PP 3letter country codes ( Boris Zentner )
        - Fix PP continent codes ( Boris Zentner )
        - Add PP continent_code_by_country_code ( Boris Zentner )
        - Add PP Geo::IP->time_zone ( Boris Zentner )
        - Update region codes 20100420 ( Boris Zentner )
        - Link at least to CAPI 1.4.7 ( Boris Zentner )
        - Add example/geolite-mirror-simple.pl to download maxmind databases ( Boris Zentner )
        - Update region codes ( Boris Zentner )
        - Update timezones ( Boris Zentner )
        - Add isp_by_name and isp_by_addr if the CAPI is used ( Boris Zentner )
        - Add isp_by_addr and org_by_addr to the PurePerl API ( Boris Zentner )
        - Add api method, so users know if they use the PurePerl or CAPI glue
          print Geo::IP->api ( Boris Zentner )
        - Silence redefined warning, when perl is started with -w and the
            PurePerl API is used ( Boris Zentner )
        - Export GEOIP_CITYCONFIDENCE_EDITION, GEOIP_LOCATIONA_EDITION,
          GEOIP_ACCURACYRADIUS_EDITION and GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
        - Add some more v6 XS glue. IPv6 support require the CAPI to work.
            GeoIP_country_code_by_addr_v6
            GeoIP_country_code_by_name_v6
            GeoIP_country_code3_by_addr_v6
            GeoIP_country_code3_by_name_v6
            ( Boris Zentner )
        ! Change RU's continent code from AS to EU ( Boris Zentner )
        ! Change Turkey's continent code from AS to EU ( Boris Zentner )
        ! org_by_* and friends return UTF8 scalars, if the charset is set to GEOIP_CHARSET_UTF8 ( Boris Zentner )
        - Add PP ASNum support ( Boris Zentner )
        - Add XS glue for time_zone and continent_code_by_country_code ( Boris Zentner )
        - Add glue for database_edition ( Boris Zentner )
        - Workaround centos/mod_perl issue when the PP fallback is used and
          Sys::Mmap is not installed ( Boris Zentner )
        - Update PurePerl region names 20090723 ( Boris Zentner )
        - Add XS glue for GeoIP_country_code_by_ipnum_v6 ( Boris Zentner )

(hiramatsu)

2012-02-17 06:58:33 UTC MAIN commitmail json YAML

Update p5-MouseX-Types to 0.06.

Change from previous:
---------------------
0.06 2011-10-17 19:03:59
    - Add Any::Moose compatibility (simoes)

(hiramatsu)

2012-02-17 01:48:46 UTC MAIN commitmail json YAML

Added net/p5-Net-Libdnet6 version 0.24.
Added net/p5-Net-Frame-Layer-IPv6 version 1.03.

(hiramatsu)

2012-02-17 01:46:33 UTC MAIN commitmail json YAML

Add p5-Net-Frame-Layer-IPv6 and p5-Net-Libdnet6.

(hiramatsu)

2012-02-17 01:40:44 UTC MAIN commitmail json YAML

Import Net::Frame::Layer::IPv6 into net/p5-Net-Frame-Layer-IPv6. This
package is provided in PR pkg/45722.

This modules implements the encoding and decoding of the IPv6 layer.

RFC: ftp://ftp.rfc-editor.org/in-notes/rfc2460.txt

See also Net::Frame::Layer for other attributes and methods.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2012-02-17 01:39:44 UTC MAIN commitmail json YAML

Import Net::Libdnet6 into net/p5-Net-Libdnet6. This package is
provided in PR pkg/45722.

Net::Libdnet6 adds IPv6 support to Net::Libdnet.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2012-02-16 22:14:13 UTC MAIN commitmail json YAML

Remove build dependency on unzip and use it as tool instead.

(hans)

2012-02-16 22:12:52 UTC MAIN commitmail json YAML

Updated devel/py-argparse to 1.2.1

(gls)

2012-02-16 22:11:38 UTC MAIN commitmail json YAML

Update devel/py-argparse to 1.2.1

pkgsrc changes:
- uses egg.mk now

upstream changes:
- fixed Issue #79: re-licensed argparse package under same license as
py 2.7 stdlib argparse code
- fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code

(gls)

2012-02-16 21:46:33 UTC MAIN commitmail json YAML

Updated devel/py-mock to 0.8.0

(gls)

2012-02-16 21:45:18 UTC MAIN commitmail json YAML

Update devel/py-mock to 0.8.0.

Changelog:

2012/02/13 Version 0.8.0
------------------------

The only changes since 0.8rc2 are:

* Improved repr of :data:`sentinel` objects
* :data:`ANY` can be used for comparisons against :data:`call` objects
* The return value of the :class:`MagicMock` `__iter__` method can be set to
  any iterable and isn't required to be an iterator

Full List of changes since 0.7:

mock 0.8.0 is the last version that will support Python 2.4.

* Addition of :attr:`~Mock.mock_calls` list for *all* calls (including magic
  methods and chained calls)
* :func:`patch` and :func:`patch.object` now create a :class:`MagicMock`
  instead of a :class:`Mock` by default
* The patchers (`patch`, `patch.object` and `patch.dict`), plus `Mock` and
  `MagicMock`, take arbitrary keyword arguments for configuration
* New mock method :meth:`~Mock.configure_mock` for setting attributes and
  return values / side effects on the mock and its attributes
* New mock assert methods :meth:`~Mock.assert_any_call` and
  :meth:`~Mock.assert_has_calls`
* Implemented :ref:`auto-speccing` (recursive, lazy speccing of mocks with
  mocked signatures for functions/methods), as the `autospec` argument to
  `patch`
* Added the :func:`create_autospec` function for manually creating
  'auto-specced' mocks
* :func:`patch.multiple` for doing multiple patches in a single call, using
  keyword arguments
* Setting :attr:`~Mock.side_effect` to an iterable will cause calls to the mock
  to return the next value from the iterable
* New `new_callable` argument to `patch` and `patch.object` allowing you to
  pass in a class or callable object (instead of `MagicMock`) that will be
  called to replace the object being patched
* Addition of :class:`NonCallableMock` and :class:`NonCallableMagicMock`, mocks
  without a `__call__` method
* Addition of :meth:`~Mock.mock_add_spec` method for adding (or changing) a
  spec on an existing mock
* Protocol methods on :class:`MagicMock` are magic mocks, and are created
  lazily on first lookup. This means the result of calling a protocol method is
  a `MagicMock` instead of a `Mock` as it was previously
* Addition of :meth:`~Mock.attach_mock` method
* Added :data:`ANY` for ignoring arguments in :meth:`~Mock.assert_called_with`
  calls
* Addition of :data:`call` helper object
* Improved repr for mocks
* Improved repr for :attr:`Mock.call_args` and entries in
  :attr:`Mock.call_args_list`, :attr:`Mock.method_calls` and
  :attr:`Mock.mock_calls`
* Improved repr for :data:`sentinel` objects
* `patch` lookup is done at use time not at decoration time
* In Python 2.6 or more recent, `dir` on a mock will report all the dynamically
  created attributes (or the full list of attributes if there is a spec) as
  well as all the mock methods and attributes.
* Module level :data:`FILTER_DIR` added to control whether `dir(mock)` filters
  private attributes. `True` by default.
* `patch.TEST_PREFIX` for controlling how patchers recognise test methods when
  used to decorate a class
* Support for using Java exceptions as a :attr:`~Mock.side_effect` on Jython
* `Mock` call lists (`call_args_list`, `method_calls` & `mock_calls`) are now
  custom list objects that allow membership tests for "sub lists" and have
  a nicer representation if you `str` or `print` them
* Mocks attached as attributes or return values to other mocks have calls
  recorded in `method_calls` and `mock_calls` of the parent (unless a name is
  already set on the child)
* Improved failure messages for `assert_called_with` and
  `assert_called_once_with`
* The return value of the :class:`MagicMock` `__iter__` method can be set to
  any iterable and isn't required to be an iterator
* Added the Mock API (`assert_called_with` etc) to functions created by
  :func:`mocksignature`
* Tuples as well as lists can be used to specify allowed methods for `spec` &
  `spec_set` arguments
* Calling `stop` on an unstarted patcher fails with  a more meaningful error
  message
* Renamed the internal classes `Sentinel` and `SentinelObject` to prevent abuse
* BUGFIX: an error creating a patch, with nested patch decorators, won't leave
  patches in place
* BUGFIX: `__truediv__` and `__rtruediv__` not available as magic methods on
  mocks in Python 3
* BUGFIX: `assert_called_with` / `assert_called_once_with` can be used with
  `self` as a keyword argument
* BUGFIX: when patching a class with an explicit spec / spec_set (not a
  boolean) it applies "spec inheritance" to the return value of the created
  mock (the "instance")
* BUGFIX: remove the `__unittest` marker causing traceback truncation
* Removal of deprecated `patch_object`
* Private attributes `_name`, `_methods`, '_children', `_wraps` and `_parent`
  (etc) renamed to reduce likelihood of clash with user attributes.
* Added license file to the distribution

(gls)

2012-02-16 21:30:49 UTC MAIN commitmail json YAML

Updated misc/calibre to 0.8.39

(gls)

2012-02-16 21:29:37 UTC MAIN commitmail json YAML

Update misc/calibre to 0.8.39

Upstream changes:

0.8.39
------

New Features

- Auto-adding: Add an option to check for duplicates when auto adding.
- Content server: Export a second record via mDNS that points to the
full OPDS feed in addition to the one pointing to the Stanza feed.
The new record is of type _calibre._tcp.
- Allow specifying a set of categories that are not partitioned even
if they contain a large number of items in the Tag Browser. Preference
is available under Look & Feel->Tag Browser
- Allow setting a URL prefix for the content server that run embedded in the
calibre GUI as well.
- Allow output of identifiers data in CSV/XML/BiBTeX catalogs
- Driver for Motorola Droid XT910, Nokia E71 and HTC EVO 3D.
- Cut down the time taken to launch worker processes by 40%
- You can now configure the calibre settings for the currently connected
device by right clicking on the device icon in the toolbar, instead of
having to go through Preferences->Plugins

Bug Fixes

- Auto-adding: Do not add incomplete files when files are downloaded
directly into the auto add folder.
- When running multiple delete from device jobs, fix the device view
sometimes marking the wrong books as being deleted, after the first delete
job completes.
- MOBI Input: Handle files that have spurious closing </body> and/or </html>i
tags in their markup.
- RTF Input: Strip out false color specifications, as they cause artifacts
when converted to MOBI

New news sources

- Vancouver Province and Windsor Star by Nick Redding
- Onda Rock by faber1971
- Il Manifesto by Giacomo Lacava

Improved news sources

- Updated Postmedia publications
- Foreign Affairs
- Read It Later
- Microwave Journal
- taggeschau.de

0.8.38
------

New Features

- Implement the ability to automatically add books to calibre from a
specified folder.
- calibre can now watch a folder on your computer and instantly add any
files you put there to the calibre library as new books. You can tell
calibre which folder to watch via Preferences->Adding Books->Automatic Adding.
- Conversion: When automatically inserting page breaks, do not put a page
break before a <h1> or <h2> tag if it is immediately preceded by another
<h1> or <h2> tag.
- Driver for EZReader T730 and Point-of-View PlayTab Pro

Bug Fixes

- Fix device entry not visible in menubar even when it has been added\
via Preferences->Toolbars.
- Fix metadata plugboards not applied when auto sending news by email
- Fix regression in 0.8.34 that broke recipes that used skip_ad_pages()
but not get_browser().
- Restore device support on FreeBSD, by using HAL
- Get books: Show no more than 10 results from the Gandalf store
- Content server: Fix metadata not being updated when sending for some
MOBI files.
- Heuristic processing: Fix the italicize common patterns algorithm
breaking on some HTML markup.
- When trying to find an ebook inside a zip file, do not fail if the zip
file itself contains other zip files.
- EPUB Input: Handle EPUBs with duplicate entries in the manifest.
- MOBI Input: Handle files that have extra </html> tags sprinkled through
out their markup.

New news sources

- Strange Horizons by Jim DeVona
- Telegraph India and Live Mint by Krittika Goyal
- High Country News by Armin Geller
- Countryfile by Dave Asbury
- Liberation (subscription version) by Remi Vanicat
- Various Italian news sources by faber1971

Improved news sources

- Metro Nieuws NL
- FHM UK

0.8.37
------

New Features

- Allow calibre to be run simultaneously in two different user accounts on
windows.
- Driver for Motorola Photon and Point of View PlayTab
- Add a checkbox to preferences->plugins to show only user installed plugins
- Add a restart calibre button to the warning dialog that pops up after
changing some preference that requires a restart

Bug Fixes

- Fix regression in 0.8.36 that caused the remove format from book
function to only delete the entry from the database and not delete the
actual file from the disk
- Fix regression in 0.8.36 that caused the calibredb command to not
properly refresh the format information in the GUI
- E-book viewer: Preserve the current position more accurately when
changing font size/other preferences.
- Conversion pipeline: Fix items in the <guide> that refer to files with
URL unsafe filenames being ignored.
- Fix calibre not running on linux systems that set LANG to an empty string
- On first run of calibre, ensure the columns are sized appropriately
- MOBI Output: Do not collapse whitespace when setting the comments metadata
in newly created MOBI files
- HTML Input: Fix handling of files with 辰 characters in their filenames.
- Fix the sort on startup tweak ignoring more than three levels
- Edit metadata dialog: Fix a bug that broke adding of a file to the book
that calibre did not previously know about in the books directory while
simultaneously changing the author or title of the book.

New news sources

- Mumbai Mirror by Krittika Goyal
- Real Clear by TMcN
- Gazeta Wyborcza by ravcio
- The Daily News Egypt and al masry al youm by Omm Mishmishah
- Klip.me by Ken Sun

Improved news sources

- People's Daily
- Plus Info
- grantland.com
- Eret es irodalom
- Sueddeutsche.de

(gls)

2012-02-16 20:47:34 UTC MAIN commitmail json YAML

2012-02-16 20:42:47 UTC MAIN commitmail json YAML

2012-02-16 20:30:56 UTC MAIN commitmail json YAML

2012-02-16 20:28:21 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(hans)

2012-02-16 20:26:18 UTC MAIN commitmail json YAML

2012-02-16 20:19:57 UTC MAIN commitmail json YAML

2012-02-16 20:19:45 UTC MAIN commitmail json YAML

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

(tron)

2012-02-16 20:19:25 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 3.4.10. Changes since 3.4.9:
- bug #3460090 [interface] TextareaAutoSelect feature broken
- patch #3375984 [export] PHP Array export might generate invalid php code
- bug #3049209 [import] Import from ODS ignores cell that is the same as
  cell before
- bug #3463933 [display] SELECT DISTINCT displays wrong total records found
- patch #3458944 [operations] copy table data missing
  SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
- bug #3469254 [edit] Setting data to NULL and drop-downs
- bug #3477063 [edit] Missing set fields and values in generated INSERT query
- bug #3460867 [libraries] license issue with TCPDF (updated to 5.9.145)

(tron)

2012-02-16 20:12:13 UTC MAIN commitmail json YAML

2012-02-16 20:09:01 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 20:06:35 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 19:59:53 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 19:58:59 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:57:57 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 19:57:18 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:55:31 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:54:38 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 19:53:54 UTC MAIN commitmail json YAML

Don't look for glib2 in the default paths to avoid finding the wrong one.

(hans)

2012-02-16 19:51:23 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:49:04 UTC MAIN commitmail json YAML

2012-02-16 19:48:22 UTC MAIN commitmail json YAML

2012-02-16 19:47:32 UTC MAIN commitmail json YAML

Uses pod2man and pod2html.

(hans)

2012-02-16 19:46:19 UTC MAIN commitmail json YAML

2012-02-16 19:44:57 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:43:14 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:42:05 UTC MAIN commitmail json YAML

Uses a BSD makefile.

(hans)

2012-02-16 19:41:16 UTC MAIN commitmail json YAML

2012-02-16 19:39:48 UTC MAIN commitmail json YAML

2012-02-16 19:38:29 UTC MAIN commitmail json YAML

2012-02-16 19:37:29 UTC MAIN commitmail json YAML

2012-02-16 19:34:47 UTC MAIN commitmail json YAML

Fix build on SunOS. Also, uses a BSD makefile.

(hans)

2012-02-16 19:33:56 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:32:19 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:31:26 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 19:30:31 UTC MAIN commitmail json YAML

2012-02-16 19:27:47 UTC MAIN commitmail json YAML

Add vdpau to the list of disabled plugins.

(hans)

2012-02-16 19:25:11 UTC MAIN commitmail json YAML

2012-02-16 19:15:12 UTC MAIN commitmail json YAML

Remove check for fopencookie/funopen. They are not required to build
this package.

(hans)

2012-02-16 19:06:52 UTC MAIN commitmail json YAML

Make sure the correct install tool is used.

(hans)

2012-02-16 19:05:40 UTC MAIN commitmail json YAML

Uses a BSD makefile.

(hans)

2012-02-16 19:04:53 UTC MAIN commitmail json YAML

Uses a BSD makefile.

(hans)

2012-02-16 19:02:48 UTC MAIN commitmail json YAML

2012-02-16 19:00:14 UTC MAIN commitmail json YAML

2012-02-16 18:57:49 UTC MAIN commitmail json YAML

2012-02-16 18:56:24 UTC MAIN commitmail json YAML

Explicitly tell CPP that it should parse stdin as C-header when building glu.exports.

(hans)

2012-02-16 18:53:23 UTC MAIN commitmail json YAML

Uses nroff to build its manpage.

(hans)

2012-02-16 18:49:41 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 18:48:52 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 18:48:05 UTC MAIN commitmail json YAML

Make sure this uses the correct install tool.

(hans)

2012-02-16 18:46:51 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 18:45:59 UTC MAIN commitmail json YAML

2012-02-16 18:39:53 UTC MAIN commitmail json YAML

Set CFLAGS for the benefit of packages ignoring CPPFLAGS.

(hans)

2012-02-16 18:38:46 UTC MAIN commitmail json YAML

Don't use -Werror on SunOS.

(hans)

2012-02-16 18:36:34 UTC MAIN commitmail json YAML

2012-02-16 18:35:02 UTC MAIN commitmail json YAML

Fix build on SunOS (previous commit was incomplete).

(hans)

2012-02-16 18:33:36 UTC MAIN commitmail json YAML

Fix build on SunOS.

(hans)

2012-02-16 18:32:25 UTC MAIN commitmail json YAML

Fix two problems observed on SunOS:
- don't try to find a python executable when running for pkgsrc
- use g++ instead of gcc for linking c++ libraries, patch from
  http://public.kitware.com/pipermail/cmake/2011-July/045300.html

(hans)

2012-02-16 18:24:13 UTC MAIN commitmail json YAML

2012-02-16 18:10:43 UTC MAIN commitmail json YAML

Uses nroff and USE_BSD_MAKEFILE.

(hans)

2012-02-16 18:08:49 UTC MAIN commitmail json YAML

2012-02-16 18:06:45 UTC MAIN commitmail json YAML

2012-02-16 18:05:09 UTC MAIN commitmail json YAML

2012-02-16 18:04:08 UTC MAIN commitmail json YAML

2012-02-16 18:00:20 UTC MAIN commitmail json YAML

2012-02-16 17:54:26 UTC MAIN commitmail json YAML

2012-02-16 17:52:07 UTC MAIN commitmail json YAML