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

2024-05-12 18:49:48 UTC Now

2014-01-14 19:16:52 UTC MAIN commitmail json YAML

Use better gfortran patch from Kai-Uwe Eckhardt in PR 48512.
Bump PKGREVISION.
gcc47-libs PKGREVISION still higher, so no PKGREVISION bump needed there.

(wiz)

2014-01-14 19:11:15 UTC MAIN commitmail json YAML

Updated x11/libxkbcommon to 0.3.2nb2

(wiz)

2014-01-14 18:52:57 UTC MAIN commitmail json YAML

Fix path to xkb data dir.

>From Niclas Rosenvik in PR 48511.

Bump PKGREVISION.

(wiz)

2014-01-14 18:50:03 UTC MAIN commitmail json YAML

Updated devel/git-base to 1.8.5.2nb2

(wiz)

2014-01-14 18:49:55 UTC MAIN commitmail json YAML

Add a patch from the git mailing list fixing a problem with 'git svn':

git-svn: workaround for a bug in svn serf backend

Subversion serf backend in versions 1.8.5 and below has a bug that the
function creating the descriptor of a file change -- add_file() --
doesn't make a copy of its 3d argument when storing it on the returned
descriptor.  As a result, by the time this field is used (in
transactions of file copying or renaming) it may well be released.

This patch works around this bug, by storing the value to be passed as
the 3d argument to add_file() in a local variable with the same scope as
the file change descriptor, making sure their lifetime is the same.

Cc: Benjamin Pabst <benjamin.pabst85 <at> gmail.com>
Cc: Eric Wong <normalperson <at> yhbt.net>
Signed-off-by: Roman Kagan <rkagan <at> mail.ru>
---
perl/Git/SVN/Editor.pm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

http://permalink.gmane.org/gmane.comp.version-control.git/239690

(wiz)

2014-01-14 17:24:42 UTC MAIN commitmail json YAML

Add a compat sem_timedwait() for __NetBSD_Version__ < 699000400 to fix
build on NetBSD 6 (and possibly earlier)
No change for systems which would have built anyway, so no PKGREVISION bump

(abs)

2014-01-14 17:07:37 UTC MAIN commitmail json YAML

2014-01-14 15:58:26 UTC MAIN commitmail json YAML

Forgot to commit the cross/Makefile that recorded the added bossa

(reinoud)

2014-01-14 15:36:59 UTC MAIN commitmail json YAML

Add bossa-20140109:

BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM
microcontrollers. The motivation behind BOSSA is to create a simple,
easy-to-use, open source utility to replace Atmel's SAM-BA software.

(reinoud)

2014-01-14 14:28:32 UTC MAIN commitmail json YAML

Updated multimedia/libass to 0.10.2nb1

(jperkin)

2014-01-14 14:28:21 UTC MAIN commitmail json YAML

Needs to be explicitly linked against libiconv on SunOS.

Bump PKGREVISION.

(jperkin)

2014-01-14 12:28:47 UTC MAIN commitmail json YAML

Revert previous commit

(cheusov)

2014-01-14 12:12:00 UTC MAIN commitmail json YAML

Updated ruby-gnome2 packages to 2.1.0.

(obache)

2014-01-14 12:01:51 UTC MAIN commitmail json YAML

== Ruby-GNOME2 2.1.0: 2013-12-29

Ruby 2.1.0 support release!

=== Changes

