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

2024-05-13 06:14:54 UTC Now

2012-06-11 21:55:34 UTC MAIN commitmail json YAML

2012-06-11 16:22:32 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.7.13

(adam)

2012-06-11 16:21:31 UTC MAIN commitmail json YAML

Changes 3.7.13:
* In-memory databases that are specified using URI filenames are allowed to use
  shared cache, so that the same in-memory database can be accessed from
  multiple database connections.
* Recognize and use the mode=memory query parameter in URI filenames.
* Avoid resetting the schema of shared cache connections when any one
  connection closes. Instead, wait for the last connection to close before
  reseting the schema.
* In the RTREE extension, when rounding 64-bit floating point numbers to 32-bit
  for storage, always round in a direction that causes the bounding box to get
  larger.
* Adjust the unix driver to avoid unnecessary calls to fchown().
* Add interfaces sqlite3_quota_ferror() and sqlite3_quota_file_available() to
  the test_quota.c module.
* The sqlite3_create_module() and sqlite3_create_module_v2() interfaces return
  SQLITE_MISUSE on any attempt to overload or replace a virtual table module.
  The destructor is always called in this case, in accordance with historical
  and current documentation.

(adam)

2012-06-11 13:42:04 UTC MAIN commitmail json YAML

Updated multimedia/gmplayer to 1.1

(wiz)

2012-06-11 13:41:13 UTC MAIN commitmail json YAML

Update mplayer packages to 1.1, provided by Leonardo Taccari in PR 46566.

Pkgsrc changes:
* Fix some pkglint(1) warnings (no functional changes intended)
* Modified options.mk in order to always enable or disable a
  PKG_SUPPORTED_OPTION (for more information please give a look to
  the second "Note" of options.mk)
* Removed the mplayer-internal-faad PKG_SUPPORTED_OPTION, now faad support is
  only enabled via audio/faad2.
* Changed MASTER_SITES, now MPlayer distfile is fetched directly from its
  mirror.

