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 (51m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 01:34:50 UTC Now

2014-09-02 09:49:50 UTC MAIN commitmail json YAML

Add gmake to USE_TOOLS, this allows us to remove MAKE_JOBS_SAFE=no and use
parallel makes up to at least MAKE_JOBS=24.

(jperkin)

2014-09-02 09:47:22 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, a leftover from this package's previous incarnation
as devel/sdcc (version 2).  I cannot trigger a failure up to MAKE_JOBS=24.

(jperkin)

2014-09-02 09:45:55 UTC MAIN commitmail json YAML

Add a comment describing current MAKE_JOBS_SAFE failure.

(jperkin)

2014-09-02 09:41:56 UTC MAIN commitmail json YAML

PR pkg/48740 - Fix build issues on Darwin

Apply a patch by Sevan:
  1. gcc needs to be built with dwarf2 if Darwin < 9
  2. if you're building on a 32bit PowerPC Darwin < 9, disable multilib

(pho)

2014-09-02 09:19:46 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, added 4 years ago and in this package's previous
incarnation as emacs23.

I can't trigger a failure up to MAKE_JOBS=24, and this package hardcodes
some 'gmake -j' calls internally anyway.

(jperkin)

2014-09-02 09:02:44 UTC MAIN commitmail json YAML

lex is a runtime dependency for libfl.

(jperkin)

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

lex is a runtime dependency for libfl.

(jperkin)

2014-09-02 08:32:37 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=yes, the variable only has an effect when set to 'no'.

(jperkin)

2014-09-02 06:57:48 UTC MAIN commitmail json YAML

Updated chat/ircII to 20140831 [mrg 2014-09-02]

(mrg)

2014-09-02 06:56:59 UTC MAIN commitmail json YAML

update to ircii 20140831.  minor bug fix release:  netbsd 5.x builds again,
minor server connection and option parsing bugs fixed.

(mrg)

2014-09-02 04:11:47 UTC MAIN commitmail json YAML

Updated devel/p5-Test-BDD-Cucumber to 0.30

(schmonz)

2014-09-02 04:11:41 UTC MAIN commitmail json YAML

Update to 0.30. From the changelog:

- Use core module Digest::SHA instead of Digest::SHA1
- Tried to fix Win32 issue again
- Remove FindBin::libs
- Installs cleanly on 5.8 again
- Fixed the JSON outputter test on Win32 to use Path::Class
- Added JSON output support, courtesy of Tomas Zemres
- Some useful minor patched via Paul Cochrane
- Ran the whole thing through perltidy

(schmonz)

2014-09-02 00:33:52 UTC MAIN commitmail json YAML

Updated mail/rss2email to 3.9

(schmonz)

2014-09-02 00:33:46 UTC MAIN commitmail json YAML

Update to 3.9. From the changelog:

* Catch and error out if a user adds a feed with a duplicate name.
* Split sender into both sendmail's -F and -f.
* Fix an error with SMTPConnectionError inhertence order ("does not
  take keyword arguments").
* Add a new `smtp-ssl-protocol` setting, to select acceptable
  protocols for SMTP connections.
* Fix non-compliant User-Agent header for HTTP/1.1.
* Fix an error in the NoToEmailAddress invocation.
* Add a new `trust-link` setting, to prefer the `link` attribute
  over the `id` attribute for identifying entries.

(schmonz)

2014-09-01 22:18:16 UTC pkgsrc-2014Q2 commitmail json YAML

2014-09-01 22:18:03 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4491 - requested by taca
www/squid3: security update

Revisions pulled up:
- www/squid3/Makefile                                          1.34-1.36
- www/squid3/distinfo                                          1.22-1.23
- www/squid3/files/squid.sh                                    1.2

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Jul  2 08:48:27 UTC 2014

  Modified Files:
  pkgsrc/www/squid3: Makefile distinfo

  Log Message:
  Changes 3.4.6:
  Docs: external_acl_type documentation lies for cache=n option
  Non https connectiona on SSL-bump enabled port may stuck
  Do not leak implicit ACLs during reconfigure.
  Assure that when LruMap::memLimit_ is set to 0 no entries stored on LruMap
  Portability: use 64-bit for X-Cache-Age header
  Windows: fix various libip build issues
  Windows: rename TcpLogger::connect
  Windows: rename ConnOpener::connect
  Change order of BSD-specific network includes so that they are properly picked up
  Do not leak ex_data for SSL state that survived reconfigure.
  Do not register the same Cache Manager action more than once
  Fix leaked TcpAcceptor job on reconfiguration
  Fix leak of ACLs related to adaptation access rules
  Bug 4056: assertion MemPools[type] from netdbExchangeStart()
  Bug 4065: round-robin neighbor selection with unequal weights
  Bug 4050: Segfault in CommSelectEngine::checkEvents on helper response
  Fix segfault setting up server SSL connnection
  Regression: segfault logging with %tg format specifier
  SourceFormat Enforcement

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Thu Aug 28 16:52:02 UTC 2014

  Modified Files:
  pkgsrc/www/squid3: Makefile distinfo

  Log Message:
  Changes 3.4.7:
  kerberos_ldap_group: Fix 'error during setup of Kerberos credential cache'
  Ignore Range headers with unidentifiable byte-range values
  Use v3 for fake certificate if we add _any_ certificate extension.
  Fix regression in rev.13156
  Fix %USER_CA_CERT_* and %CA_CERT_ external_acl formating codes
  Enable compile-time override for MAXTCPLISTENPORTS
  ntlm_sspi_auth: fix various build errors
  negotiate_wrapper: vfork is not portable
  Windows: fix iphlpapi.h include case-sensitivity
  Windows: correct libsspwin32 API for SSP_LogonUser()
  negotiate_sspi_auth: Portability fixes for MinGW
  ext_lm_group_acl: portability fixes for MinGW
  SourceFormat Enforcement
  Bug 4080: worker hangs when client identd is not responding
  Bug 3966: Add KeyEncipherment when ssl-bump substitues RSA for EC.
  Reduce cache_effective_user was leaking $HOME memory

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Aug 29 11:13:46 UTC 2014

  Modified Files:
  pkgsrc/www/squid3: Makefile
  pkgsrc/www/squid3/files: squid.sh

  Log Message:
  Get "/etc/rc.d/squid status" and "/etc/rc.d/squid restart" to work again
  under NetBSD (and other platforms using "/etc/rc.subr"?).

  Bump package revision because of this fix.

(tron)

2014-09-01 21:11:17 UTC MAIN commitmail json YAML

Remove non-existing file.

(wiz)

2014-09-01 21:06:55 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 2.4.5

(wiz)

2014-09-01 21:06:45 UTC MAIN commitmail json YAML

Update to 2.4.5:

=================
WebKitGTK+  2.4.5
=================

What's new in WebKitGTK+ 2.4.5?

  - Do not freeze the UI process while scanning plugins if there's a
    GTK+ 3 plugin installed.
  - Fix a crash when drag and drop to a WebKitWebView.
  - Fix a crash when navigating away from a web page containing an ogg
    video.
  - Fix slow motion rendering problem in GStreamer media backend due
    to integer rounding.
  - Make sure the plugins cache is always used even if the cache
    directory doesn窶冲 exist.
  - Fix toggle buttons rendering with recent GTK+ versions.
  - Do not use GtkWindow:resize-grip-visible with recent GTK+
    versions.
  - Add support for little-endian PowerPC64.

(wiz)

2014-09-01 20:54:54 UTC MAIN commitmail json YAML

Added emulators/libdsk version 1.3.5

(shattered)

2014-09-01 20:53:24 UTC MAIN commitmail json YAML

2014-09-01 20:52:28 UTC MAIN commitmail json YAML

Import libdsk-1.3.5 as emulators/libdsk.

LibDsk is a library intended to give transparent access to floppy
drives and to the "disc image files" used by emulators to represent
floppy drives. It currently supports the following disc image
formats:

- Raw "dd if=foo of=bar" images;
- Raw images in logical filesystem order;
- CPCEMU-format .DSK images (normal and extended);
- CFI-format disc images, as produced by FDCOPY.COM;
- ApriDisk-format disc images;
- NanoWasp-format disc images, used by the eponymous emulator;
- Yaze 'ydsk' disc images, created by the 'yaze' emulators;
- Disc images created by Teledisk and CopyQM (read only);
- The floppy drive under Linux.

(shattered)

2014-09-01 20:37:21 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, added for the previous release.  I cannot
trigger a failure up to MAKE_JOBS=24.

(jperkin)

2014-09-01 20:28:48 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, added over 7 years and many many releases ago.

I cannot trigger a failure up to MAKE_JOBS=24.

(jperkin)

2014-09-01 19:18:21 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, added 4 years and many versions ago.

I cannot trigger a failure up to MAKE_JOBS=24, and this package takes
around 45 minutes to build on fast hardware single-threaded.

(jperkin)

2014-09-01 17:59:12 UTC MAIN commitmail json YAML

Remove incorrect (outdated?) license definition to allow the common
(corect) license definition to take effect.

(tron)

2014-09-01 16:44:02 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, added 4 years and a few releases ago, and enable
parallel builds.

I cannot trigger a failure up to MAKE_JOBS=24, and this package takes
around 1.5 hours to build on fast hardware single-threaded.

(jperkin)

2014-09-01 16:40:05 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, added 4 years and many many releases ago.

I cannot trigger a failure up to MAKE_JOBS=24, and this package takes
around 45 minutes to build on fast hardware single-threaded.

(jperkin)

2014-09-01 15:49:31 UTC MAIN commitmail json YAML

Remove MAKE_JOBS_SAFE=no, added two years and several releases back.

I am unable to trigger failure up to -j24, and this package takes
an hour to build on fast hardware.

(jperkin)

2014-09-01 12:41:03 UTC MAIN commitmail json YAML

Updated devel/libtool-base to 2.4.2nb8

(jperkin)

2014-09-01 12:40:48 UTC MAIN commitmail json YAML

Ensure that all BUILDLINK_DIR references are removed, not just the first.

Bump PKGREVISION for this change as well as the recent libtool-fortran fix.

(jperkin)

2014-09-01 12:39:38 UTC MAIN commitmail json YAML

Updated devel/libtool-fortran to 2.4.2nb5

(jperkin)

2014-09-01 12:39:15 UTC MAIN commitmail json YAML

GCC 4.7's gfortran on SunOS generates verbose output which includes spaces
in-between "-l" and the library name.  This confuses libtool which parses
the compiler output, and results in trying to pass arguments such as
"-l-lgfortran" and failing.

In addition there are multiple BUILDLINK_DIR references, but only the first
is stripped, resulting in "-L-L/path".

Fix both these issues and bump PKGREVISION of libtool-fortran.

(jperkin)

2014-09-01 12:29:58 UTC MAIN commitmail json YAML

Add support for --make-jobs, which passes down -j or MAKE_JOBS as
appropriate.  The default continues to be 1.

(jperkin)

2014-09-01 09:29:54 UTC MAIN commitmail json YAML

Touch VERSION to avoid triggering rebuilds of it using version.sh,
caused by unidentified bmake dependencies not happening with gmake,
on case insensitive file systems. Reported and fix suggested by
J. Lewis Muir.

(wiz)

2014-09-01 08:19:19 UTC MAIN commitmail json YAML

Updated devel/talloc to 2.1.1nb1

(wiz)

2014-09-01 08:19:09 UTC MAIN commitmail json YAML

Fix install_name on OS X. From J. Lewis Muir on pkgsrc-users.
Bump PKGREVISION since binary package on OS X changed.

(wiz)

2014-09-01 08:14:16 UTC MAIN commitmail json YAML

Updated mail/notmuch to 0.18.1nb2

(wiz)

2014-09-01 08:14:07 UTC MAIN commitmail json YAML

Fix install_name on OS X. From J. Lewis Muir on pkgsrc-users.
Bump PKGREVISION since the binary package changes on OS X.
While here, add comments to all patches.

(wiz)

2014-09-01 07:31:24 UTC MAIN commitmail json YAML

2014-08-31 22:26:05 UTC MAIN commitmail json YAML

Added net/gst-rtsp-server version 1.4.1

(wiz)

2014-08-31 22:25:56 UTC MAIN commitmail json YAML

+ gst-rtsp-server

(wiz)

2014-08-31 22:25:30 UTC MAIN commitmail json YAML

Import gst-rtsp-server-1.4.1 as net/gst-rtsp-server.

gst-rtsp-server is a library on top of GStreamer for building an
RTSP server.

(wiz)

2014-08-31 22:24:36 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins1-libav to 1.4.1

(wiz)

2014-08-31 22:24:27 UTC MAIN commitmail json YAML

Update to 1.4.1:

GStreamer libav Plugins:
      * 734608 : avvidec: decoded frames lost on EOS

(wiz)

2014-08-31 22:24:09 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins1-ugly to 1.4.1

(wiz)

2014-08-31 22:24:00 UTC MAIN commitmail json YAML

2014-08-31 22:23:47 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins1-bad to 1.4.1

(wiz)

2014-08-31 22:23:38 UTC MAIN commitmail json YAML

Update to 1.4.1:

GStreamer Plugins Bad:
      * 678485 : templatematch: element improvements
      * 725871 : decklinksink: no output, only black
      * 730509 : facedetect: fix update on change
      * 731824 : hlsdemux pause after first filesegment (apple test files)
      * 733245 : gl: Document GST_GL_PLATFORM, GST_GL_API and GST_GL_WINDOW somewhere
      * 733426 : gl/sdl example fails to build (missing include directory?)
      * 733487 : openjpeg: Win32-compatible OpenJPEG-2.0 detection
      * 733490 : tsdemux: H264 seeking broken in push mode
      * 733545 : GL element leaks FBO when caps changed dynamically
      * 733726 : glimagesink: Flashes white sometimes (unpausing, seeking, window scaling)
      * 733837 : hlsdemux: doesn't stop buffering more segments after overrun
      * 734014 : dashdemux: stream downloader try to download next segments after pipeline interupt
      * 734015 : tsdemux: bad timestamping
      * 734269 : GLUpload didn't update texture properly
      * 734394 : tsdemux: Can not change program except destroy pipeline
      * 734517 : opusenc: Unref pad template caps after usage
      * 734519 : ladspa: Unref pad template caps after usage
      * 734520 : openal: Unref pad template caps after usage
      * 734521 : sbcenc: Unref output caps in error cases
      * 734522 : videoaggregator: Unref allowed caps after usage
      * 734524 : wrappercamerabinsrc: Unref elements after usage
      * 734528 : dvbsuboverlay: Avoid leaking copy of caps object
      * 734531 : interlace: Unref pad template caps after usage
      * 734533 : amcvideoenc: Avoid leaking copy of caps object
      * 734534 : vtenc: Avoid leaking caps object and its copy
      * 734536 : directsoundsrc: Avoid leaking copy of caps object
      * 734537 : pvrvideosink: Avoid leaking bufferpool configuration
      * 734539 : element-maker: Avoid leaking copy of caps object
      * 734544 : gstgsmenc: Unref caps object after usage
      * 734763 : scenechange: fix crash on startup
      * 734830 : GstGLMixer gl resource race condition
      * 735078 : gst_gl_handle_set_context may unref a NULL GstGLDisplay

(wiz)

2014-08-31 22:23:13 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins1-good to 1.4.1

(wiz)

2014-08-31 22:23:04 UTC MAIN commitmail json YAML

Update to 1.4.1:

GStreamer Plugins Good:
      * 727180 : videomixer: Unexpected behaviour when scaling after the mixer
      * 733695 : ximagesrc: Use after free
      * 733866 : interleave: caps negotiation fails when input caps have non-interleaved layout
      * 734435 : rtph263ppay: Unref pad template caps after use
      * 734473 : rtpmux: Unref pad template caps after usage
      * 734474 : videomixer: Unref allowed caps after usage
      * 734475 : imagefreeze: Unref pad template caps after usage
      * 734476 : navseek: Unref peer pad after usage
      * 734478 : shapewipe: Unref caps and element after usage
      * 734764 : videomixer: Avoid double free of videoconvert

(wiz)

2014-08-31 22:22:50 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins1-base to 1.4.1

(wiz)

2014-08-31 22:22:41 UTC MAIN commitmail json YAML

Update to 1.4.1:

GStreamer Plugins Base:
      * 733916 : basetextoverlay: Simple pipeline with textoverlay and fakesink fails to negotiate
      * 733976 : uridecodebin: Does not set the dec- > source uri when an error occurred with a first uri and we set a new one in READY state
      * 734683 : playsinkconvertbin: returns true from accept caps but rejects it later
      * 734822 : playsinkconvertbin: only intersect with the filter at the end

(wiz)

2014-08-31 22:22:16 UTC MAIN commitmail json YAML

Updated multimedia/gstreamer1 to 1.4.1

(wiz)

2014-08-31 22:22:02 UTC MAIN commitmail json YAML

Update to 1.4.1:

GStreamer core:
      * 732851 : funnel: storing sticky events after event callback
      * 733805 : poll: WAKE_EVENT() reports false negatives on W32
      * 733974 : gstbufferpool::default_alloc_buffer does not fail if buffer allocation fails
      * 734688 : queue: race when receiving flush-stop event during shutdown, task gets re-started
      * 734773 : Add allow-none annotation for gst_bin_new()

(wiz)

2014-08-31 21:44:46 UTC MAIN commitmail json YAML

Updated audio/chromaprint to 1.2

(wiz)

2014-08-31 21:44:32 UTC MAIN commitmail json YAML

Update to 1.2:

Version 1.2 -- August 26, 2014
==============================

- Fixed compilation with neither libswresample nor libavresample (#11)
- Fixed compilation with static libav (#10)
- Functions chromaprint_encode_fingerprint and chromaprint_decode_fingerprint
  are changed to accept const pointer as input
- Added support for using the Kiss FFT library (should make Android port easier)
- Removed obsolete dev tools from the package
- More compatible DEBUG() macro

(wiz)

2014-08-31 21:42:07 UTC MAIN commitmail json YAML

Updated graphics/grap to 1.45

(wiz)

2014-08-31 21:41:58 UTC MAIN commitmail json YAML

Update to 1.45:

1.45

Eric Raymond caught a typo in the grap man page.

Various small code changes to remove clang and recent g++ warnings.

(wiz)

2014-08-31 21:41:03 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.9

(wiz)

2014-08-31 21:40:54 UTC MAIN commitmail json YAML

Update to 1.1.9:
Diff looks like perl style cleanups.

(wiz)

2014-08-31 21:38:57 UTC MAIN commitmail json YAML

Updated devel/py-click to 3.2

(wiz)

2014-08-31 21:38:48 UTC MAIN commitmail json YAML

Update to 3.2:

Version 3.2
-----------

(bugfix release, released on August 22nd 2014)

- Added missing `err` parameter forwarding to the `secho` function.
- Fixed default parameters not being handled properly by the context
  invoke method.  This is a backwards incompatible change if the function
  was used improperly.  See :ref:`upgrade-to-3.2` for more information.
- Removed the `invoked_subcommands` attribute largely.  It is not possible
  to provide it to work error free due to how the parsing works so this
  API has been deprecated.  See :ref:`upgrade-to-3.2` for more information.
- Restored the functionality of `invoked_subcommand` which was broken as
  a regression in 3.1.

(wiz)

2014-08-31 21:38:04 UTC MAIN commitmail json YAML

Updated devel/py-hgview to 1.8.2

(wiz)

2014-08-31 21:37:55 UTC MAIN commitmail json YAML

2014-08-31 21:35:20 UTC MAIN commitmail json YAML

Updated time/py-icalendar to 3.8.3

(wiz)

2014-08-31 21:35:11 UTC MAIN commitmail json YAML

Update to 3.8.3:

3.8.3 (2014-08-26)
------------------

- PERCENT property in VTODO renamed to PERCENT-COMPLETE, according to RFC5545.
  [thomascube]

(wiz)

2014-08-31 21:34:32 UTC MAIN commitmail json YAML

Updated databases/py-psycopg2 to 2.5.4

(wiz)

2014-08-31 21:34:23 UTC MAIN commitmail json YAML

Update to 2.5.4:

What's new in psycopg 2.5.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Added :sql:`jsonb` support for PostgreSQL 9.4 (:ticket:`#226`).
- Fixed segfault if COPY statements are passed to `~cursor.execute()` instead
  of using the proper methods (:ticket:`#219`).
- Force conversion of pool arguments to integer to avoid potentially unbounded
  pools (:ticket:`#220`).
- Cursors :sql:`WITH HOLD` don't begin a new transaction upon move/fetch/close
  (:ticket:`#228`).
- Cursors :sql:`WITH HOLD` can be used in autocommit (:ticket:`#229`).
- `~cursor.callproc()` doesn't silently ignore an argument without a length.
- Fixed memory leak with large objects (:ticket:`#256`).
- Make sure the internal ``_psycopg.so`` module can be imported stand-alone (to
  allow modules juggling such as the one described in :ticket:`#201`).

(wiz)

2014-08-31 21:32:54 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 3.3.6

(wiz)

2014-08-31 21:32:45 UTC MAIN commitmail json YAML

Update to 3.3.6:

3.3.6 (2014-08-28)
==================

Bugs fixed
----------

* Prevent tree cycle creation when adding Elements as siblings.

* LP#1361948: crash when deallocating Element siblings without parent.

* LP#1354652: crash when traversing internally loaded documents in XSLT
  extension functions.

(wiz)

2014-08-31 21:31:08 UTC MAIN commitmail json YAML

Updated devel/py-docopt to 0.6.2

(wiz)

2014-08-31 21:30:59 UTC MAIN commitmail json YAML

Update to 0.6.2. Fix HOMEPAGE.

0.6.2 Wheel support.

(wiz)

2014-08-31 19:27:21 UTC MAIN commitmail json YAML

Updated databases/py-mysql-connector to 1.2.3

(adam)

2014-08-31 19:26:31 UTC MAIN commitmail json YAML

Changes 1.2.3:
Add support for Django 1.7
Fix floating point inaccuracy with Python v2
Fix cursor trying  to decode linestring data as utf-8
Fix Django TimeField 00:00:00 converting to MySQL NULL
Fix Django to check connection on each request
Fixed negative conversion timedelta values
Fix stopping mysqld running unit tests on Windows
Fix prepared statements returning lots of columns
Fix Connector/Python dependency for utilities 1.5.1
Fix exception not captured when SSL is unavailable

(adam)

2014-08-31 18:00:39 UTC MAIN commitmail json YAML

+ autogen-5.18.4, caff-1.1.9, calibre-2.1.0 [wip], chromaprint-1.2,
  grap-1.45, gstreamer1-1.4.1, nmh-1.6 [pkg/49166], py-click-3.2,
  py-docopt-0.6.2, py-hgview-1.8.2, py-icalendar-3.8.3, py-lxml-3.3.6,
  py-psycopg2-2.5.4, x264-devel-20140830.

(wiz)

2014-08-31 12:51:39 UTC MAIN commitmail json YAML

2014-08-31 11:27:03 UTC MAIN commitmail json YAML

Correction of HOMEPAGE: groundstation.sourceforge.net -> sourceforge.net/projects/gpredict.

(mef)

2014-08-31 10:42:38 UTC MAIN commitmail json YAML

Remove unused patch after 0.19.2 update.

(wiz)

2014-08-31 10:25:06 UTC MAIN commitmail json YAML

2014-08-31 10:24:02 UTC MAIN commitmail json YAML

Update gettext packages to 0.19.2:

Version 0.19.2 - July 2014

* Bug fixes:
  - Fix xgettext crash in parsing empty string literals in C and Vala.
  - ChangeLog file is added back to the gettext infrastructure.  It was
    mistakenly removed in 0.19.
  - Autoconf macro trace in autopoint now works again with Autoconf 2.68
    or earlier.  It was a regression in 0.19.

Version 0.19.1 - June 2014

* Programming languages support:

  - Desktop Entry:
    msgfmt now always reads the po/LINGUAS file, regardless of whether
    the LINGUAS environment variable is set.  The variable can now be
    used to restrict the languages list read from the po/LINGUAS file.

  - Vala:
    Bug fix in xgettext handling of "//" in string literals.  This was
    a regression after the C-99 Unicode escape support.

* The po/Makevars.template file now contains the newly added variables.

* msgfmt now treats errors in the PO file header as non-fatal.  Since
  0.19 msgfmt started to abort on the fatal errors, but some
  translation systems are still not ready to supply valid headers.

* Future backward-incompatibilities:
  - In future Gettext versions, msgfmt will treat header errors as
    fatal and terminate the command execution.

Version 0.19 - June 2014

* Programming languages support:

  - Desktop Entry:
    xgettext and msgfmt now support .desktop files, used by desktop
    applications, as input and output.

  - GSettings:
    xgettext now supports GSettings schema file format used by GNOME
    applications.

  - JavaScript:
    xgettext now recognizes E4X (ECMA-357) constructs.

  - PHP:
    Single and double quotes around heredoc markers are now recognized.

  - Python:
    The acceptable format specifiers in the braced-syntax format
    strings are now limited to the Standard Format Specifiers, to
    reasonably avoid false-positives.

  - Scheme:
    The gettext shorthand form _"abc", used by GIMP script-fu, is now
    recognized by xgettext.

  - C and Vala:
    xgettext now recognizes C99-style Unicode character escapes.

* The --add-location option of msgattrib, msgcat, msgcomm, msgconv,
  msgen, msgfilter, msggrep, msgmerge, msguniq, and xgettext commands
  now takes an optional argument 'never', 'full', or 'file', to
  control the format of "#: ..." comments.

* msgfmt now has --source option to keep generated .java file when
  running in Java mode.

* msgattrib now has --empty option that sets msgstr to empty when
  clearing fuzzy flag.

* msgexec and msgfilter pass the plural information to subprocess
  through the environment variable MSG{EXEC,FILTER}_MSGID_PLURAL and
  MSG{EXEC,FILTER}_PLURAL_FORM.

* New built-in filters 'quot' and 'boldquot' have been added to
  msgfilter.  These filters convert Latin quotation marks ('...',
  "...") into Unicode quotation marks (for example, U+2018) if
  possible, similar to the sed commands used in po/Rules-quot and
  po/Rules-boldquot.

* The po/Makevars file has a couple of new options PO_DEPENDS_ON_POT
  and DIST_DEPENDS_ON_UPDATE_PO, that can be used to adjust the
  behavior of updating PO files on demand.

* xgettext now strips prefixed string before the comment tag.  This is
  useful to support C-style comment like this:

  /*
  * TRANSLATORS: first line
  * second line
  */

  In this example, the extracted comment does not contain "* " at the
  beginning of each line.

* libgettextpo library:
  - Memory leak fixes in the PO file parser.

* Documentation:
  - A complete example showing the use of GNU gettext in a GNOME 3
    application has been added.

(wiz)

2014-08-31 08:10:01 UTC MAIN commitmail json YAML

Updated devel/ruby-gettext to 3.1.4

(obache)

2014-08-31 08:09:50 UTC MAIN commitmail json YAML

Update ruby-gettext to 3.1.4.

## 3.1.4: 2014-08-26 {#version-3-1-4}

### Improvements

  * Improved document markups by Markdown.
    [GitHub#33] [Patch by Masafumi Yokoyama]

### Fixes

  * `GetText::Tools::Task`: Fixed a bug that `Errno::ENOENT: No such
    file or directory @ rb_file_s_mtime - doc/po/ja/rroonga.edit.po`
    like error is occurred.
  * `GetText::Tools::Task`: Fixed markup in document.

### Thanks

  * Masafumi Yokoyama

## 3.1.3: 2014-07-13 {#version-3-1-3}

### Improvements

  * Supported `Pathname` in `$LOAD_PATH`.
    [GitHub#32] [Patch by Ben Carlsson]
  * `GetText::Tools::Task`: Added `msgcat_options` to custom `rmsgcat`
    command line.
  * `GetText::Tools::Task`: Migrated to `.edit.po` style.
  * `GetText::Tools::Task`: Added `pot_creator` to custom POT creation.
  * `rmsgcat`: Added `--no-translator-comment` option.
  * `rmsgcat`: Added `--no-extracted-comment` option.
  * `rmsgcat`: Added `--no-flag-comment` option.
  * `rmsgcat`: Added `--no-previous-comment` option.

### Fixes

  * `rmsgmerge`: Fixed a bug that metadata in fuzzy message aren't merged.

### Thanks

  * Ben Carlsson

(obache)

2014-08-31 07:16:08 UTC MAIN commitmail json YAML

Updated games/lgogdownloader to 2.17

(wiz)

2014-08-31 07:15:54 UTC MAIN commitmail json YAML

Update to 2.17:

LGOGDownloader 2.17
- Made the downloader work with the new GOG layout
- The API implementation now uses boost regex if gcc/g++ version
  < 4.9.0
* Fixes issues caused by incomplete std::regex support on earlier
  versions
- Makefile changes by Carsten Teibes
* Add DESTDIR variable to Makefile to allow easier packaging
* Add explicit dependency to install target to ensure all needed
  files have been built
- The downloader now uses remote xml data for patches
- Explicitly set the file names in Makefile for install
- Fixed language check for patches in Downloader::listGames
- Added --cover-list option to set url for cover list
* Default: https://sites.google.com/site/gogdownloader/covers.xml

(wiz)

2014-08-31 06:58:42 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Base to 0.88

(wen)

2014-08-31 06:57:35 UTC MAIN commitmail json YAML

Update to 0.88

Upstream changes:
0.88 Sun Aug 24 08:09:16 PDT 2014
- Remove a debugging line.

0.87 Tue Aug 19 16:35:34 PDT 2014
- Replace tabs with spaces

0.86 Mon Aug 18 08:29:20 PDT 2014
- Fix for issue/15

0.85 Mon Aug 18 08:07:52 PDT 2014
- Pull Module::Install::TestBase out of Test::Base
- It will be released in separate dist
- Was causing Test::Base to fail tests

0.84 Sat Aug 16 15:08:32 PDT 2014
- Remove .gitignore
- Fix Meta error. s/zild/=zild/

0.83 Sat Aug 16 12:31:00 PDT 2014
- Meta 0.0.2

0.82 Sat Aug 16 04:14:25 PDT 2014
- Eliminate spurious trailing whitespace

0.81 Sat Aug 16 02:52:12 PDT 2014
- Eliminate File::Basename from test/

0.80 Fri Aug 15 20:49:55 PDT 2014
- Add t/000-require-modules.t

(wen)

2014-08-31 06:50:44 UTC MAIN commitmail json YAML

Updated devel/p5-PathTools to 3.47

(wen)

2014-08-31 06:49:42 UTC MAIN commitmail json YAML

Update to 3.47

Upstream changes:
3.47 - Fri May 23 18:52:00 2014
- Improved Android support.
- File::Spec::Unix->tmpdir: Always return an absolute path
- File::Spec now has an XS version for performance.
- QNX and VMS portability
- tmpdir is updated when the environment changes.

(wen)

2014-08-31 05:11:46 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.23.3

(wen)

2014-08-31 05:10:05 UTC MAIN commitmail json YAML

2014-08-30 20:27:26 UTC MAIN commitmail json YAML

Updated mail/sympa to 6.1.22

(bouyer)

2014-08-30 20:26:45 UTC MAIN commitmail json YAML

Update to 6.1.22. Main changes since 6.1.11:
[10541] src/lib/List.pm:  [Submitted by S. Shipway, Univ. of Auckland]
Workaround for aggressive DMARC policy such as yahoo.com.  The patch
adds option #3 of this DMARC FAQ: http://dmarc.org/faq.html#s_3
- New list config paragraph "dmarc_protection" to munge "From:" header
and put original header content erc. into comment.

[10540] src/lib/Bulk.pm:  New parameters for merged messages.
"part.description", "part.disposition", "part.encoding" and "part.type"
may be used for each part of input messages.  These are all-lowercase
(except "part.description").

***** [10207] src/etc/script/create_db.Oracle, src/etc/script/create_db.Pg,
***** src/etc/script/create_db.SQLite, src/etc/script/create_db.Sybase,
***** src/etc/script/create_db.mysql:  Two new database fields appeared in
***** this version and a field was modified.
***** - The new fields are prev_id_session (varchar(30)) and
***** refresh_date_session (int(11)). they are located in the session_table
***** table.
***** - The modified field is dkim_privatekey_bulkspool and is located in the
***** bulkspool_table table. Its length went from varchar(1000) to
***** varchar(2000).
***** Sympa install using MySQL and SQLite backends will have no trouble at
***** all, as the database structure is updated by Sympa.
***** However, if you use Postgres, Oracle or Sybase, please have a look
***** (respectively) at the create_db.Pg, create_db.Oracle or
***** create_db.Sybase to check the definition of those fields. Please update
***** your database structure before running Sympa.

[10206] src/lib/Sympa/DatabaseDescription.pm:  Changing length of DKIM
private key in database to ensure database creation scripts will be
updated.

[10074] mail_tt2/command_report.tt2, mail_tt2/info_report.tt2,
mail_tt2/review.tt2, src/lib/Commands.pm, src/lib/List.pm,
src/lib/tt2.pm, web_tt2/edit_list_request.tt2,
web_tt2/review_family.tt2, web_tt2/search_user.tt2,
web_tt2/suboptions.tt2, web_tt2/subscriber_table.tt2,
web_tt2/suspend_request.tt2, wwsympa/wwslib.pm,
wwsympa/wwsympa.fcgi.in:  i18n of options for list parameters and
subscriber options.
- Options on edit_list page are shown by i18n'ed titles.
- Only listmasters can view real config values.
- Subscriber options on review pages, command results, subscriber
option pages and so on are shown by i17n'ed titles (along with real
option values).

***** [10051] src/lib/tt2.pm, web_tt2/Makefile.am, web_tt2/css.tt2,
***** web_tt2/ja_JP, web_tt2/ja_JP/css.tt2, web_tt2/ko_KR,
***** web_tt2/ko_KR/css.tt2, web_tt2/main.tt2, web_tt2/zh_CN,
***** web_tt2/zh_CN/css.tt2, web_tt2/zh_TW, web_tt2/zh_TW/css.tt2,
***** wwsympa/wwsympa.fcgi.in:  Per-language css.tt2 will override any
***** portion of main css, not fully replacing it.  So they may be used for
***** locale-specific customization.
***** Background: Default css.tt2 specifies the font families covering
***** Western scripts (Latin, Cyrillic, ...).  East Asian users may prefer
***** consistent font family supporting Western along with Eastern scripts
***** (Han, Hangul, ...).

[9966] src/lib/Message.pm, src/lib/confdef.pm: New site config
parameter "sender_headers" to specify header fields by which message
sender is detected.
This is a enhancement to S. Shipway's improvement.

[9963] web_tt2/review.tt2, web_tt2/show_exclude.tt2,
wwsympa/wwsympa.fcgi.in: [Reported by so many listmasters we lost the
count] Exclusion table was just a display of the users excluded. list
owners could not do anything to restore subscriptions;
This page is now a form, similar to the review page, which allows to
restore users subscriptions.

[9951] src/lib/List.pm:  Now you can define a "scenari" directory in
the lists family directory. These scenarii will be available for lists
instantiated from this family.
The "scenari" directory must be put directly in the family directory,
not in the overall "families" directory. For example, if you want to
define scenarii specific to the "staff" family, you must define a
scenari directory in the /home/sympa/etc/families/staff/ directory. Not
in /home/sympa/etc/families/.

***** [9989] configure.ac, src/Makefile.am, src/alias_manager.pl.in,
***** src/etc/script/ldap_alias_manager.pl.in,
***** src/etc/script/mysql_alias_manager.pl.in, src/lib/confdef.pm,
***** src/sympa_newaliases-wrapper.c, src/sympa_newaliases.pl.in:  Now alias
***** maintenance utilities other than newaliases may be used without special
***** configure options nor patch to alias_manager.pl.
***** Changes:
***** - aliaswrapper and virtualwrapper were deprecated and replaced with
***** sympa_newaliases-wrapper.
***** - New alias management program sympa_newaliases.pl which will typically be
***** called by alias_manager.pl via sympa_newaliases-wrapper.
***** - New site configuration parameters aliases_db_type and aliases_program
***** will control behaviour of alias database maintenance.
***** - configure script:
***** - Options --with-sendmail_aliases and --with-virtual_aliases were
***** deprecated.  Use --with-aliases_file instead.
***** - New options --with-makemap and --with-postalias, along with
***** options --with-newaliases and --with-postmap are available.
***** - Option --with-postmap_arg was removed.
***** - Alias managers can handle postmap/makemap style maps (delimited by
***** whitespace), not only newaliases style maps (delimited by colon).

[9953] wwsympa/wwsympa.fcgi.in: [Submitted by S. Shipway, univ.
Auckland] several changes in privilegs to ease everyday lists
moderation:
- Owners and lismasters can moderate messages and shared repository
- Editors can moderate subscriptions
- 'del' and 'add' sceanrios are evaluated to make their result
available in each page.

[8451] src/etc/Makefile.am, src/etc/create_list_templates/confidential,
src/etc/create_list_templates/confidential/comment.tt2,
src/etc/create_list_templates/confidential/config.tt2,
src/etc/scenari/send.confidential:  New "confidential" list model.
These lists are used for groups who don't want any publicity around
their activities; All possible restrictions are applied to prevent
unauthorized users to know these lists exist and to learn anything
about them.

[8454] web_tt2/footer.tt2, web_tt2/tt2_error.tt2:  Removing references
to the Sympa version in web pages to avoid pages to be searched by bad
guys willing to exploit known vulnerabilities on out of date servers.

For complete list of changes, see
http://www.sympa.org/distribution/latest-stable/NEWS

(bouyer)

2014-08-30 16:54:16 UTC MAIN commitmail json YAML

fix option name for thunderbird esr24

(richard)

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

Note that this is obsolete, and point to pcsc-lite.

(gdt)

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

Updated devel/pango to 1.36.6; math/glpk to 4.55; security/gnutls to 3.2.17

(adam)

2014-08-30 12:45:11 UTC MAIN commitmail json YAML

Changes 3.2.17:
** libgnutls: initialize parameters variable on PKCS 8 decryption.
** libgnutls: Explicitly set the exponent in PKCS 11 key generation.
That improves compatibility with certain PKCS 11 modules. Contributed by
Wolfgang Meyer zu Bergsten.
** libgnutls: gnutls_pkcs12_verify_mac() will not fail in other than SHA1
algorithms.
** libgnutls: when checking the hostname of a certificate with multiple CNs
ensure that the "most specific" CN is being used.
** libgnutls: In DTLS ignore only errors that relate to unexpected packets
and decryption failures.
** API and ABI modifications:
No changes since last version.

(adam)

2014-08-30 11:23:37 UTC MAIN commitmail json YAML

updated multimedia libvpx and ffmpeg2

(richard)

2014-08-30 11:22:03 UTC MAIN commitmail json YAML

2014-08-30 11:21:19 UTC MAIN commitmail json YAML

avoid SunOS regset.h definition for REG_SP causing assembler issues.
Bump PKGVERSION

(richard)

2014-08-30 11:21:12 UTC MAIN commitmail json YAML

Updated pkgtools/distbb to 0.47.1

(cheusov)

2014-08-30 11:20:54 UTC MAIN commitmail json YAML

+ calibre-2.1 [needs py-qt5], gnome-panel-3.8.1, grilo-0.2.11,
  grilo-plugins-0.2.13, gvfs-1.20.3, libreoffice4-4.3.1, php-5.6.0,
  webkit-gtk-2.4.5.

(wiz)

2014-08-30 11:20:38 UTC MAIN commitmail json YAML

Changes 1.36.6:
- Cope with lack of LC_CTYPE
- Prevent harfbuzz from using replacement char
- Don't force static builds on win32
- Allow backend selection via PANGOCAIRO_BACKEND
- Support more font weights
- Fix vertical positioning on win32
- Don't break in the middle of jamo

(adam)

2014-08-30 11:19:52 UTC MAIN commitmail json YAML

Changes 4.55:
Some internal (non-API) routines to estimate the condition of
the basis matrix were added. These routines are mainly intended
to be used by the simplex-based solvers.

Two open modes "a" and "ab" were added to GLPK I/O routines.

Minor bug was fixed in the solver glpsol (command-line options
--btf, --cbg, and --cgr didn't work properly).

A serious bug was fixed in a basis factorization routine used
on the dense phase. (The bug might appear only if the number of
rows exceeded sqrt(2**31) ~= 46,340 and caused access violation
exception because of integer overflow.)

Two API routines glp_alloc and glp_realloc were documented.

Translation of the document "Modeling Language GNU MathProg"
to Spanish was included (in LaTeX and pdf formats).

(adam)

2014-08-30 11:15:31 UTC MAIN commitmail json YAML

Update to 0.47.1
  Fixes:
    - exit status of bmake invocation was not checked
    - dirty hacks with PSS_SLAVES when MASTER_MODE=no are no longer
      necessary

(cheusov)

2014-08-30 11:14:52 UTC MAIN commitmail json YAML

Use profiles set up for SunOS x86 and x86_64.  Testing with /usr/xpg4/bin/grep
exhibits no problems with recent illumos or libvpx.
PR pkg/47321.

Bump PKGREVISION

(richard)

2014-08-30 11:06:13 UTC MAIN commitmail json YAML

Added sysutils/znapzend version 0.12.3

(wiedi)

2014-08-30 11:04:54 UTC MAIN commitmail json YAML

2014-08-30 11:03:11 UTC MAIN commitmail json YAML

Import znapzend-0.12.3 as sysutils/znapzend

ZnapZend is a ZFS centric backup tool. It relies on snapshot, send
and receive todo its work. It has the built-in ability to to manage
both local snapshots as well as remote copies by thining them out
as time progresses.

The ZnapZend configuration is stored as properties in the
ZFS filesystem itself.

(wiedi)

2014-08-30 10:57:02 UTC MAIN commitmail json YAML

Added devel/p5-Mojo-IOLoop-ForkCall version 0.14

(wiedi)

2014-08-30 10:55:52 UTC MAIN commitmail json YAML

p5-Mojo-IOLoop-ForkCall

(wiedi)

2014-08-30 10:53:51 UTC MAIN commitmail json YAML

Import p5-Mojo-IOLoop-ForkCall-0.14 as devel/p5-Mojo-IOLoop-ForkCall

Asynchronous programming can be benefitial for performance, however
not all functions are written for nonblocking interaction and
external processes almost never are.

By forking the blocking call into a new process, the main thread may
continue to run non-blocking, while the blocking call evaluates.
Mojo::IOLoop::ForkCall manages the forking and will emit an
event (or execute a callback) when the forked process completes.
Return values are serialized and sent from the child to the parent
via an appropriate pipe for your platform.

(wiedi)

2014-08-30 06:38:44 UTC MAIN commitmail json YAML

Updated graphics/gimp to 2.8.14

(adam)

2014-08-30 06:37:41 UTC MAIN commitmail json YAML

Changes 2.8.14:
- Fix libtool versioning (forgot to bump gimp_interface_age)

Changes 2.8.12:
Core:
- OSX: Fix migration code for old GIMP directories
- Fix brush sizes when used from plug-ins
- Windows: Allow to Explorer-open files with UTF-8 characters in the filename
- Make XCF loading more robust against broken files

GUI:
- Make sure the widget direction matches the GUI language
- Remove the option to disable the warning when closing a modified image
- Fix canvas overlay widgets (like the text options) for tablets
- Make DND work between images in one dockable

Libgimp:
- Make gimp_image_get_name() return the string used for the image title

Plug-ins:
- Make script-fu-server more secure by listening to 127.0.0.1 by
  default and add a warning about changing that IP. This breaks the
  procedure's API, but for security reasons.
- Bring back proper script-fu translations

General:
- Massively clean up and fix the OSX build and bundle
- Add Jenkins tutorial
- Documentation updates
- Bug fixes
- Translation updates

(adam)

2014-08-30 06:18:19 UTC MAIN commitmail json YAML

tb24 doesn't build on SunOS under pdksh so use bash

(richard)

2014-08-30 01:31:12 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 1.0.0

(obache)

2014-08-30 01:31:02 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 1.0.0.

### 1.0.0 / 29.08.2014

* added spreadsheet/errors.rb to Manifest.txt

(obache)

2014-08-29 21:42:34 UTC MAIN commitmail json YAML

Added devel/ant-contrib version 0.6

(abs)

2014-08-29 21:41:30 UTC MAIN commitmail json YAML

2014-08-29 20:33:56 UTC MAIN commitmail json YAML

Updated x11/qt5-qttools to 5.2.1nb1

(wiz)

2014-08-29 20:33:47 UTC MAIN commitmail json YAML

Add some missing binaries to PLIST (recent qmake change).
Bump PKGREVISION.

(wiz)

2014-08-29 15:52:39 UTC MAIN commitmail json YAML

Updated x11/qt5-qtwebkit to 5.2.1nb3

(wiz)

2014-08-29 15:52:29 UTC MAIN commitmail json YAML

Fix an rpath using a buildlink transform.
I didn't find the exact place this is set. Feel free to replace it with
a patch if you do.
Bump PKGREVISION for people compiling without PKG_DEVELOPER set.

(wiz)

2014-08-29 14:36:10 UTC MAIN commitmail json YAML

Note update of www/contao33 package to 3.3.5.

(taca)

2014-08-29 14:35:30 UTC MAIN commitmail json YAML

Update contao33 to 3.3.5.

Version 3.3.5 (2014-08-27)
--------------------------

### Fixed
Do not output an empty `label` tag (see #7249).

### Fixed
Allow floating point numbers in "number" input fields (see #7257).

### Fixed
Do not adjust the start time of past events (see #7121).

### Fixed
Reset the image margins if it exceeds the maximum image size (see #7245).

### Fixed
Reset `$blnPreventSaving` when a model is cloned (see #7243).

### Fixed
Do not reload after storing `CURRENT_ID` in the session (see #7240).

### Fixed
Correctly validate the page number of the versions menu (see #7235).

### Fixed
Handle underscores in the Google+ vanity name (see #7241).

### Fixed
Correctly handle the `rem` unit when importing style sheets (see #7220).

### Fixed
Fix two issues with the extension repository theme.

(taca)

2014-08-29 14:33:56 UTC MAIN commitmail json YAML

Note update of www/contao32 package to 3.2.14.

(taca)

2014-08-29 14:33:08 UTC MAIN commitmail json YAML

Update contao32 to 3.2.14.

Version 3.2.14 (2014-08-27)
---------------------------

### Fixed
Allow floating point numbers in "number" input fields (see #7257).

### Fixed
Do not adjust the start time of past events (see #7121).

### Fixed
Reset the image margins if it exceeds the maximum image size (see #7245).

### Fixed
Reset `$blnPreventSaving` when a model is cloned (see #7243).

### Fixed
Do not reload after storing `CURRENT_ID` in the session (see #7240).

### Fixed
Correctly validate the page number of the versions menu (see #7235).

### Fixed
Handle underscores in the Google+ vanity name (see #7241).

### Fixed
Correctly handle the `rem` unit when importing style sheets (see #7220).

### Fixed
Fix two issues with the extension repository theme.

(taca)

2014-08-29 14:23:11 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.6.2nb2

(wiz)

2014-08-29 14:22:59 UTC MAIN commitmail json YAML

Remove ten year old patch for Solaris 9/sparc/gcc that was never fed
upstream. If this patch is still necessary for you, please discuss
at https://bugs.g10code.com/gnupg/issue1703

Bump PKGREVISION.

(wiz)

2014-08-29 14:08:42 UTC MAIN commitmail json YAML

2014-08-29 12:00:59 UTC MAIN commitmail json YAML

Updated graphics/libsixel to 1.0.2

(obache)

2014-08-29 12:00:48 UTC MAIN commitmail json YAML

Update libsixel to 1.0.2.

Update bash and zsh completion file.

(obache)

2014-08-29 11:13:46 UTC MAIN commitmail json YAML

Get "/etc/rc.d/squid status" and "/etc/rc.d/squid restart" to work again
under NetBSD (and other platforms using "/etc/rc.subr"?).

Bump package revision because of this fix.

(tron)

2014-08-29 10:32:33 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.6.2nb1

(richard)

2014-08-29 10:29:15 UTC MAIN commitmail json YAML

2014-08-29 10:10:50 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.9.9

(obache)

2014-08-29 10:10:41 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 0.9.9.

### 0.9.9 / 28.08.2014

Author: PikachuEXE <pikachuexe@gmail.com>
Date:  Wed Aug 27 09:55:41 2014 +0800

* Add custom error classes
* Raise custom error for unknown code page or unsupported encoding

(obache)

2014-08-29 10:05:04 UTC MAIN commitmail json YAML

Updated textproc/groonga to 4.0.5

(obache)

2014-08-29 10:04:45 UTC MAIN commitmail json YAML

Update groonga to 4.0.5.

Release 4.0.5 - 2014/08/29
--------------------------

Improvements
^^^^^^^^^^^^

* Dropped Ubuntu 13.10 (Saucy Salamander).
* Supported to show weight vector element as XML.
* [ :doc:`/reference/functions/between` ] Supported outside of key range.
* [mruby] Changed to use Onigmo as regexp implementation.
* Added :doc:`/reference/functions/highlight_full` and
  :doc:`/reference/functions/highlight_html` which tags
  output text. [GitHub#185] [Patch by Naoya Murakami]
* [doc] Updated outdated functions/commands reference
  [GitHub#188] [GitHub#189] [Patch by Naoya Murakami]
* [benchmark] Added average and median in benchmark result.
* Exported :c:func:`grn_selector_func` and :c:func:`grn_proc_set_selector`
  for plugin developer. [GitHub#190] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/tokenize` ] Added "mode" option to control behavior.
  You can use ``GET`` or ``ADD`` as a mode.
  [GitHub#191] [GitHub#192] [Patch by Naoya Murakami]
* Supported near search by '\*N"A Z"' syntax.
* Supported to customize behavior of tokenizer whether it skips token or
  skips token with position. This feature is useful for developing tokenizer plugin.
  [GitHub#193] [Patch by Naoya Murakami]
* [doc] Updated description that a bug report is accepted in Japanese on GitHub issue tracker.
  [Reported by 6elz] [groonga-dev,02651]
* [doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920]

Fixes
^^^^^

* [php] Fixed memory leak when :c:func:`grn_ctx_recv()` is used.
  [GitHub#184] [Patch by @do-aki]
* [php] Fixed to avoid double free when :c:func:`grn_ctx_close()` is called.
  [GitHub#184] [Patch by @do-aki]
* Fixed to support out-of-tree build again.
* [httpd] Updated bundled nginx version to the latest mainline (1.7.4). This update contains vulnerability fix.
* Fixed a bug that infinite loop occurs sometimes when updating indexes.
  [groonga-dev,02673] [Reported by MINAGAWA Sho]
* Fixed a bug that document frequency is invalid when
  :ref:`offline-index-construction` is used.
  [groonga-dev,02691] [Reported by Naoya Murakami]

Thanks
^^^^^^

* @do-aki
* Naoya Murakami
* 6elz
* MINAGAWA Sho
* cosmo0920

(obache)

2014-08-29 06:44:06 UTC MAIN commitmail json YAML

Updated cross/avr-gdb to 7.6.1

(mef)

2014-08-29 06:43:32 UTC MAIN commitmail json YAML

(Upstream)
Bump version 7.6 to 7.6.1
-------
GDB 7.6.1 provides the following fixes and improvements to GDB 7.6:

  * PR tdep/15420 (Cannot debug threaded programs on newer versions
    of x86-solaris - Solaris 10, Update 10 or later)
  * PR remote/15455 (QTro remote packet broken)
  * PR build/15476 (Build failure due to incomplete enum type in utils.h)
  * PR server/15594 (tls support in 64x32 x86 gdbserver doesn't extend
    address to 64 bit)
  * PR server/15075 (dprintf inteferes with "next")
  * PR server/15434 (dprintf uses a synchronous 'continue' even in
    non-stop mode)
  * PR tui/14880 (in split register layouts, up results in assertion
    failure in value.c)
  * PR c++/15519 (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain
    core file)
  * PR gdb/15837 (GDB prints entry values for local variables)
  * PR gdb/15415 (gdb resolves symbolic links when passing argv[0])
  * PR cli/15603 (CTRL-C can no longer interrupt inferior)
  * PR gdb/15604 (gdbserver socket leak 7.5 regression)

(mef)

2014-08-29 04:43:05 UTC MAIN commitmail json YAML

Updated emulators/simulavr to 1.0.0nb2

(mef)

2014-08-29 04:42:58 UTC MAIN commitmail json YAML

Updated cross/avr-libc to 1.8.0nb5

(mef)

2014-08-29 04:42:51 UTC MAIN commitmail json YAML

Updated cross/avr-gcc to 4.8.3

(mef)

2014-08-29 04:40:06 UTC MAIN commitmail json YAML

(pkgsrc)
  simulavr asks for libiberty.a.
  With avr-gcc 4.5.3 and avr-binutils-2.23.2, binutils is installing
  libiberty.a
  But with new binutils-2.24, it won't install libiberty. Instead,
  avr-gcc-4.8.3 will provied libiberty.
  Makefile (of simulavr) now has pointer to PATH of libiberty now
  as:
    CONFIGURE_ARGS+=        --with-libiberty=${PREFIX}/lib/gcc/avr
(Add patches)
  patch-src_systemclock_cpp (rename from  patch-src_systemclock.cpp)
  patch-src_systemclock_h
  patch-src_traceval_cpp
  patch-src_traceval_h
    clang flags as resize unresolved reference,
    backport from git repository (as of 2013-09-15).
  patch-examples_atmel_key_StdDefs_c        Status: Locally Added
    passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]

(mef)

2014-08-29 04:31:12 UTC MAIN commitmail json YAML

(1) Update PLIST in accordance with avr-gcc update 4.5.3 to 4.8.3
(2) PKGREVISION++  (you need to re-package)
(3) Add MESSAGE to notify man package location

(mef)

2014-08-29 04:26:46 UTC MAIN commitmail json YAML

PR pkg/48890 was proposed. Thanks. But this commit is slightly
different from the PR (When submitting patch to pkgsrc with
adding more patches, submitter should do cvs add
patches/patch-hoge, before creating the pkgsrc patch, thanks).

I belive both simulavr and avr-libc will be packaged fine with this.
(upstream)
4.7.3 to 4.8.3  -- From grepping 'avr' from NEWS file:
--------------
  On AVR, the configure option --with-avrlibc supported since GCC 4.7.2
  is turned on per default for all non-RTEMS configurations. This option
  arranges for a better integration of [3]AVR Libc with avr-gcc. For
  technical details, see [4]PR54461. To turn off the option in non-RTEMS
  configurations, use --with-avrlibc=no. If the compiler is configured
  for RTEMS, the option is always turned off.

    * Support has been added for the AVR-specific configure option
      --with-avrlibc=yes in order to arrange for better integration of
      [3]AVR-Libc. This configure option is supported in avr-gcc 4.7.2
      and newer and will only take effect in non-RTEMS configurations. If
      avr-gcc is configured for RTEMS, the option will be ignored which
      is the same as specifying --with-avrlibc=no. See [4]PR54461 for
      more technical details.

  3. http://www.nongnu.org/avr-libc/
  4. http://gcc.gnu.org/PR54461

#include <avr/io.h> /* Port Definitions from AVR-LibC */

    * [297]14064 [avr-elf] -fdata-sections triggers ICE
    * [302]16884 [avr-elf] [fweb related] bug while initializing

4.5.3 to 4.7.3
--------------
For the changes for 4.7, see following page.
  http://gcc.gnu.org/gcc-4.7/changes.html

(Picking up AVR related topic from above info):
The AVR port's libgcc has been improved and its multilib
structure has been enhanced. As a result, all objects
contributing to an application must either be compiled with
GCC versions up to 4.6.x or with GCC versions 4.7.1 or
later. If the compiler is used with AVR Libc, you need a
version that supports the new layout, i.e. implements #35407.

The AVR port's -mshort-calls command-line option has been
deprecated. It will be removed in the GCC 4.8 release. See
-mrelax for a replacement.

The AVR port only references startup code that clears .bss and
the common section resp. initializes the .data and .rodata
section provided respective sections (or subsections thereof)
are not empty, see PR18145.
  Applications that put all static storage objects into
non-standard sections and / or define all static storage
objects in assembler modules, must reference __do_clear_bss
resp. __do_copy_data by hand or undefine the symbol(s) by
means of -Wl,-u,__do_clear_bss resp. -Wl,-u,__do_copy_data.

(mef)

2014-08-29 02:40:35 UTC MAIN commitmail json YAML

Updated converters/py-cairosvg to 1.0.9

(rodent)

2014-08-29 02:40:00 UTC MAIN commitmail json YAML

Version 1.0.9, released on 2014-08-12
=====================================

* Don't crash when gradients are applied to paths

(rodent)

2014-08-29 02:12:48 UTC MAIN commitmail json YAML

Updated games/solarus to 1.3.1

(rodent)

2014-08-29 02:12:31 UTC MAIN commitmail json YAML

Solarus 1.3.1 (2014-08-25)
_________________________________

Bug fixes for the 1.3 release.

Solarus Quest Editor changes
----------------------------

* Fix opening an empty sprite (#581).
* Sort resources in the quest tree by natural order (#579).

_______________________________

Solarus 1.3.0 (2014-08-21)
_______________________________

The sprite editor release!

Engine changes
--------------

* Fix a crash when creating a timer from game:on_started() (#575).
* Fix hero:save_solid_ground having no effect on water/lava/prickles (#567).

Lua API changes
---------------

Changes that do not introduce incompatibilities:

* Add mouse functions and events.
* Add a method sprite:get_animation_set_id() (#552).
* Add a method sprite:has_animation() (#525).
* Add a method sprite:get_num_directions().
* Add a method hero:get_solid_ground_position() (#572).
* Add a method switch:get_sprite().
* Allow to customize the sprite and sound of switches (#553).
* Add a method enemy:get_treasure() (#501).
* Fix the write directory not having priority over the data dir since 1.1.
* Fix pickable/destructible:get_treasure() returning wrong types.
* Fix custom entity collision detection when the other is not moving (#551).
* Allow to call map methods even when the map is not running.

Data files format changes
-------------------------

You can use the script
editor/resources/tools/data_files_conversion/1.2_to_1.3/update_quest.lua
to automatically update your data files.
Don't forget to make a backup first.

* Maps: New properties sprite, sound for switches (#553).
* Maps: The subtype of switches is now a string.
* Tilesets: The id of a tile pattern is now a string (#559).

Solarus Quest Editor changes
----------------------------

* Add a sprite editor (#135). By Maxs.
* Add a zoom level of 400%. By Maxs.
* Add keyboard/mouse zoom features to sprites and tilesets. By Maxs.
* Add Lua syntax coloring (#470). By Maxs.
* Add a close button on tabs (#439). By Maxs.
* Rework the quest tree to show the file hierarchy and Lua scripts. By Maxs.
* Add specific icons for each resource type in the quest tree.
* Move the entity checkboxes to the map view settings panel. By Maxs.
* Allow to change the id of a tile pattern in the tileset editor (#559).
* Don't initially maximize the editor window.
* Fix converting quests to several versions in one go.

(rodent)

2014-08-28 22:29:37 UTC MAIN commitmail json YAML

Make package cross-compiling work through su-target as
well as it does for unprivileged builds.  From riastradh.

(riz)

2014-08-28 22:24:47 UTC MAIN commitmail json YAML

mit-krb5 ->
Add fixes for CVE-2014-4341, CVE-2014-4342 (same patch as CVE-2014-4341)
CVE-2014-4343, CVE-2014-4344 & MITKRB5-SA-2014-001 (CVE-2014-4345).

(tez)

2014-08-28 22:23:05 UTC MAIN commitmail json YAML

2014-08-28 21:56:27 UTC MAIN commitmail json YAML

2014-08-28 21:55:45 UTC MAIN commitmail json YAML

Updated devel/hs-random to 1.0.1.3

(szptvlfn)

2014-08-28 21:55:10 UTC MAIN commitmail json YAML

Update to 1.0.1.3

Changes from https://github.com/haskell/random
1.0.1.3
- Merge pull request #7 from thomie/T8899
  Fix for ghc ticket #8899: StdGen does not generate 0
- Merge pull request #8 from thomie/memory-leaks
  Fix for memory leaks (GHC #7936 and #4218)
- Merge pull request #4 from NovaDenizen/master
  fix for randomIvalInteger, ghc #8898
- Use GHC.Exts.build in randoms, randomRs to achieve fusion

(szptvlfn)

2014-08-28 17:45:53 UTC MAIN commitmail json YAML

Fix build on SunOS - needs c99 + extensions, and requires zlib.

(jperkin)

2014-08-28 16:53:08 UTC MAIN commitmail json YAML

Updated www/squid3 to 3.4.7

(adam)

2014-08-28 16:52:02 UTC MAIN commitmail json YAML

Changes 3.4.7:
kerberos_ldap_group: Fix 'error during setup of Kerberos credential cache'
Ignore Range headers with unidentifiable byte-range values
Use v3 for fake certificate if we add _any_ certificate extension.
Fix regression in rev.13156
Fix %USER_CA_CERT_* and %CA_CERT_ external_acl formating codes
Enable compile-time override for MAXTCPLISTENPORTS
ntlm_sspi_auth: fix various build errors
negotiate_wrapper: vfork is not portable
Windows: fix iphlpapi.h include case-sensitivity
Windows: correct libsspwin32 API for SSP_LogonUser()
negotiate_sspi_auth: Portability fixes for MinGW
ext_lm_group_acl: portability fixes for MinGW
SourceFormat Enforcement
Bug 4080: worker hangs when client identd is not responding
Bug 3966: Add KeyEncipherment when ssl-bump substitues RSA for EC.
Reduce cache_effective_user was leaking $HOME memory

(adam)

2014-08-28 15:46:35 UTC MAIN commitmail json YAML

Expand out the list of GNU ld flags we want to remove, rather than applying
a blanket removal of any long options, richard@ is concerned this may affect
packages which use the long options now available in newer SunOS ld.

Whilst here, transform --rpath to -R, used by a few packages.

(jperkin)

2014-08-28 14:30:03 UTC MAIN commitmail json YAML

Don't redefine MAP_ANONYMOUS is already defined. Fixes build on netbsd-7

(bouyer)

2014-08-28 13:38:29 UTC MAIN commitmail json YAML

Explicitly disable SSSE3 support on SunOS, it doesn't build.

(jperkin)

2014-08-28 11:43:05 UTC MAIN commitmail json YAML

2014-08-28 10:58:19 UTC MAIN commitmail json YAML

2014-08-28 10:54:07 UTC MAIN commitmail json YAML

Remove any -Wl,--* arguments, they are guaranteed to be GNU ld specific
and unsupported by the SunOS linker.  Tested to only have positive results
in a bulk build.

(jperkin)

2014-08-28 10:46:24 UTC MAIN commitmail json YAML

Ensure we do not try to regenerate the catpage.  Fixes occasional timing
issues where nroff isn't native.

(jperkin)

2014-08-28 10:27:42 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-handwrite to 3.0.0

(obache)

2014-08-28 10:27:29 UTC MAIN commitmail json YAML

2014-08-28 10:07:52 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Declare to 0.39

(wen)

2014-08-28 10:05:49 UTC MAIN commitmail json YAML

Update to 0.39

Upstream changes:
0.39      2014-08-16 19:12:31Z
  - line numbers in shipped code are now almost the same (within 1) as
    the repository source, for easier debugging
  - pod fixes (Frank Wiegand, RT#51722)

(wen)

2014-08-28 09:43:26 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table to 1.8.9

(obache)

2014-08-28 09:43:06 UTC MAIN commitmail json YAML

Update ibus-table to 1.8.9.

* Move some options into a new tab "Details"
* Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is
  not for CJK
* Resolves: rhbz#1133422
* Pass IBus.KEY_KP_Enter to the application if the preedit is empty
* Resolves: rhbz#1133424

(obache)

2014-08-28 09:41:22 UTC MAIN commitmail json YAML

Updated devel/p5-Moos to 0.30

(wen)

2014-08-28 09:40:24 UTC MAIN commitmail json YAML

Update to 0.30

Upstream changes:
0.30 Tue Aug 19 16:28:24 PDT 2014
- Replace tabs with spaces

(wen)

2014-08-28 09:37:47 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.006000

(wen)

2014-08-28 09:36:00 UTC MAIN commitmail json YAML

Update to 1.006000

Upstream changes:
1.006000 - 2014-08-16
  - support coerce => 1 in attributes, taking the coercion from the isa option
    if it is an object that supports the coerce or coercion method.
  - add attribute information to type check errors by trapping with an eval
    rather than overriding the global __DIE__ handler
  - bump Module::Runtime prerequisite to fix error messages when there is a
    missing module used by a role loaded using 'with' or similar (rt#97669)

(wen)

2014-08-28 09:35:56 UTC MAIN commitmail json YAML

2014-08-28 09:23:15 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.33

(wen)

2014-08-28 09:19:57 UTC MAIN commitmail json YAML

Update to 5.33

Upstream changes:
5.33  2014-08-24
  - Improved Mojo::Date to be able to handle higher precision times.
  - Improved Mojo::ByteStream performance.

5.32  2014-08-21
  - Added to_datetime method to Mojo::Date.
  - Improved Mojo::Date to support RFC 3339.

5.31  2014-08-19
  - Improved Mojolicious::Static to allow custom content types.
  - Improved url_for performance.

5.30  2014-08-17
  - Improved Mojolicious::Static to only handle GET and HEAD requests.
  - Improved Mojo::URL performance.
  - Improved url_for performance slightly.
  - Fixed bug where DATA sections sometimes got corrupted after forking, which
    caused applications to fail randomly.
  - Fixed Mojo::IOLoop::Client to use a timeout for every connection.

5.29  2014-08-16
  - Added helpers method to Mojolicious::Controller.
  - Improved performance of .ep templates slightly.
  - Fixed "0" value bug in Mojolicious::Plugin::EPRenderer.

(wen)

2014-08-28 08:48:01 UTC MAIN commitmail json YAML

Updated security/kpcli to 2.7nb2

(wiz)

2014-08-28 08:47:52 UTC MAIN commitmail json YAML

Add missing dependency on p5-Clone. Bump PKGREVISION.

(wiz)

2014-08-28 08:01:02 UTC MAIN commitmail json YAML

Remove unused patch (after 3.6.0 update)

(wiz)

2014-08-28 04:07:40 UTC MAIN commitmail json YAML

add and enable ap2-limitipconn

(jnemeth)

2014-08-28 04:03:03 UTC MAIN commitmail json YAML

add and enable wemux

(jnemeth)

2014-08-28 03:15:34 UTC MAIN commitmail json YAML

Updated math/R-date to 1.2.34

(brook)

2014-08-28 03:14:39 UTC MAIN commitmail json YAML

Update to date v1.2-34.

2014-03-17  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION (Version): New version is 1.2-34.

* NAMESPACE: Improve.

2012-11-23  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION (Version): New version is 1.2-33.

* src/char_date.c (char_date): Try avoiding buffer overflow as
suggested by Erik Doffagne <erik.doffagne@gmail.com>.

(brook)

2014-08-28 01:26:50 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.30.0

(jnemeth)

2014-08-28 01:26:25 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.30.0:  this is mainly a bugfix update.

The Asterisk Development Team has announced the release of Asterisk 1.8.30.0.

The release of Asterisk 1.8.30.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-23911 - URIENCODE/URIDECODE: WARNING about passing an
      empty string is a bit over zealous (Reported by Matt Jordan)
* ASTERISK-23814 - No call started after peer dialed (Reported by
      Igor Goncharovsky)
* ASTERISK-24087 - [patch]chan_sip: sip_subscribe_mwi_destroy
      should not call sip_destroy (Reported by Corey Farrell)
* ASTERISK-23818 - PBX_Lua: after asterisk startup module is
      loaded, but dialplan not available (Reported by Dennis Guse)
* ASTERISK-18345 - [patch] sips connection dropped by asterisk
      with a large INVITE (Reported by Stephane Chazelas)
* ASTERISK-23508 - Memory Corruption in
      __ast_string_field_ptr_build_va (Reported by Arnd Schmitter)

Improvements made in this release:
-----------------------------------
* ASTERISK-21178 - Improve documentation for manager command
      Getvar, Setvar (Reported by Rusty Newton)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.30.0

Thank you for your continued support of Asterisk!

(jnemeth)

2014-08-28 01:19:27 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.12.0

(jnemeth)

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

Update to Asterisk 11.12.0: this is mainly a bugfix release.

The Asterisk Development Team has announced the release of Asterisk 11.12.0.

The release of Asterisk 11.12.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-23911 - URIENCODE/URIDECODE: WARNING about passing an
      empty string is a bit over zealous (Reported by Matt Jordan)
* ASTERISK-23985 - PresenceState Action response does not contain
      ActionID; duplicates Message Header (Reported by Matt Jordan)
* ASTERISK-23814 - No call started after peer dialed (Reported by
      Igor Goncharovsky)
* ASTERISK-24087 - [patch]chan_sip: sip_subscribe_mwi_destroy
      should not call sip_destroy (Reported by Corey Farrell)
* ASTERISK-23818 - PBX_Lua: after asterisk startup module is
      loaded, but dialplan not available (Reported by Dennis Guse)
* ASTERISK-18345 - [patch] sips connection dropped by asterisk
      with a large INVITE (Reported by Stephane Chazelas)
* ASTERISK-23508 - Memory Corruption in
      __ast_string_field_ptr_build_va (Reported by Arnd Schmitter)

Improvements made in this release:
-----------------------------------
* ASTERISK-21178 - Improve documentation for manager command
      Getvar, Setvar (Reported by Rusty Newton)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.12.0

Thank you for your continued support of Asterisk!

(jnemeth)

2014-08-27 22:57:36 UTC pkgsrc-2014Q2 commitmail json YAML

2014-08-27 22:57:04 UTC pkgsrc-2014Q2 commitmail json YAML

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

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.132-1.133
- databases/phpmyadmin/PLIST                                    1.38
- databases/phpmyadmin/distinfo                                1.89-1.90

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Wed Aug  6 20:23:10 UTC 2014

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

  Log Message:
  Update "phpmyadmin" package to version 4.2.7.

  The following bugs have been fixed since version 4.2.6:
  - bug      Broken links on home page
  - bug #4494 Overlap in navigation panel
  - bug #4427 Action icons not in horizontal order
  - bug #4493 s_attention.png is missing
  - bug #4499 Uncaught TypeError: Cannot call method 'substr' of undefined
  - bug #4498 PMA 4.2.x and HHVM
  - bug #4500 mysql_doc_template is not defined

  To generate a diff of this commit:
  cvs rdiff -u -r1.131 -r1.132 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/phpmyadmin/PLIST
  cvs rdiff -u -r1.88 -r1.89 pkgsrc/databases/phpmyadmin/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Wed Aug 27 21:25:44 UTC 2014

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 4.2.7.1.

  The following bugs have been fixed since version 4.2.7:
  - bug #4501 [security] XSS in table browse page
  - bug #4502 [security] Self-XSS in enum value editor
  - bug #4503 [security] Self-XSSes in monitor
  - bug #4504 [security] Self-XSS in query charts
  - bug #4505 [security] XSS in view operations page
  - bug #4517 [security] XSS in relation view

  To generate a diff of this commit:
  cvs rdiff -u -r1.132 -r1.133 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.89 -r1.90 pkgsrc/databases/phpmyadmin/distinfo

(spz)

2014-08-27 21:25:58 UTC MAIN commitmail json YAML

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

(tron)

2014-08-27 21:25:44 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.2.7.1.

The following bugs have been fixed since version 4.2.7:
- bug #4501 [security] XSS in table browse page
- bug #4502 [security] Self-XSS in enum value editor
- bug #4503 [security] Self-XSSes in monitor
- bug #4504 [security] Self-XSS in query charts
- bug #4505 [security] XSS in view operations page
- bug #4517 [security] XSS in relation view

(tron)

2014-08-27 17:19:59 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.2.5.2nb6

(wiz)

2014-08-27 17:19:41 UTC MAIN commitmail json YAML

Fix typo in comment.

(wiz)

2014-08-27 17:19:23 UTC MAIN commitmail json YAML

Bump PKGREVISION for dependency change.

(wiz)

2014-08-27 16:14:27 UTC MAIN commitmail json YAML

SunOS needs at least XPG4_2 to expose some structs from <sys/socket.h>
namely msg_control and msg_controllen.  Use XPG5 with _XOPEN_SOURCE=500
for simplicity.

(richard)

2014-08-27 16:10:59 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.2.5

(wiz)