==== All

  * Improvements
    * Set license information to gem.
  * Fixes
    * [windows] Added missing binaries for Ruby 2.1.0.
      [GitHub#123] [Patch by Masafumi Yokoyama]

==== Ruby/GDK3

  * Improvements
    * [windows] Bundled hicolor-icon-theme. It may fix a problem that
      Windows theme is not applied.
      [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]

=== Thanks

  * Masafumi Yokoyama
  * Regis d'Aubarede

== Ruby-GNOME2 2.0.3: 2013-12-29

It is RC release for 2.1.0.

=== Changes

==== All

  * Improvements
    * Removed Ruby 1.8 from supported Ruby in READMEs.
      [GitHub#166] [Reported by Markus Heiler] [Patch by Masafumi Yokoyama]
    * Supported Ruby 2.1.0. [GitHub#181] [cosmo0920][Masafumi Yokoyama]
    * Made rcairo optional to required because we dropped old GTK+ that
      doesn't use cairo. (Cairo isn't used library such as GLib doesn't
      require rcairo. But Ruby/GLib2 requires rcairo on Windows because
      it uses zlib bundled in rcairo.) [GitHub#193] [cosmo0920]
    * Updated LGPL 2.1 files. [GitHub#196] [Reported by ktdreyer]
    * Supported tests on Travis CI. [Masafumi Yokoyama][cosmo0920]
    * Supported rake-compiler 0.9.1.

==== Ruby/GLib2

  * Improvements
    * Set UTF-8 encoding to exception message.
    * Added GLib::GetText.bindtextdomain.
    * Dropped GLib < 2.12 because CentOS 5 has GLib 2.12.3.
      [GitHub#190] [cosmo0920]
    * Added GValue#to_s.
    * [windows] Updated bundled GLib to 2.38.2 from 2.36.2.

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported GList return type.
    * Supported freeing UTF-8 return type.
    * Supported freeing array return type.
    * Supported NULL as array return value.
    * Supported freeing GObject return value.
    * Supported freeing structure return value.
    * Supported NULL character for gint8 array.
  * Fixes
    * Fixed type conversion from VALUE to GType.
      [GitHub#186] [Patch by Hiroyuki Tanaka]

==== Ruby/ATK

  * Improvements
    * Dropped ATK < 1.12 support because CentOS 5 has GTK+ 1.12.2.
      [GitHub#191] [cosmo0920]
    * [windows] Updated bundled ATK to 2.10.0 from 2.8.0.

==== Ruby/Pango

  * Improvements
    * Supported cairo 1.6.
      [GitHub#172] [Patch by Grant Schoep]
    * Dropped Pango < 1.14 support because CentOS 5 has GTK+ 1.14.9.
      [GitHub#192] [cosmo0920]
    * Added Pango::Layout#height=.
      [GitHub#210] [Patch by Vasily Fedoseyev]
    * Added Pango::Layout#ellipsized?.
      [GitHub#210] [Patch by Vasily Fedoseyev]
    * [windows] Updated bundled Pango to 1.36.1 from 1.34.1.

==== Ruby/GdkPixbuf2

  * Improvements
    * [windows] Added rcairo dependency on Windows for using libpng and zlib
      bundled in rcairo.
    * [windows] Updated bundled gdk-pixbuf to 2.30.2 from 2.28.1.

==== Ruby/GTK2

  * Improvements
    * Dropped GTK+ < 2.10 support because CentOS 5 has GTK+ 2.10.4.
      [GitHub#182] [Patch by cosmo0920]
    * [windows] Updated bundled GTK+ to 2.24.22 from 2.24.18.

==== Ruby/GDK3

  * Improvements
    * [test] Made more stable. [GitHub#178] [Reported by mtasaka]
    * Added Gdk::Device#ungrab. [cosmo0920]
    * Added Gdk::DeviceManager. [cosmo0920]
    * Added Gdk::Device#get_position. [cosmo0920]
    * Added Gdk::Device#warp. [cosmo0920]
    * Added Gdk::Device#grab. [cosmo0920]
    * Added Gdk::Window#get_device_position. [cosmo0920]
    * [windows] Updated bundled GTK+ to 3.10.6 from 3.8.2.

==== Ruby/GTK3

  * Improvements
    * [sample] Updated for GTK+ 3. [Masafumi Yokoyama]
    * Removed Gtk::BindingSet#add_path.
    * Added Gtk.show_uri.
  * Fixes
    * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fails.
      [ruby-gnome2-devel-ja] [Reported by S. Kitagawa]

==== Ruby/GStreamer

  * Improvements
    * Supported calling module functions of Gst module such as
      Gst.version before calling Gst.init.
    * Added Gst::Registry#plugins.
    * Added Gst::Registry#get_features.
    * Added Gst::ElementFactory#long_name.
    * Added Gst::ElementFactory#klass.
    * Added Gst::ElementFactory#author.
    * Added Gst::ElementFactory#static_pad_templates.
    * Added Gst::Caps#structures.
    * Added Gst::Structure#fields.
    * Gst::Element#flags returns flag object instead of raw integer value.
      Use Gst::Element#flags_raw for raw integer value.
    * Gst::PluginFeature#rank returns Gst::Rank instead of raw integer value.
      Use Gst::PluginFeature#rank for raw integer value.
    * Supported GstValueList.
    * [windows] Updated bundled GStreamer to 1.2.1 from 1.0.7.

==== Ruby/Clutter

  * Improvements
    * [sample] Updated for Clutter 1.12 or later.
      [Patch by Kentaro Fukuchi]
    * [windows] Updated bundled Clutter to 1.16.2 from 1.14.4.

==== Ruby/ClutterGStreamer

  * Improvements
    * [sample] Added.
      [Masafumi Yokoyama]
    * Fixed a typo in sample.
      [Reported by Toyo Abe]
    * [windows] Updated bundled Clutter-GStreamer to 2.0.8 from 2.0.2.

==== Ruby/Poppler

  * Improvements
    * Dropped Popper < 0.12 because CentOS has Poppler 0.12.4.
      [GitHub#212] [cosmo0920]
    * [windows] Bundled Poppler 0.24.4.

==== Ruby/RSVG

  * Improvements
    * [windows] Bundled librsvg 2.40.1.

==== Ruby/GtkSourceView3

  * Improvements
    * Supported auto GtkSourceView install on OS X.
      [GitHub#177] [Masafumi Yokoyama]
    * [windows] Updated bundled GtkSourceView to 3.10.1 from 3.8.1.

==== Ruby/GooCanvas

  * Improvements
    * [sample] Followed changes caused by migrating to
      Ruby/GObjectIntrospection.
      [Masafumi Yokoyama]
    * Updated FSF address.
      [GitHub#201] [Reported by ktdreyer]
  * Fixes
    * Fixed wrong dependency.
      [ruby-gnomde2-devel-ja] [Reported by Masafumi Yokoyama]

=== Thanks

  * Kentaro Fukuchi
  * S. Kitagawa
  * Markus Heiler
  * Masafumi Yokoyama
  * Grant Schoep
  * Toyo Abe
  * mtasaka
  * cosmo0920
  * Hiroyuki Tanaka
  * ktdreyer

(obache)

2014-01-14 11:14:07 UTC MAIN commitmail json YAML

fixes comment for RUBY_VERSION_SUPPORTED.
200 is also in default.

(obache)

2014-01-14 11:06:13 UTC MAIN commitmail json YAML

bacula sge and texworks updates

(markd)

2014-01-14 10:58:17 UTC MAIN commitmail json YAML

Update bacula to 5.2.13

Important changes since last release:

19Feb13
- Fix build/configure problems with bpluginfo.c
- Refactor lock_volumes so most lock a vol rather than globally
- Add virtualfull-extreme test
- Apply patch for chio-changer-openbsd  -- Implements listall
- Add bat Mac patch
- Fix bug cannot run Copy/Migrate jobs from bat
- Fix loading of bat translations.
- Fix text input in bat.
- Remove Device from show command as it is not used or updated
- Fix update enabled keyword in help command
- Fix update_postgresql_tables 10 to 11
- Clean after building doc binaries
- Require Qt version 4.8.4
- Fix bug that OK to run? does not retry on bad response
- Backport new lock calls + debug for SD
- Fix bug new label ignored when first is duplicate.
- Pull src/lib changes from master
- Pull SD files from master
- Turn off prune-test
- Add logdir and bsrdir to regression config
- Add bsrdir and logdir to regress-config
- Changed default directories from /var/bacula to /opt/bacula
- Make spool size max message more explicit
- Display more info when maximum spool size is reached
- Fix TERM defs for Solaris 11 in conio.c
- Allow group to cd to sysconfdir
- Make sysconfdir belong to Bacula user/group and exclude others
- Fix Virtual Full file close bug -- race condition
- Enhance mount message to include read/append
- Improve vol_mgr swap messages
- Enhance output of Using Device to include for read/write
- Add jobid to Pmsg output
- Fix bug input validation on delete of jobs.
- Fix bug Authorization Errors false
- Add workaround for where autoprune and reload are in deadlock
- Allow conf file quoted strings to be used in a list
- Make bfgets handle very long lines
- Avoid seg fault by checking for NULL client -- reported by Arno
- Fix bug MailOnSuccess get executed on error.
- Fix missing index on Media table
- Fix bug no message storage on closed database connection.
- Fix bug Fix problem with MySQL with big Base jobs.
- Reduce wait time in regression RunScripts
- Implement a timeout on regression tests of 15 minutes
- Fix .bvfs_lsfiles and .bvfs_restore to handle deleted files
- Fix spooldata, accurate and ingnoreduplicate run argument
- Fix messages segfault
- fix about PATH_MAX on hurd
- fix about MAXPATHLEN on hurd
- Fix bug OpenBSD autochanger example script
- Fix about MaxRunTime canceling the job too early
- Fix bug Wrong values at media list in BAT
- Fix race condition in close_msg that causes seg fault
- Fix double unlink
- More tests for freeing NULL pointers
- Add MaximumConcurrentReadJobs directive to Storage resource
- Add ujobid to .bvfs_get_jobids
- Avoid problem when stripping a relative path
- Fix about HIDDEN attribute set to parent directory during restore

(markd)

2014-01-14 10:53:31 UTC pkgsrc-2013Q4 commitmail json YAML

2014-01-14 10:52:47 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4298 - requested by drochner
graphics/graphviz: security patch

Revisions pulled up:
- graphics/graphviz/Makefile                                    1.136
- graphics/graphviz/distinfo                                    1.49
- graphics/graphviz/patches/patch-lib_cgraph_scan.l            1.2

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Fri Jan 10 15:27:11 UTC 2014

  Modified Files:
          pkgsrc/graphics/graphviz: Makefile distinfo
          pkgsrc/graphics/graphviz/patches: patch-lib_cgraph_scan.l

  Log Message:
  fix more problems with the scanner, one was introduced by the last fix
  (CVE-2014-1235, CVE-2014-1236)
  bump PKGREV

(tron)

2014-01-14 10:52:12 UTC MAIN commitmail json YAML

New private target sanity-check-depends for checking DEPENDS,
BUILD_DEPENDS, TOOL_DEPENDS and CONFLICTS for correctness
(>x.y.* like patterns). This check is run in the beginning
of "depend" target.

(cheusov)

2014-01-14 10:30:54 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup tickets #4294, #4295, #4296 and #4297.

(tron)

2014-01-14 10:30:18 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4297 - requested by obache
net/mikutter: bug fix update

Revisions pulled up:
- net/mikutter/Makefile                                        1.75
- net/mikutter/distinfo                                        1.67

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Tue Jan 14 08:25:17 UTC 2014

  Modified Files:
  pkgsrc/net/mikutter: Makefile distinfo

  Log Message:
  Update mikutter to 0.2.2.1476.

  * fixes crash with Ruby/Gtk2 2.0.3 and later.
  * follow up Twitter specification change, use SSL for REST API request.

(tron)

2014-01-14 10:21:39 UTC MAIN commitmail json YAML

Update to sge 8.1.6

Version 8.1.6
-------------

* Bug fixes

Version 8.1.5
-------------

* Bug fixes

Version 8.1.4
-------------

Milestone version: over 1000 patches since the last from Sun

* Bug fixes

* Enhancements

  * qacct:  print category information; support -A like -P ; make
    -u a synonym for -o; -E selects on job end times read from
    standard input with -f
  * Move manager/operator setup in startup scripts
  * Installation creates an environment modules file
  * Add monitor_qmaster.sh script
  * Write shepherd panic messages to syslog, not into /tmp
  * Add .desktop file for qmon
  * rpm/dpkg packaging allows building against motif (recent Debian/Fedora)
  * Accounting reports qmaster-enforced resource limits (only on master PE
    task if accounting_summary is false)
  * Add "smp" to the default queue PE list
  * install_execd doesn't check the presence of (mostly irrelevant) binaries
  * Add configuration for logcheck

* Potentially incompatible changes

  * renew_all_certs.ksh re-named to renew_all_certs.sh
  * Expand $ja_task_id to 0 for non-array jobs
  * Move manager/operator setup in startup scripts
  * For security reasons, installation defaults for min_uid, min_gid in
    sge_conf(5) are now 100 without CSP.  See
    <http://arc.liv.ac.uk/SGE/howto/sge-security.html>
  * RPM layout changed to put relevant ones under noarch (on RHEL6 and
    recent Fedora), with a separate guiinst package
  * Memory values can be input and output in TB or tB (possible
    incompatibility parsing output)
  * Reduce execd CPU time reading large smaps files from Linux /proc and
    provide USE_SMAPS in execd_params to turn it on (default now off
    because huge smaps are generated by some programs)
  * Remove redundant -verify option from qsh, qlogin (per doc)

Version 8.1.3
-------------

* Bug fixes

* Enhancements

  * Document Interix building explicitly
  * qstat reports array task maximum concurrency
  * qstatus removes [] suffix for non-array jobs if -t was requested
  * Read /etc/default/{sgeexecd,sgemaster} to allow customizing rc scripts
  * Location of daemon pid files can be specified with SGE_QMASTER_PIDFILE,
    SGE_EXECD_PIDFILE
  * Debian packaging (as an add-on, installing into /opt/sge)
  * Expand $sge_root and $sge_cell in the definitions of prolog and
    similar methods
  * Check in init script that shepherd will load
  * Add lx-armhf architecture
  * On Linux and NetBSD, report jobs' virtual memory usage as accurately
    as possible
  * Add -nobincheck installation option to avoid checking binaries
  * Add some build hooks, useful for Debian particularly.

* Potentially incompatible changes

  * qacct prints units (might affect parsing the output)
  * Correct spelling of "comunication_error" in qstat XML error output
  * Fix problems submitting to ARs (printing times now doesn't use
    a days field in qstat etc.)
  * Java version >= 1.5 required
  * Lower default MAX_DYN_EC somewhat to avoid warning on typical Linux
    configurations

* Other changes

  * Don't install the ckpt directory (contents obsolete)

Version 8.1.2
-------------

* Bug fixes

* Enhancements

  * Use cpusets for process containment on fairly recent Linux-based systems
    (see USE_CGROUPS in sge_conf(5))
  * Add bootstrap build script
  * Make SGE template an RPM conf file

* Incompatible changes

  * Make CRL and certificate expiry consistent

Version 8.1.1
-------------

* Bug fixes

* Security

  * Don't pass any user environment to remote startup daemons -- better
    fix for half of CVE-2012-0208

* Enhancements

  * SGE_BINDING is set in the environment for all types of binding
  * New jobstats(1) provides historical job summary
  * Berkeleydb spools can optionally be opened "private" to allow
    operation on NFS3 filesystems.  Currently no installer support, but
    see bootstrap(5) and the health warning
  * Environment variable SGE_DRMAA_ALLOW_JOB_ERROR_STATE allows DRMAA
    jobs to enter the error state; see drmaa_submit(3)
  * Define SGE_JOBEXIT_STAT environment variable in epilog; see submit(1)
  * The user from which mail is sent can be configured in sge_conf(5)
  * Topology items are now static load values; see load_parameters(5)
  * qstat now prints array job dependency info
  * Default to support for qsort_args in sge_pe(5)
  * Include an example of logrotate usage
  * Install an "smp" PE
  * Distribute/document sge_share_mon(1) to print share tree
  * Improve install template defaults
  * GPU load sensor (dist/util/resources/loadsensors/gpu-loadsensor.c)
  * Allow building Kerberos/GSSAPI security modules against Heimdal
    (but GSS is still not properly usable)
  * Support arm and mipsel on GNU/Linux, completing the set
    of official Debian Linux-based ports
  * Support for OpenBSD (untested)
  * Preliminary support for Cygwin: everything builds, clients work
    (lightly tested), daemons need fixing
  * Add ja_task_id to expandable variables in ckpt_command and similar
    methods
  * distinst supports installation with install(1) for use with -local

* Incompatible changes

  * The CA directory is now /var/lib/sgeCA instead of /var/sgeCA
    but installation will offer to move it [fixme]
  * Drop (any pretence at) support for Cray/Unicos, NEC SX, Darwin 6
  * The spool format for parallel job tasks has changed from any previous
    version built with qsort_args (as above), which will make live
    upgrades from such a version fail on nodes running parallel jobs

* Other changes

  * Extensive internal changes to improve robustness, e.g. of
    string-handling against buffer overruns -- somewhat error-prone
    and may have caused regressions; more required
  * Install script allows rsh et al to be omitted from binary distribution
    in favour of ssh

Version 8.1.0
-------------

* Security fix

  * Prevent users other than root deleting entries with sgepasswd

* Version numbering

  * Switch to a more logical numbering scheme now that the Univa
    baseline is irrelevant

* Bug fixes

* Other changes

  * Hadoop support now for a more recent Hadoop distribution (see
    README.BUILD)

Version 8.0.0e
--------------

Mostly build and security issues

* Bug fixes

* Security fixes

  The first fix is for a trivial remote root by a valid user.  The
  others, including fixes for potential buffer overruns in daemon and
  setuid programs, may or may not be exploitable.

  * Sanitize the environment before executing remote startup programs etc.
    Somewhat incompatible:  LD_LIBRARY_PATH etc. may need to be set
    differently.  See the security notes in remote_startup(5) and
    sge_conf(5).  (CVE-2012-0208, thanks to William Hay)
  * Don't write initial log messages in /tmp.  Somewhat
    incompatible:  initial messages now in syslog.
  * Avoid using mktemp.  (Probably not a significant problem.)
  * Control core dumps under setuid etc. with SGE_ENABLE_COREDUMP.
    (Not normally a security issue.)
  * Bounds checking in replace_params
  * Avoid execd crash and possible overruns
  * Fixes for buffer overrun and other improvements for (setuid
    program) sgepasswd

(markd)

2014-01-14 10:02:07 UTC pkgsrc-2013Q4 commitmail json YAML

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

Revisions pulled up:
- net/bind99/Makefile                                          1.31
- net/bind99/distinfo                                          1.22
- net/bind99/patches/patch-configure                            1.7
- net/bind99/patches/patch-configure.in                        deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jan 13 17:31:00 UTC 2014

  Modified Files:
  pkgsrc/net/bind99: Makefile distinfo
  pkgsrc/net/bind99/patches: patch-configure
  Removed Files:
  pkgsrc/net/bind99/patches: patch-configure.in

  Log Message:
  Update bind99 to 9.9.4pl2 (BIND 9.9.4-P2), securify fix for CVE-2014-0591.

  pkgsrc change: remove patches/patch-configure.in.

  --- 9.9.4-P2 released ---

  3693. [security] memcpy was incorrectly called with overlapping
  ranges resulting in malformed names being generated
  on some platforms.  This could cause INSIST failures
  when serving NSEC3 signed zones.  [RT #35120]

  3658. [port] linux: Address platform specific compilation issue
  when libcap-devel is installed. [RT #34838]

(tron)

2014-01-14 09:49:01 UTC pkgsrc-2013Q4 commitmail json YAML

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

Revisions pulled up:
- net/bind98/Makefile                                          1.35
- net/bind98/distinfo                                          1.26
- net/bind98/patches/patch-configure                            1.5

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jan 13 17:28:22 UTC 2014

  Modified Files:
  pkgsrc/net/bind98: Makefile distinfo
  pkgsrc/net/bind98/patches: patch-configure

  Log Message:
  Update bind98 to 9.8.6pl2, (BIND 9.8.6-P2), security fix for CVE-2014-0591.

  --- 9.8.6-P2 released ---

  3693. [security] memcpy was incorrectly called with overlapping
  ranges resulting in malformed names being generated
  on some platforms.  This could cause INSIST failures
  when serving NSEC3 signed zones.  [RT #35120]

  3658. [port] linux: Address platform specific compilation issue
  when libcap-devel is installed. [RT #34838]

(tron)

2014-01-14 09:30:30 UTC pkgsrc-2013Q4 commitmail json YAML

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

Revisions pulled up:
- net/bind96/Makefile                                          1.44
- net/bind96/distinfo                                          1.25
- net/bind96/patches/patch-ad                                  1.8

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jan 13 17:27:09 UTC 2014

  Modified Files:
  pkgsrc/net/bind96: Makefile distinfo
  pkgsrc/net/bind96/patches: patch-ad

  Log Message:
  Update bind96 to bind-9.6.3.1.ESV.10pl2 (BIND 9.6-ESV-R10-P2), security
  fix for CVE-2014-0591.

  --- 9.6-ESV-R10-P2 released ---

  3693. [security] memcpy was incorrectly called with overlapping
  ranges resulting in malformed names being generated
  on some platforms.  This could cause INSIST failures
  when serving NSEC3 signed zones.  [RT #35120]

  3658. [port] linux: Address platform specific compilation issue
  when libcap-devel is installed. [RT #34838]

(tron)

2014-01-14 08:56:08 UTC MAIN commitmail json YAML

Update to texworks 0.4.5

Release 0.4.5 (TL'13) [April 2013]
  * Fix "Restore defaults" in preferences dialog
  * Fix removal and selection of text moved via drag'n'drop
  * Fix default saving location
  * Keep UTF-8 BOMs in files that have them

  * Make "Goto Source" lead to the last active source window
  * Implement close button for the console output panel
  * Implement "Open PDF with TeX" option
  * Improve compatibility with OS color schemes
  * New encoding support for "Mac Central European Roman"
  * Code cleanup

  * Updated log parser (improve handling of long messages and file paths)
  * New script properties/functions: cursorPosition, getEngineList()

(markd)

2014-01-14 08:49:53 UTC MAIN commitmail json YAML

Explicitly disable finding libtiff.  Fixes build on systems that have
libtiff in /usr/lib (eg some linux systems).

(markd)

2014-01-14 08:45:58 UTC MAIN commitmail json YAML

Correct the fix to missing first arg of of_filename().  Fixes afpd segfault
on moving files.  Bump PKGREVISION.

(markd)

2014-01-14 08:42:18 UTC MAIN commitmail json YAML

Updated www/ruby-faraday to 0.8.9

(obache)

2014-01-14 08:41:44 UTC MAIN commitmail json YAML

Update faraday gem to 0.8.9.

compatibility fixes for Ruby 2.1.0 and 1.8.7.

(obache)

2014-01-14 08:25:40 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.2.2.1476

(obache)

2014-01-14 08:25:17 UTC MAIN commitmail json YAML

Update mikutter to 0.2.2.1476.

* fixes crash with Ruby/Gtk2 2.0.3 and later.
* follow up Twitter specification change, use SSL for REST API request.

(obache)

2014-01-14 01:35:05 UTC MAIN commitmail json YAML

Updated pkgtools/nih to 0.12.0

(cheusov)

2014-01-14 01:16:28 UTC MAIN commitmail json YAML

Updatd to version 0.12.0:

  Most important parts of pkg_grep_summary, a part of
  pkgtools/pkg_summary-utils, was reimplemented in C. As a result
  "nih {search,info,meta,leaf,install,remove,deps}" should work faster.

  nih install:
    - if pkg_update_plan(1) fails, nih(1) exits with pkg_update_plan's
      exit status.
    - packages to be installed or removed are output in sorted order.

  nih {search,meta,info}:
    - "nih meta" now defaults to -1 mode (internally).
    - documentation for -1|-3|-9 ads added for "nih {info,meta}" commands
    - "nih info" now defaults to -3 mode.
    - "nih {search,meta,info}" now work correctly with -{o,i} options
      if ~/.nih/pkg_summary.txt is absent.
    - new option -l was added to "nih {search,info}" that outputs
      package file list.

  Summary for installed packages is cached in
  ~/.nih/pkg_inst_summary.txt. "nih {refresh,search,info,meta,deps,list} -i"
  use this file and update it when necessary.

  nih refresh:
    - Option -P was added for fully rescanning pkgsrc tree.
    - The default value for PKGSRCDIR is not determined at build time
      anymore.  As a result "nih refresh -p" does not try to access
      /tree/pkgsrc used by bouyer@ who builds official NetBSD binary
      packages. Now PKGSRCDIR defaults to /usr/pkgsrc.
    - "nih refresh -p" shows progress counter (the number of scanned
      packages) unless -m is in PSS_OPTIONS.
    - option -i was added that updates summaries for installed
      packages (~/.nih/pkg_inst_summary.txt).

  nih remove:
    - does not try to create $CACHEDIR and "cd" to it.

  nih list:
    - was completely reimplemented and simplified.
    - new option -p was added that outputs pkgsrc tree packages.

  nih deps:
    - new options -b and -p were added for working with binary
      repository and pkgsrc scanned packages
      (pkg_summary.txt ad pkg_src_summary.txt respectively)
    - option -1 was added that outputs direct dependencies or dependents.

  nih/config:
    - better conversion from "uname -r" to repository URL.
    - REPOSITORY for SunOS defaults to smartos.org.

  Support for summaries with no PKGPATH, e.g., compat50-5.1.tgz, was
  added.

  Option -I for "list", "deps', "meta", "info" and "search" was
  renamed to -i. Option -I is supported for backward compatibility.

  package_search.pdf was updated, fixed and improved.

(cheusov)

2014-01-14 01:09:58 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_summary-utils to 0.63.0

(cheusov)

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

Updated to versiopn 0.63.0:

  pkg_grep_summary:
    - almost all search strategies were reimplemented in C for better
      performance, as a result all utilities using pkg_grep_summary(1)
      work much faster.  Strategies still implemented in AWK: awk, kw.
    - converted to use shell's getopts.
    - new regression tests.

  pkg_src_summary:
    - if -m, -d, -D aren't applied, temporary files are not created.
    - adapted for recent paexec(1) improvements.

  pkg_update_src_summary:
    - progress counter is output if -v is applied.

  pkg_summary2deps:
    - workaround for buggy patterns like >=foo-1.* was implemented.

  pkg_summary-utils build infrastructure is completely reimplemented. Now
  it is a two-level project.  Subprojects: scripts and grep_summary
  (enabled by default), doc and tests.

  PKG_TOOLS_BIN env. variable is used at build time as a default
  directory for pkg_info(8) (for OpenBSD/FreeBSD in order to avoid
  conflicts with their native pkg_* tools).

  A number of stupid workarounds for stupid Solaris' userlevel.

  All scripts written in shell uses @SH@ in shebang and therefore uses
  pkgsrc's ${SH} at run time.

(cheusov)

2014-01-13 17:31:45 UTC MAIN commitmail json YAML

Note update of BIND pacakges:

net/bind96 9.6.3.1.ESV.10pl2
net/bind98 9.8.6pl2
net/bind99 9.9.4pl2

(taca)

2014-01-13 17:31:00 UTC MAIN commitmail json YAML

Update bind99 to 9.9.4pl2 (BIND 9.9.4-P2), securify fix for CVE-2014-0591.

pkgsrc change: remove patches/patch-configure.in.

--- 9.9.4-P2 released ---

3693. [security] memcpy was incorrectly called with overlapping
ranges resulting in malformed names being generated
on some platforms.  This could cause INSIST failures
when serving NSEC3 signed zones.  [RT #35120]

3658. [port] linux: Address platform specific compilation issue
when libcap-devel is installed. [RT #34838]

(taca)

2014-01-13 17:28:22 UTC MAIN commitmail json YAML

Update bind98 to 9.8.6pl2, (BIND 9.8.6-P2), security fix for CVE-2014-0591.

--- 9.8.6-P2 released ---

3693. [security] memcpy was incorrectly called with overlapping
ranges resulting in malformed names being generated
on some platforms.  This could cause INSIST failures
when serving NSEC3 signed zones.  [RT #35120]

3658. [port] linux: Address platform specific compilation issue
when libcap-devel is installed. [RT #34838]

(taca)

2014-01-13 17:27:09 UTC MAIN commitmail json YAML

Update bind96 to bind-9.6.3.1.ESV.10pl2 (BIND 9.6-ESV-R10-P2), security
fix for CVE-2014-0591.

--- 9.6-ESV-R10-P2 released ---

3693. [security] memcpy was incorrectly called with overlapping
ranges resulting in malformed names being generated
on some platforms.  This could cause INSIST failures
when serving NSEC3 signed zones.  [RT #35120]

3658. [port] linux: Address platform specific compilation issue
when libcap-devel is installed. [RT #34838]

(taca)

2014-01-13 15:06:55 UTC MAIN commitmail json YAML

Fix PR pkg/48504

* Use ksh instead of /bin/sh for NetBSD 5 and 6
* Tested on NetBSD/i386 5.2 and NetBSD/amd64 6.1 with non-PREFER_PKGSRC

(ryoon)

2014-01-13 14:53:37 UTC MAIN commitmail json YAML

2014-01-13 13:07:51 UTC MAIN commitmail json YAML

Include lang/python/tool.mk, gyp-mac-tool previously used the system python
which on Snow Leopard is 2.6 and is unable to handle the constructs used in
that file.

(jperkin)

2014-01-13 12:44:12 UTC MAIN commitmail json YAML

No reason to be runtime dependency on gettext-lib.

(obache)

2014-01-13 12:37:51 UTC MAIN commitmail json YAML

Convert abuse of buildlink with librsvg as build depend to TOOL_DEPENDS.

(obache)

2014-01-13 12:13:41 UTC MAIN commitmail json YAML

No need to buildlink with gtk2, and gtk-update-icon-cache is not used.
Drop buildlink with gtk2, and set gtk-update-icon-cache as noop.

(obache)

2014-01-13 12:10:23 UTC MAIN commitmail json YAML

2014-01-13 11:44:27 UTC MAIN commitmail json YAML

2014-01-13 11:39:12 UTC MAIN commitmail json YAML

2014-01-13 11:25:55 UTC MAIN commitmail json YAML

Exclude 64-bit system library paths on SunOS.

(jperkin)

2014-01-13 10:00:33 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.18.2

(adam)

2014-01-13 09:59:16 UTC MAIN commitmail json YAML

Changes 5.18.2:
* B has been upgraded from version 1.42_01 to 1.42_02.
* B::Concise has been upgraded from version 0.95 to 0.95_01.
* English has been upgraded from version 1.06 to 1.06_01. This fixes an error about the performance of $`, $&, and c<$'>.
* File::Glob has been upgraded from version 1.20 to 1.20_01.
Bugs fixed:
* Perl 5.18.1 introduced a regression along with a bugfix for lexical subs. Some B::SPECIAL results from B::CV::GV became undefs instead. This broke Devel::Cover among other libraries.
* Perl 5.18.0 introduced a regression whereby [:^ascii:], if used in the same character class as other qualifiers, would fail to match characters in the Latin-1 block.
* Perl 5.18.0 introduced a regression when using ->SUPER::method with AUTOLOAD by looking up AUTOLOAD from the current package, rather than the current package窶冱 superclass.
* Perl 5.18.0 introduced a regression whereby -bareword was no longer permitted under the strict and integer pragmata when used together.
* Previously PerlIOBase_dup didn't check if pushing the new layer succeeded before (optionally) setting the utf8 flag. This could cause segfaults-by-nullpointer.
* A buffer overflow with very long identifiers has been fixed.
* A regression from 5.16 in the handling of padranges led to assertion failures if a keyword plugin declined to handle the second 窶藁y窶�, but only after creating a padop.
* The construct $r=qr/.../; /$r/p is now handled properly, an issue which had been worsened by changes 5.18.0.

(adam)

2014-01-13 02:20:11 UTC MAIN commitmail json YAML

2014-01-13 02:19:48 UTC MAIN commitmail json YAML

According to a report from Michael Kopp in private mail, this needs
pango at runtime or it won't start.

Note: it isn't clear to me where this comes from or what the
circumstances are (the package source does not appear to refer
directly to pango) so I'm going to use buildlink rather than just
DEPENDS (which might be sufficient) out of paranoia.

PKGREVISION -> 3.

(dholland)

2014-01-13 01:54:53 UTC MAIN commitmail json YAML

pkglint now warns about broken dependencies like >=x.y.*
Version->4.135

(cheusov)

2014-01-13 00:01:12 UTC MAIN commitmail json YAML

2014-01-12 22:22:26 UTC MAIN commitmail json YAML

update to version 5.0.3:

This release fixes a security vulnerability in Roller, listed below:
CVE-2014-0030 Apache Roller XML-RPC susceptible to XML Entended Entity attacks

(spz)

2014-01-12 21:19:33 UTC MAIN commitmail json YAML

Let naive configure scripts find freetype-config (needed for latest php55-gd).

(schmonz)

2014-01-12 20:48:14 UTC MAIN commitmail json YAML

Fix for incorrect dependency >=1.55.*

(cheusov)

2014-01-12 17:44:06 UTC MAIN commitmail json YAML

Added mail/mutt-kz version 1.5.22.1rc1

(wiz)

2014-01-12 17:43:55 UTC MAIN commitmail json YAML

2014-01-12 17:43:37 UTC MAIN commitmail json YAML

Import mutt-kz-1.5.22.1rc1 as mail/mutt-kz.

This package contains the mutt-kz fork with notmuch support and
another improvements.

The Mutt E-Mail Client by Michael Elkins <me@cs.hmc.edu>

``All mail clients suck.  This one just sucks less.'' -me, circa 1995

Mutt is a small but very powerful text-based MIME mail client.
Mutt is highly configurable, and is well suited to the mail power
user with advanced features like key bindings, keyboard macros,
mail threading, color, PGP and S/MIME, POP3, IMAP, various mailbox
formats, regular expression searches and a powerful pattern matching
language for selecting groups of messages.

(wiz)

2014-01-12 17:20:44 UTC MAIN commitmail json YAML

2014-01-12 17:01:02 UTC MAIN commitmail json YAML

update to ntp latest dev version to deal with CVE-2013-5211
(amplification attacks using monlist queries)

tickadj for Solaris is a guess (and probably version dependent)
the bulk builds will tell :)

(spz)

2014-01-12 16:33:24 UTC MAIN commitmail json YAML

Remove node.js, has existed as lang/nodejs for a long time.

(jperkin)

2014-01-12 15:31:05 UTC MAIN commitmail json YAML

Suggest addition of node.js.

(darcy)

2014-01-12 15:30:12 UTC MAIN commitmail json YAML

morr@ dropped maintainership

(cheusov)

2014-01-12 15:07:42 UTC MAIN commitmail json YAML

Added net/netcat-openbsd version 1

(mspo)

2014-01-12 15:07:11 UTC MAIN commitmail json YAML

add netcat-openbsd pkg to Makefile

(mspo)

2014-01-12 15:06:37 UTC MAIN commitmail json YAML

add a pkg for my fork of OpenBSD's netcat, which has a lot more features than hobbit netcat.  I had to unpolitely remove some openbsd-specific features

(mspo)

2014-01-12 15:02:02 UTC MAIN commitmail json YAML

Updated devel/concurrencykit to 0.3.3

(mspo)

2014-01-12 15:00:45 UTC MAIN commitmail json YAML

add concurrencykit to Makefile

(mspo)

2014-01-12 14:59:47 UTC MAIN commitmail json YAML

add concurrencykit pkg, a collection of routines and libs for high performance
concurrent systems

(mspo)

2014-01-12 13:30:25 UTC MAIN commitmail json YAML

pull in fix from readline git repo (will be in 6.3) for vi mode and the
'cc', 'dd', 'yy' commands. Also correctly build examples for testing.

(chopps)

2014-01-12 11:41:55 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-POM to 0.29

(wen)

2014-01-12 11:40:57 UTC MAIN commitmail json YAML

Update to 0.29

Upstream changes:
Version 0.29  2013-12-31
* fixed bug 87124 (upgrade Module::Install)
* fixed bug 90010 (typos)

(wen)

2014-01-12 10:47:47 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Elemental-PerlMunger to 0.200000

(wen)

2014-01-12 10:46:56 UTC MAIN commitmail json YAML

Update to 0.200000

Upstream changes:
0.200000  2014-01-11 14:23:46-05:00 America/New_York
        - it's now possible to replace Pod with something rather than nothing
          when it's extracted from your document; check out the "replacer"
          attribute

0.100000  2014-01-07 20:02:01-05:00 America/New_York
        - encode character string input into octets for PPI, then ensure output
          is also characters

(wen)

2014-01-12 10:46:55 UTC MAIN commitmail json YAML

Remove FETCH_USING, not a package-setable variable.

(wiz)

2014-01-12 10:46:16 UTC MAIN commitmail json YAML

Remove FETCH_USING, not a package-setable variable.

(wiz)

2014-01-12 10:43:05 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Elemental to 0.102364

(wen)

2014-01-12 10:42:14 UTC MAIN commitmail json YAML

Update to 0.102364

Upstream changes:
0.102364  2013-11-28 07:27:08 America/New_York
          stop using deprecated Class::MOP::load_class

(wen)

2014-01-12 10:37:49 UTC MAIN commitmail json YAML

Updated textproc/p5-String-CRC32 to 1.5

(wen)

2014-01-12 10:37:08 UTC MAIN commitmail json YAML

2014-01-12 10:31:57 UTC MAIN commitmail json YAML

Updated textproc/p5-String-Truncate to 1.100601

(wen)

2014-01-12 10:30:51 UTC MAIN commitmail json YAML

Update to 1.100601

Upstream changes:
1.100601  2013-10-15 22:38:52 America/New_York
          update bugtracker and repo metadata

(wen)

2014-01-12 10:21:07 UTC MAIN commitmail json YAML

Updated filesystems/p5-Path-Tiny to 0.051

(wen)

2014-01-12 10:20:12 UTC MAIN commitmail json YAML

Update to 0.051

Upstream changes:
0.051    2013-12-20 07:34:14 America/New_York

    [FIXED]

    - Fixed file order bug in the new test file

0.050    2013-12-20 07:27:20 America/New_York

    [FIXED]

    - Recursive iteration won't throw an exception if a directory is
      removed or unreadable during iteration.

0.049    2013-12-12 00:48:01 America/New_York

    [FIXED]

    - Generates filename for atomic writes independent of thread-ID.
      Fixes crashing bug on Win32 when fork() is called.

0.048    2013-12-11 21:56:23 America/New_York

    [ADDED]

    - Added 'subsumes' method

    [CHANGED]

    - The 'chomp' option for 'lines' will remove any end-of-line sequences
      fully instead of just chomping the last character

    - The 'flock' package will no longer indexed by PAUSE

    [FIXED]

    - Hides warnings and fixes possible fatal errors from pure-perl Cwd,
      particularly on MSWin32

(wen)

2014-01-12 09:45:25 UTC MAIN commitmail json YAML

2014-01-12 09:43:30 UTC MAIN commitmail json YAML

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

Accept non-32 python as well.

(wiz)

2014-01-12 09:01:51 UTC MAIN commitmail json YAML

2014-01-12 03:27:25 UTC MAIN commitmail json YAML

+ghostscript-gpl-9.06 [wip]

(mef)

2014-01-12 00:24:21 UTC MAIN commitmail json YAML

Updated graphics/gdk-pixbuf2 to 2.30.2

(prlw1)

2014-01-12 00:24:01 UTC MAIN commitmail json YAML

Update gdk-pixbuf2 to 2.30.2

* jpeg: fix icc profile loading
* jpeg: Improve error handling
* Make --update-cache work better
* Translation updates

(prlw1)

2014-01-11 23:26:03 UTC MAIN commitmail json YAML

Note update of editors/vim-share

(morr)

2014-01-11 23:24:03 UTC MAIN commitmail json YAML

Update to patchlevel 7.4.141.

Upstream changes:

7.4.053  test75 has a wrong header
7.4.054  reading past end of the 'stl' string
7.4.055  Mac: Where macros are defined depends on the system
7.4.056  Mac: Compilation problem with OS X 10.9 Mavericks
7.4.057  byteidx() does not work for composing characters
7.4.058  warnings on 64 bit Windows
7.4.059  set_last_cursor() may encounter w_buffer being NULL
7.4.060  declaration has wrong return type for PyObject_SetAttrString()
7.4.061  (after 7.4.056) configure check in the wrong place
7.4.062  (after 7.4.061) wrong configure check for AvailabilityMacros.h
7.4.063  crash when using invalid key in Python dictionary
7.4.064  in Visual block mode replacing with CR does not break lines
7.4.065  the character typed at the hit-enter prompt is recorded twice
7.4.066  MS-Windows: swap file name wrong if colon in file name
7.4.067  CTRL-\ CTRL-O moves the cursor after inserting comment leader
7.4.068  cannot build Vim on Mac with non-Apple compilers
7.4.069  cannot right shift comment lines starting with #
7.4.070  (after 7.4.069) can't compile with tiny features
7.4.071  (after 7.4.069) passing limits around too often
7.4.072  crash when using Insert mode completion
7.4.073  setting undolevels for one buffer changes undo in another
7.4.074  when undo'ing all and making a change, undo structure is wrong
7.4.075  locally setting 'undolevels' is not tested
7.4.076  "cgn" does not wrap around the end of the file
7.4.077  DOS installer creates shortcut without a path
7.4.078  MSVC 2013 is not supported
7.4.079  a script cannot detect whether 'hlsearch' highlighting is on
7.4.080  (after 7.4.079) missing documentation for v:hlsearch
7.4.081  (after 7.4.078) wrong logic when ANALYZE is "yes"
7.4.082  using "gf" in a changed buffer suggests adding "!"
7.4.083  hard to avoid adding a used pattern to the search history
7.4.084  Python: interrupt not being properly discarded
7.4.085  can't move cursor when inserting text in Visual block mode
7.4.086  can't skip over expression when not evaluating for dict member
7.4.087  compiler warning on 64 bit Windows systems
7.4.088  Asian characters are always marked as spell errors
7.4.089  Vim doesn't set the security context on a renamed file
7.4.090  Win32: no completion if dir name contains an exclamation mark
7.4.091  (after 7.4.089) missing semicolon
7.4.092  (after 7.4.088) can't build small version
7.4.093  configure can't use LuaJIT on ubuntu 12.04
7.4.094  configure may not find that -lint is needed for gettext()
7.4.095  (after 7.4.093) regexp for LuaJIT version doesn't work on BSD
7.4.096  can't change directory to an UNC path
7.4.097  unexpected behavior change related to 'virtualedit'
7.4.098  error for line numbers out of range when using ":'&lt;,'&gt;del"
7.4.099  append in blockwise Visual mode with "$" is wrong
7.4.100  NFA regexp doesn't handle backreference correctly
7.4.101  using \1 in pattern goes one line too far
7.4.102  crash when interrupting "z="
7.4.103  dos installer escapes spaces in the diff command wrong
7.4.104  ":help s/\_" reports an internal error
7.4.105  completing a tag pattern may give an error for invalid pattern
7.4.106  can't build with Ruby using Cygwin
7.4.107  Python try/catch doesn't catch Vim error in vim.eval()
7.4.108  "zG" and "zW" leave temp files around on MS-Windows
7.4.109  ColorScheme autocommand matches with the current buffer name
7.4.110  "gUgn" cannot be repeeated
7.4.111  memory leak in Python OptionsAssItem
7.4.112  MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP
7.4.113  MSVC static analysis gives warnings
7.4.114  new GNU make directory change messages are different
7.4.115  Zsh: expanding ~abc fails when the result contains a space
7.4.116  'showcmd' does not show a typed space
7.4.117  can't build with Cygwin/MingW and Perl 5.18
7.4.118  redrawing status lines may causes recursive call
7.4.119  Vim doesn't work well on OpenVMS
7.4.120  (after 7.4.117) can't build with Perl 5.18 on Linux
7.4.121  completion doesn't work for ":py3d" and ":py3f"
7.4.122  Win32: :grep doesn't work when 'encoding' and ACP differ
7.4.123  Win32: Getting user name does not use wide function
7.4.124  Win32: Getting host name does not use wide function
7.4.125  Win32: Dealing with messages may not work for multi-byte chars
7.4.126  compiler warnings for "const" and incompatible types
7.4.127  Perl 5.18 on Unix doesn't work
7.4.128  Perl 5.18 for MSVC doesn't work
7.4.129  getline(-1) returns zero
7.4.130  relative line numbers mix up windows when using folds
7.4.131  syncbind causes E315 errors in some situations
7.4.132  (after 7.4.122) Win32: flags/inherit_handles args mixed up
7.4.133  Clang warns for using NUL
7.4.134  spurious space in MingW Makefile
7.4.135  missing dot in MingW test Makefile
7.4.136  (after 7.4.096) Windows: readonly when saving UNC path file
7.4.137  cannot use IME with Windows 8 console
7.4.138  (after 7.4.114) directory change messages are not recognized
7.4.139  crash when using :cd in autocommand
7.4.140  crash when autocommand wipes out only other buffer
7.4.141  problems when building with Borland

pkgsrc changes:
remove patches/patch-os__mac.h, it is included upstream.

(morr)

2014-01-11 23:14:12 UTC MAIN commitmail json YAML

Updated graphics/gnome-icon-theme-symbolic to 3.10.1

(prlw1)

2014-01-11 23:13:44 UTC MAIN commitmail json YAML

Update gnome-icon-theme-symbolic to 3.10.1

- content-loading icon
- center process-stop icon
- airplane mode improvements
- rtl version of many arrow based icons
- minor tweaks to user-trash

(prlw1)

2014-01-11 22:43:56 UTC MAIN commitmail json YAML

Updated graphics/gnome-icon-theme to 3.10.0

(prlw1)

2014-01-11 22:43:34 UTC MAIN commitmail json YAML

Update gnome-icon-theme to 3.10.0

The main motivation is that index.theme now mentions "scalable"
directories, so symbolic icons have a chance of being found.

The licence has changed from GPL2 to CCBYSA3 and LGPL3.

Many icons were added, and a few have been removed:
- logviewer.png which is distributed by gnome-utils
- battery-charging.png which now has a variety of charging states
and some which can be replaced by more generic icons:
- palm-pilot-sync.png -> emblem-synchronizing.png
- palm-pilot.png      -> pda.png
- visor.png          -> pda.png

(prlw1)

2014-01-11 22:40:31 UTC MAIN commitmail json YAML

+ calibre-1.19, erlang-16B03, libmikmod-3.3.5, samba-4.1.4.

(wiz)

2014-01-11 21:15:18 UTC MAIN commitmail json YAML

Updated sysutils/deforaos-browser to 0.4.13

(khorben)

2014-01-11 21:11:53 UTC MAIN commitmail json YAML

Packaged DeforaOS Browser 0.4.13, with:

* support for animated images in view(1) and in the preview plug-in
* further improvements to the preview plug-in (zooming images...)
* improved support for translations
* better support for Gtk+ 3.0 (enabled in wip)

(khorben)

2014-01-11 21:06:34 UTC MAIN commitmail json YAML

Split off parts of the Makefile into a Makefile.common in preparation
for a mutt-kz package.

(wiz)

2014-01-11 21:02:32 UTC MAIN commitmail json YAML

Updated x11/deforaos-libsystem to 0.1.0

(khorben)

2014-01-11 21:01:18 UTC MAIN commitmail json YAML

2014-01-11 20:59:59 UTC MAIN commitmail json YAML

2014-01-11 20:54:27 UTC MAIN commitmail json YAML

Updated devel/deforaos-libsystem to 0.1.7

(khorben)

2014-01-11 20:53:16 UTC MAIN commitmail json YAML

Packaged DeforaOS libSystem 0.1.7, which:

* proposes documentation generated with gtk-doc
* removes code for the DeforaOS distributed framework (moved to libApp)
* no longer depends on security/openssl
* switches to the LGPL license
* introduces a Python binding (not built by default)
* fixes some build and installation issues (newer Makefiles...)

(khorben)

2014-01-11 18:18:46 UTC MAIN commitmail json YAML

increment the pkgrevision as we've fixed a bug

(chopps)

2014-01-11 18:07:06 UTC MAIN commitmail json YAML

Patch in fix from readline git repo for upcoming readline 6.3. This fixes
the vi-mode cc, dd, yy commands so that they actually cut/yank the text
from the input text.

(chopps)

2014-01-11 17:48:52 UTC MAIN commitmail json YAML

2014-01-11 17:48:15 UTC MAIN commitmail json YAML

regen with better context

(wiz)

2014-01-11 17:07:04 UTC MAIN commitmail json YAML

Note update of www/drupal7 package to 7.25.

(taca)

2014-01-11 17:06:37 UTC MAIN commitmail json YAML

Update drupal7 to 7.25.

Drupal 7.25, 2014-01-02
-----------------------
- Fixed a bug in node_save() which prevented the saved node from being updated
  in hook_node_insert() and other similar hooks.
- Added a meta tag to install.php to prevent it from being indexed by search
  engines even when Drupal is installed in a subfolder (minor markup change).
- Fixed a bug in the database API that caused frequent deadlock errors when
  running merge queries on some servers.
- Performance improvement: Prevented block rehashing from writing blocks to the
  database on every cache clear and cron run when the blocks have not changed.
  This fix results in an extra 'saved' key which is added and set to TRUE for
  each block returned by _block_rehash() that actually is saved to the database
  (data structure change).
- Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
  queues to avoid being automatically processed on cron runs (API addition).
- Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
  invoked if the block delta had a hyphen in it. To implement the hook when the
  block delta has a hyphen, modules should now replace hyphens with underscores
  when constructing the function name for the hook implementation.
- Fixed a bug which caused cached pages to sometimes be sent to the browser
  with incorrect compression. The fix adds a new 'page_compressed' key to the
  $cache->data array returned by drupal_page_get_cache() (minor data structure
  change).
- Fixed broken tests on PHP 5.5.
- Made the File and Image modules more robust when saving entities that have
  deleted files attached. The code in file_field_presave() will now remove the
  record of the deleted file from the entity before saving (minor data
  structure change).
- Standardized menu callback functions throughout Drupal core to return
  MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
  not found" or "access denied" pages (minor API change in the return value of
  these functions under some circumstances).
- Fixed a bug in which caches were not properly cleared when a node was deleted
  via the administrative interface.
- Changed the Bartik theme to render content contained in <pre>, <code> and
  similar tags in a larger font size, so it is easier to read.
- Fixed a bug in the Search module that caused exceptions to be thrown during
  searches if the server was not configured to represent decimal points as a
  period.
- Fixed a regression in the Image module that made image_style_url() not work
  when a relative path (rather than a complete file URI) was passed to it.
- Added an optional feature to the Statistics module to allow node views to be
  tracked by Ajax requests rather than during the server-side generation of the
  page. This allows the node counter to work on sites that use external page
  caches (string change and new administrative option:
  https://drupal.org/node/2164069).
- Added a link to the drupal.org documentation page for cron to the Cron
  settings page (string change).
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
  object returned by drupal_anonymous_user() to be overridden with a classed
  object (API addition).
- Changed the database API to allow inserts based on a SELECT * query to work
  correctly.
- Changed the database schema of the {file_managed} table to allow Drupal to
  manage files larger than 4 GB.
- Changed the File module's hook_field_load() implementation to prevent file
  entity properties which have the same name as file or image field properties
  from overwriting the field properties (minor API change).
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

(taca)

2014-01-11 17:05:54 UTC MAIN commitmail json YAML

Note update of lang/php54 package to 5.4.24 and lang/php55 package to 5.5.8.

(taca)

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

Update php55 to 5.5.8.

9 Jan 2014, PHP 5.5.8

- Core:
  . Disallowed JMP into a finally block. (Laruence)
  . Added validation of class names in the autoload process. (Dmitry)
  . Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
  . Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object).
    (Nikita)
  . Fixed bug #65764 (generators/throw_rethrow FAIL with
    ZEND_COMPILE_EXTENDED_INFO). (Nikita)
  . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike)
  . Fixed bug #66218 (zend_register_functions breaks reflection). (Remi)

- Date:
  . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
  . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov)

- DOM:
  . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML()
    Produces invalid Markup). (Mike)

- Exif:
  . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas)

- Filter:
  . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)

- GD:
  . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
    (Adam)

- PDO_odbc:
  . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
    (michael at orlitzky dot com)

- MySQLi:
  . Fixed bug #65486 (mysqli_poll() is broken on win x64). (Anatol)

- OPCache:
  . Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
    (Dmitry)
  . Fixed Issue #140: "opcache.enable_file_override" doesn't respect
    "opcache.revalidate_freq". (Dmitry).

- SNMP:
  . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)

- SOAP
  . Fixed bug #66112 (Use after free condition in SOAP extension).
    (martin dot koegler at brz dot gv dot at)

- Sockets:
  . Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe)

- XSL
  . Fixed bug #49634 (Segfault throwing an exception in a XSL registered
    function). (Mike)

- ZIP:
  . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)

(taca)

2014-01-11 17:03:57 UTC MAIN commitmail json YAML

Update php to 5.4.24.

09 Jan 2014, PHP 5.4.24

- Core:
  . Added validation of class names in the autoload process. (Dmitry)
  . Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
  . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike)

- Date:
  . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
  . Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year
    1600). (Derick, T. Carter)
  . Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter)

- DOM:
  . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML()
    Produces invalid Markup). (Mike)

- Exif:
  . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas)

- Filter:
  . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)

- GD:
  . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
    (Adam)

- PDO_odbc:
  . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
    (michael at orlitzky dot com)

- SNMP:
  . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)

- XSL
  . Fixed bug #49634 (Segfault throwing an exception in a XSL registered
    function). (Mike)

- ZIP:
  . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)

(taca)

2014-01-11 16:32:55 UTC MAIN commitmail json YAML

Updated lang/tcl to 8.6.1; x11/tk to 8.6.1

(adam)

2014-01-11 14:42:06 UTC MAIN commitmail json YAML

2014-01-11 14:41:06 UTC MAIN commitmail json YAML

2014-01-11 13:11:21 UTC MAIN commitmail json YAML

Updated devel/gettext to 0.18.3.2; textproc/grep to 2.16; emulators/qemu to 1.6.2

(adam)

2014-01-11 13:08:59 UTC MAIN commitmail json YAML

2014-01-11 12:32:25 UTC MAIN commitmail json YAML

No need to use special variable, PKGVERSION=PKGVERSION_NOREV in PLIST.

(obache)

2014-01-11 12:29:39 UTC MAIN commitmail json YAML

use pkg build options for ghostscript to be detect installed ghostscript option
configuration, not to be built option.

(obache)

2014-01-11 10:52:46 UTC MAIN commitmail json YAML

2014-01-11 10:52:09 UTC MAIN commitmail json YAML

Changes 2.16:

** Bug fixes

  Fix gnulib-provided maint.mk so that the release procedure described
  in README-release actually does what we want.  Before that fix, that
  procedure resulted in a grep-2.15 tarball that would lead to a grep
  binary whose --version-reported version number was 2.14.51...

  The fix to make \s and \S work with multi-byte white space broke
  the use of each shortcut whenever followed by a repetition operator.
  For example, \s*, \s+, \s? and \s{3} would all malfunction in a
  multi-byte locale.  [bug introduced in grep-2.15]

  The fix to make grep -P work better with UTF-8 made it possible for
  grep to evoke a larger set of PCRE errors, some of which could trigger
  an abort.  E.g., this would abort:
    printf '\x82'|LC_ALL=en_US.UTF-8 grep -P y
  Now grep handles arbitrary PCRE errors.  [bug introduced in grep-2.15]

  Handle very long lines (2GiB and longer) on systems with a deficient
  read system call.

(adam)

2014-01-11 10:49:14 UTC MAIN commitmail json YAML

2014-01-10 22:45:11 UTC MAIN commitmail json YAML

2014-01-10 22:43:33 UTC MAIN commitmail json YAML

Add parallel/dsh package

  dsh is an implementation of a wrapper for executing multiple remote shell
  (rsh/remsh/ssh) commands.  rsh/remsh/ssh are wrappers for executing shell
  (ksh/bash/zsh/tcsh/sh ..  etc...  ) on remote hosts.

(cheusov)

2014-01-10 22:32:07 UTC MAIN commitmail json YAML

Added devel/libdshconfig version 0.20.13

(cheusov)

2014-01-10 22:30:36 UTC MAIN commitmail json YAML

2014-01-10 21:49:22 UTC MAIN commitmail json YAML

2014-01-10 21:31:07 UTC MAIN commitmail json YAML

Added parallel/pdsh version 2.29

(cheusov)

2014-01-10 21:30:09 UTC MAIN commitmail json YAML

2014-01-10 20:08:16 UTC MAIN commitmail json YAML

2014-01-10 20:07:50 UTC MAIN commitmail json YAML

Be explicit about how to find genccode.

(joerg)

2014-01-10 20:07:16 UTC MAIN commitmail json YAML

Updated graphics/blender to 2.69

(joerg)

2014-01-10 20:06:46 UTC MAIN commitmail json YAML

pkgsrc/graphics/blender/Makefile@1.101 / diff
pkgsrc/graphics/blender/PLIST@1.16 / diff
pkgsrc/graphics/blender/distinfo@1.39 / diff
pkgsrc/graphics/blender/patches/patch-ab@1.12 / diff
pkgsrc/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py@1.3 / diff
pkgsrc/graphics/blender/patches/patch-extern_carve_lib_triangulator.cpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-extern_libmv_third__party_ceres_internal_ceres_collections__port.h@1.1 / diff
pkgsrc/graphics/blender/patches/patch-extern_rangetree_range__tree.hh@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_cycles_util_util__types.h@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_Armature.cpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_frameacc.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_frames.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_framevel.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_jacobian.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_jntarray.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayacc.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayvel.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_tree.cpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_tree.hpp@1.1 / diff
pkgsrc/graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.cpp@1.1 / diff
      :
(more 2 files)
Update to Blender 2.69. Add fixes for building with Clang, either from
upstream or submitted for upstream. Import changes:

A new hidden wire display option was added to help with retopology. Mesh
Bisect is a new tool to cut meshes in half. The Bridge, Edgenet fill,
Grid fill and Symmetrize tools were improved. New curve and lattice
editing tools were added too.

Hair rendering was improved with a new Hair shader and reorganized
settings. Subsurface scattering uses a new sampling algorithm and now
supports bump mapping and texture blurring. Sky rendering now uses a
more accurate sky model. New blackbody, vector transform and HSV nodes
were added. The non-progressive integrator was renamed to Branched Path
Integrator, and is now available for GPU rendering.

The Motion tracker now supports plane tracking, which can be used to
replace billboards, screens and other flat things in footage.

Lists in the user interface can now be resized, sorted and filtered.
Further there are small improvements for vertex parenting, empty
objects, the shrinkwrap modifier, mask editing, armatures, f-curves and
drivers.

FBX Import support has been added and FBX/OBJ can now export split
normals (without the need for the edge split modifier).

In addition to the new features, over 270 bugs that existed in previous
releases have been fixed.

(joerg)

2014-01-10 20:02:56 UTC MAIN commitmail json YAML

2014-01-10 20:02:08 UTC MAIN commitmail json YAML

Use a master site that actually has the content.

(joerg)

2014-01-10 20:01:02 UTC MAIN commitmail json YAML

2014-01-10 18:01:34 UTC pkgsrc-2013Q4 commitmail json YAML

2014-01-10 18:00:40 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4293 - requested by tron
security/openssl: security update

Revisions pulled up:
- security/openssl/Makefile                                    1.183
- security/openssl/distinfo                                    1.101
- security/openssl/patches/patch-doc_crypto_X509__STORE__CTX__get__error.pod deleted
- security/openssl/patches/patch-doc_ssl_SSL__CTX__set__client__CA__list.pod 1.2
- security/openssl/patches/patch-doc_ssl_SSL__CTX__use__psk__identity__hint.pod 1.2
- security/openssl/patches/patch-doc_ssl_SSL__accept.pod        1.2
- security/openssl/patches/patch-doc_ssl_SSL__connect.pod      1.2
- security/openssl/patches/patch-doc_ssl_SSL__do__handshake.pod 1.2
- security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod      1.2

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Jan 10 14:32:42 UTC 2014

  Modified Files:
  pkgsrc/security/openssl: Makefile distinfo
  pkgsrc/security/openssl/patches:
      patch-doc_ssl_SSL__CTX__set__client__CA__list.pod
      patch-doc_ssl_SSL__CTX__use__psk__identity__hint.pod
      patch-doc_ssl_SSL__accept.pod patch-doc_ssl_SSL__connect.pod
      patch-doc_ssl_SSL__do__handshake.pod
      patch-doc_ssl_SSL__shutdown.pod
  Removed Files:
  pkgsrc/security/openssl/patches:
      patch-doc_crypto_X509__STORE__CTX__get__error.pod

  Log Message:
  Update "openssl" package to version 1.0.1f. Changes since 1.0.1e:
  - Fix for TLS record tampering bug. A carefully crafted invalid
    handshake could crash OpenSSL with a NULL pointer exception.
    Thanks to Anton Johansson for reporting this issues.
    (CVE-2013-4353)
  - Keep original DTLS digest and encryption contexts in retransmission
    structures so we can use the previous session parameters if they need
    to be resent. (CVE-2013-6450)
    [Steve Henson]
  - Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which
    avoids preferring ECDHE-ECDSA ciphers when the client appears to be
    Safari on OS X.  Safari on OS X 10.8..10.8.3 advertises support for
    several ECDHE-ECDSA ciphers, but fails to negotiate them.  The bug
    is fixed in OS X 10.8.4, but Apple have ruled out both hot fixing
    10.8..10.8.3 and forcing users to upgrade to 10.8.4 or newer.
    [Rob Stradling, Adam Langley]

  To generate a diff of this commit:
  cvs rdiff -u -r1.182 -r1.183 pkgsrc/security/openssl/Makefile
  cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/openssl/distinfo
  cvs rdiff -u -r1.1 -r0 \
      pkgsrc/security/openssl/patches/patch-doc_crypto_X509__STORE__CTX__get__error.pod
  cvs rdiff -u -r1.1 -r1.2 \
      pkgsrc/security/openssl/patches/patch-doc_ssl_SSL__CTX__set__client__CA__list.pod \
      pkgsrc/security/openssl/patches/patch-doc_ssl_SSL__CTX__use__psk__identity__hint.pod \
      pkgsrc/security/openssl/patches/patch-doc_ssl_SSL__accept.pod \
      pkgsrc/security/openssl/patches/patch-doc_ssl_SSL__connect.pod \
      pkgsrc/security/openssl/patches/patch-doc_ssl_SSL__do__handshake.pod \
      pkgsrc/security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod

(spz)

2014-01-10 17:44:34 UTC MAIN commitmail json YAML

Add softether as a suggested package.

(gdt)

2014-01-10 17:41:07 UTC MAIN commitmail json YAML

2014-01-10 15:40:28 UTC MAIN commitmail json YAML

Do not override CCFLAGS and LIBS.  Fixes build on at least SunOS.

(jperkin)

2014-01-10 15:27:11 UTC MAIN commitmail json YAML

fix more problems with the scanner, one was introduced by the last fix
(CVE-2014-1235, CVE-2014-1236)
bump PKGREV

(drochner)

2014-01-10 15:19:21 UTC MAIN commitmail json YAML

2014-01-10 14:43:36 UTC MAIN commitmail json YAML

2014-01-10 14:33:08 UTC MAIN commitmail json YAML

Note update of the "openssl" package to version 1.0.1f.

(tron)

2014-01-10 14:32:42 UTC MAIN commitmail json YAML

Update "openssl" package to version 1.0.1f. Changes since 1.0.1e:
- Fix for TLS record tampering bug. A carefully crafted invalid
  handshake could crash OpenSSL with a NULL pointer exception.
  Thanks to Anton Johansson for reporting this issues.
  (CVE-2013-4353)
- Keep original DTLS digest and encryption contexts in retransmission
  structures so we can use the previous session parameters if they need
  to be resent. (CVE-2013-6450)
  [Steve Henson]
- Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which
  avoids preferring ECDHE-ECDSA ciphers when the client appears to be
  Safari on OS X.  Safari on OS X 10.8..10.8.3 advertises support for
  several ECDHE-ECDSA ciphers, but fails to negotiate them.  The bug
  is fixed in OS X 10.8.4, but Apple have ruled out both hot fixing
  10.8..10.8.3 and forcing users to upgrade to 10.8.4 or newer.
  [Rob Stradling, Adam Langley]

(tron)

2014-01-10 14:06:49 UTC MAIN commitmail json YAML

2014-01-10 13:16:58 UTC MAIN commitmail json YAML

Updated textproc/py-xlrd to 0.9.2

(adam)

2014-01-10 12:00:58 UTC MAIN commitmail json YAML

2014-01-10 11:33:14 UTC MAIN commitmail json YAML

Remove obsolete patch

(ryoon)

2014-01-10 11:27:45 UTC MAIN commitmail json YAML

Remove earlier WITH_DEBUG attempt committed in error

(prlw1)

2014-01-10 11:14:44 UTC MAIN commitmail json YAML

2014-01-10 11:14:31 UTC MAIN commitmail json YAML

2014-01-10 09:51:03 UTC MAIN commitmail json YAML

Added chat/mcabber version 0.10.2

(wiz)

2014-01-10 09:50:55 UTC MAIN commitmail json YAML

2014-01-10 09:50:42 UTC MAIN commitmail json YAML

Import mcabber-0.10.2 as chat/mcabber, packaged for wip by kh-p,
zul_, khorben, netcap, and jihbed.

mcabber is a small Jabber console client, it supports SSL, OTR,
MUC, history logging, commands completion and external actions
triggers.

(wiz)

2014-01-10 09:40:44 UTC MAIN commitmail json YAML

Fix build on Darwin 9 and possibly some other platforms.

(pho)

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

2014-01-10 08:43:42 UTC MAIN commitmail json YAML

Add ppc32 to Darwin targets

(pho)

2014-01-10 07:21:16 UTC MAIN commitmail json YAML

Fix build of MesaLib on PowerPC platforms without GCC >= 4.1 (like MacOS X 10.5).

(pho)

2014-01-10 02:59:54 UTC MAIN commitmail json YAML

Updated net/libzrtpcpp to 4.1.2

(rodent)

2014-01-10 02:59:32 UTC MAIN commitmail json YAML

Updated devel/ucommon to 6.1.0

(rodent)

2014-01-10 02:58:52 UTC MAIN commitmail json YAML

Updated to latest release, 4.1.2. Resolves:
http://secunia.com/advisories/53818/ From NEWS:
== GNU ZRTP 4.1.1 ==

Is a bug fix release that fixes some problems when building a standalone
version of the library, i.e. with embedded crypto algorithms and not using
on openSSL.

Another fix was necessary for NetBSD thread handling.

== GNU ZRTP 4.1.0 ==

Small enhancements when dealing with non-NIST algorithms. An application may
set a ''algorithm selection policy'' to control the selection behaviour. In
addition the the standrad selection policy (as per RFC6189) this version
provides a _non-NIST_ selection policy: if the selected public key algorithm
is a non-NIST ECC algorithm then the other selection functions prefer non-NIST
HASH algorithms (Skein etc).

== GNU ZRTP 4.0.0 ==

For this version I added some new algorithms for the DH key agreement
and the Skein Hash for ZRTP. Not further functional enhancments.

Added a new (old) build parameter -DCORE_LIB that will build a ZRTP core
library. This was available in V2.3 but I somehow lost this for 3.0
You may add other build parameters, such as SQLITE and CRYPTO_STANDALONE
if you build the core library.

== GNU ZRTP 3.2.0 ==

The main ZRTP modules contain fixes for three vulnerabilities found by Mark
Dowd. Thus we advise application developers to use this version of the
library. The vulnerabilities may lead to application crashes during ZRTP
negotiation if an attacker sends prepared ZRTP packets. The fixes remove these
attack vectors.

Some small other enhancements and cleanup, mainly inside client code.

Some enhancements in cache handling and the handling of retained shared
secrets. This change was proposed by Phil, is a slight security enhacement and
is fully backward comaptible.

Because of some API changes clients must be compiled and linked with the new
library.

For details please refer to the Git logs.

== GNU ZRTP 3.1.0 ==

This version adds some new features and code that supports some other
client and this accounts for the most changes inside this release.

The ZRTP core functionality was not changed as much (bug fixes, cleanup
mainly) and remains fully backward compatible with older library
versions. However, one nice enhancement was done: the addition of a standalone
SDES support module. This module supports basic SDES only without the fancy
stuff like many other SDES implementations. Thus it's pretty interoperable.

Some other features are:
- add some android support for a client, may serve as template for others
- documentation and code cleanup

Because of some API changes clients must be compiled and linked with the new
library.

== GNU ZRTP 3.0.0 ==

This is a major enhancement and restructuring of the overall ZRTP
distribution. This was necessary because more and more other clients use ZRTP
and add their specific glue code. Also some clients are not prepared to use
openSSL or other crypto libraries to their code and distributions.

Here a summary of the changes
- a new directory layout to accomodate various clients
- add standalone crypto modules, for example for AES, to have a real
  standalone ZRTP/SRTP library that does not require any other crypto library
  (optional via CMake configuration)
- Re-structure ZRTP cache and add SQlite3 as optional storage backend

The default settings for CMake build the normal ZRTP library that use openSSL
as crypto backend, use the normal file based cache and include the GNU ccRTP
modules. This is a librray that is to a large degree compatible with the
earlier builds.

Please refer to the top level CMakeFile.txt for options how to switch on the
standalone crypto mode or the SQlite3 based cache storage.

(rodent)

2014-01-10 02:32:50 UTC MAIN commitmail json YAML

Updated to latest release, 6.1.0. Two new files in the PLIST. From
ChangeLog:

from ucommon 6.0.7 to 6.1.0
- small fixes based on notes from Tristan
- exception behavior is changed (fixed) for commoncpp
- keywait utility added

from ucommon 6.0.6 to 6.0.7
- error state in fsys open fixed
- fsys error reset inline added

(rodent)

2014-01-10 02:21:53 UTC MAIN commitmail json YAML

Set py-wtforms acceptable dependency versions based on documentation. Added
options framework to allow user to run the unit tests during the build.
Requires py-nose and py-flask-babel, but is disabled by default.

(rodent)

2014-01-10 02:12:16 UTC MAIN commitmail json YAML

Note update of emacs-snapshot

(minskim)

2014-01-10 02:11:28 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.3.50.20140101

Moved files in share/emacs/24.3.50/leim to share/emacs/24.3.50/lisp/leim.

(minskim)

2014-01-10 01:51:54 UTC MAIN commitmail json YAML

Sync COMMENT with upstream. Also, differentiate it from www/py-flask-babel.

(rodent)

2014-01-10 01:50:04 UTC MAIN commitmail json YAML

+py-flask-babel

(rodent)

2014-01-10 01:49:25 UTC MAIN commitmail json YAML

Added www/py-flask-babel version 0.9

(rodent)

2014-01-10 01:48:58 UTC MAIN commitmail json YAML

Import py27-flask-babel-0.9 as www/py-flask-babel.

Flask-Babel is an extension to Flask that adds i18n and l10n support to any
Flask application with the help of babel, pytz and speaklater. It has builtin
support for date formatting with timezone support as well as a very simple and
friendly interface to gettext translations.

(rodent)

2014-01-10 01:35:42 UTC MAIN commitmail json YAML

Update comment lines to mention the Makefile's referencing.

(mef)

2014-01-09 23:56:35 UTC MAIN commitmail json YAML

2014-01-09 23:55:59 UTC MAIN commitmail json YAML

Improve the ghc bootstrap kit.
  - use a different ghc build that installs less stuff;
  - if using gcc, link statically with libgcc so the bootstrap kit
    can be used on a clang-only system;
  - try to avoid using pkgsrc readline and gmp, and force what's left
    to link statically by denying buildlink for the .so files, so the
    bootstrap kit will still work if those libraries' major numbers
    get bumped.

PKGREVISION -> 1.

This was supposed to get into 2013q4 and should be pulled up, so that
the 2013q4 builds will provide us binary bootstrap kits built on
official build hosts.

(dholland)

2014-01-09 23:49:53 UTC MAIN commitmail json YAML

rabbitmq (yesterday)

(dholland)

2014-01-09 23:16:47 UTC pkgsrc-2013Q4 commitmail json YAML

2014-01-09 23:14:33 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4290 - requested by tron
net/cacti: security update

Revisions pulled up:
- net/cacti/Makefile                                            1.21
- net/cacti/PLIST                                              1.4
- net/cacti/distinfo                                            1.4
- net/cacti/patches/patch-host.php                              1.1
- net/cacti/patches/patch-install_index.php                    1.2
- net/cacti/patches/patch-lib_api_device.php                    1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Wed Jan  8 20:51:28 UTC 2014

  Modified Files:
  pkgsrc/net/cacti: Makefile PLIST distinfo
  pkgsrc/net/cacti/patches: patch-install_index.php
  Added Files:
  pkgsrc/net/cacti/patches: patch-host.php patch-lib_api_device.php

  Log Message:
  Update the "cacti" package to version 0.8.8b. Changes since 0.8.8a:
  - bug: Fixed issue with custom data source information being lost when
          saved from edit
  - bug: Repopulate the poller cache on new installations
  - bug: Fix issue with poller not escaping the script query path correctly
  - bug: Allow snmpv3 priv proto none
  - bug: Fix issue where host activate may flush the entire poller item
          cache
  -security: SQL injection and shell escaping issues

  Also add the fix for the security vulnerability reported in SA54531
  taken from the SVN repository.

  To generate a diff of this commit:
  cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/cacti/Makefile
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/cacti/PLIST pkgsrc/net/cacti/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/cacti/patches/patch-host.php \
      pkgsrc/net/cacti/patches/patch-lib_api_device.php
  cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/cacti/patches/patch-install_index.php

(spz)

2014-01-09 22:37:39 UTC MAIN commitmail json YAML

Remove obsolete patch

(wiz)

2014-01-09 22:10:48 UTC MAIN commitmail json YAML

2014-01-09 21:56:53 UTC MAIN commitmail json YAML

2014-01-09 21:00:32 UTC pkgsrc-2013Q4 commitmail json YAML

2014-01-09 21:00:17 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4291 - requested by fhajny
lang/ruby200-base: bug fix patch

Revisions pulled up:
- lang/ruby200-base/Makefile                                    1.6
- lang/ruby200-base/distinfo                                    1.9
- lang/ruby200-base/patches/patch-lib_rubygems_installer.rb    1.3

---
  Module Name: pkgsrc
  Committed By: fhajny
  Date: Wed Jan  8 11:31:19 UTC 2014

  Modified Files:
  pkgsrc/lang/ruby200-base: Makefile distinfo
  pkgsrc/lang/ruby200-base/patches: patch-lib_rubygems_installer.rb

  Log Message:
  Fix patch so that 'gem install' actually works outside pkgsrc.
  Bump PKGREVISION.

(tron)

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

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

2014-01-09 16:55:16 UTC MAIN commitmail json YAML

2014-01-09 15:54:44 UTC MAIN commitmail json YAML

2014-01-09 15:45:18 UTC MAIN commitmail json YAML

2014-01-09 15:40:55 UTC MAIN commitmail json YAML

2014-01-09 15:34:02 UTC MAIN commitmail json YAML

Needs bzip2 and zlib.

(jperkin)

2014-01-09 15:23:32 UTC MAIN commitmail json YAML

Add more libraries required for SunOS.

(jperkin)

2014-01-09 14:51:55 UTC MAIN commitmail json YAML

2014-01-09 14:50:09 UTC MAIN commitmail json YAML