Commit graph

190232 commits

Author SHA1 Message Date
jmmv
a2cc5cdae6 Note addition of shtk 1.0 and upgrades of sysbuild to 2.1 and
sysupgrade to 1.1 (both of which now use shtk).
2012-08-15 21:21:53 +00:00
jmmv
96944d9ddc Update to 1.1:
- Use shtk for the common utilities and configuration file parsing
  functionality.  The local copies of the "config" and "utils" modules
  are gone.
2012-08-15 21:21:15 +00:00
jmmv
9430168fbe Update to 2.1:
- Use shtk for the common utilities and configuration file parsing
  functionality.  The local copies of the "config" and "utils" modules
  are gone.
2012-08-15 21:20:14 +00:00
jmmv
f04a5a4ee9 Add and enable shtk. 2012-08-15 21:18:35 +00:00
jmmv
f99305fad3 Initial addition of shtk 1.0.
Despite its pretentious name, this package is just an attempt to generalize
a bunch of code that I keep reusing every time I implement shell scripts.
In particular, this is about to remove tons of duplicate stuff from both
sysbuild and sysupgrade in subsequent commits and I'll probably use it again
for some other stuff I have in mind.

Description follows:

The Shell Toolkit, or shtk for short, is a collection of modules written in
sh(1) that provide common functionality to simplify the implementation of
complex shell scripts.  These modules provide things like utilities to
manipulate data types, helpers to expose a common CLI, or higher-level
abstractions such as the processing of configuration files.

The included shtk(1) utility exposes convenience functionality to let the
user "build" shell scripts that use shtk.  Build, in this case, just means
adding common boilerplate code to the initialization of the script to load
the shtk common code.
2012-08-15 21:18:13 +00:00
wiz
1b4a9c1511 + openmsx-0.9.0. 2012-08-15 20:29:22 +00:00
wiz
5acad035a9 Updated textproc/ispell-german to 20120607 2012-08-15 20:28:20 +00:00
wiz
917fef8905 Update to 20120607. The usual fixes. 2012-08-15 20:28:05 +00:00
wiz
123405b0a9 Updated devel/automake to 1.12.3 2012-08-15 20:25:14 +00:00
wiz
1d6ac3d13c Update to 1.12.3:
New in 1.12.3:

* WARNING: Future backward-incompatibilities!

  - Future versions of Automake will likely drop support for the
    long-deprecated 'configure.in' name for the Autoconf input file.
    You are advised to use the recommended name 'configure.ac' instead.

  - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will
    be removed in Automake 1.13.  The $(mkdir_p) make variable and the
    @mkdir_p@ substitution will still remain available (as aliases of
    $(MKDIR_P)) for the moment, for better backward compatibility.

  - Autoconf 2.65 or later will be required by the next major Automake
    version (1.13).  Until now, Automake has required Autoconf version
    2.62 or later.

  - Starting from the next major Automake version (1.13), the rules
    to build pdf, ps and dvi output from Texinfo input will use the
    '--build-dir' option by default.  Since such an option was only
    introduced in Texinfo 4.9, this means that Makefiles generated by
    future Automake versions will require at least that version of
    Texinfo.

  - Starting from the next major Automake version (1.13), the parallel
    testsuite harness (previously only enabled by the 'parallel-tests'
    option) will become the default one; the older serial testsuite
    harness will still be available through the use of the 'serial-tests'
    option.

  - The following long-obsolete m4 macros will be removed in the
    next major Automake version (1.13):

      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
      AM_CONFIG_HEADER:   superseded by AC_CONFIG_HEADERS since July 2002
      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
      ud_GNU_GETTEXT:     old alias for AM_GNU_GETTEXT
      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
                          of the now-removed automatic de-ANSI-fication
                          support of Automake)

  - All the "old alias" macros in 'm4/obsolete.m4' will be removed in
    the next major Automake version (1.13).

  - Support for the two- and three-arguments invocation forms of the
    AM_INIT_AUTOMAKE macro is deprecated, and will be removed in the
    next major Automake version (1.13).

  - The '--acdir' option of aclocal is deprecated, and will probably
    be removed in the next major Automake release (1.13).  You should
    use the options '--automake-acdir' and '--system-acdir' instead
    (which have been introduced in Automake 1.11.2).

  - The exact order in which the directories in the aclocal macro
    search path are looked up is probably going to be changed in the
    next Automake release (1.13).

  - The 'missing' script will not try anymore to update the timestamp
    of out-of-date files that require a maintainer-specific tool to be
    remade, in case the user lacks such a tool (or has a too-old version
    of it).  In fact, starting from Automake 1.13, all it'll do will be
    giving more useful warnings than a bare "command not found" from a
    make recipe would.

