Commit graph

190237 commits

Author SHA1 Message Date
tron
47de4119e4 Note update of the "Radicale" package to version 0.7.1. 2012-08-12 19:24:45 +00:00
tron
6322ab0d26 Update "radicale" package to version 0.7.1. Changes version 0.6.4:
- Many address books fixes
- New IMAP ACL (by Daniel Aleksandersen)
- PAM ACL fixed (by Daniel Aleksandersen)
- Courier ACL fixed (by Benjamin Frank)
- Always set display name to collections (by Oskari Timperi)
- Various DELETE responses fixed
- Repeating events
- Collection deletion
- Courier and PAM authentication methods
- CardDAV support
- Custom LDAP filters supported
2012-08-12 19:24:31 +00:00
wiz
0b05a8b7b2 Added www/eliom version 2.2.2 2012-08-12 17:48:04 +00:00
wiz
23ae6ffa07 + eliom 2012-08-12 17:47:50 +00:00
wiz
b8011b9e08 Import eliom-2.2.2 as www/eliom, packaged by Jaap Boender.
Eliom is an OCaml library for the webserver Ocsigen that allows
for the creation of dynamic webpages. In this way, a website is
not written as a separate set of pages, but as one integral OCaml
module.
2012-08-12 17:47:42 +00:00
wiz
e6fd82037c Updated time/ocaml-calendar to 2.03.2 2012-08-12 17:41:15 +00:00
wiz
355a78dfd0 Update to 2.03.2, from maintainer Jaap Boender.
version 2.03.2, 2012-06-26:
===========================
o [Compilation] Compatibility with OCaml 4

version 2.03.1, 2011-03-24:
===========================
* [Calendar] Fixed bug in Calendar.prev and Fcalendar.prev: mostly raised
  exception Date.Out_of_bounds before.
* [Printer] `Thurday' was printed instead of `Thursday'

