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

2024-05-12 21:14:48 UTC Now

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

2014-01-09 14:47:10 UTC MAIN commitmail json YAML

2014-01-09 14:44:32 UTC MAIN commitmail json YAML

2014-01-09 14:42:54 UTC MAIN commitmail json YAML

Needs bzip2 and zlib.

(jperkin)

2014-01-09 14:38:33 UTC MAIN commitmail json YAML

2014-01-09 14:31:00 UTC MAIN commitmail json YAML

2014-01-09 14:29:31 UTC MAIN commitmail json YAML

2014-01-09 14:27:05 UTC MAIN commitmail json YAML

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

Updated print/mupdf to 1.3

(mef)

2014-01-09 14:26:17 UTC MAIN commitmail json YAML

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

Add missing file (options.mk).

(mef)

2014-01-09 14:25:23 UTC MAIN commitmail json YAML

Update print/mupdf to 1.3 (via pkgsrc-wip by Leonardo Taccari, thanks)
=============================================================================
Notes on updating mupdf to mupdf-1.3 (maybe useful for future updates too)

* mupdf-1.3 depends on openjpeg-2.0 (previously mupdf-1.1 depended on
  openjpeg-1.5). ${WRKSRC}/Makerules is NOT correct and still looks for
  openjpeg-1.5 so patches/patch-ab was modified in order to fix this
  behaviour. Please also note the SUBST.makerules class in Makefile.
* mupdf should be build with "build=release" (the default is "build=debug" and
  that may be indesiderable for the common user).
* In order to completely disable the building of third party libraries (it is
  better to use the ones provided/handled by pkgsrc) a brutal ${RM} -fr completely
  remove the ${WRKSRC}/thirdparty directory. For more information please read
  ${WRKSRC}/Makethird and the post-extract target in Makefile.
* ${WRKSRC}/docs/thirdparty.txt may help for adding correct version of the
  dependencies.
* To add libcurl support (www/curl) patches/patch-Makethird was introduced and
  patches/patch-ab was modified in order to use pkg-config for
  $(SYS_CURL_CFLAGS) and $(SYS_CURL_LIBS).
* By default now mupdf install different binaries, e.g. mupdf-x11 (previous it
  was just "mupdf"), mupdf-x11-curl, etc.. In pkgsrc we install *only* the
  featureful version of mupdf simply as "mupdf". For more information please
  give a look to patches/patch-ac.

=============================================================================
(Upstream) List of changes on master since MuPDF 1.2

* Windows RT viewer app for MuPDF.
* Library changes to support progressive loading (display PDF files as
  they download). Windows/Linux/MacOS viewer supports this using curl.
* Incremental updates to PDF files are now (optionally) preserved on
  loading/saving.
* Prototype support for checking PDF Digital Signatures.
* Initial annotation support (strike-out, underline, highlight and ink)
  (library and android builds only).
* Fix operation on Android API level 8.
* Android redraw optimisations.
* Android app now supports Google Cloud Print.
* Android app translated into many languages.
* Android support for more architectures.
* Improvements to store (avoid collisions causing unnecessary evictions).
* Windows apps use Unicode filenames now.
* PDF function handling improved; functions can now be passed to devices
  without 'sampling'.
* PDF image handling improved; images can now be passed to devices
  without decompression.
* Indexed images are no longer uncompressed at load time, saving memory.
* Caching of rendered tiles for speed.
* Improved text analysis mode, capable of spotting columns/indents,
  right-to-left text etc.
* HTML output mode now includes image output.
* PDF password encoding handling improved.
* MuPDF now opens Jpeg, Tiff and PNG files directly.
* Bug preventing OpenXPS files from being opened fixed.
* Initial (feature incomplete) SVG and PDF output devices.
* PWG raster (mono/grey/RGB) and PCL (mono) output devices.
* Various performance improvements (including tilings and mesh based
  shadings).
* Revamped directory structure to reflect recent changes.
* Various potential SEGV, SoftMask and rendering fixes.
* Many potential crashes in Jpeg2000 and JBIG2 images fixed.

List of changes on master since MuPDF 1.1

* Important API changes:
    * fz_bbox is now fz_irect.
    * APIs (including fz_device) now pass fz_rect/fz_matrix by reference.
    * fz_device API is now more consistent with regards to use of
      fz_rect rather than fz_bbox.
* Add support for Javascript and forms handling.
* Fix many SEGVs with out of spec files. Many thanks to Mateusz "j00ru"
  Jurczyk and Gynvael Coldwind of the Google Security team, zeniko,
  Sebastian Rasmussen and all other contributors.
* Add fz_open_document_with_stream to allow non-file based operation.
* Move to using git submodules for third party libraries.
* Much enhanced Android application. Now on Google Play!
* Oversized and stroke text clipping implemented.
* Change shadings to decompose at render times; massive memory savings.
* Renamed 'mubusy' to 'mutool'.
* PDF 1.7 Extension Level 8 encryption implemented.
* Added consts to various parts of the API to help C++ interworking.
* Prototype transition support.
* Text searching API moved to fitz.
* Highlight and copy text selections.
* Performance enhancements for color conversion and fax decompression.
* ARM optimisations for color conversion and bitmap scaling.
* Bitmap subsampling stage introduced, with ARM optimisations.
* Type 3 fonts; glyphs are now handled as display lists.
* Scan converter performance improvements.
* Various rendering fixes.

(mef)

2014-01-09 13:52:41 UTC MAIN commitmail json YAML

Do not include system library paths in R_LD_LIBRARY_PATH, picking up system
libraries when previously preferring libraries from pkgsrc causes conflicts.

Fixes build on SmartOS where the platform /usr/lib/libgcc_s.so.1 for legacy
applications conflicts with GCC libraries from pkgsrc.

(jperkin)

2014-01-09 13:05:31 UTC MAIN commitmail json YAML

Updated audio/libcddb to 1.3.2nb1

(wiz)

2014-01-09 13:05:20 UTC MAIN commitmail json YAML

Use correct type to fix this on big-endian hosts.

>From Dave Tyson on pkgsrc-users 20140108,
"libcddb fails to work properly on big-endian systems"

Bump PKGREVISION.

(wiz)

2014-01-09 12:50:02 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.51

(wiz)

2014-01-09 12:49:54 UTC MAIN commitmail json YAML

