Commit graph

182441 commits

Author SHA1 Message Date
imil
8e2b33f980 add & enable libdesktop-agnostic 2012-02-19 14:31:01 +00:00
imil
1838294299 Initial import of libdesktop-agnostic, version 0.3.92, into the
NetBSD Packages Collection.

This library provides an extensible configuration API, a unified
virtual file system API, and a desktop item editor (all with
pluggable backends) for GLib-based projects. It is not tied to any one
desktop environment, although there are desktop-specific modules.
2012-02-19 14:23:00 +00:00
wiz
91cdf4d3d6 Updated devel/py-pysvn to 1.7.5 2012-02-19 14:02:48 +00:00
wiz
d5bdceef94 Update to 1.7.5, provided by Helge Muehlmeier via pkgsrc-wip.
pysvn Extension 1.7.5 (27 Feb 2011) release supports Subversion 1.4.0 thru 1.6.15
pysvn Extension 1.7.4 (15 Aug 2010) release supports Subversion 1.4.0 thru 1.6.12
pysvn Extension 1.7.3 release was never fully announced
2012-02-19 14:02:38 +00:00
obache
51b6f3900c Updated mail/offlineimap to 6.5.2.1 2012-02-19 13:09:35 +00:00
obache
77584001ec 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
2012-02-19 13:09:03 +00:00
gls
483c4604fc Updated shells/lshell to 0.9.14 2012-02-19 13:03:33 +00:00
gls
671520797e 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.
2012-02-19 13:03:11 +00:00
taca
5d425f15f7 Note update of databases/ruby-sqlite3 pacakge to 1.3.5. 2012-02-19 11:28:19 +00:00
taca
9a3ffd40e7 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.
2012-02-19 11:27:01 +00:00
obache
14211209b1 Updated sysutils/memtest86 to 4.0 2012-02-19 11:14:48 +00:00
obache
46f23aca1e 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.
2012-02-19 11:14:32 +00:00
taca
54e67b5aed Note update of www/contao210-translations package to 201202160. 2012-02-19 11:07:07 +00:00
taca
4a5f646bd6 Update contao210-translations package to 201202160.
* A slightly change package's version shceme although this is last version.
* Update French and Albanian language files.
2012-02-19 11:06:35 +00:00
taca
2868f41900 Add three "used by" lines in comment. 2012-02-19 11:03:08 +00:00
taca
446c3d6cc5 Note addtion of these packages (Contao 2.11.0):
www/contao211			2.11.0
	www/contao211-example		2.11.0
	www/contao211-translations	201202180
2012-02-19 11:01:55 +00:00
taca
28c3f4b50e Add and enable contao211, contao211-example and contao211-translations. 2012-02-19 10:59:52 +00:00
taca
f1297a62d5 Importing contao211-example package version 2.11.0.
This is example site data of Contao Open Source CMS.
2012-02-19 10:55:32 +00:00
taca
dc51a926eb 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
2012-02-19 10:54:07 +00:00
cheusov
f3b5233696 Define PKG_DESTDIR_SUPPORT before .include "../../mk/bsd.prefs.mk" 2012-02-19 10:11:40 +00:00
tron
1db29d8005 Note update of the "png" package to version 1.5.9. 2012-02-19 09:26:51 +00:00
tron
3de8c56b0a 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.
2012-02-19 09:26:39 +00:00
hiramatsu
7fa01a50ae Updated graphics/p5-GD to 2.46nb3. 2012-02-19 07:44:33 +00:00
hiramatsu
5561230c4b qd.pl needs REPLACE_PERL.
Increment PKGREVISION.
2012-02-19 07:43:23 +00:00
obache
2839a48d68 Updated net/mikutter to 0.0.4.690 2012-02-19 05:25:14 +00:00
obache
dfc4f94673 Update mikutter to 0.0.4.690.
fixes preview of Twitpic.
2012-02-19 05:25:04 +00:00
obache
6202cc92ff Updated audio/sptk to 3.5 2012-02-19 05:10:22 +00:00
obache
ea8514e448 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.
2012-02-19 05:10:11 +00:00
sbd
2929618859 Merge patch-Configure into patch-ca and use lower case $prefix 2012-02-19 04:10:49 +00:00
asau
d4f346cff9 "Added" security/munge, not "updated." 2012-02-19 03:53:45 +00:00
asau
23b685eead Updated security/munge to 0.5.10 2012-02-19 03:52:48 +00:00
asau
fd34732f4b + munge 2012-02-19 03:52:28 +00:00
asau
cb00044929 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.
2012-02-19 03:51:17 +00:00
sbd
bf73181166 Pass PKGMANDIR to cmake 2012-02-19 01:46:45 +00:00
elric
06f9af2136 Remove the ImageMagick requirement from xlockmore-lite. 2012-02-18 23:50:33 +00:00
tron
6b8c9c55d9 Note update of the "phpmyadmin" package to version 3.4.10.1. 2012-02-18 23:07:14 +00:00
tron
ed982d1dc5 pdatep "phpmyadmin" package to version 3.4.10.1. Changes since 3.4.10:
- [security] XSS in replication setup, see PMASA-2012-1
2012-02-18 23:04:44 +00:00
gls
7795ac0b48 Updated security/py-cryptopp to 0.5.29 2012-02-18 21:18:23 +00:00
gls
1ae87263d0 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
2012-02-18 21:18:02 +00:00
bouyer
2d23097215 Fix build on OpenSolaris, from MASUDA Hideo in PR pkg/46043 2012-02-18 21:08:32 +00:00
bouyer
c93b97eb83 Make SunOS use sun-streams, from Stephan Tesch in PR pkg/45806 2012-02-18 21:03:21 +00:00
gls
ffe95ae081 Updated security/py-OpenSSL to 0.13 2012-02-18 20:41:09 +00:00
gls
16f6e08441 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.
2012-02-18 20:40:40 +00:00
gls
6203e53b16 Updated net/nagstamon to 0.9.8 2012-02-18 17:06:04 +00:00
gls
167f223686 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
2012-02-18 17:05:27 +00:00
taca
4e98fd49ef Add DIST_SUBDIR as ruby193-base. 2012-02-18 15:45:08 +00:00
wiz
8ae0c710d0 Updated graphics/png to 1.5.9rc01 2012-02-18 15:43:06 +00:00
wiz
7687326c6d 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.
2012-02-18 15:42:57 +00:00
drochner
63152061ec fix possible buffer overflow due to integer overflow in malloc()
size calculation (2011-3026), patch from Chromium via Redhat/Debian
bump PKGREV
2012-02-18 15:16:59 +00:00
hiramatsu
efd8d11be8 Note update of devel/p5-Moose, devel/p5-MooseX-Role-Parameterized,
devel/p5-Hash-MultiValue and devel/p5-Test-YAML-Meta.
2012-02-18 15:12:09 +00:00