MPlayer changes:

  1.1: "We gave up on 1.0"

    Decoders:
    * FFmpeg AAC decoder is now preferred over libfaad2 and the internal
      libfaad2 forked copy has been removed in its favor

    Demuxers:
    * experimental support for using binary Quicktime codecs with -demuxer lavf.
    * correct runtime and average bitrate for VBR (variable bitrate) MP3

    Filters:
    * delogo: allow to change the rectangle based on the time.
    * lavfi: libavfilter filter graphs (experimental).

    Other:
    * support adding noise at output resolution with -vo gl:noise-strength=8
    * experimental support for OpenGL ES 1.0 in -vo gl
    * support for PGS (BluRay-compatible), DVB and XSUB subtitles.
    * af_cmdline slave command to change e.g. audio equalizer options at runtime.
    * vo x11: don't hide or show cursor any more if attached to an existing window (-wid)
    * try reconnecting network streams e.g. after network timeouts
    * lots of bug fixes as always (and surely a few new bugs, too :-( )

    GUI: Support for the GUI continues.
    * numerous fixes, improvements and updates
    * UTF-8 support
    * all skin messages available as slave commands (gui <message>)
    * fancy new icon

    Ports:
    * Wine (see DOCS/tech/crosscompile.txt)

    MEncoder:
    * -force-key-frames option to set explicit seek points.

MPlayer (1.0)

  rc4: "Yes We Can"

    GUI: Changes towards removing the GUI
    * The GUI will no longer display any error or warning messages.
    * Special GUI slave commands (gui_*) were removed, along with
      the related key bindings.

    Decoders:
    * YUY2 Lossless Codec (YLC0) via binary DLL
    * Truemotion RT codec (TR20) via binary DLL
    * Nogantech Codec (NTN1 and NTN2) via binary DLL
    * add new FourCCs (m1v1, yuvs, VYUY, Y42B, V422, YUNV, UYNV, UYNY, uyv1,
      2Vu1, P422, HDYC, IJLV, MVJP)
      TwoCCs (0xA106, 0x6c75, 0xAAC0, 0x55005354)
      to existing decoders
    * AMR now handled via OpenCORE decoder
    * updated Windows Media Screen Codec (MSS1, MSS2) via binary DLL
    * CoreAVC H.264 decoder via binary DLL (Windows only)
    * Kega Game video codec (KGV1) via binary DLL
    * SoftLab-NSK Forward MPEG-2 I-frames (SLIF) via binary DLL
    * JPEG 2000 support via OpenJPEG
    * internal liba52 copy removed
    * CineForm HD (CFHD) via binary DLL
    * VP8 en-/decoding through libvpx wrapper and native decoder in FFmpeg
    * support for external libmpeg2 added
    * hardware MPEG decoder priority lowered
    * external libmpg123 support

    Demuxers:
    * Mostly fixed timing issues with some H.264 (PAFF) samples
    * Matroska and Ogg demuxers switched to use libavformat by default.
      Report issues and use -demuxer ogg and -demuxer mkv to work around them.
    * support for TrueHD in Blu-ray streams in libmpdemux
    * more Blu-ray codec support with lavf
    * fix length in ASF/WMV files
    * support ISDB-Tb DVB streams

    Filters:
    * remove vf_yuy2, functionality is replaced by -vf format=yuv2
    * remove vf_rgb2bgr, functionality is replaced by sws and vf_format

    Streaming:
    * Support for unencrypted Blu-ray playback through libbluray.
      Use it through: mplayer br:////path/to/disc

    Drivers:
    * -vo yuv4mpeg:interlaced no longer does its own interlaced RGB->YUV
      conversion. Use -vf scale=::1 to keep the same behavior and report
      if there are any issues with that.
    * X11: Window manager chooses Window position by default.
      Add geometry=50%:50% to your configuration to get the old behavior.
    * -vo md5sum md5 calculation changed so output matches FFmpeg's -f framemd5
    * Support for more formats in OpenGL video output drivers (different YUV
      subsampling, 16 bit per component)
    * Selectable YUV to RGB conversion standard for -vo gl
      (-vo gl:colorspace=...:levelconv=...)
    * -vo gl now tries to use yuv=2 by default if possible
    * -vo gl:stereo=... for experimental stereo (3D) support
    * -vo matrixview finally added
    * add OS/2 KAI audio driver (-ao kai)

    Other:
    * -nosub option for disabling auto-selected subtitles
    * support for displaying subs in the terminal (FIXME)
    * support for subtitles with audio-only files
    * support for right-to-left languages with embedded subtitles
    * support for UTF-16 encoded external subtitles
    * support for 8 channel audio
    * sync dvd:// and dvdnav:// features
    * support for MPEG-4 ASP in VDPAU video output (non-B-frame only)
    * support for live and non-live DVB teletext with demuxer lavf
    * -name, -title and -use-filename-title options for MPlayer
    * support for stream handling via FFmpeg, in particular RTMP and RTSP
      (use e.g. ffmpeg://http://example.com/test)
    * experimental support for external libass, configure with
      --disable-ass-internal
    * better support for 16-bit-per-component formats and formats
      with alpha channel
    * better out-of-the-box support for compiling for ARM, IA64,
      MinGW32 and MinGW-w64, MinGW has ASLR enabled with recent
      enough binutils
    * libdvdcss synced with upstream Subversion snapshot

    MEncoder:
    * add -tsprog for demuxer lavf

(wiz)

2012-06-11 13:19:20 UTC MAIN commitmail json YAML

Init scripts are only built on NetBSD.
Stop a silent dependency on LDAP if such is found.

(fhajny)

2012-06-11 13:11:12 UTC MAIN commitmail json YAML

Make Ejabberd user, group and directories configurable

(fhajny)

2012-06-11 13:00:14 UTC MAIN commitmail json YAML

Fix build on SunOS and GCC>=4.6

(fhajny)

2012-06-11 12:52:52 UTC MAIN commitmail json YAML

Fix build on SunOS and GCC>=4.6

(fhajny)

2012-06-11 12:48:44 UTC MAIN commitmail json YAML

pixman hack is only required for X11_TYPE=native.

(obache)

2012-06-11 12:40:32 UTC MAIN commitmail json YAML

2012-06-11 11:41:25 UTC MAIN commitmail json YAML

Changes 4.80:
1. New authenticator driver, "gsasl".  Server-only (at present).
    This is a SASL interface, licensed under GPL, which can be found at
    http://www.gnu.org/software/gsasl/.
    This system does not provide sources of data for authentication, so
    careful use needs to be made of the conditions in Exim.
2. New authenticator driver, "heimdal_gssapi".  Server-only.
    A replacement for using cyrus_sasl with Heimdal, now that $KRB5_KTNAME
    is no longer honoured for setuid programs by Heimdal.  Use the
    "server_keytab" option to point to the keytab.
3. The "pkg-config" system can now be used when building Exim to reference
    cflags and library information for lookups and authenticators, rather
    than having to update "CFLAGS", "AUTH_LIBS", "LOOKUP_INCLUDE" and
    "LOOKUP_LIBS" directly.  Similarly for handling the TLS library support
    without adjusting "TLS_INCLUDE" and "TLS_LIBS".
    In addition, setting PCRE_CONFIG=yes will query the pcre-config tool to
    find the headers and libraries for PCRE.
4. New expansion variable $tls_bits.
5. New lookup type, "dbmjz".  Key is an Exim list, the elements of which will
    be joined together with ASCII NUL characters to construct the key to pass
    into the DBM library.  Can be used with gsasl to access sasldb2 files as
    used by Cyrus SASL.
6. OpenSSL now supports TLS1.1 and TLS1.2 with OpenSSL 1.0.1.
    Avoid release 1.0.1a if you can.  Note that the default value of
    "openssl_options" is no longer "+dont_insert_empty_fragments", as that
    increased susceptibility to attack.  This may still have interoperability
    implications for very old clients (see version 4.31 change 37) but
    administrators can choose to make the trade-off themselves and restore
    compatibility at the cost of session security.
7. Use of the new expansion variable $tls_sni in the main configuration option
    tls_certificate will cause Exim to re-expand the option, if the client
    sends the TLS Server Name Indication extension, to permit choosing a
    different certificate; tls_privatekey will also be re-expanded.  You must
    still set these options to expand to valid files when $tls_sni is not set.
    The SMTP Transport has gained the option tls_sni, which will set a hostname
    for outbound TLS sessions, and set $tls_sni too.
    A new log_selector, +tls_sni, has been added, to log received SNI values
    for Exim as a server.
8. The existing "accept_8bitmime" option now defaults to true.  This means
    that Exim is deliberately not strictly RFC compliant.  We're following
    Dan Bernstein's advice in http://cr.yp.to/smtp/8bitmime.html by default.
    Those who disagree, or know that they are talking to mail servers that,
    even today, are not 8-bit clean, need to turn off this option.
9. Exim can now be started with -bw (with an optional timeout, given as
    -bw<timespec>).  With this, stdin at startup is a socket that is
    already listening for connections.  This has a more modern name of
    "socket activation", but forcing the activated socket to fd 0.  We're
    interested in adding more support for modern variants.
10. ${eval } now uses 64-bit values on supporting platforms.  A new "G" suffix
    for numbers indicates multiplication by 1024^3.
11. The GnuTLS support has been revamped; the three options gnutls_require_kx,
    gnutls_require_mac & gnutls_require_protocols are no longer supported.
    tls_require_ciphers is now parsed by gnutls_priority_init(3) as a priority
    string, documentation for which is at:
    http://www.gnu.org/software/gnutls/manual/html_node/Priority-Strings.html
    SNI support has been added to Exim's GnuTLS integration too.
    For sufficiently recent GnuTLS libraries, ${randint:..} will now use
    gnutls_rnd(), asking for GNUTLS_RND_NONCE level randomness.
12. With OpenSSL, if built with EXPERIMENTAL_OCSP, a new option tls_ocsp_file
    is now available.  If the contents of the file are valid, then Exim will
    send that back in response to a TLS status request; this is OCSP Stapling.
    Exim will not maintain the contents of the file in any way: administrators
    are responsible for ensuring that it is up-to-date.
13. ${lookup dnsdb{ }} supports now SPF record types. They are handled
    identically to TXT record lookups.
14. New expansion variable $tod_epoch_l for higher-precision time.
15. New global option tls_dh_max_bits, defaulting to current value of NSS
    hard-coded limit of DH ephemeral bits, to fix interop problems caused by
    GnuTLS 2.12 library recommending a bit count higher than NSS supports.
16. tls_dhparam now used by both OpenSSL and GnuTLS, can be path or identifier.
    Option can now be a path or an identifier for a standard prime.
    If unset, we use the DH prime from section 2.2 of RFC 5114, "ike23".
    Set to "historic" to get the old GnuTLS behaviour of auto-generated DH
    primes.
17. SSLv2 now disabled by default in OpenSSL.  (Never supported by GnuTLS).
    Use "openssl_options -no_sslv2" to re-enable support, if your OpenSSL
    install was not built with OPENSSL_NO_SSL2 ("no-ssl2").

(adam)

2012-06-11 10:23:40 UTC MAIN commitmail json YAML

Explicitly disable symbol visibility on Solaris, causes problems on a number
of setups, and is recommended as part of the xz INSTALL file.

Fixes Solaris9/x86/gcc at least, tested on SmartOS which is otherwise fine.

(jperkin)

2012-06-11 09:52:09 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets #3832 and #3833.

(tron)

2012-06-11 09:51:33 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3833 - requested by obache
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.6
- multimedia/adobe-flash-plugin11/distinfo                      1.6

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Mon Jun 11 06:51:05 UTC 2012

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flas-plugin11 to 11.2.202.236 for APSB12-14.

(tron)

2012-06-11 09:49:38 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3832 - requested by obache
multimedia/adobe-flash-plugin10.1: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin10.1/Makefile                    1.19
- multimedia/adobe-flash-plugin10.1/distinfo                    1.11

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Mon Jun 11 06:50:03 UTC 2012

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin10.1: Makefile distinfo

  Log Message:
  Update adobe-flas-plugin10.1 to 10.3.183.20 for APSB12-14.

(tron)

2012-06-11 09:36:03 UTC MAIN commitmail json YAML

Set MACHINE_ARCH=x86_64 when ABI=64 on Solaris/x86, required for packages
such as devel/gmp which do their own ABI determination.

Full clean bulk build with this change:

  http://mail-index.netbsd.org/pkgsrc-bulk/2012/06/11/msg008920.html

looks good.

(jperkin)

2012-06-11 07:07:27 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.29

(adam)

2012-06-11 07:06:22 UTC MAIN commitmail json YAML

Changes 1.7.29:
* Set "things_have_changed" flag when adding text chunks, so the "-force"
  option is no longer necessary when adding text to an already-compressed
  file.
* Direct usage message and error messages to stderr instead of stdout. If
  anyone is still using DOS they may have to change the "if 0" at line
  990 to "if 1".
* Added "pngcrush -n -v files.png" to the usage message.

(adam)

2012-06-11 06:51:24 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.236

(obache)

2012-06-11 06:51:05 UTC MAIN commitmail json YAML

2012-06-11 06:50:15 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin10.1 to 10.3.183.20

(obache)

2012-06-11 06:50:03 UTC MAIN commitmail json YAML

2012-06-11 06:09:22 UTC MAIN commitmail json YAML

As noted in changes in 1.0.4, "require xproto instead of libX11 for building".

Bump PKGREVISION.

(obache)

2012-06-11 05:56:34 UTC MAIN commitmail json YAML

Require hacks for fixing autoconf + space in variable name issue.

(obache)

2012-06-11 04:37:02 UTC MAIN commitmail json YAML

no time travelling allowed

(jnemeth)

2012-06-11 00:18:24 UTC MAIN commitmail json YAML

Updated ham/hamlib to 1.2.15.1

(gdt)

2012-06-11 00:17:59 UTC MAIN commitmail json YAML

Update to 1.2.15.1.

Upstream claims this is ABI compatible, so no revbump.

Version 1.2.15.1
2012-03-11
* HD-1780 rotor endpoint limit fix
* Quell adat compile warnings
* Sort rig/rot list output from rig/rotctl (-l) by model #
* TenTec Jupiter (TT538) fixes
* Include various backend notes files
* Document sorted -l output for <rig|rot>ctl[d]
* Updates README.betatester and README.developer

Version 1.2.15
2012-02-02
* New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A,
DttSP UDP, TM-D710
* New rotator backends: Celestron (telescope mount)
* Fixes and features: K3, various other rigs
* Update LGPL/GPL header boilerplate
* Quell various compiler errors
* Add CM108 PTT capability

Version 1.2.14
2011-08-01
* New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500, KX3,
V4L2 API support (untested),
* New rotator backends: IF-100, TS-7400
* Fixes and features: K3/KX3, Build Win32 from script, rigctld/rotctld
ported to Mingw32, Win32 build fixes, remove obsolete bundled
libtool files, rigctl improvements, FUNcube string test (works
with V0.0 and V1.0), Yaesu newcat.c fixed to use
rig->state.current_vfo to store vfo value, add a command to
halt rigctld, select PTT source in Kenwood backends (TS-590S),
make sure scan is stopped at IC-9000 opening, thd72 get channel
data (alpha).  See ChangeLog for a link to the online log.
Correct typos and SF.net URIs.

Version 1.2.13.1
* 2011-05-29
* Conversion to Git SCM and updated README documentation for Git SCM
* Mingw32 build fixes
* FUNcube dongle USB fixes for Win32
* Added kit/README.funcubedongle
* Bug fix--K3 antenna selection function

Version 1.2.13
2011-03-12
* New models: VX-1700, FUNcube Dongle, FiFi-SDR, KTH-SDR Si570,
FT-DX5000, TS-590S, TH-F6A, PRM8060, SR-2200
* Rotor fixes and features: SPID
* New Rotor backend: F1TE Tracker
* Fixes and features: TS-440S, K2, K3, THF6A, THF7E, NewCAT
rigs serial port defaults, TM-D700, FT-950, Si570 AVR-USB
* Removed libtool tree from source tree
* Removed old DocBook files
* Allow USB device's VID/PID/Vendor/Product to be explicitly specified
* Doxygen documentation updates and new style sheet

(gdt)

2012-06-10 16:46:01 UTC MAIN commitmail json YAML

2012-06-10 16:40:33 UTC MAIN commitmail json YAML

Updated x11/sessreg to 1.0.7

(wiz)

2012-06-10 16:40:24 UTC MAIN commitmail json YAML

Update to 1.0.7.

1.0.7:
This release features a lot of cleanups, portability & build configuration
improvements, and some fixes for building on BSD releases, especially
recent versions of FreeBSD.

1.0.6:
This release mostly covers build fixes, including one needed for building
on FreeBSD 9.0, and minor janitorial cleanups.

1.0.5:
A minor release featuring documentation improvements and janitorial cleanups.
sessreg is used by display managers such as xdm and gdm to record X sessions
in utmp, wtmp, and lastlog files.

1.0.4:
Alan Coopersmith:
      X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more
      Version bump: 1.0.4

David Nusinow:
      Require xproto instead of libX11 for building (bug #9631)

James Cloos:
      Add missing PHONY line for automatic ChangeLog generation

(wiz)

2012-06-10 16:32:23 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.35

(wiz)

2012-06-10 16:32:13 UTC MAIN commitmail json YAML

Update to 2.4.35.

2.4.35:
Alex Deucher (3):
      radeon: add new pci ids
      radeon: fall back to 1D tiling only with broken kernels
      configure: bump version for release

Ben Widawsky (2):
      intel: sanitize i915_drm.h
      intel: wait render header updates

Inki Dae (1):
      libdrm: add exynos drm support

Michel D辰nzer (1):
      radeon: Add Southern Islands PCI IDs.

2.4.34:
Anisse Astier (1):
      radeon: Add new R600 PCI ids for surface manager

Ben Skeggs (3):
      lists: add nicer+unsafe foreach, and list join macros
      nouveau: pull in major libdrm rewrite
      nouveau: init nvc0 channel alloc req structure fully

Christoph Bumiller (1):
      nouveau: expose notifier handle on nvc0 as well

Daniel Vetter (1):
      intel/decode: decode MI_WAIT_FOR_EVENT

Eugeni Dodonov (1):
      intel: add Ivy Bridge GT2 server variant

Marcin Slusarz (2):
      nouveau: remove unnecessary EAGAIN loops
      nouveau: fix channel closing

Paul Berry (2):
      intel: Add the ability to supply annotations for .aub files.
      configure: Bump version for 2.4.34.

Paulo Zanoni (4):
      modetest: fix some compiler warnings
      modetest: fix drmModeGetConnector memory leak
      modetest: call drmModeFreePlaneResources
      modetest: print more about our properties

Rob Clark (7):
      omap: fix license header
      modetest: add drm_plane support
      modetest: add YUV and multi-planar support
      modetest: add AR15/XR15 (RGB-1555) formats
      modetest: fix typo
      libdrm: update drm headers from kernel for prime/dmabuf
      omap: add dmabuf support

V鱈ctor Manuel J叩quez Leal (1):
      omap: fix compiler warning

(wiz)

2012-06-10 16:12:57 UTC MAIN commitmail json YAML

Updated fonts/fontconfig to 2.9.0

(wiz)

2012-06-10 16:12:47 UTC MAIN commitmail json YAML

Update to 2.9.0. No proper NEWS file found.

    Bump version to 2.9.0
    Get rid of $< from Makefile.am
    Fix a build fail on some environment.
    Fix a build fail on some environment
    Fix a build issue
    Update to detect the uncommited changes properly
    Update the version info
    Fix distcheck error
    Bug 19128 - Handling whitespace in aliases
    Add a workaround alias for Dingbats.
    Check null value for given object to avoid possibly segfaulting
    Bug 23336 - unable to display bitmap-only (SFNT) TrueType or OpenType
    Force to find out a size for bitmap-only ttf to avoid the blank glyphs
    in the font.
    Patch from Bug Fly
    Bug 41694 - FcCache functions have random-number-generator side
    effects
    Use the own random number generator state if possible.
    Bug 25652 - Add ortho file for locale mni_IN
    Add mni.orth for Maniputi
    Bug 25653 - Add ortho file for locale doi_IN
    Add doi.orth for Dogri
    Add brx.orth and sat.orth
    Bug 25650 - Add ortho file for locale sat_IN
    Add sat.orth for Santali
    Bug 25651 - Add ortho file for locale brx_IN
    Add brx.orth for Bodo.
    Bug 27385 - lcdfilter settings for freetype-2.3.12 not available
    in fontconfig-2.8.0
    Add config files for FT_LcdFilter options.
    Patch from Robin Johnson.
    Do not update stream->pos when seeking is failed.
    Bug 46169 - Pointer error in FcConfigGlobMatch
    Fix possibly accessing the invalid memory and a crash in the
    worst case
    when the glob string is longer than the string.
    makealias: handle missing funcs better
    When adding new functions, if the actual definition doesn't match the
    header (say due to a typo), the regeneration of the internal headers
    get confused and output bad cpp logic.  This causes gcc to barf due
    to mismatched #ifdef/#endif.  Which is a pain to figure out due to
    the sheer voulme of generated code.
    So tweak the makealias script to detect this case and error out.
    While we're here, improve the cpp output a bit to indent, include
    comments, and merge similar ifdef blocks.
    FcObjectValidType: tweak -1 checking
    Newer gcc doesn't like when you switch on an enum and use a value
    that isn't declared:
    fcname.c: In function 'FcObjectValidType':
    fcname.c:299:2: warning: case value '4294967295'
not in enumerated type 'FcType' [-Wswitch]
    So tweak the logic to avoid this warning.
    fix build warnings when using --with-arch
    Latest configure code will setup FC_ARCHITECTURE directly rather than
    going through ARCHITECTURE, so update fcarch.h accordingly.
    fc-{list,match}: constify format string
    We don't free this string anywhere, so mark it const to avoid gcc
    warnings
    and possible bugs in the future (if people did try freeing it).
    fc-list.c: In function 'main':
    fc-list.c:161:16: warning: pointer targets in assignment
differ in signedness [-Wpointer-sign]
    fc-match.c: In function 'main':
    fc-match.c:201:13: warning: pointer targets in assignment
differ in signedness [-Wpointer-sign]
    fc-match.c:203:13: warning: pointer targets in assignment
differ in signedness [-Wpointer-sign]
    FcName{,Get}Constant: constify string input
    These funcs don't modify the incoming string, so add const markings.
    This is the "right thing", shouldn't change the ABI, and fixes some
    gcc warnings:
    fccfg.c: In function 'FcConfigEvaluate':
    fccfg.c:916:2: warning: passing argument 1 of 'IA__FcNameConstant'
discards 'const' qualifier from pointer target type [enabled
by default]
    fcalias.h:253:34: note: expected 'FcChar8 *' but
argument is of type 'const FcChar8 *'
    fcxml.c: In function 'FcTypecheckExpr':
    fcxml.c:604:2: warning: passing argument 1 of 'IA__FcNameGetConstant'
discards 'const' qualifier from pointer target type [enabled
by default]
    fcalias.h:251:37: note: expected 'FcChar8 *' but
argument is of type 'const FcChar8 *'
    fc-cat: fix pointer warning
    Add a cast to avoid a gcc warning:
    fc-cat.c: In function 'cache_print_set':
    fc-cat.c:230:2: warning: pointer targets in passing argument 2
of 'FcPatternFormat' differ in signedness [-Wpointer-sign]
    ../fontconfig/fontconfig.h:860:1: note:
expected 'const FcChar8 *' but argument is of type 'char *'
    FcStat: change to FcChar8 for first arg
    This shouldn't affect the ABI, makes FcStat more like the rest of the
    fontconfig API, and fixes warnings where we pass FcChar8* pointers in
    to this func from other places.
    delete unused variables
    Newer gcc is better at detecting set-but-unused variables.
    FcStrPlus: optimize a little
    We've already calculated the lengths of these strings, so re-use those
    values to avoid having to rescan the strings multiple times.
    Bug 44826 - <alias> must contain only a single <family>
    Fix invalid syntax around alias elements in 30-metric-aliases.conf
    40-nonlatin.conf and 45-latin.conf.
    Patch from lolilolicon
    Get rid of the unexpected family name
    UmePlus P Gothic isn't a serif font.
    Bug 43406 - typo of Japanese font name in conf.d/65-nonlatin.conf
    Fix a typo.
    Bug 43321 - Required corrections in urdu.orth file
    Drop U+0629 and U+0647, and add U+06c3 to ur.orth
    Bug 42423 - make default Korean font from Un to Nanum
    Update 40-nonlatin.conf and 65-nonlatin.conf for Nanum korean fonts.
    Bug 40452 - Running 'fc-match --all' core dumps when no fonts are
    installed
    This would changes the behavior of FcFontSort().
    it won't returns NULL afterward.
    Bug 35517 - Remove Apple Roman cmap support
    Get rid of the apple roman encoding related code
    Add a missing file
    Bug 32965 - Asturian (ast-ES) language matching missing ḷḷḥ
    Add U+1E24, U+1E25, U+1E36 and U+1e37 for Asturian
    Remove the unnecessary comment in ks.orth
    Bug 27195 - need updates to ks.orth file
    Add U+0620, U+0657, U+065f, U+0672, U+0673 and U+06c4 for Kashmiri
    See http://www.unicode.org/charts/PDF/U0600.pdf
    Bug 24744 - No n'ko orthography
    Add nqo.orth for N'Ko
    Add FcPublic to FcLangSetUnion and FcLangSetSubtract
    Patch from ssp
    Fix parallel build
    Bug 41171 - Invalid use of memset
    Fix stupid bug in FcFontSort()
    I broke FcFontSort() language handling at the end of 2008 with this
    commit: c7641f28
    G-d knows how many of the lang-matching bugs in bugzilla will be
    fixed by this changed...
    I'm really sorry, everyone!
    Switch fc-cat to use FcPatternFormat()
    Added the a builtin "fccat" to FcPatternFormat().
    Switch fc-match to use FcPatternFormat()
    Fix small bug in FcPatternFormat that was letting element-default to
    consume the convertor sequence.
    Bug 26718 - "fc-match sans file" doesn't work
    - Do not throw away FC_FILE in FcNameUnparse
    - Update the builtin "fclist" format to remove FC_FILE properly
    instead
    - Switch fc-list to use FcPatternFormat()
    Note that I had previously broken fc-list and it was not showing the
    file name anymore. No one noticed that it seems!  Now fixed.
    Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...
    Do not remove blacklisted fonts during cache generation.  We already
    apply the blacklist when reading the caches.  The idea always has been
    that the config should not affect caches built, although that design
    was tarnished with the introduction of target="scan" configurations.
    [.gitignore] Update
    Bug 35587 - Add padding to make valgrind and glibc not hate each other
    Fix warning
    Always define FcStat as a function
    Such that first arg is const char *.  We also need to make more
    changes
    in that function as part of some other bug.
    More doc typo fixes
    Mark constant strings as constant
    Fixes a few compiler warnings in fcxml.c and makes it clear that they
    should not be freed.
    Bug 30566 - fcformat.c:interpret_enumerate() passes uninitialized
    idx to FcPatternGetLangSet()
    Bug 20113 - Uighur (ug) orthography incomplete
    Documentation fixes
    Remove --enable-maintainer-mode from autogen.sh
    Update CaseFolding.txt to Unicode 6.0
    Remove AM_MAINTAINER_MODE
    That macro is simply broken.
    This was also brought up in:
    Bug 32679 - fontconfig-2.8.0 does not cross compile
    Fix assertion failure on le32d4
    Reported by Jon TURNEY.
    Doc nit
    Skip <range> elements with begin > end
    Add <range> support for <blank> into the DTD
Merge: 30fd4fa fa269cf
    Allow editing charset and lang in target="scan"
    Merge commit 'fa269cf812ee304534b0e4c44662202496008db0'
    Fixes:
    Bug 31969 - Can't modify charset in target="scan"
    Bug 23758 - Can't modify lang in target="scan"
    Bump version
    Make fc-arch stuff cross-compiling-safe
    Fixes:
    Bug 32679 - fontconfig-2.8.0 does not cross compile
    Bug 25462 - Cross-compilation doesn't work
    Make most generated-files cross-compiling-safe
    By simply including a copy in the tarball.
    Remains fc-arch which is trickier.
    add some documents
    Add editing langset feature.
    The syntax to add any langset to the langset table looks like:
    <match target="scan">
<test name="family">
    <string>Buggy Sans</string>
</test>
<edit name="lang" mode="assign">
    <plus>
<name>lang</name>
<langset>
    <string>zh-cn</string>
    <string>zh-tw</string>
</langset>
    </plus>
</edit>
    </match>
    To remove any langset from the langset table:
    <match target="scan">
<test name="family">
    <string>Buggy Sans</string>
</test>
<edit name="lang" mode="assign">
    <minus>
<name>lang</name>
<langset>
    <string>ja</string>
</langset>
    </minus>
</edit>
    </match>
    Add the range support in blank element
    add some document for range and charset.
    Add charset editing feature.
    The syntax to add any characters to the charset table looks like:
    <match target="scan">
<test name="family">
    <string>Buggy Sans</string>
</test>
<edit name="charset" mode="assign">
    <plus>
<name>charset</name>
<charset>
    <int>0x3220</int> <!-- PARENTHESIZED IDEOGRAPH
    ONE -->
</charset>
    </plus>
</edit>
    </match>
    To remove any characters from the charset table:
    <match target="scan">
<test name="family">
    <string>Buggy Sans</string>
</test>
<edit name="charset" mode="assign">
    <minus>
<name>charset</name>
<charset>
    <int>0x06CC</int> <!-- ARABIC LETTER FARSI YEH -->
    <int>0x06D2</int> <!-- ARABIC LETTER YEH BARREE -->
    <int>0x06D3</int> <!-- ARABIC LETTER YEH BARREE
    WITH HAMZA ABOVE -->
</charset>
    </minus>
</edit>
    </match>
    You could also use the range element for convenience:
    ...
<charset>
    <int>0x06CC</int> <!-- ARABIC LETTER FARSI YEH -->
    <range>
<int>0x06D2</int>    <!-- ARABIC LETTER YEH
BARREE -->
<int>0x06D3</int>    <!-- ARABIC LETTER YEH
BARREE WITH HAMZA ABOVE -->
    </range>
</charset>
    ...
    Bug 28958 - lang=en matches other langs
    Patch from Akira TAGOH.
    Fix returned value
    Cleanup copyright notices to replace "Keith Packard" with "the
    author(s)"
    Add more copyright owners
    fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE
    In the default case, cachedir and confdir will evaluate to something
    referencing these other variables (which wouldn't otherwise be defined
    in the pkg-config file.
    Fixes a regression introduced by
    81b542b50f82f8a0ad9f38f7d913fe5433631166
    Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
    fontconfig.pc: Add variables for confdir and cachedir
    Bug 24729 - [ne_NP] Fix ortho file
    Exclude three characters (U+090C..090E) from Nepalese.
    [fc-lang] Support excluding characters
    By prefixing a line by a hyphen/minus sign.  Useful when including
    other orth files.
    Add new public API: FcCharSetDelChar()
    Bug 29995 - fc-cat does not invoke FcFini()
    Add comments
    Bug 29338 - fc-pattern.sgml, open para tag
    Fix compiler warnings
    Add fc-pattern cmdline tool
    Fix comment
    Remove all training whitespaces
    More whitespace
    Whitespace
    Accept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from name table
    The OT spec says:
    "When building a Unicode font for Windows, the platform ID should
    be 3 and the encoding ID should be 1. When building a symbol
    font for Windows, the platform ID should be 3 and the encoding
    ID should be 0."
    We were ignoring the SYMBOL_CS entry before.  It's UTF-16/UCS-2
    like the UNICODE_CS.
    Also, always use UTF-16BE instead of UCS-2BE.  The conversion
    was doing UTF-16BE anyway.
    Don't include unistd.h in fontconfig.h
    Bug 26783 patch: unistd.h not exist on ms windows
    Bug 25152 Don't sleep(2) if all caches were uptodate
    Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
    Bug 18886 installation crashes if fontconfig already installed
    Run the uninstalled fc-cache, not the installed one.
    More doc typo fixes
    Fix doc typo
    Add note about autogen.sh to INSTALL
    Update INSTALL
    Bug 25508 configure assumes bash > 2.0 is on system
    Remove dolt.  With libtool2, there's not much need for dolt.
    [doc] Fix typo
    [fc-cache] Document -r argument in man page

(wiz)

2012-06-10 15:27:51 UTC MAIN commitmail json YAML

Updated fonts/font-util to 1.3.0

(wiz)

2012-06-10 15:27:41 UTC MAIN commitmail json YAML

Update to 1.3.0.

1.3.0:
This release includes a number of bug fixes and code cleanups of
the utilities, as well as improvements to the GNU autoconf macros
for X.Org font packages for cross-compiling support.

Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of the cross-compilation fixes - the
next release of the font packages will include this fix in the configure
scripts distributed in their tarballs.

1.2.0:
This release adds two new options that some of the font packages will
offer in their configure scripts:

  --disable-all-encodings option to the macros used in the bdf font
    packages, to set the default to disabled for all encodings so that
    builders/packagers wanting to build just a subset of encodings can
    start with none and add the ones they want instead of having to disable
    all those they don't want.

  --with-fc-confdir to specify the path to fontconfig's configuration
    files directory (normally /etc/fonts), for packages like bh-ttf that
    install fontconfig configuration snippets.  If not specified,
    the default will be the confdir variable from fontconfig.pc if present
    (which it won't be until the next fontconfig release), otherwise
    ${sysconfdir}/fonts.

Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of this fix - the next release of
the font packages will include this fix in the configure scripts
distributed in their tarballs.

(wiz)

2012-06-10 15:18:56 UTC MAIN commitmail json YAML

Updated x11/xbitmaps to 1.1.1

(wiz)

2012-06-10 15:18:46 UTC MAIN commitmail json YAML

Update to 1.1.1:

This minor maintenance release mostly provides the usual collection of
janitorial cleanups and build configuration improvements.

It also changes the installation path for the pkg-config xbitmaps.pc from
$(libdir) to $(datadir), as no libraries or compiled code are found via
this pkg-config file, only platform-independent image files (which double
as C source code headers that programs may #include at compile time).

(wiz)

2012-06-10 12:51:30 UTC MAIN commitmail json YAML

2012-06-10 12:50:50 UTC MAIN commitmail json YAML

Added editors/medit version 1.1.0

(obache)

2012-06-10 12:50:33 UTC MAIN commitmail json YAML

Import medit-1.1.0 as editors/medit.

medit is a GTK text editor. Started as an editor component of GGAP
(http://ggap.sourceforge.net/), it grew up to a real full-featured
text editor.

(obache)

2012-06-10 12:44:27 UTC MAIN commitmail json YAML

Use configure framework and separate configure and build steps as usually.
>From GSoC 2011 project by Stathis Kamperis.

(asau)

2012-06-10 11:56:40 UTC MAIN commitmail json YAML

Updated mecab and bindings to 0.994.

(obache)

2012-06-10 11:54:45 UTC MAIN commitmail json YAML

2012-06-10 08:50:04 UTC MAIN commitmail json YAML

LICENSE=epl-v1.0 (Eclipse Public License, Version 1.0).
i.e. no restriction.

(obache)

2012-06-09 22:54:47 UTC MAIN commitmail json YAML

Make sure build finds the correct qmake.

(markd)

2012-06-09 19:41:12 UTC MAIN commitmail json YAML

2012-06-09 18:44:51 UTC MAIN commitmail json YAML

2012-06-09 18:35:36 UTC MAIN commitmail json YAML

Put a note about OSS 4 requirement for WINE 1.4 and further.

(asau)

2012-06-09 17:20:58 UTC MAIN commitmail json YAML

+ abcmidi-20120604, calibre-0.8.55, digikam-2.6.0, dnsmasq-2.62,
  ffmpeg-20120609.0.11.1, ffplay-20120609.0.11.1, hiawatha-8.4,
  hunspell-de-20120607, ispell-german-20120607, kde4-4.8.4,
  libdrm-2.4.35, mplayer-1.1 [pkg/46566], opendkim-2.6.0, pango-1.30.1,
  puzzles-9558, py-ldap-2.4.10, rcs-5.8.1, rpm-5.3.6 [rpm5.org],
  stella-3.7.1, thunderbird-13.0, tor-0.2.2.36, wine-devel-1.5.6,
  xf86-video-ati-6.14.5.

(wiz)

2012-06-09 15:34:59 UTC pkgsrc-2012Q1 commitmail json YAML

2012-06-09 15:34:09 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3831 - requested by tez
security/mit-krb5: security patch

Revisions pulled up:
- security/mit-krb5/Makefile                                    1.57
- security/mit-krb5/distinfo                                    1.34
- security/mit-krb5/patches/patch-lib_kadm5_srv_svr__principal.c 1.1

---
  Module Name:    pkgsrc
  Committed By:  tez
  Date:          Wed Jun  6 18:17:46 UTC 2012

  Modified Files:
          pkgsrc/security/mit-krb5: Makefile distinfo
  Added Files:
          pkgsrc/security/mit-krb5/patches: patch-lib_kadm5_srv_svr__principal.c

  Log Message:
  Fix for CVE-2012-1013 from:
    [10]https://github.com/krb5/krb5/commit/ca2909440015d33be42e77d1955194963d8c095
  5

(tron)

2012-06-09 14:25:27 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 4.0.1

(ryoon)

2012-06-09 14:24:05 UTC MAIN commitmail json YAML

Update to 4.0.1

Changelog:
from http://owncloud.org/owncloud-4-0-1-release/

Verify if user exists when loggin (oc-863)
More efficient log file handling
PDO requirement check
Check if apps folder is writable
prevent division by zero problem during output of free space
better mysql error message
correctly configure ldap group backend (oc-887)
sort users and groups (oc-779)
LDAP. correctly handle group filter (oc-867)
try to switch magic quotes of globally
fix ategory error reporting (oc-874)
correctly handle reverse proxy / load balancer https handling
prevent session already started warning
fix the files breadcrumb
don’t try to use smtp auth if config files says no
fix versioning path
security: fix a XSS problem in calendar
make LDAP pqsql compatible
fix pqsql database migration
fix ldap config interface
support for LDAP “member”
don’t hardcode /tmp
fix potential security problem for requested apps parameter
fix notes in contacts properly
fix timezone detection
fix interti_id in calendar
set DB prefix for pqsql
security: fix a XSS problem in contacts
correctly encode caldav link
allow longer path in gallery
disable not compatible apps during upgrade
fix HEAD request for downloads
fix private link sharing via email
use UTC as default timezone
style fixes for tasks app

(ryoon)

2012-06-09 13:34:28 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets #3828, #3829 and #3830.

(tron)

2012-06-09 13:32:37 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3830 - requested by obache
audio/pulseaudio: build fix

Revisions pulled up:
- audio/pulseaudio/distinfo                                    1.29-1.32
- audio/pulseaudio/patches/patch-aa                            1.9-1.11

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Mon May 14 14:56:51 UTC 2012

  Modified Files:
  pkgsrc/audio/pulseaudio: distinfo
  pkgsrc/audio/pulseaudio/patches: patch-aa

  Log Message:
  Try to fix build failure on NeBSD 6.99.7 from _oss_ioctl API change as PR 46448.

---
  Module Name: pkgsrc
  Committed By: abs
  Date: Mon May 14 18:01:46 UTC 2012

  Modified Files:
  pkgsrc/audio/pulseaudio: distinfo
  pkgsrc/audio/pulseaudio/patches: patch-aa

  Log Message:
  Extend previous to apply to netbsd-6 also (at least the one currently on
  netbsd-daily and soon be in BETA2)

---
  Module Name: pkgsrc
  Committed By: abs
  Date: Mon May 14 18:46:22 UTC 2012

  Modified Files:
  pkgsrc/audio/pulseaudio: distinfo

  Log Message:
  regen distinfo

---
  Module Name: pkgsrc
  Committed By: abs
  Date: Tue May 15 13:20:03 UTC 2012

  Modified Files:
  pkgsrc/audio/pulseaudio: distinfo
  pkgsrc/audio/pulseaudio/patches: patch-aa

  Log Message:
  fix borked __NetBSD_Version__ in last

(tron)

2012-06-09 13:11:27 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3829 - requested by dholland
finance/kmymoney2: build fix

Revisions pulled up:
- finance/kmymoney2/Makefile                                    1.59 via patch
- finance/kmymoney2/options.mk                                  1.4

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  2 18:33:32 UTC 2012

  Modified Files:
  pkgsrc/finance/kmymoney2: Makefile options.mk

  Log Message:
  As the sqlite plugin in the PLIST is unconditional, and sqlite3 is
  innocuous and small compared to kde3, and built into netbsd-6 anyway,
  and the package finds sqlite3 regardless of whether it's buildlinked,
  always depend on sqlite3. Should fix build on netbsd-5.

  Remove commented-out traces of a sqlite3 option from options.mk.

  PKGREVISION++

(tron)

2012-06-09 12:40:08 UTC MAIN commitmail json YAML

Updated mail/courier to 0.68.1

(adam)

2012-06-09 11:57:20 UTC MAIN commitmail json YAML

Changes 0.64.0:
* authpam.c (callback_pam): Call pam_end() after an authentication attempt.
* Makefile.am: Renamed authstaticlist.h to courierauthstaticlist.h, and
added it to the list of header files that 'make install' puts into
includedir.
* Fix gcc 4.6 warnings
* courier.spec.in: switch to systemd.
* Fix autoconf warnings.
* courier-authlib.spec: Make rmplint happy.

(adam)

2012-06-09 11:54:50 UTC MAIN commitmail json YAML

Changes 5.5.3:
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the
original message.
* msg2html.c (msg2html_download): rfc2231_udecodeDisposition() failure
is not fatal.
* cgi/cgi.c (cgiformdecode): Ditto.
* pcp/pcp.c (list_msg_mime): Ditto.
* liblock/mail.c (dotlock_exists): Handle getting here because of a
recycled pid.
* unicode/unicode.c (init_default_chset): Handle NULL from setlocale().
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
initial null given to strtok.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly
memory.
* showmsg2html.c (error): Provide a definition for error().
* Fix gcc 4.6 warnings
* sqwebmail.spec.in: switch to systemd. Remove script used when
upgrading from ancient pre-sysconftool versions.
* Fix autoconf warnings.

(adam)

2012-06-09 11:52:43 UTC MAIN commitmail json YAML

2012-06-09 11:51:36 UTC MAIN commitmail json YAML

2012-06-09 11:50:20 UTC MAIN commitmail json YAML

Changes 2.5.5:
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the
  original message.
* rfc2045/reformime.c (do_print_info): rfc2231_udecodeDisposition()
  failure is not fatal.
* rfc2045/reformime.c (get_suitable_filename): Ditto.
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
  initial null given to strtok.
* mailbot: add "feedback" and "replyfeedback" formats, generating
  RFC 5965-formatted feedback report. -a option attaches the entire
  original message, instead of only its headers, for "replydsn",
  "feedback", and "replyfeedback" formats.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly
  memory.

(adam)

2012-06-09 11:48:25 UTC MAIN commitmail json YAML

Changes 4.10.0:
* imapd.c (main): Open IMAPDEBUGFILE only if it exists already.
(do_expunge): Optionally log deletions.
* pop3dserver.c (cleanup): Optionally log deletions.
* imapd.dist.in (IMAP_MOVE_EXPUNGE_TO_TRASH): Officially document how
IMAPDEBUGFILE works.
* imapscanclient.c: Postpone Y2038K for a while, for uid validities.
* liblock/mail.c (dotlock_exists): Handle getting here because of a
recycled pid.
* unicode/unicode.c (init_default_chset): Handle NULL from setlocale().
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
initial null given to strtok.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly memory.
* pop3dserver.c (openpop3dlist): Try a few times to reopen pop3dsizelist
if it fails with ESTALE.
* pop3d.dist.in: Add AUTHSERVICE settings. They've been supported all along.
* Fix gcc 4.6 warnings
* courier-imap.spec.in: switch to systemd. Remove script used when
upgrading from ancient pre-sysconftool versions.
* Fix autoconf warnings.

(adam)

2012-06-09 11:45:39 UTC MAIN commitmail json YAML

Changes 0.68.1:
* rfc2045mkboundary.c was broken in 0.68

Changes 0.68:
* rfc2045/rfc2045mkboundary.c (rfc2045_mk_boundary): truncate
the hostname portion of the boundary to 30 chars.
* courier/doc/courier.sgml: Remove descriptions of some configuration
files that were moved to the courier-authlib package a while ago.
They don't belong here any more.
* courier/submit.C: Use the authenticated address, instead of the
return address, for domain-based virtual configuration.
* courier/libs/cfilename.c (config_has_vhost): Checks whether
vhost.[ip] exists.
* courier/module.esmtp/courieresmtpd.c (main): Only set a message's
virtual host if vhost.[ip] exists.
* courier/module.esmtp/esmtpclient.c (get_sourceaddr): Make sure the
input buffer is null-terminated.
* courier/submit.C (getrcpts): If there's no vhost setting from the
sender's IP address (this includes local mail!) if vhost.domain exists,
use [domain] as the virtual host.
* Remove config_search(), which simply called config_localfilename().
Change all current callers to call config_localfilename().
* courier/libs/cfilename.c (config_set_local_vhost): saves a string
that gets appended as a suffix, by config_localfilename(), and if that
filename exists, that's returned as the filename, otherwise it's the
original string without the suffix. config_get_local_vhost() returns
the suffix string.
to config_set_local_vhost().
* courier/libs/comsubmitclient.c (submit_fork): If
config_get_local_vhost(), add a -vhost parameter to submit().
* courier/submit.C (cppmain): -vhost sets config_set_local_vhost().
* courier/submit2.C (closectl): New COMCTLFILE_VHOST parameter in the
config file, taken from the vhost setting.
* courier/libs/comctlfile.c (ctlfile_setvhost): If COMCTLFILE_VHOST is
set, call ctlfile_setvhost(), return an indication if the vhost has
changed. Absence of a COMCTLFILE_VHOST treated as a discrete "(null)"
setting.
* courier/module.esmtp/esmtpclient.c (esmtpchild): If ctlfile_setvhost()
then disconnect the current socket, if one is open.
* courier/module.esmtp/esmtpclient.c (get_sourceaddr): The IP address
specified in ipout or ip6out overrides SOURCE_ADDRESS and
SOURCE_ADDRESS_IPV6 environment variable.
* courier/module.local/localmail.c (main): Call ctlfile_setvhost().
* courier/module.uucp/uucp.c (uux): Call ctlfile_setvhost().
* courier/module.dsn/dsn.c (main): Call ctlfile_setvhost().
* liblock/mail.c (dotlock_exists): Quell a compiler warning.
* courier/courierd.dist.in SOURCE_ADDRESS: Add a note that this setting
is deprecated.

(adam)

2012-06-09 11:33:35 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3828 - requested by dholland
devel/ruby-posix-spawn: correct list of supported platforms

Revisions pulled up:
- devel/ruby-posix-spawn/Makefile                              1.4-1.6

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Mon May 21 12:18:05 UTC 2012

  Modified Files:
  pkgsrc/devel/ruby-posix-spawn: Makefile

  Log Message:
  Not for NetBSD-5 release.

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Wed Jun  6 21:55:22 UTC 2012

  Modified Files:
  pkgsrc/devel/ruby-posix-spawn: Makefile

  Log Message:
  Fix COMMENT.

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  9 08:03:17 UTC 2012

  Modified Files:
  pkgsrc/devel/ruby-posix-spawn: Makefile

  Log Message:
  Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.
  (see pkgsrc-bulk)

(tron)

2012-06-09 09:41:16 UTC MAIN commitmail json YAML

Updated databases/py-postgresql to 4.0nb2

(wiz)

2012-06-09 09:41:05 UTC MAIN commitmail json YAML

Replace python interpreter in two files. Bump PKGREVISION.

(wiz)

2012-06-09 08:29:41 UTC MAIN commitmail json YAML

With the latest curl, the output of curl-config --vernum contains
hex digits, so patching the makefile to compare it as decimal will
not work. Just patch out the test entirely, as pkgsrc guarantees
curl will always be present and the packaging is not equipped to
deal with this check failing anyhow.

(dholland)

2012-06-09 08:03:17 UTC MAIN commitmail json YAML

Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.
(see pkgsrc-bulk)

(dholland)

2012-06-09 07:52:51 UTC MAIN commitmail json YAML

Require hacks for fixing autoconf + space in variable name issue.

(obache)

2012-06-09 07:35:13 UTC MAIN commitmail json YAML

2012-06-09 07:21:36 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.1.1.799

(obache)

2012-06-09 07:21:25 UTC MAIN commitmail json YAML

Update mikutter to 0.1.1.799.

bug fixes.

(obache)

2012-06-09 07:00:50 UTC MAIN commitmail json YAML

2012-06-09 06:52:23 UTC MAIN commitmail json YAML

remove duplicated x11/xproto 7.0.23 entry.

(obache)

2012-06-09 06:32:05 UTC MAIN commitmail json YAML

remove duplicated x11/xfontsel 1.0.4 entry.

(obache)

2012-06-09 06:28:58 UTC MAIN commitmail json YAML

Fix MAKE_JOBS issue that showed up in Joerg's build last weekend.

(dholland)

2012-06-09 06:21:43 UTC MAIN commitmail json YAML

2012-06-09 05:44:22 UTC MAIN commitmail json YAML

--disable-docs configure option is not in this version.

(obache)

2012-06-08 21:58:56 UTC MAIN commitmail json YAML

Updated security/validns to 0.5

(pettai)

2012-06-08 21:58:07 UTC MAIN commitmail json YAML

validns 0.5

        Parallelize signature verification (-n option)

(pettai)

2012-06-08 21:52:33 UTC MAIN commitmail json YAML

Updated net/unbound to 1.4.17

(pettai)

2012-06-08 21:52:00 UTC MAIN commitmail json YAML

Unbound 1.4.17

Features:

* unbound-control forward_add, forward_remove, stub_add, stub_remove can modify stubs and forwards for running unbound they can also add and remove domain-insecure for the zone. This is to support reconfiguration of a DNSSEC validator on a computer that changes networks and has to enable new network config for the new location.
* new approach to NS fetches for DS lookup that works with cornercases, and is more robust and considers forwarders.
* contrib/validation-reporter follows rotated log file
* Applied patch for rrset-roundrobin and minimal-responses features (new options, enable in unbound.conf to use).
* ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older openssl.
* Patch for access to full DNS packet data in unbound python module
* forward-first option. Tries without forward if a query fails. Also stub-first option that is similar.

Bug Fixes:

* Fix possible uninitialised variable in windows pipe implementation.
* Fix alignment problem in util/random on sparc64/freebsd.
* Fix for accept spinning reported by OpenBSD.
* Fix validation of nodata for DS query in NSEC zones
* [bugzilla: 444 ] Fix that setusercontext was called too late
* [bugzilla: 443 ] Fix --with-chroot-dir not honoured by configure.
* [bugzilla: 442 ] Fix that Makefile depends on pythonmod headers even using --without-pythonmodule.
* Fix to locate nameservers for DS lookup with NS fetches.
* Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
* flush_infra cleans timeouted servers from the cache too.
* Fix from code review, if EINPROGRESS not defined chain if statement differently.
* [bugzilla: 434 ] Fix windows port to check registry for config file location for unbound-control.exe, and unbound-checkconf.exe.
* Fix to squelch 'network unreachable' errors from tcp connect in logs, high verbosity will show them.
* Fix prefetch and sticky NS ghost domain. It picks nameservers that 'would be valid in the future', and if this makes the NS timeout, it updates that NS by asking delegation from the parent again. If child NS has longer TTL, that TTL does not get refreshed from the lookup to the child nameserver.
* RT#2955 Fix for cygwin compilation.
* Slightly smaller critical region in one case in infra cache.
* Fix timeouts to keep track of query type, A, AAAA and other, if another has caused timeout blacklist, different type can still probe.
unit test fix for nomem_cnametopos.rpl race condition.
* fix memory leak in errorcase for DSA signatures.
* workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
* fix for windows, rename() is not posix compliant on windows.
* iana portlist updated

(pettai)

2012-06-08 21:44:26 UTC MAIN commitmail json YAML

Use PKGNAME_NOREV to match the PLIST.

(joerg)

2012-06-08 18:40:56 UTC MAIN commitmail json YAML

Typo, whitespace edits.

(shattered)

2012-06-08 16:05:11 UTC MAIN commitmail json YAML

Don't install the (binary only) SolarisRBAC cruft.

(joerg)

2012-06-08 15:42:29 UTC MAIN commitmail json YAML

2012-06-08 13:21:10 UTC MAIN commitmail json YAML

Fix ncurses/ncursesw build on SunOS and GCC>=4.6

(fhajny)

2012-06-08 13:13:35 UTC MAIN commitmail json YAML

Add support for the ucd-snmp/diskio module on SunOS

(fhajny)

2012-06-08 12:50:33 UTC MAIN commitmail json YAML

2012-06-08 12:18:42 UTC MAIN commitmail json YAML

Fix build on SunOS when optimization of -O2 or greater is used.

(fhajny)

2012-06-08 12:15:29 UTC MAIN commitmail json YAML

Remove /usr/xpg4/bin from $PATH on Solaris, it causes weird issues in the
bmake test suite, and is unnecessary.  Instead, ensure we use the xpg4 id.

Tested on Solaris 9 and SmartOS.  Fixes PR#45444.

(jperkin)

2012-06-08 12:06:38 UTC MAIN commitmail json YAML

Create own directories with proper permissions

(fhajny)

2012-06-08 12:01:23 UTC MAIN commitmail json YAML

Make sure initial directories are created and have proper permissions.

(fhajny)

2012-06-08 11:50:14 UTC MAIN commitmail json YAML

2012-06-08 11:48:04 UTC MAIN commitmail json YAML

Fix building with DTrace support by adding a missing DTrace probe.

(fhajny)

2012-06-08 11:39:44 UTC MAIN commitmail json YAML

Ignore SunPRO -errwarn flags to prevent it from being recognized as a entry
point option for `ld'.

(obache)

2012-06-08 11:10:34 UTC MAIN commitmail json YAML

Updated mail/thunderbird10 to 10.0.5
Updated mail/thunderbird10-l10n to 10.0.5

(ryoon)

2012-06-08 11:09:23 UTC MAIN commitmail json YAML

2012-06-08 11:08:23 UTC MAIN commitmail json YAML

Update to 10.0.5

Changelog:
* Security fixes can be found here
MFSA 2012-40 Buffer overflow and use-after-free issues found using Address Sanitizer
MFSA 2012-39 NSS parsing errors with zero length items
MFSA 2012-38 Use-after-free while replacing/inserting a node in a document
MFSA 2012-37 Information disclosure though Windows file shares and shortcut files
MFSA 2012-36 Content Security Policy inline-script bypass
MFSA 2012-34 Miscellaneous memory safety hazards
* The MAPIResolveName API has been added to Simple MAPI
  interfaces which should improve interoperability (244222)

(ryoon)

2012-06-08 07:33:46 UTC MAIN commitmail json YAML

flex is required to build bison-2.5.1.

PR 46554.

(obache)

2012-06-07 23:38:17 UTC MAIN commitmail json YAML

Move man pages to optionized PLISTs.

quagga installs man pages for several programs only if the programs
are built.  This commit just moves some man pages to PLIST.v6 and
PLIST.opaquelsa.

No revbump because the package, if it built before, will be unchanged.
But now building with non-default options should work.

(gdt)

2012-06-07 21:46:55 UTC MAIN commitmail json YAML

patch-lib_wiki-plugins_wikiplugin__snarf.php is not needed anymore.

(ryoon)

2012-06-07 21:37:36 UTC MAIN commitmail json YAML

Added emulators/qemu0 version 0.15.1nb5

(ryoon)

2012-06-07 21:36:18 UTC MAIN commitmail json YAML

2012-06-07 21:35:37 UTC MAIN commitmail json YAML

2012-06-07 21:24:53 UTC MAIN commitmail json YAML

Updated emulators/qemu to 1.1.0

(ryoon)

2012-06-07 21:23:46 UTC MAIN commitmail json YAML

Update to 1.1.0

* based on wip/qemu

Changelog:
1.1.0

System emulation
All targets

    qdev properties of type hex8 and hex32 used to accept hexadecimal values not prefixed with "0x"; the prefix is mandatory starting with this version. These properties are: iobase, membase, io_base for all devices that support the properties; vram_size for sysbus-g364 and SUNW,tcx; version for sb16 and iommu; ctl_iobase and data_iobase for fw_cfg; readback for debugcon; elcr_addr and elcr_mask for i8259.
    PCI addresses can still be addressed with a pair of hexadecimal device and function without a "0x" prefix.
    -kernel, -initrd and -append are now aliases for suboptions of -machine (for example -machine kernel=foo), and as such they are also available with -readconfig.
    PCI-to-PCI bridges are supported [...]
    PCI emulation includes a standard hot-plug controller [...]
    The coroutine backend can now be configured using configure --with-coroutine=.... A new coroutine backend sigaltstack is available for platforms that don't support the default ucontext backend.
    Last but not least: the SDL user interface now uses the new QEMU icon.

ARM

    The syborg machine type has been removed since the Symbian Virtual Platform is no longer relevant with the disbanding of Symbian.
    A device tree can be passed to the kernel using -dtb option (or alternatively -machine dtb=...).
    New 'nuri' and 'smdkc210' models of Samsung Exynos4210 based devboards.
    New 'highbank' model of the Calxeda Highbank.
    New 'vexpress-a15' model of the Versatile Express Cortex-A15.

PowerPC

    The Bamboo machine now works with TCG, before only KVM was able to execute 440 code.
    Pseries handles PCI, allowing for virtio devices with -M pseries.
    Pseries works with PR KVM allowing for -M pseries -enable-kvm to work on G5s.
    We can now emulate e500mc cores, but no e500mc based board is emulated yet. You need to use -M mpc8544ds and a special guest kernel.
    Timers on ppc405 now work and don't segfault QEMU.

S/390

    Added support to -kernel to allow booting of ELF binaries.
    Fixed -kernel to allow booting of newer guest kernels.
    Devices can now be hotplug add'ed (remove is not there yet).
    Rebooting a virtual machine now works.

SPARC

    Added interrupt controller and support of vector interrupts.
    Fixed handling 32 bit instructions on a sparc64 CPU.
    Fixed block load instructions regression happened in 1.0 release.
    Fixed BCD mask in m48t59 emulation, so that Solaris 2.5.1 doesn't hang on sun4m emulation when day of month >21.
    Fixed initrd loading in qemu-system-sparc64.

x86

    NMIs are correctly injected through the LAPIC (rather than sent directly to the guest CPU) and respect the LINT1 mask, thus fixing kdump.
    The -rtc-td-hack option is now available as a qdev property (-global mc146818rtc.lost_tick_policy=slew) and as such can be specified in a -readconfig configuration file.
    When the system is suspended to RAM, QEMU will now stop executing the guest until a wakeup event occurs. Implemented wakeup events include key presses, mouse button presses, RTC alarm, ACPI timer expiration, serial console input (off by default; enable with -global isa-serial.wakeup=1), and the system_wakeup monitor command.
    KVM can optionally use kernel-based emulation of the local APIC, IOAPIC, i8259 PIC and i8254 PIT. This is supported with the -machine ...,kernel_irqchip=on command-line option. MSI is not supported yet when using the kernel_irqchip option.
    Emulation of a PC System Flash device. The feature is enabled by adding a pflash drive. This feature is not supported when KVM is enabled. See Features/PC System Flash for more information.
    KVM guests support Hyper-V enlightenments. These are enabled by the -cpu features hv_spinlocks, hv_relaxed and hv_vapic.

Device emulation

    The virtio-scsi device is now supported by QEMU. The guest driver will be supported in Linux starting at version 3.4.
    QEMU now includes experimental support for USB 3.0 (xHCI).
    Various improvement on the floppy emulation, most notably media change has been fixed

Audio devices

    Audio devices can now use volume control capabilities exposed by the PulseAudio and Spice backends. (Note: all audio devices do not expose their volume control unless --enable-mixemu is turned on).

Block devices

    QEMU's NBD client implementation and the qemu-nbd server both fully support asynchronous I/O.
    The rbd block driver supports the discard operation now
    The vpc block driver supports the Fixed Disk subformat of VHD images now
    The new QMP command transaction can be used to perform a set of multiple snapshots atomically, rolling back to the original images if there is a problem along the way. See Features/SnapshotsMultipleDevices for more information.
    The new monitor command block_stream lets guest copy data from the backing file to the current image while the guest is running. This lets users enables quick provisioning of new virtual machines using shared remote storage, and lets the guest transition incrementally to fast local storage. An alternative to streaming is the copy-on-read option of the -drive command-line option, which only transfers data when the guest needs it.
    An experimental extension of the qcow2 file format has been introduced. With the implementation as of QEMU 1.1, the most important addition is zero clusters, which allows image streaming and copy-on-read to leave images sparse if the backing file they are copying from is sparse. In order to enable the extension, use qemu-img create -f qcow2 -o compat=1.1 <filename> <size> for creating the image. Note that older versions of QEMU won't be able to read such images.
    I/O throttling is experimentally supported using the new -drive options bps/bps_rd/bps_wr/iops/iops_rd/iops_wr. It is expected to work with virtio-blk and IDE harddisks, but may lead to hangs when used with CD-ROM or floppy emulation or other devices.
    qemu-io supports new options to enable tracing and to choose a cache modes

Network devices

    QEMU supports a new type of network device, bridge (used with -net bridge or -netdev bridge). The new type is similar to tap, but uses a helper program instead of a script to attach the device to a bridge. The helper program can then be installed as setuid. The helper program supports a simple ACL and configuration mechanism, see the commit message and feature page for documentation.

Live Migration, Save/Restore

    Live migration (or save/restore) from QEMU releases prior to 0.13 to QEMU 1.1 is not supported.
    Live migration supports IPv6. IPv6 addresses can be expressed as tcp:host:port. Brackets around a numeric host address are required if a port is also specified, otherwise they can be omitted.

Guest agent

    qemu-ga has been ported to Windows.
    Interfaces added for suspending guests to disk/ram, and retrieving information about network interfaces
    Interfaces for filesystem freeze have been hardened, and no longer depend on guest agent runtime state to determine whether a system is currently frozen.
    An easier to use reset mechanism has been added: guest-sync-delimited.

Host support

    ARM hosts are now supported again (they were broken in 1.0).
    Sockets and SLIRP on Windows hosts was broken in 0.14 and works again.
    64-bit Windows hosts are now supported.

User-mode emulation

    User-mode emulation can provide some information from the /proc filesystem.
    On 64-bit hosts user-mode emulation now defaults to reserving 0xf7000000 bytes of address space for the guest. This significantly reduces the likelihood of QEMU having to fail a guest mmap() request when there is still memory available. This reservation can be overridden with the -R command line option.

Testing

    A make check target has been implemented and runs some quick sanity tests
    qemu-iotests, which was previously hosted in an external git repository, has been merged into the QEMU source tree

Build dependencies

    Building QEMU requires glib 2.12 on POSIX systems, and glib 2.20 on Win32 systems.

Changelog:
1.0.1

* Version 1.0.1
* Merge branch 's390-1.0' of git://repo.or.cz/qemu/agraf
* Merge branch 'ppc-1.0' of git://repo.or.cz/qemu/agraf
* e1000: bounds packet size against buffer size
* s390: fix cpu hotplug / cpu activity on interrupts
* s390x: add TR function for EXECUTE
* pseries: Don't try to munmap() a malloc()ed TCE table
* pseries: Populate "/chosen/linux,stdout-path" in the FDT
* pseries: Add a routine to find a stable "default" vty and use it
* pseries: Emit device tree nodes in reg order
* kvm-ppc: halt secondary cpus when guest reset
* pseries: Fix array overrun bug in PCI code
* console: Fix segfault on screendump without VGA adapter
* Merge branch 'master' of ssh://git.qemu.org/pub/git/qemu-stable-1.0
* rbd: always set out parameter in qemu_rbd_snap_list
* Documentation: Add qemu-img -t parameter in man page
* qemu-img rebase: Fix for undersized backing files
* coroutine: switch per-thread free pool to a global pool
* qiov: prevent double free or use-after-free
* PPC: Fix linker scripts on ppc hosts
* target-sh4: ignore ocbp and ocbwb instructions
* usb-ohci: td.cbp incorrectly updated near page end
* usb-host: properly release port on unplug & exit
* usb-storage: cancel I/O on reset
* Fix parse of usb device description with multiple configurations
* pc: fix event_idx compatibility for virtio devices
* pc: add pc-0.15
* cris: Handle conditional stores on CRISv10
* configure: Enable build by default PIE / read-only relocation sections on OpenBSD amd64/i386.
* target-i386: fix cmpxchg instruction emulation
* hw/9pfs: Use the correct signed type for different variables
* hw/9pfs: replace iovec manipulation with QEMUIOVector
* hw/9pfs: Use the correct file descriptor in Fsdriver Callback
* hw/9pfs: Add qdev.reset callback for virtio-9p-pci device
* hw/9pfs: Reset server state during TVERSION
* hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted
* hw/9pfs: Improve portability to older systems
* exec.c: Fix subpage memory access to RAM MemoryRegion
* malta: Fix regression (i8259 interrupts did not work)

General

    i386-softmmu is no longer named qemu but instead referred to as qemu-system-i386 for better consistency with other targets. A new tool is likely to be introduced that uses the qemu name so distributions are advised to not undo this change.
    QEMU now uses a separate thread for VCPU execution. This merges the biggest difference between the qemu-kvm tree and upstream QEMU.
    A new memory dispatch API has been added internally. A new monitor command "info mtree" can show the hierarchy of memory regions in the guest.
    QEMU now has a build dependency on glib and makes extensive use of glib.
    QEMU now can run on more hosts. Hosts without a native code generator can use the TCG interpreter (TCI). See Features/TCI for more information.

Block devices (disks)

    QEMU now supports I/O latency accounting in the monitor command "info blockstats".
    Errors are now tracked per device and are shown by the monitor command "info block".
    All image formats now support asynchronous operation. IDE and SCSI emulation will use this feature, while other devices (notably floppy and SD) will not.

IDE/ATAPI

    A large number of bugs were fixed regarding CD media change and tray locking.

SCSI

    Memory management errors could crash QEMU when scsi-disk encountered I/O errors. Many instances of this problem were fixed.
    The accuracy of error handling for SCSI emulation has been greatly improved.
    SCSI devices can now be addressed by channel, target (id) and LUN. Not all emulated HBAs will support this feature (in particular, the LSI controller will not).
    Block device pass through is now supported through a new scsi-block device. The scsi-block device works with block devices (like /dev/sda or /dev/sr0) rather than /dev/sgN devices, and is more efficient because it does not consume arbitrary amounts of memory when the guest does large data transfers.
    SCSI CD-ROMs now report media changed events.
    SCSI CD-ROMs now support DVD images.
    Bugfixes for IDE media change also apply to SCSI.
    SCSI devices now report a unit attention condition when the system is started or reset. This may cause problems with old firmware versions.

VDI

    Now supports discarded blocks in dynamically-sized images.

User-mode networking (SLIRP)

    SLIRP can process ARP replies and gratuitous ARP requests from the guest.

ARM

    QEMU now supports the new Cortex-A15 instructions in linux-user mode (via "-cpu any"): VFPv4 fused multiply-accumulate (VFMA, VFMS, VFNMA, VFNMS) and also integer division (UDIV, SDIV).
    The vexpress-a9, versatileab, versatilepb and realview-* boards now have audio support.
    QEMU is known not to work on ARM hosts in this release. (ARM target emulation is fine.)

pSeries

    sPAPR VIO devices can now be created with -device.

Xtensa

    QEMU now supports DC232b and FSF xtensa CPU cores.
    QEMU now supports sim (similar to Tensilica ISS) and LX60/LX110/LX200 machines.

Migration

    QEMU now supports live migration using image files like QCOW2 on shared storage

(ryoon)

2012-06-07 16:52:05 UTC MAIN commitmail json YAML

Updated net/quagga to 0.99.21

(gdt)

2012-06-07 16:51:43 UTC MAIN commitmail json YAML

Update to 0.99.21

* Changes in Quagga 0.99.21

- [bgpd] BGP multipath support has been merged
- [bgpd] SAFI (Multicast topology) support has been extended to propagate
  the topology to zebra.
- [bgpd] AS path limit functionality has been removed
- [babeld] a new routing daemon implementing the BABEL ad-hoc mesh routing
  protocol has been merged.
- [isisd] a major overhaul has been picked up. Please note that isisd is
  STILL NOT SUITABLE FOR PRODUCTION USE.
- [*] a lot of bugs have been fixed, please refer to the git log

(gdt)

2012-06-07 15:57:38 UTC MAIN commitmail json YAML

Updated benchmarks/iozone to 3.408

(asau)

2012-06-07 15:57:20 UTC MAIN commitmail json YAML

Update to IOzone 3.408

Changes since version 3.397:

Revision 3.408
Bug fix for clobbering of buffer. "tfile" needed to be bigger, as its
address was loaded into filearray[] and then that was overwritten
by the mfflag causing parsed names to get loaded.

Revision 3.407
Work around for cache_line_size suddenly becoming zero and breaking fetchit()

Revision 3.406
Increase buffer size for configuration lines. They might be 700 chars long.

Revision 3.405
Reduce CPU consumption in the op_rate control mechanism.

Revision 3.404
Fix type-oh in usage message.

Revision 3.403
Add -+W to permit chid_skew. This permits adding files, and continuing
the proper sharing/dedup within each quadrant, within same seed group
and with previously existing files that were created with a different
number of threads.

Revision 3.402
Mods for DragonFly support.

Revision 3.401
bug fix for re-write rec.

Revision 3.398
Adding thread_read_test and thread_write_test.

(asau)

2012-06-07 13:51:03 UTC MAIN commitmail json YAML

Fix broken shell syntax

(fhajny)

2012-06-07 13:50:42 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.9.3.1
Updated devel/nss to 3.13.5

(ryoon)

2012-06-07 13:49:11 UTC MAIN commitmail json YAML

Update to 3.13.5

No ChangeLog is provided.

(ryoon)

2012-06-07 13:48:21 UTC MAIN commitmail json YAML

2012-06-07 12:56:35 UTC MAIN commitmail json YAML

Add checksum for patch-lib_wiki-plugins_wikiplugin__snarf.php

(ryoon)

2012-06-07 11:56:41 UTC MAIN commitmail json YAML

Updated graphics/rabbit to 1.0.7

(obache)

2012-06-07 11:56:29 UTC MAIN commitmail json YAML

Update rabbit to 1.0.7.

== 1.0.7: 2012-05-29

twitter-stream 0.1.15 support release.

=== Improvements

==== rabbit

  * Supported markdown extension as Markdown file.
  * Supported Markdown's link markup. [Patch by KITAITI Makoto]

==== Theme

  * default-preformatted: Added @preformatted_centering variable that
    changes alignment of preformatted text.
    [Patch by kimura wataru]
    * (({true})): Centering (default)
    * (({false})): Left align

==== rabbiter

  * Supported twitter-stream 0.1.15.

=== Fixes

==== rabbit

  * Fixed computation of spacing.

==== Theme

  * Fixed a bug that horizontal centering isn't reset.

==== Documentation

  * Fixed typos [Reported by @tmtms]

=== Thanks

  * KITAITI Makoto
  * kimura wataru
  * @tmtms

(obache)

2012-06-07 08:16:53 UTC MAIN commitmail json YAML

2012-06-07 08:15:55 UTC MAIN commitmail json YAML

Suggest committing package and Makefile separately when adding packages.
Requested by dholland.

(wiz)

2012-06-07 01:32:34 UTC MAIN commitmail json YAML

Note update of kyua-cli to 0.4.

(jmmv)

2012-06-07 01:13:59 UTC MAIN commitmail json YAML

Update to 0.4.

Other than the upgrade itself, this also adds a new 'tests' option to
the package to indicate whether the Kyua-specific tests should be built
or not.  I do not recommend disabling their build, but not specifiying
the 'tests' option cuts down the build time significantly.

The major changes since 0.3 are:

* Added the 'report-html' command to generate HTML reports of the
  execution of any recorded action.

* Changed the '--output' flag of the 'report' command to only take a
  path to the target file, not its format.  Different formats are better
  supported by implementing different subcommands, as the options they
  may receive will vary from format to format.

* Added a '--with-atf' flag to the configure script to control whether
  the ATF tests get built or not.  May be useful for packaging systems
  that do not have ATF in them yet.  Disabling ATF also cuts down the
  build time of Kyua significantly, but with the obvious drawbacks.

* Grouped 'kyua' subcommands by topic both in the output of 'help' and
  in the documentation.  In general, the user needs to be aware of
  commands that rely on a current project and those commands that rely
  purely on the database to generate reports.

* Made 'help' print the descriptions of options and commands properly
  tabulated.

* Changed most informational messages to automatically wrap on screen
  boundaries.

* Rewrote the configuration file parsing module for extensibility.  This
  will allow future versions of Kyua to provide additional user-facing
  options in the configuration file.

  No syntax changes have been made, so existing configuration files
  (version 1) will continue to be parsed without problems.  There is one
  little exception though: all variables under the top-level
  'test_suites' tree must be declared as strings.

  Similarly, the '-v' and '--variable' flags to the command line must
  now carry a 'test_suites.' prefix when referencing any variables under
  such tree.

(jmmv)

2012-06-07 00:50:49 UTC MAIN commitmail json YAML

Set appdefaultdir so the app-defaults don't end up in /usr/X11R[67] if
built against native X. (Copied from xclock.)

(dholland)

2012-06-06 23:14:11 UTC MAIN commitmail json YAML

2012-06-06 22:51:18 UTC MAIN commitmail json YAML

Add missing archivers/lz buildlink.

(dholland)

2012-06-06 22:19:58 UTC MAIN commitmail json YAML

Use hacks file from meta-pkgs/modular-xorg instead of patch for
fixing autoconf + space in variable name issue.

(wiz)

2012-06-06 22:19:14 UTC MAIN commitmail json YAML

Add hacks file for autoconf macro issue with space, affecting lots of
xorg packages.

(wiz)

2012-06-06 21:55:22 UTC MAIN commitmail json YAML

2012-06-06 21:38:19 UTC MAIN commitmail json YAML

Updated graphics/gdk-pixbuf2 to 2.26.1nb1

(ryoon)

2012-06-06 21:37:13 UTC MAIN commitmail json YAML

Bump PKGREVISION.

Fix build when xz is installed from pkgsrc on NetBSD 5.1.2
libpixbufloader-tiff.so uses liblzma.

* Add xz buildlink3.mk

(ryoon)

2012-06-06 20:48:12 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets #3821, #3822, #3823, #3824 and #3825.

(tron)

2012-06-06 20:47:04 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3825 - requested by dholland
x11/xvidtune: build fix

Revisions pulled up:
- x11/xvidtune/hacks.mk                                        1.1-1.2

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  2 21:03:03 UTC 2012

  Added Files:
  pkgsrc/x11/xvidtune: hacks.mk

  Log Message:
  Work around x11-links lossage with native X on NetBSD 5.

  x11-links rejects xf86vidmodeproto because it's too old according
  to the pkgsrc X xf86vidmodeproto bl3 file (which is at best dubious
  logic) and doesn't link it. Then the .pc file isn't available, so
  this package's configure script silently fails running pkg-config
  and sets XVIDTUNE_LIBS to empty. The build then fails at link time
  because no X libs at all have been requested. Fix it by feeding in
  the result of running the same pkg-config invocation outside
  pkgsrc. The fact that the native xf86vidmode is "too old" does not
  itself break the package.

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sun Jun  3 18:06:11 UTC 2012

  Modified Files:
  pkgsrc/x11/xvidtune: hacks.mk

  Log Message:
  This should also have bsd.prefs.mk before checking MACHINE_PLATFORM.

(tron)

2012-06-06 20:45:13 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3824 - requested by dholland
www/p5-Task-Plack: build fix

Revisions pulled up:
- www/p5-Task-Plack/Makefile                                    1.5

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  2 18:54:32 UTC 2012

  Modified Files:
  pkgsrc/www/p5-Task-Plack: Makefile

  Log Message:
  Fix invalid version numbers.

(tron)

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

2012-06-06 18:11:41 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3823 - requested by dholland
net/nasd: build fix

Revisions pulled up:
- net/nasd/distinfo                                            1.2
- net/nasd/patches/patch-al                                    1.2
- net/nasd/patches/patch-ay                                    1.2
- net/nasd/patches/patch-common_i386_Imakefile                  1.1
- net/nasd/patches/patch-include_nasd_nasd__timer_h            1.1
- net/nasd/patches/patch-kernel__generate_dux_other_Makefile    1.1
- net/nasd/patches/patch-kernel__generate_dux_other_nasd_Makefile 1.1

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  2 23:34:56 UTC 2012

  Modified Files:
  pkgsrc/net/nasd: distinfo
  pkgsrc/net/nasd/patches: patch-al patch-ay
  Added Files:
  pkgsrc/net/nasd/patches: patch-common_i386_Imakefile
      patch-include_nasd_nasd__timer_h
      patch-kernel__generate_dux_other_Makefile
      patch-kernel__generate_dux_other_nasd_Makefile

  Log Message:
  Fix broken build.

  (1) With gcc 4.5, cpp does not fold lines separated by a escaped
  newline in the output. Therefore when nasd_rpcgen runs its rpc
  definitions through cpp, what comes out contains syntax errors. The
  parser then reports these with SIGSEGV. First fix the cpp plumbing to
  use the cpp tool wrapper during build, and then have it use -traditional.

  (2) On amd64, roughly half the build thinks it's actually i386. Patch
  the other half to agree. This may not turn out to work, but it does
  build instead of dumping out bizarre compile errors.

(tron)

2012-06-06 17:40:14 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3822 - requested by tron
misc/stellarium/Makefile: build fix
print/pdf2djvu/Makefile: build fix

Revisions pulled up:
- misc/stellarium/Makefile                                      1.54-1.55
- print/pdf2djvu/Makefile                                      1.8-1.9

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  2 19:35:47 UTC 2012

  Modified Files:
  pkgsrc/misc/stellarium: Makefile

  Log Message:
  Use BUILDLINK_TRANSFORM to drop unsupported -W options on netbsd-5.

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  2 19:38:56 UTC 2012

  Modified Files:
  pkgsrc/print/pdf2djvu: Makefile

  Log Message:
  Use BUILDLINK_TRANSFORM to remove -Werror=foo syntax not supported on
  netbsd-5.

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Sun Jun  3 09:31:32 UTC 2012

  Modified Files:
  pkgsrc/misc/stellarium: Makefile
  pkgsrc/print/pdf2djvu: Makefile

  Log Message:
  require bsd.prefs.mk before conditional check.

(tron)

2012-06-06 16:01:06 UTC MAIN commitmail json YAML

Note update of ISC DHCP4 packages:

net/isc-dhcp4 4.2.4
net/isc-dhclient4 4.2.4
net/isc-dhcpd4 4.2.4
net/isc-dhcrelay4 4.2.4

(taca)

2012-06-06 15:59:31 UTC MAIN commitmail json YAML

Update isc-{dhclient4,dhcp4,dhcpd4,dhcrelay4} to 4.2.4.

ISC's Release Signing Key can be obtained at:

    http://www.isc.org/about/openpgp/

                        Changes since 4.2.4rc1

- Rotate the lease file when running in v6 mode.
  Thanks to Christoph Moench-Tegeder at Astaro for the
  report and the first version of the patch.
  [ISC-Bugs #24887]

                        Changes since 4.2.4b1

- None

                        Changes since 4.2.3

! Add a check for a null pointer before calling the regexec function.
  Without this check we could, under some circumstances, pass
  a null pointer to the regexec function causing it to segfault.
  Thanks to a report from BlueCat Networks.
  [ISC-Bugs #26704].
  CVE: CVE-2011-4539

! Modify the DDNS handling code.  In a previous patch we added logging
  code to the DDNS handling.  This code included a bug that caused it
  to attempt to dereference a NULL pointer and eventually segfault.
  While reviewing the code as we addressed this problem, we determined
  that some of the updates to the lease structures would not work as
  planned since the structures being updated were in the process of
  being freed: these updates were removed.  In addition we removed an
  incorrect call to the DDNS removal function that could cause a failure
  during the removal of DDNS information from the DNS server.
  Thanks to Jasper Jongmans for reporting this issue.
  [ISC-Bugs #27078]
  CVE: CVE-2011-4868

- Fixed the code that checks if an address the server is planning
  to hand out is in a reserved range.  This would appear as
  the server being out of addresses in pools with particular ranges.
  [ISC-Bugs #26498]

- In the DDNS code handle error conditions more gracefully and add more
  logging code.  The major change is to handle unexpected cancel events
  from the DNS client code.
  [ISC-Bugs #26287]

- Tidy up the receive calls and eliminate the need for found_pkt.
  [ISC-Bugs #25066]

- Add support for Infiniband over sockets to the server and
  relay code.  We've tested this on Solaris and hope to expand
  support for Infiniband in the future.  This patch also corrects
  some issues we found in the socket code.
  [ISC-Bugs #24245]

- Add a compile time check for the presence of the noreturn attribute
  and use it for log_fatal if it's available.  This will help code
  checking programs to eliminate false positives.
  [ISC-Bugs #27539]

- Fixed many compilation problems ("set, but not used" warnings) for
  gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]

- Modify the code that determines if an outstanding DDNS request
  should be cancelled.  This patch results in cancelling the
  outstanding request less often.  It fixes the problem caused
  by a client doing a release where  the TXT and PTR records
  weren't removed from the DNS.
  [ISC-BUGS #27858]

- Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packet
  and dhcpv6_packet in several more places.  Thanks to a report from
  Bruno Verstuyft and Vincent Demaertelaere of Excentis.
  [ISC-Bugs #27941]

- Remove outdated note in the description of the bootp keyword about the
  option not satisfying the requirement of failover peers for denying
  dynamic bootp clients.
  [ISC-bugs #28574]

- Multiple items to clean up IPv6 address processing.
  When processing an IA that we've seen check to see if the
  addresses are usable (not in use by somebody else) before
  handing it out.
  When reading in leases from the file discard expired addresses.
  When picking an address for a client include the IA ID in
  addition to the client ID to generally pick different addresses
  for different IAs.
  [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586]
  [ISC-Bugs #27684]

- Remove unnecessary checks in the lease query code and clean up
  several compiler issues (some dereferences of NULL and treating
  an int as a boolean).
  [ISC-Bugs #26203]

- Fix the NA and PD allocation code to handle the case where a client
  provides a preference and the server doesn't have any addresses or
  prefixes available.  Previoulsy the server ignored the request with
  this patch it replies with a NoAddrsAvail or NoPrefixAvail response.
  By default the code performs according to the errata of August 2010
  for RFC 3315 section 17.2.2; to enable the previous style see the
  section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.  This option
  may be removed in the future.
  Thanks to Jiri Popelka at Red Hat for the patch.
  [ISC-Bugs #22676]

- Fix up some issues found by static analysis.
  A potential memory leak and NULL dereference in omapi.
  The use of a boolean test instead of a bitwise test in dst.
  [ISC-Bugs #28941]

(taca)

2012-06-06 15:57:21 UTC MAIN commitmail json YAML

Note update of www/contao211-translations package to 201206040.

(taca)

2012-06-06 15:56:42 UTC MAIN commitmail json YAML

Update contao211-translations to 201206040.

Enable Finnish with updated language files.

(taca)

2012-06-06 14:43:32 UTC MAIN commitmail json YAML

Updated devel/xulrunner10 to 10.0.5
Updated www/firefox10 to 10.0.5
Updated www/firefox10-l10n to 10.0.5

(ryoon)

2012-06-06 14:40:55 UTC MAIN commitmail json YAML

+ postgresql83-8.3.19 [CVE-2012-2143, CVE-2012-2655],
  postgresql84-8.4.12 [CVE-2012-2143, CVE-2012-2655],
  postgresql90-9.0.8 [CVE-2012-2143, CVE-2012-2655],
  postgresql93-9.1.3 [CVE-2012-2143, CVE-2012-2655]

(taca)

2012-06-06 14:40:48 UTC MAIN commitmail json YAML

Update to 10.0.5

* Sync with firefox-10.0.5 (xulrunner-10.0.5)
* Update HOMEPAGE

(ryoon)

2012-06-06 14:39:21 UTC MAIN commitmail json YAML

Update to 10.0.5

Changelog:
* Security fixes can be found
  https://www.mozilla.org/security/known-vulnerabilities/firefoxESR.html
MFSA 2012-40 Buffer overflow and use-after-free issues found using Address Sanitizer
MFSA 2012-39 NSS parsing errors with zero length items
MFSA 2012-38 Use-after-free while replacing/inserting a node in a document
MFSA 2012-37 Information disclosure though Windows file shares and shortcut files
MFSA 2012-36 Content Security Policy inline-script bypass
MFSA 2012-34 Miscellaneous memory safety hazards
* 10.5 Firefox top crash with signature [@ GLEngine@0x620cf ] (734848)

(ryoon)

2012-06-06 14:27:57 UTC MAIN commitmail json YAML

ncview-1.93b => 2.1.1, and update status of udunits

(obache)

2012-06-06 14:17:12 UTC MAIN commitmail json YAML

Recognize -Wl,-rpath spelling as well.

(joerg)

2012-06-06 13:56:48 UTC MAIN commitmail json YAML

Rev.1: enable OpenEXR; fix buildling on case-insensitive file-systems; fix installation on Mac OS X

(adam)

2012-06-06 13:27:06 UTC MAIN commitmail json YAML

bison is not required to build flex.
resolve PR 46554.

(obache)

2012-06-06 11:47:54 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3821 - requested by tron
audio/xcdplayer: build fix

Revisions pulled up:
- audio/xcdplayer/distinfo                                      1.9
- audio/xcdplayer/patches/patch-al                              1.6

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Jun  2 20:00:50 UTC 2012

  Modified Files:
  pkgsrc/audio/xcdplayer: distinfo
  pkgsrc/audio/xcdplayer/patches: patch-al

  Log Message:
  Call time() correctly; fixes netbsd-5 build.

(tron)

2012-06-06 09:44:42 UTC MAIN commitmail json YAML

+ dvdstyler-2.2, gnutls-3.0.20, gworkspace-0.9.1, help2man-1.40.10
  [pkg/46548], p5-App-cpanminus-1.5013 [pkg/46549], py-pyutil-1.9.3
  [pkg/46551], py-setuptools_trial-0.5.12 [pkg/46550], vifm-0.7.3,
  weechat-0.3.8.

(wiz)

2012-06-06 09:43:25 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-apps to 1.7

(wiz)

2012-06-06 09:43:14 UTC MAIN commitmail json YAML

2012-06-06 09:41:18 UTC MAIN commitmail json YAML

Added x11/xkbprint version 1.0.3

(wiz)

2012-06-06 09:41:07 UTC MAIN commitmail json YAML

Import xkbprint-1.0.3:

xkbprint generates a printable or encapsulated PostScript description
of an XKB keyboard description.

(wiz)

2012-06-06 09:38:06 UTC MAIN commitmail json YAML

Added x11/xkbevd version 1.1.3

(wiz)

2012-06-06 09:37:54 UTC MAIN commitmail json YAML

Add xkbevd-1.1.3:

This command is very raw and is therefore only partially implemented;
we present it here as a rough prototype for developers, not as a
general purpose tool for end users.

The xkbevd event daemon listens for specified XKB events and executes
requested commands if they occur.  The configuration file consists
of a list of event specification/action pairs and/or variable
definitions.

(wiz)

2012-06-06 09:32:56 UTC MAIN commitmail json YAML

Added x11/xkbutils version 1.0.3

(wiz)

2012-06-06 09:32:44 UTC MAIN commitmail json YAML

Add xkbutils-1.0.3:

xkbutils is a collection of small utilities utilizing the XKeyboard (XKB)
extension to the X11 protocol.

It includes:
xkbbell  - generate XKB bell events
xkbvleds - display the state of LEDs on an XKB keyboard in a window
xkbwatch - reports changes in the XKB keyboard state

(wiz)

2012-06-06 09:27:31 UTC MAIN commitmail json YAML

Added x11/viewres version 1.0.3

(wiz)

2012-06-06 09:27:19 UTC MAIN commitmail json YAML

Import viewres-1.0.3:

viewres displays a tree showing the widget class hierarchy of the
Athena Widget Set (libXaw).

(wiz)

2012-06-06 07:54:36 UTC MAIN commitmail json YAML

+ xorg-sgml-doctools

(wiz)

2012-06-06 07:48:12 UTC MAIN commitmail json YAML

Remove two suggested xorg packages I've just added.

(wiz)

2012-06-06 07:47:31 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg to 1.1

(wiz)

2012-06-06 07:47:22 UTC MAIN commitmail json YAML

Add misc/xorg-docs (directly, until there are enough packages for a
modular-xorg-docs meta package). Bump version.

(wiz)

2012-06-06 07:45:42 UTC MAIN commitmail json YAML

Added misc/xorg-sgml-doctools version 1.11

(wiz)

2012-06-06 07:45:32 UTC MAIN commitmail json YAML

Add xorg-sgml-doctools-1.11:

This package provides a common set of SGML entities and XML/CSS style
sheets used in building/formatting the documentation provided in other
X.Org packages.  It's typically only needed by people building from
source who want to produce formatted documentation from their builds,
or those who have installed the HTML version of the documentation,
which refers to the included common xorg.css stylesheet.

(wiz)

2012-06-06 07:40:36 UTC MAIN commitmail json YAML

Added misc/xorg-docs version 1.7

(wiz)

2012-06-06 07:40:01 UTC MAIN commitmail json YAML

2012-06-06 07:39:55 UTC MAIN commitmail json YAML

Add xorg-docs-1.7:
This package provides miscellaneous documentation for the X Window System
that doesn't better fit into other packages.

(wiz)

2012-06-06 07:39:07 UTC MAIN commitmail json YAML

Document that new packages should be 'cvs add'ed instead of imported.
Per the discussion on tech-pkg.

(wiz)

2012-06-06 07:20:45 UTC MAIN commitmail json YAML

Updated devel/bison to 2.5.1

(wiz)

2012-06-06 07:20:36 UTC MAIN commitmail json YAML

Update to 2.5.1:

* Noteworthy changes in release 2.5.1 (2012-06-05) [stable]

** Future changes:

  The next major release will drop support for generating parsers in K&R C.

** yacc.c: YYBACKUP works as expected.

** glr.c improvements:

*** Location support is eliminated when not requested:

  GLR parsers used to include location-related code even when locations were
  not requested, and therefore not even usable.

*** __attribute__ is preserved:

  __attribute__ is no longer disabled when __STRICT_ANSI__ is defined (i.e.,
  when -std is passed to GCC).

** lalr1.java: several fixes:

  The Java parser no longer throws ArrayIndexOutOfBoundsException if the
  first token leads to a syntax error.  Some minor clean ups.

** Changes for C++:

*** C++11 compatibility:

  C and C++ parsers use "nullptr" instead of "0" when __cplusplus is 201103L
  or higher.

*** Header guards

  The header files such as "parser.hh", "location.hh", etc. used a constant
  name for preprocessor guards, for instance:

  #ifndef BISON_LOCATION_HH
  # define BISON_LOCATION_HH
  ...
  #endif // !BISON_LOCATION_HH

  The inclusion guard is now computed from "PREFIX/FILE-NAME", where lower
  case characters are converted to upper case, and series of
  non-alphanumerical characters are converted to an underscore.

  With "bison -o lang++/parser.cc", "location.hh" would now include:

  #ifndef YY_LANG_LOCATION_HH
  # define YY_LANG_LOCATION_HH
  ...
  #endif // !YY_LANG_LOCATION_HH

*** C++ locations:

  The position and location constructors (and their initialize methods)
  accept new arguments for line and column.  Several issues in the
  documentation were fixed.

** liby is no longer asking for "rpl_fprintf" on some platforms.

** Changes in the manual:

*** %printer is documented

  The "%printer" directive, supported since at least Bison 1.50, is finally
  documented.  The "mfcalc" example is extended to demonstrate it.

  For consistency with the C skeletons, the C++ parsers now also support
  "yyoutput" (as an alias to "debug_stream ()").

*** Several improvements have been made:

  The layout for grammar excerpts was changed to a more compact scheme.
  Named references are motivated.  The description of the automaton
  description file (*.output) is updated to the current format.  Incorrect
  index entries were fixed.  Some other errors were fixed.

** Building bison:

*** Conflicting prototypes with recent/modified Flex.

  Fixed build problems with the current, unreleased, version of Flex, and
  some modified versions of 2.5.35, which have modified function prototypes.

*** Warnings during the build procedure have been eliminated.

*** Several portability problems in the test suite have been fixed:

  This includes warnings with some compilers, unexpected behavior of tools
  such as diff, warning messages from the test suite itself, etc.

*** The install-pdf target work properly:

  Running "make install-pdf" (or -dvi, -html, -info, and -ps) no longer
  halts in the middle of its course.

(wiz)

2012-06-06 07:14:21 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-apps to 1.6

(wiz)

2012-06-06 07:14:11 UTC MAIN commitmail json YAML

2012-06-05 23:17:33 UTC MAIN commitmail json YAML

Adjust comments (only) about shlib versioning.

Upstream says using the C++ API is broken; document the policy and the
list of (broken per geos rules) packages that need a revbump every
time, currently gdal-lib.

(gdt)

2012-06-05 22:43:52 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-ExifTool to 8.90

(gdt)

2012-06-05 22:43:24 UTC MAIN commitmail json YAML

Update to 8.90.

Apr. 28, 2012 - Version 8.90 (production release)

(Many minor bugfixes, new lens types, etc. - no major changes.)

(gdt)

2012-06-05 22:15:03 UTC MAIN commitmail json YAML

2012-06-05 21:53:52 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 3.5.4.2nb1

(wiz)

2012-06-05 21:53:42 UTC MAIN commitmail json YAML

2012-06-05 21:33:50 UTC MAIN commitmail json YAML

fix !nobranding PLIST

(abs)

2012-06-05 18:50:06 UTC MAIN commitmail json YAML

Updated mail/roundcube to 0.7.2nb1.

(jym)

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

On <dholland> advice, bump revision.

(jym)

2012-06-05 18:13:05 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 13.0
Updated www/firefox to 13.0
Updated www/firefox-l10n to 13.0

(ryoon)

2012-06-05 18:11:31 UTC MAIN commitmail json YAML

2012-06-05 18:10:38 UTC MAIN commitmail json YAML

Sync with devel/xulrunner-13.0

(ryoon)

2012-06-05 18:09:21 UTC MAIN commitmail json YAML

Update to 13.0

Changelog:
* When opening a new tab, users are now presented with their most visited pages
* General performance improvements through incremental JavaScript garbage collection
* The default home page now has quicker access to bookmarks, history, settings, and more SPDY protocol now enabled by default for faster browsing on supported sites
* Restored background tabs are not loaded by default for faster startup
* Smooth scrolling is now enabled by default
* 72 total improvements to Page Inspector, HTML panel, Style Inspector, Scratchpad and Style Editor
* The column-fill CSS property has been implemented
* Experimental support for ECMAScript 6 Map and Set objects has been implemented
* Support for the CSS3 background-position property extended syntax has been added
* The :invalid pseudo-class can now be applied to the element
* The CSS turn <angle> unit is now supported

(ryoon)

2012-06-05 17:56:10 UTC MAIN commitmail json YAML

- SQL files are used by scripts and PHP code to create/update the
  database, and they are looking for them directly under INSTALL_DIR.
  As such, move them to RCDIR.

- install bin/ scripts with --x rights.

Package not bumped. All these changes do not affect roundcube besides
installation and update. If your roundcube install works already, chances
are you have adjusted the package in a way similar to this patch.

(jym)

2012-06-05 15:27:22 UTC MAIN commitmail json YAML

Add patch based on taca's analysis which should fix build breakage on
NetBSD<6.

(wiz)

2012-06-05 12:58:53 UTC MAIN commitmail json YAML

Add support for appending a custom string to the OS version as displayed by
XenCenter by setting xenguest_osappend in rc.conf.

Bump PKGREVISION

(sborrill)

2012-06-05 09:30:19 UTC MAIN commitmail json YAML

Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in the
+INSTALL script. This causes problems when you build the package on one
machine but install it on another not necessarily with the same
accounts configured.

XXX any real use for USERGROUP_PHASE=pre-install? IIUC pkg_install
installs USERGROUP during pre-install-script target by default, making it
explicit seems to cause more problems than it solves...

(jym)

2012-06-05 08:58:36 UTC MAIN commitmail json YAML

2012-06-05 08:28:52 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets 3817, 3818, 3819 and 3820

(sbd)

2012-06-05 08:27:13 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3820 - requested by taca
net/bind96 security update

Revisions pulled up:
- net/bind96/Makefile                                          1.26
- net/bind96/distinfo                                          1.18

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jun  4 13:29:19 UTC 2012

  Modified Files:
  pkgsrc/net/bind96: Makefile distinfo

  Log Message:
  Update bind96 to 9.6.3.1.ESV.7pl1 (BIND 9.6-ESV-R7-P1).
  Security release for CVE-2012-1667.

  --- 9.6-ESV-R7-P1 released ---

  3331. [security] dns_rdataslab_fromrdataset could produce bad
  rdataslabs. [RT #29644]

(sbd)

2012-06-05 08:27:06 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3819 - requested by taca
net/bind97 security update

Revisions pulled up:
- net/bind97/Makefile                                          1.15
- net/bind97/distinfo                                          1.14

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jun  4 13:27:32 UTC 2012

  Modified Files:
  pkgsrc/net/bind97: Makefile distinfo

  Log Message:
  Update bind97 to 9.7.6pl1 (BIND 9.7.6-P1).
  Security release for CVE-2012-1667.

  --- 9.7.6-P1 released ---

  3331. [security] dns_rdataslab_fromrdataset could produce bad
  rdataslabs. [RT #29644]

(sbd)

2012-06-05 08:26:59 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3818 - requested by taca
net/bind98 security update

Revisions pulled up:
- net/bind98/Makefile                                          1.12
- net/bind98/distinfo                                          1.12

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jun  4 13:25:56 UTC 2012

  Modified Files:
  pkgsrc/net/bind98: Makefile distinfo

  Log Message:
  Update bind98 to 9.8.3pl1 (BIND 9.8.3-P1).
  Security release for CVE-2012-1667.

  --- 9.8.3-P1 released ---

  3331. [security] dns_rdataslab_fromrdataset could produce bad
  rdataslabs. [RT #29644]

(sbd)

2012-06-05 08:26:51 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3817 - requested by taca
net/bind99 security update

Revisions pulled up:
- net/bind99/Makefile                                          1.5
- net/bind99/distinfo                                          1.5

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jun  4 13:24:28 UTC 2012

  Modified Files:
  pkgsrc/net/bind99: Makefile distinfo

  Log Message:
  Update bind99 to 9.9.1pl1 (BIND 9.9.1-P1).
  Security release for CVE-2012-1667.

  --- 9.9.1-P1 released ---

  3331. [security] dns_rdataslab_fromrdataset could produce bad
  rdataslabs. [RT #29644]

(sbd)