Update to 2.4.51:

    Alex Deucher (2):
      radeon: avoid possible divide by 0 in surface manager
      radeon: fix sumo2 pci id

    Damien Lespiau (2):
      gitignore: Ignore various generated files
      intel/test_decode: Allow gen8 to be infered from the batch filenames

    Rob Clark (4):
      freedreno: add bo cache
      freedreno/kgsl: fix crash introduced w/ bo-cache
      freedreno: allow IB to different ringbuffer
      Bump the version to 2.4.51

(wiz)

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

+ abcmidi-20140105, cups-1.7.1, mkvtoolnix-6.7.0, py-qt5-5.2,
  py-sip-4.15.4, seahorse-3.10.2.

(wiz)

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

2014-01-09 12:33:20 UTC MAIN commitmail json YAML

Note removal of net/p5-Net-CUPS

(jperkin)

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

Remove net/p5-Net-CUPS.  It is identical to print/p5-Net-CUPS apart from now
missing a couple of subsequent fixes, and should never have existed.

(jperkin)

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

Mark NOT_FOR_PLATFORM for SunOS 5.10 and newer, no OS static libraries.

(jperkin)

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

Needs bzip2, bml, libgsf and hal.  Sort includes.

(jperkin)

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

2014-01-09 12:16:22 UTC MAIN commitmail json YAML

Added mail/notmuch version 0.17

(wiz)

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

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

Import notmuch-0.17 as mail/notmuch, packaged for wip by myself
and tonnerre.

Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a convenient
search syntax.

(wiz)

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

Do not build statically on SunOS.

(jperkin)

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

Do not build statically on SunOS.

(jperkin)

2014-01-09 12:02:11 UTC MAIN commitmail json YAML

Added devel/talloc version 2.1.0

(wiz)

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

+ talloc, fix typo.

(wiz)

2014-01-09 11:57:04 UTC MAIN commitmail json YAML

Import talloc-2.1.0 as devel/talloc, packaged for wip by myself.

talloc is a hierarchical pool based memory allocator with destructors.
It is the core memory allocator used in Samba, and has made a huge
difference in many aspects of Samba4 development.

(wiz)

2014-01-09 11:49:00 UTC MAIN commitmail json YAML

Avoid linking statically on SunOS.

(jperkin)

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

Avoid linking statically on SunOS.

(jperkin)

2014-01-09 11:38:27 UTC MAIN commitmail json YAML

2014-01-09 11:37:31 UTC MAIN commitmail json YAML

2014-01-09 11:34:14 UTC MAIN commitmail json YAML

Fix libraries on SunOS.

(jperkin)

2014-01-09 11:19:25 UTC MAIN commitmail json YAML

2014-01-09 11:16:26 UTC MAIN commitmail json YAML

Updated misc/multitail to 4.0.6nb1

(jperkin)

2014-01-09 11:16:18 UTC MAIN commitmail json YAML

Fix libraries on SunOS.  While here fix path to config file.

Bump PKGREVISION.

(jperkin)

2014-01-09 11:00:29 UTC MAIN commitmail json YAML

Updated devel/libnet10 to 1.0.2anb2

(jperkin)

2014-01-09 11:00:14 UTC MAIN commitmail json YAML

Do not append libnet10 subdirectory directly to LIBNET_CONFIG_LIBS, when
additional libraries are specified you end up with e.g. '-lnsl/libnet10'.

Bump PKGREVISION.

(jperkin)

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

2014-01-09 10:43:09 UTC MAIN commitmail json YAML

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

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

Only use -lsunmath with Sun Studio.

(jperkin)

2014-01-09 10:39:18 UTC MAIN commitmail json YAML

2014-01-09 10:37:25 UTC MAIN commitmail json YAML

2014-01-09 10:33:19 UTC MAIN commitmail json YAML

2014-01-09 10:25:14 UTC MAIN commitmail json YAML

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

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

2014-01-09 09:33:56 UTC MAIN commitmail json YAML

2014-01-09 09:32:21 UTC MAIN commitmail json YAML

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

Related change with PR pkg/48479 (of ghostscript-cidfonts):
Makefile
  Adjust for splitting ghostscript-{,a}gpl done before.
  Convert LICENSE from generic-nonlicense to 2-clause-bsd.
  Set MAINTAINER, to notice-quick-if-fail.
PLIST
  Convert path from ${PKGVERSION} to ${PKGVERSION_NOREV}.
files/cidfmap-adobe
  Add one entry
  /Ryumin-Light          /WadaMin-Regular
(NO PKGREVISION++, binaries may not have been built yet).
Thanks dholland@ for taking care of -agpl and -gpl split.

(mef)

2014-01-09 08:04:37 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.06

(wen)

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

Update to 1.06

Upstream changes:
1.06  2013-12-31

- DateTime's attempt to generate infinity by calculating 9**9**9 actually got
  a number on some platforms, like powerpcspe. Reported by Gregor Hermann. RT
  #91696.

1.05  2013-12-22

- Added a new CLDR ZZZZZ specifier, which is like ZZZ but inserts a
  colon. Patch by Ricardo Signes.

- Added a new option for the truncate() method to truncate to the
  "local_week". This truncates to the locale's notion of the first day of the
  week, rather than always truncating to Monday. Patch by Christian Hansen.

1.04  2013-12-07

- Calling set_locale() or set_formatter() on an object with an ambiguous local
  time could change the underlying UTC time for that object. Reported by Marta
  Cuaresma Saturio. RT #90583.

(wen)

2014-01-09 07:57:46 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-URI to 0.05

(wen)

2014-01-09 07:56:56 UTC MAIN commitmail json YAML

Update to 0.05

Upstream changes:
0.05      2013-12-17 23:20:10Z
  - fully-qualified type names like MooseX::Types::URI::Uri work again
    (removed in 0.04)