* Miscellaneous changes:

  - The '.m4' files provided by Automake does not define serial numbers
    anymore.  This should cause no difference in the behaviour of aclocal
    though.

  - Some testsuite weaknesses and spurious failures have been fixed.

  - There is initial support for automatic dependency tracking with the
    Portland Group C/C++ compilers, thanks to the new new depmode 'pgcc'.

Bugs fixed in 1.12.3:

* Long-standing bugs:

  - Instead of renaming only self-references of files (typically for
    #lines), ylwrap now also renames references to the other generated
    files.  This fixes support for GLR and C++ parsers from Bison (PR
    automake/491 and automake bug#7648): 'parser.c' now properly
    #includes 'parser.h' instead of 'y.tab.h'.

  - Generated files unknown to ylwrap are now preserved.  This fixes
    C++ support for Bison (automake bug#7648): location.hh and the
    like are no longer discarded.
2012-08-15 20:25:05 +00:00
wiz
90dc4ee4ca Updated www/davical to 1.1.1 2012-08-15 20:23:18 +00:00
wiz
feb7041eba Update to 1.1.1:
1.1.1:
There are no database changes in this release

Bug Fixes

    Unassigned variable warning in Principal.php calling BuildDeadPropertyXML
    Notification of deletes when hide_older_than is set
    Fixes to URL encoding of some CalDAV/CardDAV properties
    Fix to Basic Auth handling in admin UI
    Fix CalDAV client library to handle multiple 'Allow' headers in OPTIONS response
    Fix ldap driver to handle numeric usernames correctly.
    Add handling for allprop and ommission of prop tag in calendar-query, calendar-multiget and addressbook-query
    Fix parsing of relative alarm times where the event has a timezone
    Correct detection of suhosin.server_strip status (from Christoph Anton Mitterer via debian bug #656392).
    Other minor bugfixes.

Other Changes

    Add support for ldap mapping of multiple fields to one DAViCal field (from Sylvain BURGER)
    Generally improved support for a wider range of DAV/CalDAV/CardDAV properties in calendar-query, calendar-multiget and addressbook-query

1.1.0:
Database Upgrade

There are several changes to in-database functions.

Bug Fixes

    Obscure password in LDAP debug log messages
    Fix bugs parsing some RFC5545 duration values
    Fix handling of ?mode=append when uploading calendar data.
    Various fixes to external BIND support.
    Fix some errors in content-type detection & handling.
    Correct round-trip handling of arbitrary XML in dead properties.
    Fix bugs in editing of existing grants.

Other Changes

    Support for WebDAV Synchronisation is updated to match the final RFC.
    Support If-Modified-Since header.
    Merge iSchedule support from Rob Ostenson.
    Add support for initialising an addressbook from a file of VCARDs
    Add support for 'Prefer' and 'Brief' headers.
    Reduce logging noise from 401 and 404 responses.
    Some query performance improvements.
    When someone is delegated 'write' by a principal they can now maintain that principal's details in the Admin UI.
    New default_collections setting which replaces home_calendar_name and home_addressbook_name (these are deprecated)
2012-08-15 20:23:08 +00:00
wiz
6b62b8a309 Updated devel/php-libawl to 0.53 2012-08-15 20:21:32 +00:00
wiz
6125899b09 Update to 0.53: needed for davical-1.1.1.
New file Multipart.php.
2012-08-15 20:21:23 +00:00
marino
ece2721b56 audio/amarok-kde3: extract with gtar
There's something amiss with the amarok tarball, bsdtar won't fully
extract it.  The file '._gem_commands.rb' will be missing unless GNU Tar
is used instead.  Other platforms, like ArchLinux, have run into this
as well.  The solution is mandate gtar for the file extraction.
2012-08-15 20:11:30 +00:00
jdc
efe68ca08f Regnerate for: Only compile MMX/SSE code on x86/x86_64). 2012-08-15 18:45:24 +00:00
jdc
0cb033bb77 Only compile MMX/SSE code on x86/x86_64). 2012-08-15 18:34:36 +00:00
jdc
a9413a2af3 Move the sparc64/gcc4 hack from Makefile to hacks.mk, where it belongs.
Unlimit the stack size, so that we can compile on NetBSD/sparc64.
2012-08-15 18:28:20 +00:00
wiz
720724b1c6 Updated devel/mdds to 0.6.0nb1 2012-08-15 18:13:48 +00:00
wiz
69a1426af0 Fix libreoffice runtime error using upstream patch, via ftigeot.
Bump PKGREVISION.
2012-08-15 18:13:38 +00:00
drochner
f8de147f31 mention updates 2012-08-15 18:12:43 +00:00
drochner
d8e71a2927 sync w/ base pkg 2012-08-15 17:48:44 +00:00
drochner
ea3243ab08 update to 0.8.2
changes:
* New SETTIMEOUT command for the qt4 pinentry.
* Wide character support for the curses pinentry.
* Various bug fixes.
2012-08-15 17:47:56 +00:00
drochner
8dead6a394 update to 2.2.5
changes:
-Update ISO8859 map files to fix licensing issue
-fixes
2012-08-15 17:45:45 +00:00
drochner
4e0f4c854e bump PKGREV for muparser shlib major change 2012-08-15 17:39:52 +00:00
drochner
92cef3298c update to 2.2.2
changes:
* ternary if-then-else operator added (C++ like)
* new intrinsic binary operators: "&&", "||"
* A new bulkmode allows submitting large arrays as variables
* intrinsic "and", "or" and "xor" operators have been removed
* Implementation for complex numbers removed
* Function atan2 added
-bugfixes, cleanup, other minor improvements

pkgsrc note: shlib major changed
2012-08-15 17:38:49 +00:00
drochner
8215fc3aec make Python3 ready 2012-08-15 17:18:14 +00:00
drochner
1efeeac96a update to 1.6.2
changes: bugfixes

pkgsrc change: mark Python3 ready
2012-08-15 17:16:37 +00:00
spz
8dbf09d9a9 the package installs all libexec/xymon/client/xymonclient-opsys it
knows, not just the pertinent one, so don't randomly call one of them
libexec/xymon/client/xymonclient-${LOWER_OPSYS}.sh
2012-08-15 16:04:44 +00:00
taca
b2c31fb8f4 Oops, missed from commit for ruby-activeresource3. 2012-08-15 15:58:23 +00:00
spz
8ec531964a update of irrtoolset. Upstream changelog:
This is a bugfix release.  There are no new features.

   The following bugs were fixed:

   * don't barf on pingable: and ping-hdl: attributes (RFC 5943).
   * don't barf on inet6num: assignment-size (RIPE policy proposal 2010-06).
   * RFC 5952 requires that ipv6 addresses be presented in lower case.
   * ipv6 addresses are now printed in optimised format.
   * added geoloc: and language: fields to both inetnum: and inet6num: objects.
   * compilation fixes for g++ 4.7 / debian wheeze.
   * stop talking asdot to IRRDBs.  none of the IRRs supports asdot since ~2010.
   * silence a bunch of warnings for clang 3.0.
   * fix AS output for rpslcheck.
2012-08-15 15:30:04 +00:00
taca
2c16ef6afb + mysql-5.1.65, subversion-1.7.6.
s/samba35-3.5.17/samba-3.5.17/.
2012-08-15 15:25:43 +00:00
taca
ab2521b635 Use ${RUBY_DLEXT} instead of "so". 2012-08-15 15:00:28 +00:00
taca
bc8aae8f26 Note update of TYPO3 packages:
www/typo3_45	4.5.19
	www/typo3_46	4.6.12
	www/typo3_47	4.7.4
2012-08-15 13:54:46 +00:00
taca
231be46995 Update typo3_45 to 4.7.4.
This release fixes several security problems TYPO3-CORE-SA-2012-004,

<http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-004/>

2012-08-15  ccf6b0a                  [RELEASE] Release of TYPO3 4.7.4 (TYPO3 Release Team)
2012-08-15  14d5d72  #21634          [SECURITY] XSS in install tool (Mario Rimann)
2012-08-15  a1c3165  #32653          [SECURITY] Page Link Target vulnerable to XSS (Markus Bucher)
2012-08-15  8cf7db7  #25052          [SECURITY] XSS in validateForm (Markus Bucher)
2012-08-15  59e028a  #25356          [SECURITY] XSS in TCE forms (Christian Kuhn)
2012-08-15  758c217  #30967          [SECURITY] XSS in Scheduler Example Task (Mario Rimann)
2012-08-15  44e8ae6  #37127          [SECURITY] HTML5 support in RemoveXSS (Franz G. Jahn)
2012-08-15  7c778d3  #39345          [SECURITY] Information Disclosure in the Configuration Module (Mario Rimann)
2012-08-15  044ae9a  #33520          [SECURITY] Untrusted GP data is unserialized in old CSH handling (Marcus Krause)
2012-08-15  0bcecd8  #31927          [SECURITY] XSS in Indexed Search statistics (Steffen Gebert)
2012-08-15  774537c  #23226Security  [SECURITY] t3lib_div::quoteJSvalue allows XSS (Helmut Hummel)
2012-08-15  a9383b1                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-08-15  7edbd63                  [TASK] Update version numbers to 4.7.4 (Steffen Ritter)

2012-08-08  9fe9e97                  [RELEASE] Release of TYPO3 4.7.3 (TYPO3 Release Team)
2012-08-07  ae9d18c  #36616          [BUGFIX] sectionIndex menu is not i18n ready (Stefan Galinski)
2012-08-07  6985616  #39583          [BUGFIX] Exception "Could not create directory" (Michael Klapper)
2012-08-06  8824193  #38548          [BUGFIX] Incorrect search-results when searching for part of word (Tymoteusz Motylewski)
2012-08-05  943c50e  #39527          [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData (Claus Due)
2012-08-03  cb8d2a6  #39509          [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given (Michael Klapper)
2012-08-01  5b8d6c4  #38849          [BUGFIX] IRRE childs don't expand in Internet Explorer (Stefan Aebischer)
2012-08-01  569164c  #39417          [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation (Nicole Cordes)
2012-07-29  8700d8a  #39203          [BUGFIX] BE User Settings cannot be saved by clicking enter (Mario Rimann)
2012-07-28  fa8b919  #39338          [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered (Stanislas Rolland)
2012-07-25  02442d8  #38691          [BUGFIX] Exclude E_STRICT from errors with PHP 5.4 (Philipp Gampe)
2012-07-25  a3e05a3  #38604          [TASK] Always return a boolean in t3lib_div::validPathStr (Andy Grunwald)
2012-07-24  5a9b3ea  #39220          [BUGFIX] Invalid fallback for non-localized labels (Xavier Perseguers)
2012-07-23  fc1a8f0  #37967          [BUGFIX] YouTube videos can not be played with Media CE (Kai Vogel)
2012-07-23  ac4f234  #34152          [BUGFIX] stdWrap numRows fails due to wrong SELECT clause (Ernesto Baschny)
2012-07-21  7c56214                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-07-21  e3e08c1  #39067          [TASK] Change @deprecated annotation to the correct version (Wouter Wolters)
2012-07-20  e931425  #39026          [BUGFIX] QT movies prefixed abusively in Media CE (Francois Suter)
2012-07-20  a450514  #39052          [BUGFIX] Send sane HTTP response in showpic on error (Christian Kuhn)
2012-07-15  51823dc  #38104          [BUGFIX] Remove bogus template in template analyzer (Helmut Hummel)
2012-07-09  2cce3f0  #38791          [BUGFIX] accessibilityWrap ignores simple value (Jigal van Hemert)
2012-07-07  8d29e26  #18771          [BUG] t3lib_div::getFilesInDir order differs from order in File list (Benjamin Mack)
2012-07-06  83672e8  #36316          [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing (Stanislas Rolland)
2012-07-05  c0ba55f  #36438          [BUGFIX] RTE spellcheck issue on Windows server (Stanislas Rolland)
2012-07-05  d35320b  #38657          [BUGFIX] RTE 4.7: Incorrect behaviours in IE9 native mode (Stanislas Rolland)
2012-08-15 13:53:49 +00:00
taca
e0d7ece172 Update typo3_46 to 4.6.12.
This release fixes several security problems TYPO3-CORE-SA-2012-004,

<http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-004/>

2012-08-15  a1e439e                  [RELEASE] Release of TYPO3 4.6.12 (TYPO3 Release Team)
2012-08-15  7a839a3  #21634          [SECURITY] XSS in install tool (Mario Rimann)
2012-08-15  2ae69c8  #32653          [SECURITY] Page Link Target vulnerable to XSS (Markus Bucher)
2012-08-15  1eaebd3  #25052          [SECURITY] XSS in validateForm (Markus Bucher)
2012-08-15  9b2b8fb  #25356          [SECURITY] XSS in TCE forms (Christian Kuhn)
2012-08-15  6376643  #30967          [SECURITY] XSS in Scheduler Example Task (Mario Rimann)
2012-08-15  a4a20e9  #37127          [SECURITY] HTML5 support in RemoveXSS (Franz G. Jahn)
2012-08-15  829e391  #39345          [SECURITY] Information Disclosure in the Configuration Module (Mario Rimann)
2012-08-15  dc6529c  #33520          [SECURITY] Untrusted GP data is unserialized in old CSH handling (Helmut Hummel)
2012-08-15  8c0b4dc  #31927          [SECURITY] XSS in Indexed Search statistics (Steffen Gebert)
2012-08-15  4c8c0fd  #23226          [SECURITY] t3lib_div::quoteJSvalue allows XSS (Helmut Hummel)
2012-08-15 13:51:00 +00:00
taca
a3b121407e Update typo3_45 to 4.5.19.
This release fixes several security problems TYPO3-CORE-SA-2012-004,

<http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-004/>

2012-08-15  9bcf5eb                  [RELEASE] Release of TYPO3 4.5.19 (TYPO3 Release Team)
2012-08-15  76748b7  #21634          [SECURITY] XSS in install tool (Mario Rimann)
2012-08-15  85df0e4  #32653          [SECURITY] Page Link Target vulnerable to XSS (Markus Bucher)
2012-08-15  605d05f  #25052          [SECURITY] XSS in validateForm (Markus Bucher)
2012-08-15  6840097  #25356          [SECURITY] XSS in TCE forms (Christian Kuhn)
2012-08-15  fb1e204  #30967          [SECURITY] XSS in Scheduler Example Task (Mario Rimann)
2012-08-15  6fd6768  #37127          [SECURITY] HTML5 support in RemoveXSS (Franz G. Jahn)
2012-08-15  11abbaa  #39345          [SECURITY] Information Disclosure in the Configuration Module (Mario Rimann)
2012-08-15  a3293a7  #33520          [SECURITY] Untrusted GP data is unserialized in old CSH handling (Helmut Hummel)
2012-08-15  ccbbfc3  #31927          [SECURITY] XSS in Indexed Search statistics (Steffen Gebert)
2012-08-15  f046457  #23226          [SECURITY] t3lib_div::quoteJSvalue allows XSS (Helmut Hummel)
2012-08-15 13:49:25 +00:00
obache
298864d6dc Update PKGCONFIG_OVERRIDE patterns to refrect reality. 2012-08-15 12:02:18 +00:00
he
b13e602fb9 Note update of lang/parrot to 4.6.0. 2012-08-15 11:02:04 +00:00
he
c7ecf6fc51 Update lang/parrot to version 4.6.0.
Upstream changes:

 - Core
   + Added init_pmc method to PackFileView.
 - Documentation
   + Added source lines from 'docs/index/book.json' to 'index.json'
     to make display of 'Parrot Developer's Guide: PIR (draft)'
     display more like the other books, e.g., 'PCT Book'.
   + Removed 'docs/index/book.json' as unnecessary.
 - Build
   + Improve on 'sudo make install' permission errors by using
     File::Copy::cp.
2012-08-15 11:01:39 +00:00
imil
0394ff368c Added net/apollo version 1.4 2012-08-15 10:13:51 +00:00
jperkin
67eb58ce34 Fix build on Solaris.
If more systems require the libiconv fix then it's going to be more efficient
to re-use the logic from devel/glib2.  This is such a mess :(
2012-08-15 10:12:54 +00:00
imil
fec93a078e add & enable apollo 2012-08-15 10:12:33 +00:00
imil
163b04b788 Initial import of apollo, version 1.4, into the NetBSD Packages Collection.
ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker
built from the foundations of the original ActiveMQ. It accomplishes this using
a radically different threading and message dispatching architecture.
In it's current incarnation, Apollo only supports the STOMP protocol but just
like the original ActiveMQ, it's been designed to be a multi protocol broker.
In future versions it will be adding OpenWire support so it can be compatible
with ActiveMQ 5.x JMS clients.
2012-08-15 10:11:28 +00:00
obache
f4ee3d9e81 + py-markdown2 2012-08-15 09:28:33 +00:00
obache
860ce898fd Added textproc/py-markdown2 version 2.0.1 2012-08-15 09:27:59 +00:00
obache
7db9af8332 Import py-markdown2-2.0.1 as textproc/py-markdown2.
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML.  Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes, and
links.  -- http://daringfireball.net/projects/markdown/

This is a fast and complete Python implementation of the Markdown
spec.
2012-08-15 09:27:34 +00:00
wiz
ed900f2bb7 Updated security/ocaml-cryptokit to 1.6 2012-08-15 08:25:08 +00:00
wiz
d723819d10 Update to 1.6 from Jaap Boender in PR 46800:
This update of ocaml-cryptokit to its newest version, 1.6. does
not actually change anything in the functionality of the software.
Upstream, the build system has changed, and there are also a few
changes to the package (most notably, removal of the PLIST.opt in
favour of the PLIST_VARS system)
2012-08-15 08:24:58 +00:00
wiz
fbb24255e3 Updated textproc/ocaml-text to 0.6 2012-08-15 08:23:19 +00:00