version 2.03, 2010-07-05:
=========================
o [Date] new function Date.precise_sub
o [Calendar] new function Calendar.precise_sub
  (from Dario Teixeira's suggestion)
* [Compilation] detect whether native dynlink works
  (prevents compilation bug on Mac OS X)

version 2.02, 2009-12-11:
=========================
o [License] add the usual Ocaml linking exception in the license
o [Calendar] Calendar_sig.Period.to_time is deprecated.
  Replaced by a new function Calendar_sig.Period.safe_to_time
o [Date] Date.Period.nb_days is deprecated.
  Replaced by a new function Date.Period.safe_nb_days
o [Compilation] calendarLib.cmxs provided if ocaml >= 3.11 is installed
  (patch of Mehdi Dogguy)
o [Date] new functions Date.make_year and Date.make_year_month
o [Date] improve memory representation of Date.Period.t
* [Compilation] remove installation of packed *.cmi
* [Compilation] bug fixed under Cygwin
* [Compilation] META files was incorrect, so "ocamlfind ocamlopt" did not work
* [Compilation] file date_sig.mli, time_sig.mli and calendar_sig.mli was not
  properly linked

version 2.01.1, 2009-02-23:
===========================
o [Date] add a missing coercion rule for months
  (e.g. "Date.make 2008 18 1" is now equal to "Date.make 2009 6 1")
* [Date] bug fixed in date arithmetic operations due to the missing above
  feature

version 2.01, 2009-01-26:
=========================
o [Printer] new formats available for printers and parsers
    - %C  century: as %Y without the two last digits
    - %F  replace %i which is now deprecated
    - %P  am or pm
    - %R  shortcut for %H:%M
    - %s  number of seconds since 1970/1/1
    - %z  time zone in the form +hhmm (from Warren Harris' suggestion)
    - %:z  time zone in the form +hh:mm (from Warren Harris' suggestion)
    - %::z  time zone in the form +hh:mm:ss (from Warren Harris' suggestion)
    - %:::z  time zone in the form +hh (from Warren Harris' suggestion)
o [Printer] new paddings available for printers
    - 0 (zero): pad fields with zeroes like by default
    - ^: use uppercase if possible
o [Compilation] calendarLib.cma and calendarLib.cmxa are now installed
  (Janne Hellsten and Guillaume Yziquel's suggestion)
* [Tests] test suite now uses Utils.Float.equal if required
  (patch of Richard Jones)
* [Compilation] small bug fixed in make install
* [Compilation] support of win64 (patch of David Allsopp)
2012-08-12 17:40:59 +00:00
wiz
e4419086a0 Updated print/libspectre to 0.2.7 2012-08-12 16:34:24 +00:00
wiz
4aed786b33 Update to 0.2.7:
libspectre 0.2.7 (08 August 2012)
=================================

This is another bugfix only release in the libspectre's 0.2 series.

This release fixes two crashes than can happen when %%Pages: or
%%Page: comments are missing in the document or when %%Pages: comment
is present but it's invalid.
2012-08-12 16:34:10 +00:00
wiz
6b383f467e Updated devel/pkg-config to 0.27 2012-08-12 16:28:23 +00:00
wiz
a6f887eafe Update to 0.27:
pkg-config 0.27
===

 - Drop usage of popt for equivalent API in glib2.
 - Add back an internal snapshot of glib2 to break circular dependency.
   This can be used by passing --with-internal-glib to configure. On
   Windows it may still be required to use an installed glib.
 - Fix --exists to check for Requires and Requires.private. This ensures
   that all necessary packages are installed prior to using --cflags,
   --libs, etc.
 - Various fixes for MinGW which should allow it to be used unpatched on
   that system.
 - New autoconf macros PKG_INSTALLDIR and PKG_NOARCH_INSTALLDIR to help
   determine the .pc file install directory.
 - Fix handling of --exact/atleast/max-version vs. =/>=/<=.
 - Fix errors in man page source.
 - Ensure testing only searches in the check directory.
 - Bump glib requirement to 2.16 to avoid deprecated
   g_win32_get_package_installation_subdirectory().
 - Autotools refresh and update. The required versions now are
   autoconf-2.62, automake-1.11 and libtool-2.2.
 - Use g_alloca from glib instead of figuring out alloca ourselves.
 - Remove search for setresuid & setreuid only needed for internal popt.
 - Bugs fixed: 833, 2458, 5214, 5326, 5703, 6074, 8653, 9135, 9143,
   9584, 10652, 11464, 14396, 17053, 23922, 28776, 29011, 29801, 31699,
   31700, 32622, 34382, 37266, 39646, 41081, 43149, 44843, 45599, 45742,
   48743

pkg-config 0.26
===

 - Build system fixes
 - More tests
 - pkg.m4 fixups which makes autoconf 2.66 happier.
 - Drop support for legacy -config scripts.  Those should already be
   gone and cause problems in cross-compilation environments.
 - Drop embedded glib
 - Fix up pkg.m4 to handle the case of --exists working and --cflags
   or --libs failing.
 - Various documentation updates
 - Allow $() through without escaping it.
 - Add --with-system-include-path instead of hard-coding
   /usr/include.
2012-08-12 16:28:06 +00:00
taca
e904924f89 Note update of mail/roundcube package to 0.7.2nb3.
Focus on PR pkg/46707.
2012-08-12 16:20:22 +00:00
taca
5fa6e759b8 Some tweak in MESSAGE.
* Note UPGRADING document which describes update process.
* Remove note for older package.

Bump PKGREVISION.
2012-08-12 16:19:41 +00:00
wiz
bb31ef4766 Updated x11/libdrm to 2.4.38 2012-08-12 16:17:40 +00:00
taca
111eb49613 Note update of mail/postfix package to 2.8.12. 2012-08-12 16:16:49 +00:00
wiz
7d175895d3 Update to 2.4.38:
Alex Deucher (2):
      radeon: add some missing evergreen pci ids
      radeon: add some new SI pci ids

Chris Wilson (1):
      intel: Bail gracefully if we encounter an unknown Intel device

Cooper Yuan (1):
      libdrm/exynos: padding gem_mmap structure to 64-bit aligned

Damien Lespiau (1):
      intel: Remove two unused variables

Dave Airlie (4):
      libdrm: add missing caps from kernel to drm.h
      libdrm: add prime fd->handle and handle->fd interfaces
      libdrm/nouveau: add prime handle->bo and bo->handle support.
      intel: add prime interface for getting/setting a prime bo. (v4)

Eric Anholt (4):
      intel: Quiet valgrind warnings in context creation.
      Drop "-Wunsafe-loop-optimizations".
      intel: Import updated i915_drm.h.
      intel: Add a function for the new register read ioctl.

Kenneth Graunke (1):
      intel: Change context create failure message to from fprintf to DBG().

Laurent Pinchart (8):
      modetest: Unify buffer allocation
      modetest: Add SMPTE test pattern
      modetest: Add test pattern support for missing packed YUV formats
      modetest: Add test pattern support for missing planar YUV formats
      modetest: Add test pattern support for missing RGB formats
      modetest: Move connector and plane parsing to separate functions
      modetest: Make frame buffer format configurable on the command line
      modeset: Split buffer allocation to a separate file

Lauri Kasanen (1):
      intel: Fix build failure in test_decode.c

Marek Olšák (6):
      radeon: simplify ZS buffer checking on r600
      radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG
      radeon: force 2D tiling for MSAA surfaces
      radeon: tweak TILE_SPLIT for MSAA surfaces
      tests/modetest: fix distcheck
      configure: bump version for 2.4.38 release

Paulo Zanoni (1):
      intel: add more Haswell PCI IDs

Rob Clark (5):
      omap: clarify dmabuf file descriptor ownership
      omap: add API to import bo's from dmabuf fd's
      omap: add refcnting and handle tracking
      intel: fix build error
      modetest: fix uninitialized fourcc
2012-08-12 16:16:39 +00:00
taca
42e1986aea Update postfix to 2.8.12.
All supported releases:

  * The local(8) delivery agent's BIFF client leaked an unprivileged
    UDP socket. Fix by Jaroslav Skarvada. This bug was introduced
    19990127.

  * The SMTP server did not reject the AUTH command while a MAIL
    FROM transaction was in progress. Reported by Timo Sirainen.
    This bug was introduced 20000314.

Postfix 2.8 and later:

  * The unused "pass" trigger client could close the wrong file
    descriptors. This bug was introduced with Postfix 2.8.
2012-08-12 16:16:21 +00:00
imil
7ebb5ba790 Added net/ruby-stompserver version 0.9.9 2012-08-12 16:15:34 +00:00
imil
2a4f922f58 add & enable ruby-stompserver 2012-08-12 16:14:11 +00:00
imil
59127142c2 Initial import of ruby-stompserver, version 0.9.9, into the NetBSD Packages
Collection.

Stompserver handles basic message queue processing.

It is Stomp messaging server with file/dbm/memory/activerecord based FIFO
queues, queue monitoring, and basic authentication.
2012-08-12 16:13:02 +00:00
wiz
04cce8a836 Updated textproc/py-yaml to 3.10 2012-08-12 16:09:42 +00:00
wiz
7a957da958 Update to 3.10:
3.10 (2011-05-30)
-----------------

* Do not try to build LibYAML bindings on platforms other than CPython
  (Thank to olt(at)bogosoft(dot)com).
* Clear cyclic references in the parser and the emitter
  (Thank to kristjan(at)ccpgames(dot)com).
* Dropped support for Python 2.3 and 2.4.

3.09 (2009-08-31)
-----------------

* Fixed an obscure scanner error not reported when there is
  no line break at the end of the stream (Thank to Ingy).
* Fixed use of uninitialized memory when emitting anchors with
  LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com).
* Fixed emitting incorrect BOM characters for UTF-16 (Thank to
  Valentin Nechayev)
* Fixed the emitter for folded scalars not respecting the preferred
  line width (Thank to Ingy).
* Fixed a subtle ordering issue with emitting '%TAG' directives
  (Thank to Andrey Somov).
* Fixed performance regression with LibYAML bindings.
2012-08-12 16:09:30 +00:00
wiz
eddccb2407 Updated converters/py-simplejson to 2.6.1 2012-08-12 16:08:19 +00:00
wiz
1f20ef388e Update to 2.6.1:
Version 2.6.1 released 2012-07-27

* raw_decode() now skips whitespace before the object
  https://github.com/simplejson/simplejson/pull/38
2012-08-12 16:08:08 +00:00
wiz
06d28f6bc8 Updated time/py-pytz to 2012d 2012-08-12 16:07:28 +00:00
wiz
d8a7e8791d Update to 2012d: The usual changes. 2012-08-12 16:07:12 +00:00
wiz
ebd35f5039 Updated net/wget to 1.14 2012-08-12 16:05:52 +00:00
wiz
bac237b48b Update to 1.14:
* Changes in Wget 1.14

** Add support for content-on-error.  It allows to store the HTTP
   payload on 4xx or 5xx errors.

** Add support for WARC files.

** Fix a memory leak problem in the GNU TLS backend.

** Autoreconf works again for distributed tarballs.

** Print some diagnostic messages to stderr not to stdout.

** Report stdout close errors.

** Accept the --report-speed option.

** Enable client certificates when GNU TLS is used.

** Add support for TLS Server Name Indication.

** Accept the arguments --accept-reject and --reject-regex.

** The GNU TLS backend honors correctly the timeout value.

** Add support for RFC 2617 Digest Access Authentication.
2012-08-12 16:05:41 +00:00
wiz
afc87a3d43 Updated fonts/bdftopcf to 1.0.3 2012-08-12 16:03:36 +00:00
wiz
334f345b2f Update to 1.0.3:
This minor maintenance release unsurprisingly provides the usual recent
collection of build configuration improvements and janitorial cleanups.

Alan Coopersmith (4):
      config: upgrade to util-macros 1.8 for additional man page support
      Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target
      Remove unnecessary calls from configure.ac
      bdftopcf 1.0.3

Gaetan Nadon (6):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: update AC_PREREQ statement to 2.60

Jesse Adkins (1):
      Purge cvs tags.
2012-08-12 16:03:24 +00:00
wiz
b558c514c3 Updated devel/cppunit to 1.13.0 2012-08-12 16:01:43 +00:00
wiz
8c6bf20fdd Update to 1.13.0 from new upstream.
New in CppUnit 1.13.0:
  ----------------------

* Portability:
  - Added support for macro CPPUNIT_UNIQUE_COUNTER to config-*.h. It
    should expands to a unique number per translation unit. Default
    to __LINE__ if not defined. Use __COUNTER__ on MSVS 7.0+.
    (Bug #2031696)

* Compilation

  - destructor of Message causes segfault when testing (rhbz#641350)

  - use correct CPPUNIT_VERSION value (sf#2983798)

  - allow -Werror builds
    (various Libreoffice patches)

  - finite in "ieeefp.h" instead of math.h on Solaris (sf#2912590)

  - Fixed compilation issue with Microsoft Visual Studio.Net 2005/2008 and
    added Visual Studio 2005/2010  projects (.vcproj/.vcxproj)

  - Changes to build without warnings using gcc -Wall -W -ansi
    (patch #1898225 contributed by dpkatz)

  - Libraries flags such as "-ldl" are now in LDADD instead of LIBADD_DL
    ( patch #2807259 contributed by Jan Echternach).

  - Fixed detection of cxxabi.h with gcc 4.3 in configure (bug #2796543).

  - made TestCaseDecorator copy c'tor and operator= private (fdo#51317)

* Documentation

  - Updated several false documentation entries (sf#2185407, sf#2186611)

* Test Plug-in Runner:
  - fixed memory leak in TestPlugInRunnerDlg (#1721408)
2012-08-12 16:01:34 +00:00
wiz
1b504899e0 Updated misc/libreoffice to 3.5.6.2 2012-08-12 15:56:08 +00:00
wiz
83a30754da Update to 3.5.6.2 based on ftigeot's version in wip.
Security and bug fixes.
2012-08-12 15:55:55 +00:00
taca
05f2cf1500 Note update of www/typo3_45 and www/typo3_46 packages:
www/typo3_45	4.5.18
	www/typo3_46	4.6.11
2012-08-12 15:53:53 +00:00
taca
01d20d1496 Update typo3_46 to 4.6.11.
2012-08-08  74fd6bb                  [RELEASE] Release of TYPO3 4.6.11 (TYPO3 Release Team)
2012-08-08  e809cd3                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-08-07  a5cd4df  #39583          [BUGFIX] Exception "Could not create directory" (Michael Klapper)
2012-08-05  e96eedc  #39527          [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData (Claus Due)
2012-08-03  b6a6c6d  #39509          [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given (Michael Klapper)
2012-08-01  731d547  #32282          [BUGFIX] unlink issues warnings for lock files (Markus Klein)
2012-08-01  38ca29a  #38849          [BUGFIX] IRRE childs don't expand in Internet Explorer (Stefan Aebischer)
2012-08-01  fef9743  #39417          [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation (Nicole Cordes)
2012-07-31  102d0c8  #33625          [BUGFIX] Properly check disabled versioning within tcemain (Tolleiv Nietsch)
2012-07-30  aef25cd  #22152          [BUGFIX] PHP warnings may show up in the List module (Dmitry Dulepov)
2012-07-29  689bb9d  #31278          [BUGFIX] Shell command arguments are not escaped (Dmitry Dulepov)
2012-07-26  349da10  #26815          [BUGFIX] RTE transformation transforms LF/CR between div and hr into space (Stanislas Rolland)
2012-07-25  ce5ba95  #35154,#38691   [BUGFIX] Exclude E_STRICT from errors with PHP 5.4 (Philipp Gampe)
2012-07-25  8affd66  #38604          [TASK] Always return a boolean in t3lib_div::validPathStr (Andy Grunwald)
2012-07-24  f35b46d  #39220          [BUGFIX] Invalid fallback for non-localized labels (Xavier Perseguers)
2012-07-24  bde9302  #33082          [TASK] Improve error message of "broken rootline" (Georg Ringer)
2012-07-23  8621c14  #34152          [BUGFIX] stdWrap numRows fails due to wrong SELECT clause (Ernesto Baschny)
2012-07-22  612d705  #33895          [BUGFIX] Update extension must invalidate autoloader cache (Philipp Gampe)
2012-07-21  37ecea2                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-07-20  8851d23  #39026          [BUGFIX] QT movies prefixed abusively in Media CE (Francois Suter)
2012-07-20  2b103fa  #39052          [BUGFIX] Send sane HTTP response in showpic on error (Christian Kuhn)
2012-07-15  9a71681  #38104          [BUGFIX] Remove bogus template in template analyzer (Helmut Hummel)
2012-07-12  3d19540  #24626          [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible (Stefan Galinski)
2012-07-12  cdee4ff  #33546          [BUGFIX] Check if user is allowed to paste page to pagetree (Max Roesch)
2012-07-12  c3e4fcb  #36313          [BUGFIX] Add rootline workspace overlay for backend_layouts. (Timo Webler)
2012-07-09  2fd0f62  #38791          [BUGFIX] accessibilityWrap ignores simple value (Jigal van Hemert)
2012-07-07  cb139fe  #18771          [BUG] t3lib_div::getFilesInDir order differs from order in Filelist (Benjamin Mack)
2012-07-06  d693daa  #36316          [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing (Stanislas Rolland)
2012-07-05  78a7a0c  #36438          [BUGFIX] RTE spellcheck issue on Windows server (Stanislas Rolland)
2012-07-05  999624f  #38658          [BUGFIX] RTE 4.6: Force IE9 to use IE8 mode in frontend (Stanislas Rolland)
2012-08-12 15:52:20 +00:00
taca
cf6d937328 Update typo3_45 package to 4.5.18.
2012-08-08  c9ae56c                  [RELEASE] Release of TYPO3 4.5.18 (TYPO3 Release Team)
2012-08-05  2bb16e8  #39527          [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData (Claus Due)
2012-08-03  83af91c  #39509          [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given (Michael Klapper)
2012-08-01  08b29b8  #25079          [BUGFIX] Suggest Wizard crashes in Frontend Editing (Dennis Ahrens)
2012-08-01  1e11fd1  #32282          [BUGFIX] unlink issues warnings for lock files (Markus Klein)
2012-08-01  9dab257  #38849          [BUGFIX] IRRE childs don't expand in Internet Explorer (Stefan Aebischer)
2012-08-01  239d66d  #39417          [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation (Nicole Cordes)
2012-07-31  1d5e85e  #33625          [BUGFIX] Properly check disabled versioning within tcemain (Tolleiv Nietsch)
2012-07-30  35045a3  #22152          [BUGFIX] PHP warnings may show up in the List module (Dmitry Dulepov)
2012-07-29  5935394  #31278          [BUGFIX] Shell command arguments are not escaped (Mario Rimann)
2012-07-26  54761c2  #26815          [BUGFIX] RTE transformation transforms LF/CR between div and hr into space (Stanislas Rolland)
2012-07-25  73bf1fa  #38691          [BUGFIX] Exclude E_STRICT on PHP 5.4 and unify error reporting (Philipp Gampe)
2012-07-25  d9868f6  #38604          [TASK] Always return a boolean in t3lib_div::validPathStr (Andy Grunwald)
2012-07-24  c85d6be  #33082          [TASK] Improve error message of "broken rootline" (Georg Ringer)
2012-07-23  bc0feed  #28684          [BUGFIX] Formmail doesn't always use correct character set (Jigal van Hemert)
2012-07-23  baba7fa  #38927          [BUGFIX] $_EXTCONF was not filled in ext_tables.php (Ernesto Baschny)
2012-07-23  8e944f0  #34152          [BUGFIX] stdWrap numRows fails due to wrong SELECT clause (Ernesto Baschny)
2012-07-21  b0f3efd                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-07-20  259c25c  #39026          [BUGFIX] QT movies prefixed abusively in Media CE (Francois Suter)
2012-07-20  0f83ce4  #39052          [BUGFIX] Send sane HTTP response in showpic on error (Christian Kuhn)
2012-07-18  71781f1  #36777          [BUGFIX] Unnecessary warning in css_styled_content (division by zero) (Thomas Layh)
2012-07-17  218f304  #33629          [BUGFIX] datepicker does not set current time as default (Simon Schaufelberger)
2012-07-12  fe76723  #24626          [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible (Stefan Galinski)
2012-07-12  eb215ba  #33546          [BUGFIX] Check if user is allowed to paste page to pagetree (Max Roesch)
2012-07-12  bc21789  #36313          [BUGFIX] Add rootline workspace overlay for backend_layouts. (Timo Webler)
2012-07-09  82e0d0b  #38791          [BUGFIX] accessibilityWrap ignores simple value (Jigal van Hemert)
2012-07-07  042dc4a  #18771          [BUG] t3lib_div::getFilesInDir order differs from order in File list (Benjamin Mack)
2012-07-06  277ea81  #36316          [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing (Stanislas Rolland)
2012-07-05  eb317e7  #38645          [BUGFIX] E_DEPRECATED does not exist in PHP 5.2 (Ivan Kartolo)
2012-07-05  5eb31a1  #36438          [BUGFIX] RTE spellcheck issue on Windows server (Stanislas Rolland)
2012-08-12 15:51:38 +00:00
taca
fa3d1878bf Note update of www/drupal7 package to 7.15. 2012-08-12 15:47:23 +00:00
taca
b9a6a62ca7 Update drupal7 package to 7.15.
Release notes says "no security fix" but it really fixes SA49131:
<http://secunia.com/advisories/49131/>.

Release notes

Maintenance release of the Drupal 7 series. Includes bugfixes and small
API/feature improvements only (no major new functionality); significant new
features are only being added to the forthcoming Drupal 8.0 release.

No security fixes are included in this release.

Besides documentation fixes, no changes have been made to the .htaccess,
robots.txt or settings.php files in this release, so upgrading custom versions
of those files is not necessary.  Known issues:

    #1708722: Call to undefined function drupal_find_base_themes() in
     drupal-7.15/includes/module.inc on line 184: Under rare circumstances
     which are still under investigation (most likely, sites with a sub-theme
     enabled and a module enabled that calls certain code early in Drupal's
     page request), upgrading to Drupal 7.15 may lead to a fatal error. A
     patch to fix this is available.

http://drupal.org/node/1708292
2012-08-12 15:46:38 +00:00
wiz
54a8ffe8b9 + ImageMagick-6.7.8.9, ccache-3.1.8, doxygen-1.8.2, libdrm-2.4.38,
libyaml-0.1.4, mono-2.11.3, nickle-2.76, p5-PerlMagick-6.7.8.9,
  pixman-0.27.2, poppler-0.20.3, py-yaml-3.10, snort-2.9.3.1,
  x264-devel-20120811.
2012-08-12 15:42:44 +00:00
ryoon
ff3b12af71 Updated devel/nspr to 4.9.3.2
Updated devel/nss to 3.13.6
2012-08-12 15:30:10 +00:00
ryoon
a99e975873 Update to 3.13.6
* No API and ABI changes

Changelog:
unknown
2012-08-12 15:29:16 +00:00
ryoon
ec38756033 Update to 4.9.3.2 (really 4.9.2)
* API have changed

Changelog:
The only change in NSPR 4.9.2 is the new functions to set and get thread names:
Bug 758837 - Add functions to set and get thread names
2012-08-12 15:19:07 +00:00
marino
12190434ee sysutils/grub2: Fix lex issues
Apparently depending on the compiler and version of lex used, one could
encounter two lex problems:

1) 'yy_fatal_error' defined but not used
2) 'yy_scan_bytes' compares signed and unsigned (char and int)

This patch resolves the problem.
sysutils/grub2 currently has no support for DragonFly, and there is
significant divergence from FreeBSD.  It will require some tested
patches to hostdisk.c and getroot.c at least.
2012-08-12 13:15:12 +00:00
taca
3249aac55d Update Ruby on Rails packages to 3.2.8.
devel/ruby-activesupport32	3.2.8
	devel/ruby-activemodel32	3.2.8
	www/ruby-actionpack32		3.2.8
	databases/ruby-activerecord32	3.2.8
	www/ruby-activeresource32	3.2.8
	mail/ruby-actionmailer32	3.2.8
	devel/ruby-railties32		3.2.8
	www/ruby-rails32		3.2.8
2012-08-12 12:45:54 +00:00
taca
a04122e2bb Update ruby-rails32 to 3.2.8.
This is a meta-like package and no changes.
2012-08-12 12:44:29 +00:00
taca
4bd6442479 Update ruby-railties32 to 3.2.8.
## Rails 3.2.8 (Aug 9, 2012) ##

* ERB scaffold generator use the `:data => { :confirm => "Text" }` syntax
  instead of `:confirm`.

  *Rafael Mendonça França*
2012-08-12 12:43:08 +00:00
taca
9752b7d81e Update ruby-actionmailer32 to 3.2.8.
## Rails 3.2.8 (Aug 9, 2012) ##

*   No changes.
2012-08-12 12:42:14 +00:00
taca
65f5a237a8 Update ruby-activeresource32 to 3.2.8.
## Rails 3.2.8 (Aug 9, 2012) ##

*   No changes.
2012-08-12 12:41:37 +00:00
taca
4f46eda1a1 Update ruby-activerecord32 to 3.2.8.
## Rails 3.2.8 (Aug 9, 2012) ##

* Do not consider the numeric attribute as changed if the old value is zero
  and the new value is not a string.
  Fixes #7237.

  *Rafael Mendonça França*

* Removes the deprecation of `update_attribute`. *fxn*

* Reverted the deprecation of `composed_of`. *Rafael Mendonça França*

* Reverted the deprecation of `*_sql` association options. They will be
  deprecated in 4.0 instead. *Jon Leighton*

* Do not eager load AR session store. ActiveRecord::SessionStore depends on
  the abstract store in Action Pack. Eager loading this class would break
  client code that eager loads Active Record standalone.
  Fixes #7160

  *Xavier Noria*

* Do not set RAILS_ENV to "development" when using `db:test:prepare` and
  related rake tasks.
  This was causing the truncation of the development database data when using
  RSpec.

  Fixes #7175.

  *Rafael Mendonça França*
2012-08-12 12:41:02 +00:00