0.04      2013-11-15 03:50:07Z
  - convert to Dist::Zilla, fixing metadata
  - fix coercion from HashRef (thanks, MORIYA Masaki!) (RT#69476)

(wen)

2014-01-09 07:52:37 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Structured to 0.30

(wen)

2014-01-09 07:51:52 UTC MAIN commitmail json YAML

Update to 0.30

Upstream changes:
0.30      2013-12-19 22:51:17Z
        - remove pod from internal and unindexed modules, for a prettier
          metacpan release page

0.29      2013-11-20 23:36:48Z
        - fixed use of an interface that was deprecated in Moose-2.1100
          (ether)
        - repository migrated from shadowcat to the github moose organization

(wen)

2014-01-09 07:46:47 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Stringlike to 0.002

(wen)

2014-01-09 07:46:00 UTC MAIN commitmail json YAML

Update to 0.002

Upstream changes:
0.002    2013-11-02 21:42:57 America/New_York

    [DOCUMENTATION]

    - Fixed missing =encoding command

(wen)

2014-01-09 07:43:05 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Perl to 0.101342

(wen)

2014-01-09 07:42:20 UTC MAIN commitmail json YAML

Update to 0.101342

Upstream changes:
0.101342  2013-10-05 09:13:49 America/New_York
          update bugtracker and repo

(wen)

2014-01-09 07:39:45 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-LoadableClass to 0.012

(wen)

2014-01-09 07:38:54 UTC MAIN commitmail json YAML

Update to 0.012

Upstream changes:
0.012    2013-10-20 19:04:23Z (Karen Etheridge)
  - re-release with fixed encoding in metadata, support files

0.011    2013-10-02 01:36:29Z (Karen Etheridge)
  - only try to load the class if it's a valid module name (ilmari)

0.010    2013-09-07 21:37:31Z (Karen Etheridge)
  - avoid trying to load the class if already loaded (minor optimization)
  - repository moved to the github moose organization

(wen)

2014-01-09 07:32:47 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-JSON to 0.03

(wen)

2014-01-09 07:32:09 UTC MAIN commitmail json YAML

Update to 0.03

Upstream changes:
0.03  2014-01-05
      - convert distribution to use Dist::Zilla
      - Add type coercions (patch from SHUFF)

(wen)

2014-01-09 07:23:03 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Common to 0.001012

(wen)

2014-01-09 07:22:17 UTC MAIN commitmail json YAML

Update to 0.001012

Upstream changes:
0.001012  2013-12-17 23:09:36Z
  - fully-qualified type names like MooseX::Types::Common::String::SimpleStr
    work again (removed in 0.001011)

0.001011  2013-12-14 18:15:31Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file

0.001010  2013-09-27 04:39:30Z
  - add incomplete prereq on Test::Warnings (haarg)
  - re-release with fixed compile test

0.001009  2013-09-14 22:11:25Z
  - converted to Dist::Zilla
  - SingleDigit now supports zero and negative numbers (RT#86738)
  - UpperCase and LowerCase string types now properly understand unicode
    characters (RT#84547)
  - repository moved to the github moose organization

(wen)

2014-01-09 07:18:22 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.41

(wen)

2014-01-09 07:17:36 UTC MAIN commitmail json YAML

Update to 0.41

Upstream changes:
0.41      2013-12-21 17:21:41Z
        - reversed changes in 0.40, until compatibility issues with older
          Moose versions are figured out

0.40      2013-12-20 06:38:15Z
        - types are now properly installed into the proper package, so they
          survive namespace::autoclean

0.39      2013-11-30 18:31:32Z
        - more strict warnings checking in tests
        - re-release to fix compile test

(wen)

2014-01-09 07:13:11 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Method-Signatures to 0.47

(wen)

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

Update to 0.47

Upstream changes:
0.47      2013-12-14 19:06:59Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file

0.46      2013-10-02 00:40:37Z
  - re-release with fixed compile test

0.45      2013-09-12 03:06:25Z
  - removed use of deprecated Class::MOP::load_class
  - documentation reference added, pointing to the WARNING section in
    MooseX::Declare, regarding future utility of this module
  - repository migrated to the github moose organization

(wen)

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

Updated devel/p5-MooseX-Getopt to 0.59

(wen)

2014-01-09 06:54:03 UTC MAIN commitmail json YAML

Update to 0.59
Update DEPENDS

Upstream changes:
0.59      2013-11-30 19:02:01Z
- re-release to fix compile test

(wen)

2014-01-09 05:07:05 UTC MAIN commitmail json YAML

exactly specify base directory of using packages for configure.

(obache)

2014-01-09 02:39:42 UTC MAIN commitmail json YAML

Convert default to ghostscript-gpl in parallel to meta package of ghostscript).

(mef)

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

Fix previous with the, ahem, right version.

(dholland)

2014-01-09 00:48:34 UTC MAIN commitmail json YAML

Updated fonts/ghostscript-cidfonts to 20000901nb5

(mef)

2014-01-09 00:46:25 UTC MAIN commitmail json YAML

The variable GS_VERSION is referenced, but it's been lost the source.
Recover by .including ghostscript-{a,}gpl/Makefile.common (and PKGREVISION++).

(mef)

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

Added multimedia/libbdplus version 0.1.0

(wiz)

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

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

Import libbdplus-0.1.0 as multimedia/libbdplus.

BD+ is a part of the Blu-ray Disc DRM system. This library provides
an open source implementation of the standard.

This library is not complete, in that it will never be complete
and will always require updates to stay up to date with the latest
Bluray disks released.

The general flow on this library is that the higher level 'player'
code will call us if there exist a "BDSVM/00000.svm" file on the
disk. If this is the case it will call bdplus_init(), connect the
library with other parts of BluRay player and call bdplus_start().

BD+ VM executes the DLX assembled code inside the SVM file.  This
will perform thousands of AES, SHA, file reads and detailed memory
checks to guess the authenticity of the player.

If all goes well, the SVM will eventually spit out a 'conversion
table'. This is a large table (usually about 1-2MB but it varies)
which contains offsets into the M2TS video file. (usually the main
title).

(wiz)

2014-01-08 23:05:20 UTC MAIN commitmail json YAML

Added multimedia/libaacs version 0.7.0

(wiz)

2014-01-08 23:05:11 UTC MAIN commitmail json YAML

+ libaacs, sort.

(wiz)

2014-01-08 23:04:43 UTC MAIN commitmail json YAML

Import libaacs-0.7.0 as multimedia/libaacs.

AACS is a DRM system for bluray discs.  This library provdes an
open source implementation of the standard.

(wiz)

2014-01-08 21:47:55 UTC MAIN commitmail json YAML

Fix packaging on Solaris, from Kai-Uwe Eckhardt in private mail.

(wiz)

2014-01-08 21:05:47 UTC MAIN commitmail json YAML

Reapply the fix from -r1.10 of PLIST which was thrown away during update.

(dholland)

2014-01-08 21:04:15 UTC MAIN commitmail json YAML

2014-01-08 20:56:19 UTC MAIN commitmail json YAML

Note update of the "cacti" package to version 0.8.8b.

(tron)

2014-01-08 20:51:28 UTC MAIN commitmail json YAML

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.

(tron)

2014-01-08 20:25:34 UTC MAIN commitmail json YAML

Pass URL to fetch_ssl to fix build and add a cast for some OpenSSL
constloss.

(joerg)

2014-01-08 18:54:26 UTC pkgsrc-2013Q4 commitmail json YAML

2014-01-08 18:53:27 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4289 - requested by hauke
sysutils/radmind: bug fix patch

Revisions pulled up:
- sysutils/radmind/Makefile                                    1.33-1.34
- sysutils/radmind/distinfo                                    1.19
- sysutils/radmind/patches/patch-Makefile.in                    1.1
- sysutils/radmind/patches/patch-aa                            deleted
- sysutils/radmind/patches/patch-ab                            deleted
- sysutils/radmind/patches/patch-ac                            deleted
- sysutils/radmind/patches/patch-ae                            deleted
- sysutils/radmind/patches/patch-command.c                      1.1
- sysutils/radmind/patches/patch-command.h                      1.1
- sysutils/radmind/patches/patch-config.h.in                    1.1
- sysutils/radmind/patches/patch-configure                      1.1
- sysutils/radmind/patches/patch-configure.ac                  1.1
- sysutils/radmind/patches/patch-ktcheck.c                      1.1
- sysutils/radmind/patches/patch-largefile.h                    1.1
- sysutils/radmind/patches/patch-lcksum.c                      1.1
- sysutils/radmind/patches/patch-libsnet_snet.c                1.1
- sysutils/radmind/patches/patch-ra.sh                          1.1
- sysutils/radmind/patches/patch-retr.c                        1.1
- sysutils/radmind/patches/patch-transcript.c                  1.1
- sysutils/radmind/patches/patch-update.c                      1.1

---
  Module Name:    pkgsrc
  Committed By:  hauke
  Date:          Wed Jan  8 11:54:04 UTC 2014

  Modified Files:
          pkgsrc/sysutils/radmind: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/radmind/patches: patch-Makefile.in
  patch-command.c
              patch-command.h patch-config.h.in patch-configure
              patch-configure.ac patch-ktcheck.c patch-largefile.h
  patch-lcksum.c
              patch-libsnet_snet.c patch-ra.sh patch-retr.c
  patch-transcript.c
              patch-update.c
  Removed Files:
          pkgsrc/sysutils/radmind/patches: patch-aa patch-ab patch-ac
  patch-ae

  Log Message:
  Back-port and complete the fixes from radmind HEAD to support 64 bit
  time_t on NetBSD 6+.

  The configure patch had to be generated with autoconf downgraded to 2.61 -
  leave it to autohell to ruin your day...

  While we are here, shake, rattle & roll the patches.

  The resulting gyrations finally fix PR pkg/46555

---
  Module Name:    pkgsrc
  Committed By:  hauke
  Date:          Wed Jan  8 12:11:40 UTC 2014

  Modified Files:
          pkgsrc/sysutils/radmind: Makefile

  Log Message:
  The package's build system does not ensure libsnet is built before
  linking to it, so mark unsafe for parallel makes.

(tron)

2014-01-08 16:33:07 UTC MAIN commitmail json YAML

Updated net/aria2 to 1.18.2

(ryoon)

2014-01-08 16:32:30 UTC MAIN commitmail json YAML

Update to 1.18.2

* This package requires gcc 4.7 later from pkgsrc

Changelog:
aria2 1.18.2
============

Release Note
------------

This release fixes the wrong handling of return value of fork(), which
leads to high CPU usage. The progress readout has some color output.
Mingw32 build now receives colorized output. Mingw32 build now can
read unicode command-line arguments. The build script of OSX was
rewritten. The --bt-max-open-files now limits the number of opened
file globally for multi-file downloads instead of per download basis.

Changes
-------

* Remove the outdated, broken build_osx_release.sh

* Initial revision of the a new OSX release Makefile

* Allow using libgmp with AppleTLS/WinTLS

* Fix crash when metaurl contains unsupported URI or text

* Fix bad fork() return value handling

* Use some colors in progress reports (where available)

* Implement basic color support for the Windows console

  Only \033[*m (SGR) is supported, with a 16+16 color terminal.

* AppleTLS: Implement PKCS12 loading.

* Limit number of opened file globally with --bt-max-open-files option

  This change changes the behavior of --bt-max-open-files. Previously,
  it specifies the maximum number of opened files for each multi-file
  download. Since it is more useful to limit the number globally, the
  option now specifies the global limit. This change suggests that
  aria2.changeOption() method now ignores --bt-max-open-files and
  aria2.changeGlobalOption now reads it and dynamically change the
  limit.

* Don't fail multiple concurrent dl same file if auto-file-renaming is
  enabled

* mingw32: Use CommandLineToArgvW() and GetCommandLineW() to read
  cmd-line args

  This change enables aria2 to read unicode characters in
  command-line.

aria2 1.18.1
============

Release Note
------------

This release fixes the percent-encoding bug which affects file name
encodings. It adds PKCS12 support in certificate import. It also adds
experimental internal implementation of message digest functions, ARC4
cipher and bignum. It means that no external libraries are required to
build BitTorrent support, but this feature is still marked as
experimental. This release also fixes the android build with NDK r9.

Changes
-------

* LibsslTLSContext: Remove weak cipher suite

* AppleTLS: Enable --certificate

* util::percentEncodeMini: Fix regression bug removed unsignedness

  srange-based for around std::string is convenient but several
  functions depend unsigned char for correctness and readability.

* Log exception; throw error if loading private key and/or certificate
  failed

* Provide internal ARC4 implementation

  Now you can build bittorrent support without without external
  libraries, meaning you can skip libnettle, libgmp, libgcrypt, GnuTLS
  and OpenSSL on OSX (for now).

* Internal implementation of DHKeyExchange

  Reusing a bignum (well, unsigned very-long) implementation I had
  lying around for years and just cleaned up a bit and brought to
  C++11 land.

  It might not be the most performant implementation, but it shoud be
  fast enough for our purposes and will go a long way of removing
  gcrypt, nettle, gmp, openssl dependencies when using AppleTLS and
  WinTLS (upcoming).

* PKCS12 support in --certificate and --rpc-certificate options.

* Add --disable-ssl configure option

* Add internal md5 and sha1 message digests

* Fix AppleMessageDigestImpl use with large data

* Set old cookie's creation-time to new cookie on replacement

  As described in http://tools.ietf.org/html/rfc6265#section-5.3

* Fix link error with Android NDK r9

  Since Android ndk r9, __set_errno is deprecated. It is now defined
  as inline function in errno.h. The syscall assembly calls
  __set_errno, but since libc.so does not export it, the link
  fails. To workaround this, replace all occurrences of __set_errno
  with a2_set_errno and define it as normal C function.

aria2 1.18.0
============

Release Note
------------

This release changes the default disk cache size to 16 MiB. To change
the default size, --with-disk-cache configure option was added.  Now
used URIs are also saved by --save-session option. The control file is
now always saved if --force-save is given. The ctrl-c handling on
Mingw build was improved. The internal intl library is no longer
supplied. From this release, C++11 compiler is required to build aria2
executable. For gcc, at least 4.6.3 is required.

Changes
-------

* Use AM subdir-objects

  Doing so in AM_INIT_AUTOMAKE seems to be the most compatible way of
  doing so.

  Closes GH-120

* AM_SILENT_RULES([yes]) with backwards-compatiblity

  Supported since automake-1.11. There is no point in having the very
  verbose compile stuff running about, which cannot even silenced
  properly with `make -s` by default. Otherwise, `make V=1` or
  `--disable-silent-rules` are your friends

* Fix automake-1.14 am_aux_dir

  AC_USE_SYSTEM_EXTENSIONS will cause AC_PROG_CC, which is overridden
  by automake-1.14, which will then init (part) of automake, in
  particular am_aux_dir expansion, which in turn relies on ac_aux-dir,
  which is not initialized at this point, and thus: certain doom (or
  fun, depending on your POV and mood :p)

  Hence call AC_USE_SYSTEM_EXTENSIONS only after
  AM_INIT_AUTOMAKE. This, of course, caused a lot of related macro
  shuffling.

  Tested against automake-1.10 (OSX Lion/XCode version) and
  automake-1.14 (homebrew version)

* Require external gettext for --enable-nls

  And stop using the internal flavor with ./intl

* Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr

  The clang shipped with OSX XCode and clangs not build enabling
  libcpp, will default to the libstdc++ headers and lib installed on
  the system.  In the OSX case, that libstdc++ is the one bundles with
  gcc-4.2, which is far too old to provide all required C++11 types,
  such as std::shared_ptr.  Hence, the C++11 check should try to
  compile a program with a C++11 type and try -stdlib=libc++ if the
  default lib fails to compile said program.

* Make the configure check for C++11 compiler mandatory

  Remove stray "dnl", so that mandatory actually works with (my)
  autoreconf.

* Always build doc/manual-src

  Should sphinx-build be not available AND the man file not be prsent,
  then just "touch" it into existence (and warn about that)

* Win: Use SetConsoleCtrlHandler for SIGINT/SIGTERM

* Implement a simple resource lock (threading)

  In this initial implementation Locks are no-ops on platforms other
  than Windows.

* Check for sphinx-build during configure

* Add --with-disk-cache configure option

  Enables packagers more fine grained control over the default value
  without having to mess with config files.

  See GH-115

* Change defaults: Enable 16M disk cache by default.

* Always save control file if --force-save is given

* Set log level DEBUG for unittests

* Check that C++ compiler supports override keyword

  If the compiler supports override, define CXX11_OVERRIDE as
  override, otherwise define it as empty. Use CXX11_OVERRIDE instead
  of override.

* AppleTLS: Fix MessageDigestImpl

* AppleTLS: Fix session CFRelease stuff

* Use AX_CXX_COMPILE_STDCXX_11 macro to detect C++0x/C++11 support in
  compiler

* Require -std=c++11 and use std::shared_ptr instead of SharedHandle

* Join URI on redirect

* Send HAVE message to the peer which the piece is downloaded from

  Historically, aria2 did not send HAVE message to the peer which the
  piece is coming from, thinking it is obvious that the peer knows we
  have the piece. But it is not obvious if one piece is download from
  more than 1 peers (e.g., end game mode). So it is better to send
  HAVE to all peers connected.

* Improvements to --follow-torrent=false documentation.

  Patch from gt

* SessionSerializer: Truly unique URIs

  Before, only spent uris where sanitized not to be contained within
  remaining uris. Change this so that each uri in the
  union(remaining,spent) get saved once at most.  The order of the
  uris will won't be changed, with remaining uris going first followed
  by spent uris.

  Also avoid copying the uri std::strings around during dupe checking,
  usually resulting in better performance regarding CPU and space.

* Make getOption RPC method return option for stopped downloads

* SessionSerializer: Save spent URIs as well as remaining ones

(ryoon)

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

Updated shells/zsh to 5.0.5

(ryoon)

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

Update to 5.0.5

* Fix build on Debian GNU/kFreeBSD 7.3
* Update MASTER_SITES

Changelog:
This is version 5.0.5 of the shell.  This is a stable release.
There are minor new features as well as bug fixes since 5.0.2.
5.0.3 and 5.0.4 were short-lived releases with most of the features of
5.0.5 that were replaced owing to significant bugs.

Incompatibilities between 5.0.2 and 5.0.5
-----------------------------------------

The "zshaddhistory" hook mechanism documented in the zshmisc manual page
has been upgraded so that a hook returning status 2 causes a history
line to be saved on the internal history list but not written to the
history file.  Previously any non-zero status return would cause
the line not to be saved on the history at all.  It is recommended
to use status 1 for this (indeed most shell users would naturally do
so).

(ryoon)

2014-01-08 15:14:35 UTC MAIN commitmail json YAML

Updated converters/dos2unix to 6.0.4

(ryoon)

2014-01-08 15:14:03 UTC MAIN commitmail json YAML

Update to 6.0.4

Changelog:
2013-12-30: Version 6.0.4

  * New options -ul and -ub to convert UTF-16 files without BOM.
  * New Russian translation of the messages.
  * Build 32 bit Windows binaries with Large File Support (LFS)
    by using mingw-w64 for 32 bit Windows.
  * When a binary symbol is encountered the value is printed.

(ryoon)

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

2014-01-08 15:00:33 UTC MAIN commitmail json YAML

Added devel/startbug1 version 1.6.01

(ryoon)

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

2014-01-08 13:09:38 UTC MAIN commitmail json YAML

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

Make sure unwanted mkdir is not recorded with full path in rbconfig.rb, fixes packages built with pbulk.

(fhajny)

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

The package's build system does not ensure libsnet is built before
linking to it, so mark unsafe for parallel makes.

(hauke)

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

2014-01-08 11:31:19 UTC MAIN commitmail json YAML

2014-01-08 11:05:58 UTC MAIN commitmail json YAML

Remove 64-bit libraries from 32-bit PLIST.

(jperkin)

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

2014-01-08 10:38:30 UTC MAIN commitmail json YAML

Look for zlib in the correct location.

(jperkin)

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

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

+ clang-3.4, eric4-4.5.18, eric5-5.4.0, glusterfs-3.4.2, htmldoc-1.8.28,
  kde4-4.11.5, moneyguru-2.7.1, phpmyadmin-4.1.4, puzzle-10108,
  samba-4.0.14, tcpreplay-4.0.0.

(wiz)

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

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

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

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

2014-01-08 10:13:44 UTC MAIN commitmail json YAML

2014-01-08 09:59:22 UTC MAIN commitmail json YAML

2014-01-08 09:57:31 UTC MAIN commitmail json YAML

2014-01-08 09:39:45 UTC MAIN commitmail json YAML

2014-01-08 09:38:23 UTC MAIN commitmail json YAML

2014-01-08 09:15:58 UTC MAIN commitmail json YAML

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

Use system supplied bswap32 and bswap64 macros on NetBSD.
Fixes build on NetBSD-5-i386 with builtin gcc.

(obache)

2014-01-08 07:28:33 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-App-Cmd to 0.27

(wen)

2014-01-08 07:27:35 UTC MAIN commitmail json YAML

Update to 0.27
Update DEPENDS

Upstream changes:
0.27      2013-12-31 14:26:29 UTC
    - update developer and Dist::Zilla author dependencies
0.26      2013-12-16 17:19:52 America/New_York (TRIAL RELEASE)
    - better reporting of skipped Moose/Mouse tests
    - add release test to check changelog for new content
0.25      2013-12-09 10:37:31 America/New_York (TRIAL RELEASE)
    - test for Mo(o|u)seX::Getopt before running Mo(o|u)se-specific tests
0.24      2013-12-08 21:01:55 America/New_York (TRIAL RELEASE)
    - add requirements, recommendations and provides to meta files
0.23      2013-12-08 15:52:56 America/New_York (TRIAL RELEASE)
    - fixes to Moose/Mouse tests
0.22      2013-12-02 10:56:59 America/New_York (TRIAL RELEASE)
    - forgot to update changelog last time, no code changes
0.21      2013-12-02 10:47:32 America/New_York (TRIAL RELEASE)
    - do a better job of not requiring Moose for build/install
0.20      2013-12-01 18:18:42 America/New_York (TRIAL RELEASE)
    - use Any::Moose for Moose and Mouse compatibility in the same package
0.11      2013-11-22 11:48:20 America/New_York
    - gh#6: document --configfile option added in 0.03 (reported by abraxxa)
    - gh#8: fix missing commands in test files (ubermichael)

(wen)

2014-01-08 07:20:11 UTC MAIN commitmail json YAML

Added devel/p5-MouseX-Getopt version 0.34

(wen)

2014-01-08 07:19:15 UTC MAIN commitmail json YAML

Add p5-MouseX-Getopt

(wen)

2014-01-08 07:17:49 UTC MAIN commitmail json YAML

Import MouseX-Getopt-0.34 as devel/p5-MouseX-Getopt.

This is a role which provides an alternate constructor for creating
objects using parameters passed in from the command line.

(wen)

2014-01-08 06:40:35 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1200

(wen)

2014-01-08 06:39:49 UTC MAIN commitmail json YAML

Update to 2.1200

Upstream changes:
2.1200  2014-01-06

  [OTHER]

  - Releasing 2.1108 as stable (last stable release was 2.1005).

2.1108  2014-01-04 (TRIAL RELEASE)

  [OTHER]
    - fixed distribution manifest
    - minor documentation and metadata updates

2.1107  2013-11-29 (TRIAL RELEASE)

  [OTHER]

  - many additions to the list of conflicting modules (those that require
    updates after installing Moose), reflecting recent API changes
  - now failing early at build time, with a useful error message, if a
    compiler is not available

2.1106  2013-11-05 (TRIAL RELEASE)

  [BUG FIXES]

  - throw_error import cleaned from Moose::Object after use (doy)
  - resolved new circular load issue between Moose::Util and Class::MOP (Kent
    Fredric, RT#89713 and PR # 42)

2.1105  2013-10-30 (TRIAL RELEASE)

  [BUG FIXES]

  - legacy throw_error now takes multiple arguments, like confess does
    (Karen Etheridge)

2.1104  2013-10-29 (TRIAL RELEASE)

  [BUG FIXES]

  - Class::MOP::Object::_inline_throw_error is back, used by some MooseX
    modules (Upasana)

2.1103  2013-10-25 (TRIAL RELEASE)

  [BUG FIXES]

  - fix errors in last trial release relating to Moose::Error::Default,
    Moose::Util::throw_error (Upasana)

2.1102  2013-10-20 (TRIAL RELEASE)

  [BUG FIXES]

  - die if a role to consume can't be found -- this restores behaviour as in
    2.1005 (doy)
  - fix test to accomodate Devel::PartialDump possibly not being installed
    (Upasana)

2.1101  2013-10-20 (TRIAL RELEASE)

  [ENHANCEMENTS]

  - Moose string exceptions have been replaced by Moose::Exception objects. See
    Moose::Manual::Delta for details.

2.1100  2013-09-07 (TRIAL RELEASE)

  [DEPRECATIONS]

  - Class::MOP::load_class, Class::MOP::is_class_loaded, and
    Class::MOP::load_first_existing_class are now deprecated. See
    Moose::Manual::Delta for details.

  - The non-arrayref forms of enum and duck_type have been deprecated. See
    Moose::Manual::Delta for details.

  - Many deprecated features have now been removed:
    - optimize_as for type constraints
    - the "default is" and "default default" features for native delegations
    - setting coerce => 1 on an attribute whose type constraint has no coercion
    - the public version of Moose::Meta::Method::Destructor::initialize_body

  [ENHANCEMENTS]

  - Creating classes with Moose now always sets the appropriate entry in %INC,
    even if it wasn't loaded from a file. This should make writing classes
    inline easier, and will allow us to be more intelligent about figuring out
    when classes are loaded in the future. See Moose::Manual::Delta for more
    details. Note that this is slightly backwards-incompatible in some edge
    cases.

  - Moose now uses Module::Runtime instead of Class::Load to load classes. This
    means that there are no more issues with the weird heuristics that
    Class::Load does to determine if a class was previously loaded (inheriting
    from an empty package is now possible, for instance). See
    Moose::Manual::Delta for more details. This is also slightly
    backwards-incompatible in some edge cases.

(wen)

2014-01-08 06:22:37 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 4.66

(wen)

2014-01-08 06:21:35 UTC MAIN commitmail json YAML

Update to 4.66

Upstream changes:
4.66  2014-01-04
  - Added success attribute to Test::Mojo.
  - Improved Mojo::DOM::CSS and Mojo::DOM::HTML performance.
  - Fixed XML detection bug in Mojo::DOM.
  - Fixed escaping bugs in Mojo::DOM::CSS.

4.65  2014-01-02
  - Deprecated use of hash references for optgroup generation with
    select_field helper in favor of Mojo::Collection objects.
  - Added b and c helpers to Mojolicious::Plugin::DefaultHelpers.
  - Fixed reference handling bug in Mojo::Collection.

4.64  2014-01-01
  - Fixed helper export bug in Mojolicious::Plugin::EPRenderer.

4.63  2013-12-19
  - Deprecated Mojolicious::secret in favor of Mojolicious::secrets.
  - Added support for rotating secrets.
  - Added secrets method to Mojolicious.

4.62  2013-12-17
  - Deprecated Mojo::URL::to_rel.

4.61  2013-12-16
  - Added select_one method to Mojo::DOM::CSS.
  - Improved performance of Mojo::DOM::at significantly.

4.60  2013-12-11
  - Improved Mojolicious::Validator::Validation to allow custom validation
    errors.

4.59  2013-12-04
  - Added CSRF protection support.
  - Added support for permessage-deflate WebSocket compression.
  - Added csrf_protect method to Mojolicious::Validator::Validation.
  - Added build_message method to Mojo::Transaction::WebSocket.
  - Added csrf_token attribute to Mojolicious::Validator::Validation.
  - Added compressed and context_takeover attributes to
    Mojo::Transaction::WebSocket.
  - Added csrf_token helper to Mojolicious::Plugin::DefaultHelpers.
  - Added csrf_field helper to Mojolicious::Plugin::TagHelpers.
  - Removed deprecated mode specific methods in application class.
  - Relicensed all artwork to CC-SA version 4.0.

(wen)

2014-01-08 05:13:32 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-kotex-base

(minskim)

2014-01-08 05:12:08 UTC MAIN commitmail json YAML

2014-01-08 04:49:50 UTC MAIN commitmail json YAML

2014-01-08 04:47:35 UTC MAIN commitmail json YAML

Import tex-tufte-latex-doc-3.5.0 as print/tex-tufte-latex-doc.

This is documentation for tex-tufte-latex.

(minskim)

2014-01-08 04:47:18 UTC MAIN commitmail json YAML

Import tex-tufte-latex-3.5.0 as print/tex-tufte-latex.

Provided are two classes inspired, respectively, by handouts
and books created by Edward Tufte.

(minskim)

2014-01-08 04:43:40 UTC MAIN commitmail json YAML

2014-01-08 04:42:22 UTC MAIN commitmail json YAML

2014-01-08 04:41:57 UTC MAIN commitmail json YAML

Import tex-lipsum-1.2 as print/tex-lipsum.

This package gives you easy access to the Lorem Ipsum dummy
text; an option is available to separate the paragraphs of the
dummy text into TeX-paragraphs. All the paragraphs are taken
with permission from http://lipsum.com/.

(minskim)

2014-01-08 02:03:51 UTC MAIN commitmail json YAML

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

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

Import tex-sauerj-2013 as print/tex-sauerj.

The bundle consists of: a tool for collecting text for later
re-use, a tool for typesetting the "meta-information" within a
text, a tool for use in constructing macros with multiple
optional parameters, a package for multiple column parallel
texts, a tool for processing key-value structured lists, and
macros for typesetting a number as a German-language string.

(minskim)

2014-01-08 01:34:29 UTC MAIN commitmail json YAML

+openssl-1.0.1f = bugs + security fixes

(rodent)

2014-01-07 23:33:50 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.25.0

(jnemeth)

2014-01-07 23:33:28 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.25.0: this is a minor bug fix update

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

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

The following is a sample of the issues resolved in this release:

* --- chan_sip: Fix an issue where an incompatible audio format may be
      added to SDP.

* --- cdr_adaptive_odbc: Also apply a filter when the CDR value is
      empty.

* --- app_queue: Fix Queuelog EXITWITHKEY only logging two of four
      fields

* --- chan_sip: Do not increment the SDP version between 183 and 200
      responses.

* --- chan_sip: Fix Realtime Peer Update Problem When Un-registering
      And Expires Header In 200ok

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2014-01-07 23:30:03 UTC MAIN commitmail json YAML

libfetch-2.36: Support Server Name Identication.

>From Michael Gmelin via FreeBSD.

(joerg)

2014-01-07 23:25:12 UTC MAIN commitmail json YAML

2014-01-07 23:10:44 UTC MAIN commitmail json YAML

Added devel/git-svn version 1.8.5.2

(wiz)

2014-01-07 23:10:33 UTC MAIN commitmail json YAML

2014-01-07 23:10:06 UTC MAIN commitmail json YAML

Import git-svn-1.8.5.2 as devel/git-svn.

git svn is a simple conduit for changesets between Subversion and
git. It provides a bidirectional flow of changes between a Subversion
and a git repository.

(wiz)

2014-01-07 20:57:42 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.7.0

(jnemeth)

2014-01-07 20:09:27 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.4.7

(wiz)

2014-01-07 20:09:18 UTC MAIN commitmail json YAML

Update to 1.4.7 (pkgsrc already had the security fix):

This release includes the fix for CVE-2013-6462, as well as other security
hardening and code cleanups, and makes libXfont compatible with libXtrans 1.3
on Solaris.

Alan Coopersmith (7):
      xstrdup -> strdup
      Replace malloc(strlen)+strcpy/strcat calls with strdup
      Don't leak old allocation if realloc fails to enlarge it
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
      CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()
      Limit additional sscanf strings to fit buffer sizes
      libXfont 1.4.7

Julien Cristau (1):
      Make serverGeneration unsigned

(wiz)

2014-01-07 19:50:07 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup tickets #4287 and #4288.

(tron)

2014-01-07 19:49:15 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4288 - requested by wiz
graphics/graphviz: security patch

Revisions pulled up:
- graphics/graphviz/Makefile                                    1.134
- graphics/graphviz/distinfo                                    1.48
- graphics/graphviz/patches/patch-lib_cgraph_scan.l            1.1

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Tue Jan  7 15:15:18 UTC 2014

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

  Log Message:
  Security fix from upstream for a buffer overflow in the parser
  error handler.  Bump PKGREVISION.

(tron)

2014-01-07 19:40:41 UTC MAIN commitmail json YAML

Pass -D_POSIX_PTHREAD_SEMANTICS on SunOS to use correct readdir_r().

(jperkin)

2014-01-07 19:35:28 UTC MAIN commitmail json YAML

2014-01-07 19:18:46 UTC MAIN commitmail json YAML

2014-01-07 18:25:17 UTC MAIN commitmail json YAML

2014-01-07 17:18:29 UTC MAIN commitmail json YAML

revise recent -Wa,--divide usage for SunOS to allow only SunOS x86_64
and naturally non-gcc/non-gas builds by patching configure instead
(adapted from configure.ac in the works upstream).

(richard)

2014-01-07 17:11:53 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4287 - requested by wiz
x11/libXfont: security patch

Revisions pulled up:
- x11/libXfont/Makefile                                        1.29
- x11/libXfont/distinfo                                        1.20
- x11/libXfont/patches/patch-src_bitmap_bdfread.c              1.1

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Tue Jan  7 07:39:49 UTC 2014

  Modified Files:
  pkgsrc/x11/libXfont: Makefile distinfo
  Added Files:
  pkgsrc/x11/libXfont/patches: patch-src_bitmap_bdfread.c

  Log Message:
  CVE-2013-6462:
  A BDF font file containing a longer than expected string could
  overflow the buffer on the stack.  Testing in X servers built with
  Stack Protector resulted in an immediate crash when reading a
  user-provided specially crafted font.

  Bump PKGREVISION.

(tron)

2014-01-07 16:18:04 UTC MAIN commitmail json YAML

add missing libXft dependency in buildlink3.mk too

(richard)

2014-01-07 15:22:39 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Printer to 0.35nb1

(wiz)

2014-01-07 15:22:31 UTC MAIN commitmail json YAML

Add missing dependencies, bump PKGREVISION.

(wiz)

2014-01-07 15:15:27 UTC MAIN commitmail json YAML

Updated graphics/graphviz to 2.34.0nb4

(wiz)

2014-01-07 15:15:18 UTC MAIN commitmail json YAML

Security fix from upstream for a buffer overflow in the parser
error handler.  Bump PKGREVISION.

(wiz)

2014-01-07 14:59:04 UTC MAIN commitmail json YAML

Fix typo.
Add LICENSE: Set LICENSE of meta package to same license as the
separate packages, to avoid confusion.

(wiz)

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

Updated devel/p5-MooX-File-ConfigDir to 0.003

(wiz)

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

Update to 0.003:

0.003 2014-01-06
    - move from Build.PL to Makefile.PL because of development dependencies
    - change dependency from namespace::autoclean to namespace::clean
      (Fixes PR#91890)
    - prefer BAIL_OUT over printf in loading test
    - update copyright period

(wiz)

2014-01-07 14:04:50 UTC MAIN commitmail json YAML

Updated devel/p5-File-ConfigDir to 0.011

(wiz)

2014-01-07 14:04:42 UTC MAIN commitmail json YAML

Update to 0.011:

0.011 2014-01-06
    - add forgotton 0.010 Changelog
0.010 2014-01-06
    - bump copyright year
    - improve acknowledgements
    - rely on BAIL_OUT of Test::More instead of simulating it
0.009 2013-10-25
    - add API to allow plugins to improve registration (speeds
      up loading)
    - switch to ExtUtils::MakeMaker, 'cause Module::Build had
      trouble with recent meta spec ...

(wiz)

2014-01-07 12:59:35 UTC MAIN commitmail json YAML

Use native shm_open on newer NetBSD/current. As per joerg@'s fix for
xentools41.

(prlw1)

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

Update to Asterisk 11.7.0: this is a minor bugfix update

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

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

The following is a sample of the issues resolved in this release:

* --- app_confbridge: Can now set the language used for announcements
      to the conference.

* --- app_queue: Fix CLI "queue remove member" queue_log entry.

* --- chan_sip: Do not increment the SDP version between 183 and 200
      responses.

* --- chan_sip: Allow a sip peer to accept both AVP and AVPF calls

* --- chan_sip: Fix Realtime Peer Update Problem When Un-registering
      And Expires Header In 200ok

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2014-01-07 09:46:39 UTC MAIN commitmail json YAML

Updated cad/verilog to 0.9.7

(mef)

2014-01-07 09:43:54 UTC MAIN commitmail json YAML

(Upstream)
Icarus Verilog 0.9.7 is Available (August 26th, 2013)
-----------------------------
The developers are pleased to announce the next stable release in
the 0.9 series, version 0.9.7. Icarus Verilog is a mostly complete
implementation of the hardware description language Verilog, as
described in IEEE Std 1364-2005. It also includes a number of user
requested extensions. It is freely available (open source), is
supported on most operating systems, and will be available as a
precompiled package for many of these systems.

Icarus Verilog 0.9.7 is primarily a bug fix release. Therefore, we
recommend people using the 0.9.6 or earlier releases upgrade to 0.9.7
as soon as possible. Version 0.9.7 is the recommended version for all
new users.

More details, including known limitations, deviation from IEEE Std
1364-2005, where to obtain the source code, and links to some of the
precompiled packages can be found in the Release Notes located here:
  <http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9_7>
(pkgsrc)
0.9.4 to 0.9.7 update and
two patches are added for DESTDIR and 'mkdir: dep: Not a directory' problem.

(mef)

2014-01-07 09:03:37 UTC MAIN commitmail json YAML

2014-01-07 09:01:46 UTC MAIN commitmail json YAML

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

Import tex-xifthen-1.3 as devel/tex-xifthen.

This package extends the ifthen package by implementing new
commands to go within the first argument of \ifthenelse: to
test whether a string is void or not, if a command is defined
or equivalent to another. The package also enables use of
complex expressions as introduced by the package calc, together
with the ability of defining new commands to handle complex
tests. The package requires e-TeX features.

(minskim)

2014-01-07 08:26:42 UTC MAIN commitmail json YAML

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

2014-01-07 08:24:57 UTC MAIN commitmail json YAML

Import tex-mdframed-1.9b as print/tex-mdframed.

The package develops the facilities of framed in providing
breakable framed and coloured boxes. The user may instruct the
package to perform its operations using default LaTeX commands,
PStricks or TikZ.

(minskim)

2014-01-07 07:39:57 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.4.6nb1

(wiz)

2014-01-07 07:39:49 UTC MAIN commitmail json YAML

CVE-2013-6462:
A BDF font file containing a longer than expected string could
overflow the buffer on the stack.  Testing in X servers built with
Stack Protector resulted in an immediate crash when reading a
user-provided specially crafted font.

Bump PKGREVISION.

(wiz)

2014-01-07 07:27:39 UTC MAIN commitmail json YAML

Add back UnlimitedJCEPolicyJDK7.zip distinfo

(abs)