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

2024-05-12 18:21:21 UTC Now

2016-06-29 09:06:33 UTC MAIN commitmail json YAML

Updated graphics/php-imagick to 3.4.2

(fhajny)

2016-06-29 09:06:22 UTC MAIN commitmail json YAML

Update graphics/php-imagick to 3.4.2.
This fixes build with modern ImageMagick and with PHP 7.0 too.

3.4.2
- Bug: IM143 Correct ifdef around setOpacity and
  localContrastImage.
- Bug: IM147 Imagick was Borging PHP's error handler.

3.4.1
- Bug 71742 - arrays that contain data that is held by reference
  gives error.
- Added:
  * Imagick::autoGammaImage([int channel = CHANNEL_ALL])
  * Imagick::autoOrient()
  * Imagick::compositeImageGravity(Imagick $image, int
  * COMPOSITE_CONSTANT, int GRAVITY_CONSTANT)
  * Imagick::localContrastImage(float radius, float strength)
  * Imagick::DIRECTION_LEFT_TO_RIGHT
  * Imagick::DIRECTION_RIGHT_TO_LEFT
  * Imagick::SPARSECOLORMETHOD_MANHATTAN
  * ImagickDraw::getOpacity() : float
  * ImagickDraw::setOpacity(float opacity) :bool
  * ImagickDraw::getFontResolution() : array
  * ImagickDraw::setFontResolution(float x, float y) : bool
  * ImagickDraw::getTextDirection() : bool
  * ImagickDraw::setTextDirection(int direction) : bool
  * ImagickDraw::getBorderColor() : ImagickPixel
  * ImagickDraw::setBorderColor(ImagickPixel color) : bool
  * ImagickDraw::getDensity() : string|null
  * ImagickDraw::setDensity(string density_string) : bool
  * ImagickPixel::setColorFromPixel(ImagickPixel $srcPixel) : bool

3.4.0
- No changes from 3.4.0RC6.

3.4.0RC6
- Added Imagick::evaluateImages(int EVALUATE_CONSTANT) : Imagick
- Imagick::setImageWhitePoint, Imagick::setImageRedPrimary,
  Imagick::setImageGreenPrimary, Imagick::setImageBluePrimary now
  take 3 params when compiled against IM7.
- Imagick::getImageWhitePoint, Imagick::getImageRedPrimary,
  Imagick::getImageGreenPrimary, Imagick::getImageBluePrimary now
  return 3 values when compiled against IM7.

3.4.0RC5
- Imagick::subImageMatch() added parameters.
- wrong type for zend_parse_parameters.

3.4.0RC4
- Remove duplicated definitions of class constants.

3.4.0RC3
- Imagick::adaptiveResizeImage, Imagick::cropThumbnailImage
  Imagick::resizeImage, Imagick::scaleImage, and
  Imagick::thumbnailImage have all had a rounding bug fixed.
- Imagick::colorizeImage() and Imagick::tintImage were using the
  wrong behaviour.
- Imagick::importImagePixels regression fixed.
- Imagick::subImageMatch use correct error metric in IM7
- Added Imagick::similarityImage() which is an alias to
  Imagick::subImageMatch()

3.4.0RC2
- PHP 7
- ImageMagick 7.
- Minimum versions supported are now PHP >= 5.4.0 and ImageMagick
  >= 6.5.3-10.
- Added methods:
  * Imagick::getConfigureOptions
  * Imagick::getFeatures
  * Imagick::getHDRIEnabled
  * Imagick::setImageChannelMask (IM7 only)
- Added constants:
  * Imagick::CHANNEL_READ_MASK
  * Imagick::CHANNEL_WRITE_MASK
  * Imagick::CHANNEL_META
- ImagickPixel::getColorQuantum,
  ImagickPixel::getColorValueQuantum and
  ImagickPixel::setColorValueQuantum now correctly use floats when
  Imagick was compiled against a HDRI version of ImageMagick
- Imagick::exportImagePixels works for all storage types
- Version number in extension header

3.3.0
- Added ImagickKernel class.
- Added methods:
  * Imagick::brightnessContrastImage()
  * Imagick::colorMatrixImage()
  * Imagick::deleteImageProperty()
  * Imagick::filter()
  * Imagick::forwardFourierTransformImage()
  * Imagick::getAntiAlias()
  * Imagick::getImageCompression()
  * Imagick::getRegistry()
  * Imagick::getQuantum()
  * Imagick::identifyFormat()
  * Imagick::inverseFourierTransformImage()
  * Imagick::isPixelSimilarQuantum()
  * Imagick::listRegistry()
  * Imagick::morphology()
  * Imagick::rotationalBlurImage()
  * Imagick::selectiveBlurImage()
  * Imagick::setAntiAlias()
  * Imagick::setImageBiasQuantum()
  * Imagick::setProgressMonitor()
  * Imagick::setRegistry()
  * Imagick::statisticImage()
  * Imagick::subImageMatch()
  * ImagickPixel::getColorQuantum()
- Added constants:
  * Imagick::RESOURCETYPE_TIME
  * Imagick::RESOURCETYPE_THROTTLE
  * Imagick::CHANNEL_RGBA
  * Imagick::ALPHACHANNEL_BACKGROUND
  * Imagick::FUNCTION_ARCSIN
  * Imagick::FUNCTION_ARCTAN
- Fixed Imagick::clutImage() parameter parsing
- Fixed tint image bug
- Fixed ImageMagick compiled with HDRI having quantum values as
  floats
- Fixed memory leaks in:
  * Imagick::getImageBlob()
  * Imagick::getImagesBlob()
  * Imagick::getImageChannelStatistics()
  * Imagick::getImageFormat()
  * Imagick::getImageMimetype()
  * Imagick::getSamplingFactors()
  * Imagick::identifyImage()
  * Imagick::tintImage
- Fixed segfault when compiling statically
- ImagickDraw::setFontFamily no longer checks whether the font is
  available.
- Removed Zend MM support
- Excluded deprecated methods:
  * Imagick::getImageMatte()
  * Imagick::colorFloodfillImage()
  * Imagick::matteFloodfillImage()
  * Imagick::paintFloodfillImage()
  * Imagick::paintOpaqueImage()
  * Imagick::paintTransparentImage()
  * Imagick::mapImage()
  * Imagick::recolorImage()
  * Imagick::setImageIndex()
  * Imagick::getImageIndex()
  * Imagick::getImageSize()
  * Imagick::setImageAttribute()
  * Imagick::getImageAttribute()
  * Imagick::mosaicImages()
  * Imagick::averageImages()
  * Imagick::flattenImages()
  * Imagick::getImageChannelExtrema()
  * Imagick::getImageExtrema()
- Ini file changes: Added imagick.skip_version_check.
- CI now compiles with CFLAGS="-Wno-deprecated-declarations
  -Wdeclaration-after-statement -Werror"

3.2.0RC1
- Fix bug #66098: Segfault in zval_addref_p

3.2.0b2
- A lot of internal improvements on the code
- Added ImagickPixel::isPixelSimilar and deprecate
  ImagickPixel::isSimilar #10
- Added imagick::smushimages
- Added imagick::blueshiftimage and imagick::clampimage
- Added Imagick::autolevelimage
- Added constants:
  * Imagick::ALPHACHANNEL_REMOVE
  * Imagick::ALPHACHANNEL_FLATTEN
  * Imagick::RESOURCEENGINE_THREAD
  * Imagick::COMPOSITE_CHANGEMASK
  * Imagick::COMPOSITE_LINEARLIGHT
  * Imagick::COMPOSITE_DIVIDE
  * Imagick::COMPOSITE_DISTORT
  * Imagick::COMPOSITE_BLUR
  * Imagick::COMPOSITE_PEGTOPLIGHT
  * Imagick::COMPOSITE_VIVIDLIGHT
  * Imagick::COMPOSITE_PINLIGHT
  * Imagick::COMPOSITE_LINEARDODGE
  * Imagick::COMPOSITE_LINEARBURN
  * Imagick::COMPOSITE_MATHEMATICS
  * Imagick::COMPOSITE_MODULUSADD
  * Imagick::COMPOSITE_MODULUSSUBTRACT
  * Imagick::COMPOSITE_MINUSDST
  * Imagick::COMPOSITE_DIVIDEDST
  * Imagick::COMPOSITE_DIVIDESRC
  * Imagick::COMPOSITE_MINUSSRC
  * Imagick::COMPOSITE_DARKENINTENSITY
  * Imagick::COMPOSITE_LIGHTENINTENSITY
  * Imagick::FILTER_KAISER
  * Imagick::FILTER_WELSH
  * Imagick::FILTER_PARZEN
  * Imagick::FILTER_LAGRANGE
  * Imagick::FILTER_SENTINEL
  * Imagick::FILTER_BOHMAN
  * Imagick::FILTER_BARTLETT
  * Imagick::FILTER_JINC
  * Imagick::FILTER_SINCFAST
  * Imagick::FILTER_ROBIDOUX
  * Imagick::FILTER_LANCZOSSHARP
  * Imagick::FILTER_LANCZOS2
  * Imagick::FILTER_LANCZOS2SHARP
  * Imagick::FILTER_ROBIDOUXSHARP
  * Imagick::FILTER_COSINE
  * Imagick::FILTER_SPLINE
  * Imagick::FILTER_LANCZOSRADIUS
  * Imagick::COMPRESSION_ZIPS
  * Imagick::COMPRESSION_PIZ
  * Imagick::COMPRESSION_PXR24
  * Imagick::COMPRESSION_B44
  * Imagick::COMPRESSION_B44A
  * Imagick::COMPRESSION_LZMA
  * Imagick::COMPRESSION_JBIG1
  * Imagick::COMPRESSION_JBIG2

3.2.0b1
- Added Countable interface to Imagick class
- Added experimental support for Zend MM.
- Added additional parameter to writeImageFile to allow setting
  format
- Distribute tests as part of the release
- Fixed Bug #65043: Destroy and clear method do the same things
- Fixed Bug #64945: ZEND_ACC_ALLOW_STATIC vs ZEND_ACC_STATIC
- A lot of internal refactoring: rewrite macros as functions,
  clean up naming etc

(fhajny)

2016-06-29 08:26:07 UTC MAIN commitmail json YAML

+ ffmpeg3-3.1.0, gnucash-2.6.13, gnucash-docs-2.6.13,
  p5-DateTime-Locale-1.05, p5-IO-Socket-SSL-2.029, p5-List-AllUtils-0.11,
  p5-Moo-2.002004, sourcesans-fonts-2.020, sqlite-3.13.0,
  wine-devel-1.9.13.

(wiz)

2016-06-29 08:23:43 UTC MAIN commitmail json YAML

Updated security/libressl to 2.2.6nb2

(wiz)

2016-06-29 08:23:33 UTC MAIN commitmail json YAML

Move pkgconfig files to default location, so they can be found by default.

Bump PKGREVISION.

ok jperkin

(wiz)

2016-06-28 19:38:32 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5052 - requested by taca
lang/php70: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.141
- lang/php70/Makefile                                          1.4
- lang/php70/Makefile.php                                      1.2
- lang/php70/distinfo                                          1.14

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Jun 24 15:27:57 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php70: Makefile Makefile.php distinfo

  Log Message:
  Update php70 to 7.0.8 (PHP 7.0.8), including security fixes.

  pkgsrc change:
  * remove confiugre from SUBST_FILES.path.
  * Remove --with-regex=3Dsystem and --without-mysql from CONFIGURE_ARGS.=

  * Add --without-mysqli to CONFIGURE_ARGS.

  23 Jun 2016 PHP 7.0.8

  - Core:
    . Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashe=
  s).
      (Esminis at esminis dot lt)
    . Fixed bug #72221 (segfault, past-the-end access). (Lauri Kentt=E4)
    . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas)
    . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
      json_utf8_to_utf16()). (Stas)
    . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Sta=
  s)
    . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL).=
    (Stas)

  - FPM:
    . Fixed bug #72308 (fastcgi_finish_request and logging environment
      variables). (Laruence)

  - GD:
    . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
    . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
    . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
      heap overflow). (Pierre)
    . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)=

  - Intl:
    . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)

  - mbstring:
    . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (=
  Stas)

  - mcrypt:
      . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)

  - PCRE:
    . Fixed bug #72143 (preg_replace uses int instead of size_t). (Joe)

  - PDO_pgsql:
    . Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound).
      (Laruence)
    . Fixed bug #72294 (Segmentation fault/invalid pointer in connection
      with pgsql_stmt_dtor). (Anatol)

  - Phpdbg:
    . Fixed bug #72284 (phpdbg fatal errors with coverage). (Bob)

  - Postgres:
    . Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free). (La=
  ruence)
    . Fixed bug #72197 (pg_lo_create arbitrary read). (Anatol)

  - SPL:
    . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (S=
  tas)
    . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorith=
  m and
      unserialize). (Dmitry)

  - Standard:
    . Fixed bug #72017 (range() with float step produces unexpected resul=
  t).
      (Thomas Punt)
    . Fixed bug #72193 (dns_get_record returns array containing elements =
  of
      type 'unknown'). (Laruence)
    . Fixed bug #72229 (Wrong reference when serialize/unserialize an obj=
  ect).
      (Laruence)
    . Fixed bug #72300 (ignore_user_abort(false) has no effect). (Laruenc=
  e)

  - XML:
    . Fixed bug #72206 (xml_parser_create/xml_parser_free leaks mem). (Jo=
  e)

  - XMLRPC:
    . Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type).
      (Joe, Laruence)

  - WDDX:
    . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (St=
  as)

  - Zip:
    . Fixed ug #72258 (ZipArchive converts filenames to unrecoverable for=
  m).
      (Anatol)
    . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in =
  PHP's GC
      algorithm and unserialize). (Dmitry)

(bsiegert)

2016-06-28 19:37:34 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5051 - requested by taca
lang/php56: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.140
- lang/php56/Makefile                                          1.12
- lang/php56/distinfo                                          1.28

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Jun 24 15:25:21 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php56: Makefile distinfo

  Log Message:
  Update php56 to 5.6.23 (PHP 5.6.23), including security fixes.

  pkgsrc change: remove confiugre from SUBST_FILES.path.

  23 Jun 2016, PHP 5.6.23

  - Core:
    . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
      json_utf8_to_utf16()). (Stas)
    . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
    . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)

  - GD:
    . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
    . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
    . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
      heap overflow). (Pierre)
    . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)
    . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting
      in heap overflow). (Pierre)

  - Intl:
    . Fixed bug #70484 (selectordinal doesn't work with named parameters).
      (Anatol)

  - mbstring:
      . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas)

  - mcrypt:
      . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)

  - Phar:
    . Fixed bug #72321 (invalid free in phar_extract_file()).
      (hji at dyntopia dot com)

  - SPL:
    . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas)
    . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
      unserialize). (Dmitry)

  - OpenSSL:
    . Fixed bug #72140 (segfault after calling ERR_free_strings()).
      (Jakub Zelenka)

  - WDDX:
    . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)

  - zip:
    . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC
      algorithm and unserialize). (Dmitry)

(bsiegert)

2016-06-28 19:35:58 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5050 - requested by taca
lang/php55: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.139
- lang/php55/Makefile                                          1.27
- lang/php55/distinfo                                          1.54

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Jun 24 15:23:00 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php55: Makefile distinfo

  Log Message:
  Update php55 to 5.5.37 (PHP 5.5.37), including security fixes.

  pkgsrc change: remove confiugre from SUBST_FILES.path.

  23 Jun 2016, PHP 5.5.37

  - Core:
    . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas)
    . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
      json_utf8_to_utf16()). (Stas)
    . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
    . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)

  - GD:
    . Fixed bug #66387 (Stack overflow with imagefilltoborder) (CVE-2015-8874).
      (cmb)
    . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
    . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
      heap overflow). (Pierre)
    . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)
    . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting
      in heap overflow). (Pierre)

  - mbstring:
      . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas)

  - mcrypt:
      . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)

  - SPL:
    . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas)
    . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
      unserialize). (Dmitry)

  - WDDX:
    . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)

  - zip:
    . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC
      algorithm and unserialize). (Dmitry)

(bsiegert)

2016-06-28 19:32:52 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5049 - requested by taca
graphics/optipng: security fix

Revisions pulled up:
- graphics/optipng/Makefile                                    1.33
- graphics/optipng/distinfo                                    1.29
- graphics/optipng/patches/patch-src_optipng_osys.c            deleted

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Fri Jun 17 14:03:10 UTC 2016

  Modified Files:
  pkgsrc/graphics/optipng: Makefile distinfo
  Removed Files:
  pkgsrc/graphics/optipng/patches: patch-src_optipng_osys.c

  Log Message:
  Version 0.7.6
  -------------
    * Upgraded libpng to version 1.6.21.
    ! Fixed an assertion failure in the image reduction code.
  !! Fixed various security-sensitive defects in the BMP decoder.
    ! Fixed a benign uninitialized memory read in the GIF decoder.
    ! Fixed a build failure occurring under the Estonian (et_EE) locale.
    ! Fixed a build failure occurring on Mac OS X, FreeBSD, and possibly
      other systems that lack POSIX-compliant high-resolution timestamps.
    ! Fixed a typo causing build failures in 32-bit ANSI C compilation.

(bsiegert)

2016-06-28 19:24:41 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5047 - requested by sevan
multimedia/adobe-flash-plugin: security fix

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

---
  Module Name:    pkgsrc
  Committed By:  tsutsui
  Date:          Thu Jun 16 16:30:06 UTC 2016

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

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.626.

  Upstream announcement:

    https://helpx.adobe.com/security/products/flash-player/apsb16-18.html

  Adobe Security Bulletin

  Security updates available for Adobe Flash Player

  Release date: June 16, 2016

  Vulnerability identifier: APSB16-18

  CVE number: CVE-2016-4122, CVE-2016-4123, CVE-2016-4124, CVE-2016-4125,
    CVE-2016-4127, CVE-2016-4128, CVE-2016-4129, CVE-2016-4130, CVE-2016-4131,
    CVE-2016-4132, CVE-2016-4133, CVE-2016-4134, CVE-2016-4135, CVE-2016-4136,
    CVE-2016-4137, CVE-2016-4138, CVE-2016-4139, CVE-2016-4140, CVE-2016-4141,
    CVE-2016-4142, CVE-2016-4143, CVE-2016-4144, CVE-2016-4145, CVE-2016-4146,
    CVE-2016-4147, CVE-2016-4148, CVE-2016-4149, CVE-2016-4150, CVE-2016-4151,
    CVE-2016-4152, CVE-2016-4153, CVE-2016-4154, CVE-2016-4155, CVE-2016-4156,
    CVE-2016-4166, CVE-2016-4171

  Platform: Windows, Macintosh, Linux and ChromeOS

(bsiegert)

2016-06-28 18:59:07 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5042 - requested by joerg
lang/php70: build fix

Revisions pulled up:
- lang/php70/distinfo                                          1.13
- lang/php70/patches/patch-sapi_cli_Makefile.frag              1.3

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Tue Jun  7 19:23:50 UTC 2016

  Modified Files:
  pkgsrc/lang/php70: distinfo
  pkgsrc/lang/php70/patches: patch-sapi_cli_Makefile.frag

  Log Message:
  Unbreak unprivileged build. Actually test for executable.

(bsiegert)

2016-06-28 16:57:51 UTC MAIN commitmail json YAML

Build fixes:
- even if python bindings are not selected, it is needed as a tool
  for build
- during build, it wants to run an executable from the build dir,
  which fails to find a not-yet-installed shared librarie.
  Fixed by calling it with appropriate LD_LIBRARY_PATH set
- fix PLIST
no PKGREVISION bump as it didn't build before.

(bouyer)

2016-06-28 13:33:05 UTC MAIN commitmail json YAML

Note update of databases/phpmyadmin package to 4.6.3.

(taca)

2016-06-28 13:32:35 UTC MAIN commitmail json YAML

Update phpmyadmin to 4.6.3, including security fixes.

pkgsrc change:
* Update MASTER_SITES.
* Now allow php70.

Changes are too many to write here, please refer ChangeLog.

(taca)

2016-06-28 13:28:59 UTC MAIN commitmail json YAML

Updated security/libressl to 2.2.6nb1

(wiz)

2016-06-28 13:10:51 UTC MAIN commitmail json YAML

Add missing PKGCONFIG_OVERRIDE line for libtls.pc. Bump PKGREVISION.

(wiz)

2016-06-28 10:31:42 UTC MAIN commitmail json YAML

squid3 uses C++11 if available. Insist on C++11 if linking to libecap.

(prlw1)

2016-06-27 22:17:23 UTC MAIN commitmail json YAML

Add kdm unprivileged user.
Fixes PR pkg/51249.

(markd)

2016-06-27 21:40:13 UTC MAIN commitmail json YAML

Use ${FAKEHOMEDIR} as maven build root directory

(cheusov)

2016-06-27 20:47:20 UTC MAIN commitmail json YAML

+ mpv-0.18.0 [leot]

(leot)

2016-06-27 19:16:02 UTC MAIN commitmail json YAML

use GCC specific flags for GCC 5, too.
Fixes build on NetBSD-current.

(maya)

2016-06-27 15:41:29 UTC MAIN commitmail json YAML

2016-06-27 13:55:27 UTC MAIN commitmail json YAML

Add NetBox to the wish list

(sevan)

2016-06-27 13:43:55 UTC MAIN commitmail json YAML

pkgsrc-wip no longer lives on sourceforge, update URL

(sevan)

2016-06-27 11:03:29 UTC MAIN commitmail json YAML

2016-06-27 09:04:11 UTC MAIN commitmail json YAML

+ mailman-2.1.22, mailman-3.0.3

Add my login name to some lines to mark them as prepared for
after the freeze.

(wiz)

2016-06-26 21:36:06 UTC MAIN commitmail json YAML

Add buildlink3.mk that passes through directories and adds them to the
preprocessor and linker flags.

(wiz)

2016-06-26 20:31:47 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20160625; added missing postgresql changes

(adam)

2016-06-26 20:27:30 UTC MAIN commitmail json YAML

Update net/youtube-dl to 20160625

Changes:
2016.06.25:
[*] misc bug fixes and improvements

2016.06.23*:
[*] misc bug fixes and improvements

2016.06.22:
[gametrailers] Remove extractor
[*] misc bug fixes and improvements

2016.06.20:
[*] misc bug fixes and improvements

2016.06.19*:
[aftonbladet] Fix extraction
[closertotruth] Add extractor
[r7] Fix extraction
[*] misc bug fixes and improvements

(adam)

2016-06-26 20:16:19 UTC MAIN commitmail json YAML

+ py-dns-1.14.0.

(wiz)

2016-06-26 20:10:23 UTC MAIN commitmail json YAML

Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.

Adds support for building this with python-3.x.

(wiz)

2016-06-26 19:03:43 UTC MAIN commitmail json YAML

Updated pkgtools/url2pkg to 2.27

(wiz)

2016-06-26 19:03:34 UTC MAIN commitmail json YAML

2016-06-26 12:33:20 UTC MAIN commitmail json YAML

Suggest packaging tools for Tor/privacy from the list at
https://torbsd.github.io/porting-pets.html

(wiz)

2016-06-26 12:18:10 UTC MAIN commitmail json YAML

Updated net/nanomsg to 1.0.0nb1

(kamil)

2016-06-26 12:17:15 UTC MAIN commitmail json YAML

Add missing PKGCONFIG_OVERRIDE.

It's still needed (but with a fixed path)

Bump PKGREVISION.

Pointed out by <wiz>.

(kamil)

2016-06-26 12:05:00 UTC MAIN commitmail json YAML

Updated www/libproxy to 0.4.13

(kamil)

2016-06-26 12:03:53 UTC MAIN commitmail json YAML

Update libproxy to 0.4.13

Upstream changes:

- Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2).
- Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF).
- Fix compilation errors with CLang on MacOSX.
- bindings: perl: Add an option to explicitly link against libperl.so Some
  distributions want to do it, other prefer not to, the library is anyway in
  context of perl.
- config_kde: Add a basic cache and invalidation: performance improvement for
  the KDE module.

Upgrade during freeze to fix upstream regression with Qt4 and Qt5 clashes.

Requested by Ralf Nolden <nolden@kde.org>

Approved by <pkgsrc-pmc>.

(kamil)

2016-06-26 09:23:56 UTC MAIN commitmail json YAML

- duplicity-0.7.07, libtar-1.2.20, nginx-devel-1.9.12,
  php-libawl-0.54, ruby-stomp-1.3.5.

(wiz)

2016-06-26 09:20:25 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.2.1, afl-2.16b, desktop-file-utils-0.23, gmp-6.1.1,
  libsndfile-1.0.27, mdds-1.2.1, ocamlgraph-1.81, p5-Moo-2.002003,
  p5-XML-LibXML-2.0126, pari-2.7.6, py-cffi-1.7.0, py-setuptools-23.1.0,
  x264-devel-20160625.

(wiz)

2016-06-26 09:15:50 UTC MAIN commitmail json YAML

Updated misc/cowsay to 3.04

(wiz)

2016-06-26 09:15:40 UTC MAIN commitmail json YAML

Updated cowsay to 3.04. Addresses PR 51273 by Tony.

3.04 24 June 2016
- Licensing terms have changed to GPLv3.
- Friendlier to being hosted on GitHub.
- No functionality changes whatsoever.

(wiz)

2016-06-26 08:59:43 UTC MAIN commitmail json YAML

Fix PKGNAME in distinfo. From kre@.

(wiz)

2016-06-26 08:12:27 UTC MAIN commitmail json YAML

+ calibre-2.60.0, dolphin-5.0, erlang-19.0, etckeeper-1.18.4,
  gtklevel9-5.1, nss-3.25, pulseaudio-9.0.

(wiz)

2016-06-26 04:29:56 UTC MAIN commitmail json YAML

Clarify bit about default binary by referring to MESSAGE.
(related to PR 51244)

(dholland)

2016-06-25 22:06:12 UTC MAIN commitmail json YAML

Add plugin-container to list of not-mprotect-safe files, bump pkgrevision.

(pgoyette)

2016-06-25 19:49:01 UTC pkgsrc-2016Q1 commitmail json YAML

2016-06-25 19:48:46 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5046 - requested by taca
www/drupal7: security fix

Revisions pulled up:
- www/drupal7/Makefile                                          1.39
- www/drupal7/distinfo                                          1.30

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jun 16 23:20:16 UTC 2016

  Modified Files:
  pkgsrc/www/drupal7: Makefile distinfo

  Log Message:
  Update drupal7 to 7.44 (Drupal 7.44).

  Drupal 7.44, 2016-06-15
  -----------------------
  - Fixed security issues (privilege escalation). See SA-CORE-2016-002.

(bsiegert)

2016-06-25 17:49:04 UTC MAIN commitmail json YAML

Updated sdcc3 to 3.6.0

(bouyer)

2016-06-25 17:48:15 UTC MAIN commitmail json YAML

Update to 3.6.0, fixing boost-related build issue.
Changes since 3.5.0:
- Merged upstream binutils 2.25
- New memory management with lower overhead
- Changed default language dialect to --std-sdcc11
- Diagnostic for missing type specifier: No implicit int outside of C90 mode
  anymore
- C11 generic selections
- char type is now unsigned by default (old behaviour can be restored
  using --fsigned-char)
- Character constants are now of type int instead of char.
- ISO C95 and ISO C11 wide character constants
- ISO C95 and ISO C11 wide string literals
- Basic standard library support for wide characters: c16rtomb(), mbrtoc16(),
  mbsinit(), mbtowc(), mbrlen(), mbrtoc32, c32rtomb(), mbrtowc(), wcrtomb(),
  mblen(), wctomb()
- Treat all ports the same in the manual (i.e. mcs51-specific stuff is now
  clearly described as such)
- Reorganized interrupt handling for z80, z180, r2k, r3ka, tlcs90, gbz80
  backends
- Workaround for stm8 division hardware bug
- ELF/DWARF support for stm8
- Output symbol table for ELF
- pic16 port now uses standard-compliant crt0iz that initializes static and
  globals to 0 by default

Numerous feature requests and bug fixes are included as well.

(bouyer)

2016-06-25 17:15:58 UTC MAIN commitmail json YAML

Add duplicity, squashfs to TODO

(maya)

2016-06-25 17:03:08 UTC MAIN commitmail json YAML

Add reminder to update packages for which patches were provided in PRs

(maya)

2016-06-25 14:48:13 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_optcomp to 113.33.00

(jaapb)

2016-06-25 14:47:54 UTC MAIN commitmail json YAML

Updated package to latest version, 113.33.00 and made it compatible with
ocaml 4.03 and the latest framework version. Discussed on packages@ and
OK'd by jperkin.

Changes include:

## 113.33.00+4.03

Various updates to work with OCaml 4.03.0

## 113.33.00

- Install standalone ppx-optcomp program that can be run through `-pp`

(jaapb)

2016-06-25 14:33:41 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:33:11 UTC MAIN commitmail json YAML

2016-06-25 14:32:50 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:32:27 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:32:00 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:31:35 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:31:14 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:30:31 UTC MAIN commitmail json YAML

Updated package to work with ocaml.mk. No upstream changes.

(jaapb)

2016-06-25 14:29:32 UTC MAIN commitmail json YAML

Pakcage uses ocamlbuild.

(jaapb)

2016-06-25 14:29:01 UTC MAIN commitmail json YAML

Package uses ocamlbuild - also cleaned up Makefile a bit. No upstream
changes.

(jaapb)

2016-06-25 14:19:45 UTC MAIN commitmail json YAML

2016-06-25 14:18:35 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:16:40 UTC MAIN commitmail json YAML

Package uses ocamlbuild.

(jaapb)

2016-06-25 14:16:17 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:15:05 UTC MAIN commitmail json YAML

Updated package to use ocaml.mk framework. No upstream changes.

(jaapb)

2016-06-25 14:05:20 UTC MAIN commitmail json YAML

Updated devel/ocaml-batteries to 2.5.0

(jaapb)

2016-06-25 14:05:01 UTC MAIN commitmail json YAML

Updated ocaml-batteries to latest version 2.5.0, which adds support for
ocaml 4.03. Also, the package is now compatible with the latest version of
the ocaml.mk framework. Discussed on packages@ and OK'd by jperkin.

Changes include:
## v2.5.0
- BatTuple: add Tuple{N}.make : 'a1 -> ... -> 'an -> 'a1 * ... * 'an
  #657
  (Thibault Suzanne)
- BatBig_int: fix sequence operators (--), (---) to avoid polymorphic comparison
  #674, #675, #676
  (Pieter Goetschalckx and Cedric Cellier)
- Extend all Batteries module to cover OCaml 4.03 features
  #670
  (Gabriel Scherer, KC Sivaramakrishnan)

## v2.4.0

- BatBitSet: use Bytes instead of String
  (Gabriel Scherer)
- BatHashtbl: fix hash computation bug introduced by 4.01 (issue #609)
  (Gabriel Scherer, report by Martin Neuh?u?er)
- BatText: synchronize nsplit to match BatString.nsplit
  (Gabriel Scherer)
- BatLazyList: fix remove_all_such documentation
  (Xavier Van de Woestyne)
- BatMap: add pop_min_binding: 'a t -> (key * 'a) * 'a t
  and pop_max_binding: 'a t -> (key * 'a) * 'a t
  (Francois Berenger)
- BatMap: add at_rank_exn: int -> ('key, 'a) t -> ('key * 'a)
  and update: key -> key -> 'a -> 'a t -> 'a t
  (Francois Berenger)
- BatEnum: add interleave: 'a t array -> 'a t
  (Aleksey Z. Arens)
- BatFormat: expose asprintf for V>=4.01
  (Ralf Vogler)
- BatSet: add at_rank_exn: int -> t -> elt
  and update: elt -> elt -> t -> t
  (Francois Berenger)
- BatUTF8: add enum: t -> BatUChar.t BatEnum.t
  (Kevin Brubeck Unhammer)
- BatSet: add to_array: t -> elt array
  and of_array: elt array -> t
  and test for to_list
  (Francois Berenger)
- BatSet: add pop_max: 'a t -> 'a * 'a t
  and pop_min: 'a t -> 'a * 'a t
  (Francois Berenger)
- BatSplay: hardened against read-only-data compiler optimization
  (Gabriel Scherer)
- BatList: simplified interleave implementation
  (Francois Berenger)
- BatOption: add Infix.(>>=): 'a option -> ('a -> 'b option) -> 'b option
  (Herry Herry)
- BatHashtbl: modify now have same semantics than replace for the key
  (Anders Fugmann)
- BatHashtbl: more efficient modify_opt and modify_def
  (Anders Fugmann)
- BatFormat: add pp_print_list: ?pp_sep:(formatter -> unit -> unit) ->
                        (formatter -> 'a -> unit) ->
                        (formatter -> 'a list -> unit)
    and pp_print_text: formatter -> string -> unit
  (Christoph H?ger)
- BatEnum: add uniq_by: ('a -> 'a -> bool) -> 'a t -> 'a t
  and uniqq: 'a t -> 'a t
  (Max Mouratov)
- BatEnum: fix uniq to use structural comparison
  (Max Mouratov)
- BatUnix: add run_and_read: string -> process_status * string
  (Francois Berenger)
- BatCache: use hashmap to speed up lru_cache
  (Sang Kil Cha)
- BatQueue: add filter: ('a -> bool) -> 'a t -> 'a t
    and filter_inplace: ('a -> bool) -> 'a t -> unit
    and filter_map: ('a -> 'b option) -> 'a t -> 'b t
(Gabriel Scherer)

(jaapb)

2016-06-25 14:01:53 UTC MAIN commitmail json YAML

Updated archivers/ocaml-zip to 1.06

(jaapb)

2016-06-25 14:01:34 UTC MAIN commitmail json YAML

Updated package to latest version (1.06) and made it compatible with
ocaml 4.03 and the latest framework version. Discussed on packages@ and
OK'd by jperkin.

Changes include:
- Switch to "safe string" mode.  Some API functions that use to take
  strings now take byte sequences instead.  OCaml 4.02 or up is required.
- Update for OCaml 4.03.
- Avoid Zlib error when calling Gzip.output with length = 0.
- Improve support for ZIP files / ZIP file members greater than 2 Gbytes.

(jaapb)

2016-06-25 13:59:40 UTC MAIN commitmail json YAML

Updated textproc/pxp to 1.2.8

(jaapb)

2016-06-25 13:59:21 UTC MAIN commitmail json YAML

Updated package to latest version, 1.2.8, and made package compatible with
latest version of ocaml and its framework. Discussed on packages@ and
OK'd by jperkin.

Changes include:
1.2.8: Build against ocamlnet-4.1. Support -safe-string
1.2.7: tweaking support for oasis.
1.2.6: Adding _oasis file.
1.2.5: Build against ocamlnet-4.
1.2.4: Fixed bug in namespace-aware parsing (thanks to ygrek and Thomas
      Leonard)

(jaapb)

2016-06-25 13:55:15 UTC MAIN commitmail json YAML

- Removed ocaml-findlib-register, no longer needed;
- Updated INSTALL fragment to detect and add to ld.conf the autodetected
  libraries that are part of the standard ocaml installation
Discussed on packages@ and OK'd by jperkin

(jaapb)

2016-06-25 13:52:28 UTC MAIN commitmail json YAML

Updated pkginstall framework to correct bug in findlib registration.
Discussed on packages@ and okayed by jperkin.

(jaapb)

2016-06-24 23:56:46 UTC MAIN commitmail json YAML

Fix the variable name substituted in the ddclient file, reported by
prototrout on freenode.

(agc)

2016-06-24 20:46:37 UTC MAIN commitmail json YAML

Enable building with Python 3.3, now that py33-boost can be built.

(fhajny)

2016-06-24 20:32:08 UTC MAIN commitmail json YAML

`rm -v` is not portable. Fix install on at least SunOS.

(fhajny)

2016-06-24 16:39:58 UTC MAIN commitmail json YAML

Add comments to patches which didn't have any.
Add a patch to avoid scribbling on random memory if the server
certificate has more than one alternate name.
Bump PKGREVISION.

(he)

2016-06-24 16:12:13 UTC MAIN commitmail json YAML

Updated lang/nodejs4 to 4.4.6

(fhajny)

2016-06-24 16:12:01 UTC MAIN commitmail json YAML

Update lang/nodejs4 to 4.4.6.

This release is specifically related to a Buffer overflow
vulnerability discovered in v8, see CVE-2016-1669

(fhajny)

2016-06-24 15:29:04 UTC MAIN commitmail json YAML

Note update of PHP language packages:

lang/php55 5.5.37
lang/php56 5.6.23
lang/php70 7.0.8

(taca)

2016-06-24 15:27:57 UTC MAIN commitmail json YAML

Update php70 to 7.0.8 (PHP 7.0.8), including security fixes.

pkgsrc change:
* remove confiugre from SUBST_FILES.path.
* Remove --with-regex=system and --without-mysql from CONFIGURE_ARGS.
* Add --without-mysqli to CONFIGURE_ARGS.

23 Jun 2016 PHP 7.0.8

- Core:
  . Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashes).
    (Esminis at esminis dot lt)
  . Fixed bug #72221 (segfault, past-the-end access). (Lauri Kenttè¾°)
  . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas)
  . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
    json_utf8_to_utf16()). (Stas)
  . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
  . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)

- FPM:
  . Fixed bug #72308 (fastcgi_finish_request and logging environment
    variables). (Laruence)

- GD:
  . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
  . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
  . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
    heap overflow). (Pierre)
  . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)

- Intl:
  . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)

- mbstring:
  . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas)

- mcrypt:
  . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)

- PCRE:
  . Fixed bug #72143 (preg_replace uses int instead of size_t). (Joe)

- PDO_pgsql:
  . Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound).
    (Laruence)
  . Fixed bug #72294 (Segmentation fault/invalid pointer in connection
    with pgsql_stmt_dtor). (Anatol)

- Phpdbg:
  . Fixed bug #72284 (phpdbg fatal errors with coverage). (Bob)

- Postgres:
  . Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free). (Laruence)
  . Fixed bug #72197 (pg_lo_create arbitrary read). (Anatol)

- SPL:
  . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas)
  . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
    unserialize). (Dmitry)

- Standard:
  . Fixed bug #72017 (range() with float step produces unexpected result).
    (Thomas Punt)
  . Fixed bug #72193 (dns_get_record returns array containing elements of
    type 'unknown'). (Laruence)
  . Fixed bug #72229 (Wrong reference when serialize/unserialize an object).
    (Laruence)
  . Fixed bug #72300 (ignore_user_abort(false) has no effect). (Laruence)

- XML:
  . Fixed bug #72206 (xml_parser_create/xml_parser_free leaks mem). (Joe)

- XMLRPC:
  . Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type).
    (Joe, Laruence)

- WDDX:
  . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)

- Zip:
  . Fixed ug #72258 (ZipArchive converts filenames to unrecoverable form).
    (Anatol)
  . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC
    algorithm and unserialize). (Dmitry)

(taca)

2016-06-24 15:25:21 UTC MAIN commitmail json YAML

Update php56 to 5.6.23 (PHP 5.6.23), including security fixes.

pkgsrc change: remove confiugre from SUBST_FILES.path.

23 Jun 2016, PHP 5.6.23

- Core:
  . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
    json_utf8_to_utf16()). (Stas)
  . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
  . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)

- GD:
  . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
  . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
  . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
    heap overflow). (Pierre)
  . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)
  . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting
    in heap overflow). (Pierre)

- Intl:
  . Fixed bug #70484 (selectordinal doesn't work with named parameters).
    (Anatol)

- mbstring:
  . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas)

- mcrypt:
  . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)

- Phar:
  . Fixed bug #72321 (invalid free in phar_extract_file()).
    (hji at dyntopia dot com)

- SPL:
  . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas)
  . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
    unserialize). (Dmitry)

- OpenSSL:
  . Fixed bug #72140 (segfault after calling ERR_free_strings()).
    (Jakub Zelenka)

- WDDX:
  . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)

- zip:
  . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC
    algorithm and unserialize). (Dmitry)

(taca)

2016-06-24 15:23:00 UTC MAIN commitmail json YAML

Update php55 to 5.5.37 (PHP 5.5.37), including security fixes.

pkgsrc change: remove confiugre from SUBST_FILES.path.

23 Jun 2016, PHP 5.5.37

- Core:
  . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas)
  . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
    json_utf8_to_utf16()). (Stas)
  . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
  . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)

- GD:
  . Fixed bug #66387 (Stack overflow with imagefilltoborder) (CVE-2015-8874).
    (cmb)
  . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
  . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
    heap overflow). (Pierre)
  . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)
  . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting
    in heap overflow). (Pierre)

- mbstring:
  . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas)

- mcrypt:
  . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)

- SPL:
  . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas)
  . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
    unserialize). (Dmitry)

- WDDX:
  . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)

- zip:
  . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC
    algorithm and unserialize). (Dmitry)

(taca)

2016-06-24 11:34:59 UTC MAIN commitmail json YAML

Note update of net/freerdp to 1.0.2nb14.

(he)

2016-06-24 11:33:59 UTC MAIN commitmail json YAML

Pull in cups instead of cups15, so that it is possible to install
this package where other packages are installed which depend on cups.
Discussed with wiz@
Bump PKGREVISION.

(he)

2016-06-23 20:12:56 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.1.4.2

(ryoon)

2016-06-23 20:12:23 UTC MAIN commitmail json YAML

Update to 5.1.4.2

Changelog:
Bugs fixed compared to 5.1.3 final (rc2):
    coverity#704901 missing break in switch [Stephan Bergmann]
    coverity#1358428 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
    coverity#1358836 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
    coverity#1358843 backport of opencl coverity fixes [Caolan McNamara]
    coverity#1358844 backport of opencl coverity fixes [Caolan McNamara]
    rhbz#1326602 libreoffice: Leakage of removed background image set in master slide [fedora-all] [David Tardon]
    tdf#31449 correctly test if fraction has no integer part [Laurent Balland-Poirier]
    tdf#35957 check for preconditions earlier [David Tardon]
    tdf#38097 min numerator/denominator at least 1 [Laurent Balland-Poirier]
    tdf#49853 some shortcuts should always end up in the view [Maxim Monastirsky]
    tdf#61996 skip quoted text in number format [Laurent Balland-Poirier]
    tdf#63272 [fi-FI] percentage format with no-break space [Eike Rathke]
    tdf#64748 added placeholder option to pdf export dialog in Writer [Oliver Specht]
    tdf#74795 RTF import: handle row-level default cell margins [Miklos Vajna]
    tdf#81833 form protection can be modified as compatibility option [Oliver Specht]
    tdf#82073 RTF import: handle \clcbpatraw [Miklos Vajna]
    tdf#82160 reset mouse pointer if doc loading failed [Maxim Monastirsky]
    tdf#83746 wrapAddress() didn't do what it was supposed to do [Eike Rathke]
    tdf#84317 convert missing numbering types to OOXML tokens. [Mark Hung]
    tdf#84411 OpenCL: S/W interpreter throws std::out_of_range error [Marco Cecchetti]
    tdf#84695 sw: make TextBox in shape accessible without mouse [Miklos Vajna]
    tdf#86282 handle both, base name and Sheet1, as external reference sheet name [Eike Rathke]
    tdf#86502 split formula groups referring bounds shifted into [Eike Rathke]
    tdf#86575 for OOXML write plain #REF! if deleted parts [Eike Rathke]
    tdf#87437 close direct char fmt at end of para [Luke Deller]
    tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmap [Caolan McNamara]
    tdf#89866 vcl: fix printing of form controls with images [Michael Stahl]
    tdf#90097 RTF import: handle fRelFlipV property for line shapes [Miklos Vajna]
    tdf#90319 make image flipping work when aLinearContext(...) code path chosen [pasqualm]
    tdf#92434 crash on deleting inner join relationship [Caolan McNamara]
    tdf#92695 protect both branches against missing ToolItem [Caolan McNamara]
    tdf#92951 make PaneDockingWindow dockable again [Caolan McNamara]
    tdf#93101 handle external references and propagate error [Eike Rathke]
    tdf#93124 fix incorrect text fit in imported PPT - take two [Mike Kaganski]
    tdf#93386 crash when closing a Database with macro editor open [Caolan McNamara]
    tdf#93403 check for changed DataSource on all Controls on form reload [Lionel Elie Mamane]
    tdf#93553 limit parallelism at zip save time to useful amount [Armin Le Grand]
    tdf#93640 fix import of linked left page header/footer [Luke Deller]
    tdf#93994 flush API objects at load time [Armin Le Grand]
    tdf#94146 a11y crash, obtain formula using the correct pointer [Eike Rathke]
    tdf#94221 repair dialog for text along path [Regina Henschel]
    tdf#94320 missing break in switch [Stephan Bergmann]
    tdf#94559 -Werror=nonnull-compare [Stephan Bergmann]
    tdf#94931 missing break in switch [Stephan Bergmann]
    tdf#94934 missing break in switch [Stephan Bergmann]
    tdf#95339 extend test to distinguish minute/month [Laurent Balland-Poirier]
    tdf#95620 crash in presentation wizard [Caolan McNamara]
    tdf#95707 RTF import: handle device-independent bitmaps [Miklos Vajna]
    tdf#95954 reasonable background for roadmap widget [Katarina Behrens]
    tdf#96092 crash on activating manage changes sidebar [Caolan McNamara]
    tdf#96097 can't save a doc with signed macro after autosave/save a copy [Guillaume Smaha]
    tdf#96244 get the right Writer window view for Formula window [Caolan McNamara]
    tdf#96275 RTF import: fix anchor of shapes inside tables [Miklos Vajna]
    tdf#96426 significant whitespace as intersection in Excel syntax [Eike Rathke]
    tdf#96504 vcl: fix printing of form controls with images [Michael Stahl]
    tdf#96516 do not increment position counter when an entry is removed [Lionel Elie Mamane]
    tdf#96522 reset CustomShapeEngine at import [Armin Le Grand]
    tdf#96912 we need the space="preserve" also for formatted strings, [Markus Mohrhard]
    tdf#97158 CopyOneCellFromClip() does not handle multiple sheets [Eike Rathke]
    tdf#97249 don't crash if BindFont fails [Tor Lillqvist]
    tdf#97835 no decimal separtor for empty decimal [Laurent Balland-Poirier]
    tdf#97839 a single character may be more than 1 utf-16 code points [Caolan McNamara]
    tdf#97854 crash on deleting inner join relationship [Caolan McNamara]
    tdf#97879 loop in style hierarchy on odt loop [Caolan McNamara]
    tdf#97887 add Intel driver 5.2.0.10049 to blacklist [Tomaz Vajngerl]
    tdf#97915 add Intel driver 3.0.1.10891 to blacklist [Tomaz Vajngerl]
    tdf#98088 prevent access to invalid sub node [Oliver Specht]
    tdf#98163 flush ressources at CustomShapes during import [Armin Le Grand]
    tdf#98224 endless loop in replace all stopped [Oliver Specht]
    tdf#98226 fix undo of table AutoFormat [Michael Stahl]
    tdf#98436 crash trying To create remote folder before connected [Caolan McNamara]
    tdf#98512 fix the Undo action of insert an input field. [HaidongWu]
    tdf#98666 don't cache progress bars either [Tor Lillqvist]
    tdf#98753 find Toolbar does not display "Search key not found" [Samuel Mehrbrodt]
    tdf#98940 (-1 not mapping to maximum string length anymore) [Matteo Casalin]
    tdf#98983 use 'Microsoft Sans Serif' instead of 'MS Sans Serif' [Tor Lillqvist]
    tdf#99130 use subdivision on B2DPolygon, angle based subdivision [Tomaz Vajngerl]
    tdf#99135 VML import: handle image crop [Miklos Vajna]
    tdf#99207 fix incorrect RGB ordering in Graphite DWrite path [Tim Eves]
    tdf#99246 use correct path for lock in PUT method. [Giuseppe Castagno]
    tdf#99255 calc crashing on Undo after Spell Correction [Arul Michael]
    tdf#99258 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
    tdf#99272 new Short[] used instead of new short[] [Caolan McNamara]
    tdf#99314 lokdocview: add new userprofileurl property [Miklos Vajna]
    tdf#99315 VclPixelProcessor2D: fix double border line width [Miklos Vajna]
    tdf#99338 fix GrabFocus during dispose crashes [Maxim Monastirsky]
    tdf#99369 try harder to bail out for non-horizontal text [Tor Lillqvist]
    tdf#99383 vcl: don't dispatch events from SolarMutexReleaser [Michael Stahl]
    tdf#99396 SvxTableController::SetVertical: implement undo support [Miklos Vajna]
    tdf#99425 crash when closing dialog editor [Caolan McNamara]
    tdf#99450 /fix insert twice the same object in Photo album [Julien Nabet]
    tdf#99452 svx: fix undo of table row edge drag [Miklos Vajna]
    tdf#99453 opencl: better logging of devices and device selection [Tomaz Vajngerl]
    tdf#99460 sw: layout: don't split table before fly [Michael Stahl]
    tdf#99461 reverse logic of TokenPointers::skipToken() [Eike Rathke]
    tdf#99462 /fix insert twice the same object in Photo album [Julien Nabet]
    tdf#99474 close direct char fmt at end of para [Luke Deller]
    tdf#99479 delete column with styles resets the 'Apply Style' drop down [Julien Nabet]
    tdf#99498 don't overwrite trwWidth value if set on a table [Caolan McNamara]
    tdf#99523 exit text edit and unmark objects before moving slide [Caolan McNamara]
    tdf#99527 show all accelerators in menus of extensions [Oliver Specht]
    tdf#99529 sw: don't pop up input field dialog before inserting field [Michael Stahl]
    tdf#99556 if the num of arguments is not 1 infer a row [Caolan McNamara]
    tdf#99574 fix sluggish scrollbar for an immediate paint [Tomaz Vajngerl]
    tdf#99588 fix radio button groups (and thus up/down key cycle) [Katarina Behrens]
    tdf#99643 OLE automation bridge: fix 64-bit pointer conversions [Michael Stahl]
    tdf#99692 crash in SwPostItMgr with change tracking [Caolan McNamara]
    tdf#99699 do nullptr check BEFORE calling method [Michael Weghorn]
    tdf#99722 sw: avoid buffering a11y events for not-visible frames [Michael Stahl]
    tdf#99730 lower the barrier for inferior systems, cripple the test [Eike Rathke]
    tdf#99733 don't crash on moving range of cells [Caolan McNamara]
    tdf#99850 menu entry for Select Sheets... [Olivier Hallot]
    tdf#99870 writer: don't delete selection with delete-comment [Justin Luth]
    tdf#99874 gtk3: all-black xbm cursors [Caolan McNamara]
    tdf#100024 CRASH when setting a background image [Caolan McNamara]
    tdf#100051 partially revert "loplugin:constantparam in sw" [Miklos Vajna]
    tdf#100080 set unused shader attribs with values, fixes GL on AMD [Tomaz Vajngerl]
    tdf#100092 deterministic scheduling to prevent unpredictable behavior. [Jan Holesovsky]
    tdf#100097 dbaccess self-dnd depends on getting its own transferable [Caolan McNamara]
    tdf#100115 _nColId is sal_uInt16 [Julien Nabet]
    tdf#100134 xmloff: only update the progressbar twice for every percent [Miklos Vajna]
    tdf#100159 on Windows, compile GL shaders in advance, disable GL on failure [Tor Lillqvist]
    tdf#100160 changing OpenCL state doesn't update sheet [Marco Cecchetti]

Bugs fixed compared to 5.1.4 rc1:

    deb#826654 scale gtk3 smooth scaling events... [Caolan McNamara]
    rhbz#1344042 LibreOffice Writer mouse wheel scrolling doesn't scroll far enough on each wheel event [Caolan McNamara]
    tdf#90419 diminish precision error in Series Fill [Eike Rathke]
    tdf#92478 avoid crash on using scanner on windows x64 [Caolan McNamara]
    tdf#96089 sw: fix scope of bBreakAfter in InsertCnt_() [Michael Stahl]
    tdf#96887 vcl: stop using periodic timers on WNT [Michael Stahl, Armin Le Grand]
    tdf#99795 drawAlphaBitmap should scale the bitmap if necessary [Tomaz Vajngerl]
    tdf#100104 ensure that OpenCL device id returned from getDeviceSelection() is valid. [Mark Hung]
    tdf#100187 fix division by zero in comboFragmentShader [Tomaz Vajngerl]
    tdf#100257 data : XML Source does not work [Noel Grandin]

(ryoon)

2016-06-23 19:04:54 UTC MAIN commitmail json YAML

PR 32295 Jake Kupersmith: missing alloca.h on Solaris.

(dholland)

2016-06-23 18:24:39 UTC MAIN commitmail json YAML

2016-06-23 18:24:08 UTC MAIN commitmail json YAML

Use BSD_INSTALL_* as suggested by cube to work around install problems on
old Solaris. Fixes PR 32296 Jake Kupersmith.

While here, add patch comment and use <ctype.h> correctly.

(dholland)

2016-06-23 17:41:25 UTC MAIN commitmail json YAML

Note update of netpgpverify and libnetpgpverify to 20160622

(agc)

2016-06-23 17:40:04 UTC MAIN commitmail json YAML

Update netpgpverify and libnetpgpverify to 20160622 during freeze to fix
PR/51262

+ take a bit of a step backwards, and don't use stdbool.h, just to appease
Solaris 10 compiler

(agc)

2016-06-23 17:25:08 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg010 to 20150312.0.10.16nb3

(maya)

2016-06-23 17:24:52 UTC MAIN commitmail json YAML

Use stackrealign on newer GCC as well
Bump PKGREVISION

PR pkg/51122

(maya)

2016-06-23 17:23:46 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg1 to 1.2.12nb3

(maya)

2016-06-23 17:22:24 UTC MAIN commitmail json YAML

Use stackrealign on newer GCC as well
Bump PKGREVISION

PR pkg/51122

(maya)

2016-06-23 15:24:44 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg3 to 3.0.2nb2

(maya)

2016-06-23 15:24:23 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.8.7nb2

(maya)

2016-06-23 15:17:28 UTC MAIN commitmail json YAML

2016-06-23 15:10:36 UTC MAIN commitmail json YAML

Fix non-default, probably unusused so far, ecap option build, after
libecap move to C++11.

(prlw1)

2016-06-23 15:07:39 UTC MAIN commitmail json YAML

pbulk-base-0.53:
After processing the tree-scan job, reassign jobs to all idle clients.
Before, this was only necessary at the very start of the build.

(joerg)

2016-06-23 15:05:38 UTC MAIN commitmail json YAML

2016-06-23 14:15:15 UTC MAIN commitmail json YAML

Added patch-src_doc_PdfImage.cpp to distinfo; added comment to this patch.

(adam)

2016-06-23 13:39:03 UTC MAIN commitmail json YAML

2016-06-23 11:25:48 UTC MAIN commitmail json YAML

Use stackrealign on newer GCC as well

Addresses PR/51122: with gcc 5.x x86 32-bit ffmpeg2 and ffmpeg3 need extra compile flags

(maya)

2016-06-23 11:25:19 UTC MAIN commitmail json YAML

Use stackrealign on newer GCC as well

PR/51122: with gcc 5.x x86 32-bit ffmpeg2 and ffmpeg3 need extra compile flags

(maya)

2016-06-22 21:04:54 UTC MAIN commitmail json YAML

Restore fix for lzma_stream_encoder_mt detection. Lost while syncing
with upstream.

(joerg)

2016-06-22 15:40:46 UTC MAIN commitmail json YAML

2016-06-22 15:39:09 UTC MAIN commitmail json YAML

update to 2.2.0
changes:
-security patches which we already had in pkgsrc are integrated
-Use more entropy for hash initialization than the original fix
to CVE-2012-0876
-Resolve troublesome internal call to srand that was introduced
with Expat 2.1.0 when addressing CVE-2012-0876

(drochner)

2016-06-22 13:01:14 UTC MAIN commitmail json YAML

Make signo static again to reduce diff against upstream.

(joerg)

2016-06-22 12:04:03 UTC MAIN commitmail json YAML

2016-06-22 11:40:16 UTC MAIN commitmail json YAML

Disable maintainer mode for the right tool.

(joerg)

2016-06-22 11:06:59 UTC MAIN commitmail json YAML

+ p5-Moo-2.002002, tor-browser-6.0.2.

(wiz)

2016-06-22 10:41:38 UTC MAIN commitmail json YAML

Updated time/remind to 3.1.15

(wiz)

2016-06-22 10:41:28 UTC MAIN commitmail json YAML

Updated remind to 3.1.15. Security update.

* Version 3.1 Patch 15 - 2015-07-27

- BUG FIX: Fix a buffer overflow found by Alexander Keller

- BUG FIX: Fix a typo in this file: was 2014 instead of 2015.

- BUG FIX: Make parser reject an AT followed by more than one time.

- BUG FIX: Make parser reject epeated delta or *repeat values.

* Version 3.1 Patch 14 - 2015-04-24

- NEW FEATURE: Putting the line __EOF__ in a .rem file causes Remind
  to treat it as end-of-file.

- IMPROVEMENT: Use better PNG images for moons in the HTML display

- CHANGE: Author name updated from "David" to "Dianne"

- BUG FIX: The "-n" command-line option should really run in "ADVANCE_MODE"
  rather than "CAL_MODE" internally; otherwise, the substitution sequences
  may be misinterpreted.

- BUG FIX: A typo in clearing out MD5 sum context has been fixed.

- BUG FIX: Typo in Spanish translation was fixed.

(wiz)

2016-06-22 10:36:11 UTC MAIN commitmail json YAML

Updated security/libtasn1 to 4.8

(wiz)

2016-06-22 10:36:00 UTC MAIN commitmail json YAML

Updated libtasn1 to 4.8. Security update.

* Noteworthy changes in release 4.8 (released 2016-04-11) [stable]
- Fixes to avoid reliance on C undefined behavior.
- Fixes to avoid an infinite recursion when decoding without
  the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq.
- Combined all the BER octet string decoding functions to a single
  one based on asn1_decode_simple_ber().

* Noteworthy changes in release 4.7 (released 2015-09-14) [stable]
- Fixed regression introduced in the decoding of multi-byte tags
  fix.

* Noteworthy changes in release 4.6 (released 2015-09-05) [stable]
- Allow decoding OCTET STRINGs with multi-byte tags.
- API and ABI changes since last version:
  asn1_get_object_id_der: New function

(wiz)

2016-06-22 10:30:29 UTC MAIN commitmail json YAML

Updated archivers/lhasa to 0.3.1

(wiz)

2016-06-22 10:30:18 UTC MAIN commitmail json YAML

Updated lhasa to 0.3.1. Security update.

v0.3.1 (2016-03-29):

    * This release fixes an integer underflow vulnerability in the
      code for doing LZH level 3 header decodes (TALOS-CAN-0095).
      Thanks go to Marcin Noga and Regina Wilson of Cisco TALOS for
      reporting this vulnerability.

(wiz)

2016-06-22 08:07:11 UTC MAIN commitmail json YAML

Disable maintainer mode here as well.

(joerg)

2016-06-22 00:56:29 UTC MAIN commitmail json YAML

2016-06-21 21:48:02 UTC MAIN commitmail json YAML

2016-06-21 21:47:29 UTC MAIN commitmail json YAML

Add a CAVEAT for DIST_SUBDIR when handling ruby or python packages.

Requested by tsutsui.

(wiz)

2016-06-21 21:12:45 UTC MAIN commitmail json YAML

2016-06-21 18:00:02 UTC MAIN commitmail json YAML

2016-06-21 17:59:07 UTC MAIN commitmail json YAML

Move --fatal-warnings hack to the common logic, it applies to
practically all KDE5 packages.

(joerg)

2016-06-21 17:58:06 UTC MAIN commitmail json YAML

Adjust the static_assert hack to not redefine the keyword if the
compiler itself claims C11 support.

(joerg)

2016-06-21 17:57:07 UTC MAIN commitmail json YAML

2016-06-21 17:06:29 UTC MAIN commitmail json YAML

Drop RUBY_PKGPREFIX from DIST_SUBDIR.

Noticed by wiz@.

(tsutsui)

2016-06-21 16:40:10 UTC MAIN commitmail json YAML

Fix PLIST for SunOS. Upstream intentionally doesn't build the shared
lib on SunOS, we accept it. Packages that depends on the shared lib
may fail.

(fhajny)

2016-06-21 16:29:55 UTC MAIN commitmail json YAML

>From upstream: Dummy out copy_acls if sys/acl.h is missing or ACL
support is disabled.

(joerg)

2016-06-21 16:24:00 UTC MAIN commitmail json YAML

2016-06-21 14:58:17 UTC MAIN commitmail json YAML

Make sure that LDFLAGS are not ignored. Fixes build on at least SunOS.

(fhajny)

2016-06-21 14:03:39 UTC MAIN commitmail json YAML

Set DIST_SUBDIR to work around distfile modifications, per the pkgsrc guide.

Requested by wiz@.

(tsutsui)

2016-06-21 14:00:42 UTC MAIN commitmail json YAML

Updated security/p5-Bytes-Random-Secure to 0.29

(mef)

2016-06-21 14:00:25 UTC MAIN commitmail json YAML

Updated security/p5-Bytes-Random-Secure to 0.29
-----------------------------------------------
0.29 2015-07-12
  - Added a shuffle method available via the OO user interface.
  - Added a SEE ALSO POD section that mentions Bytes::Random::Secure::Tiny

(mef)

2016-06-21 13:39:33 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 3.2.1nb1

(joerg)

2016-06-21 13:39:21 UTC MAIN commitmail json YAML

2016-06-21 13:23:32 UTC MAIN commitmail json YAML

- Add patches/patch-Makefile.PL to give adhoc work around with clang build,

./curlopt-constants.c:19:58: error: non-void function 'constant' should return a value [-Wreturn-type]
if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_DID_MEMORY_FUNC_TYPEDEFS;
                                                    ^

(mef)

2016-06-21 12:58:38 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.7.1

(tsutsui)

2016-06-21 12:57:39 UTC MAIN commitmail json YAML

Update mlterm to 3.7.1.

Changes noted in doc/en/ReleaseNote:

ver 3.7.1
* Add "vt_color_mode" to OSC 5380 and 5381.
* Support SKK (--im skk) as an input method plugin.
* Support input method plugins (canna, wnn and skk) on MacOSX/Cocoa.
* Show the number of each conversion candidate on an input method window of wnn.
* Bug fixes:
  Fix compiling error of registobmp. (Enbugged at 3.7.0) (Thanks to Amadeusz)
  Fix https://sourceforge.net/p/mlterm/mailman/message/34992704/
  Fix https://github.com/saitoha/homebrew-sixel/pull/2 (Thanks to @kefir_)
  Fix a bug which dropped almost all glyph complementary fonts.

(tsutsui)

2016-06-21 12:45:36 UTC MAIN commitmail json YAML

The distfile has been updated due to cache problem.

(tsutsui)

2016-06-21 12:23:01 UTC MAIN commitmail json YAML

2016-06-21 12:10:55 UTC MAIN commitmail json YAML

2016-06-21 12:08:22 UTC MAIN commitmail json YAML

2016-06-21 07:53:50 UTC MAIN commitmail json YAML

Fix forgotten PLIST change.

(fhajny)

2016-06-20 21:34:48 UTC MAIN commitmail json YAML

2016-06-20 21:24:01 UTC MAIN commitmail json YAML

pkgsrc is now frozen in preparation for the pkgsrc-2016Q2 branch.

(jperkin)

2016-06-20 20:59:35 UTC MAIN commitmail json YAML

2016-06-20 20:37:43 UTC MAIN commitmail json YAML

taskwarrior relicensed from GPLv2 to MIT in 2011

(kamil)

2016-06-20 20:33:21 UTC MAIN commitmail json YAML

Added time/taskwarrior version 2.5.1

(kamil)

2016-06-20 20:31:47 UTC MAIN commitmail json YAML

Add time/taskwarrior

(kamil)

2016-06-20 20:30:42 UTC MAIN commitmail json YAML

Import task-2.5.1 (taskwarrior) as time/taskwarrior

Task is an open source, command-line, TODO list manager.

Originally packaged in pkgsrc-wip by
- Emil Skoldberg,
- Thomas Klausner,
- Kamel Ibn Aziz Derouiche,
- Helge Muehlmeier,
- Aleksej Saushev,
- Yorick Hardy
and
- myself.

Keep Emil Skoldberg as a maintainer.

(kamil)

2016-06-20 19:44:04 UTC MAIN commitmail json YAML

Added variables to package variables

(jaapb)

2016-06-20 19:39:43 UTC MAIN commitmail json YAML

Revbump to make sure package gets compiled with newer mk/ocaml.mk.

(jaapb)

2016-06-20 19:36:16 UTC MAIN commitmail json YAML

Updated www/ocsigen to 2.7

(jaapb)

2016-06-20 19:35:56 UTC MAIN commitmail json YAML

Updated package to latest version, 2.7, and added patches and cleaned up
the Makefile. Changes include:

* Fix content type selection for XML content
* Send gzip trailer in Deflatemod
* Log more details about SSL accept errors
* Support the Content-Disposition header
* Optimize buffering

(jaapb)

2016-06-20 19:21:33 UTC MAIN commitmail json YAML

Remove wish entry for ardour, already packaged

(kamil)

2016-06-20 19:12:52 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_sexp_conv to 113.33.01

(jaapb)

2016-06-20 19:10:57 UTC MAIN commitmail json YAML

Updated package to latest version, 113.33.01. Changes include:

## 113.33.01+4.03

Remove generation of empty value bindings.

## 113.33.00+4.03

Various updates to work with OCaml 4.03.0

## 113.33.00

- Clean up the documentation for sexplib, modernizing it to include
  `ppx_sexp_conv`, and breaking up the documentation between sexplib and
  `ppx_sexp_conv`.  Also changed the formatting to use org-mode, so it
  will render properly on github.  Markdown doesn't render well by
  default, unless you use quite different conventions about linebeaks.

(jaapb)

2016-06-20 19:10:51 UTC MAIN commitmail json YAML

Add revision.cc (missing in tag)

(kamil)

2016-06-20 19:06:47 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_type_conv to 113.33.01

(jaapb)

2016-06-20 19:06:29 UTC MAIN commitmail json YAML

Updated package to latest version, 113.03.01. Changes include:

## 113.33.01+4.03

Remove generation of empty value bindings.

## 113.33.00+4.03

Various updates to work with OCaml 4.03.0

(jaapb)

2016-06-20 18:53:53 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_core to 113.33.01

(jaapb)

2016-06-20 18:53:16 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_driver to 113.33.01

(jaapb)

2016-06-20 18:53:02 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_driver to 113.33.01

(jaapb)

2016-06-20 18:52:41 UTC MAIN commitmail json YAML

Updated package to latest version, 113.33.01. Changes include:

## 113.33.01+4.03

Remove hack which prevented empty value bindings to leak. We fixed the
generators so they don't create them in the first place.

## 113.33.00+4.03

Various updates to work with OCaml 4.03.0

(jaapb)

2016-06-20 18:48:10 UTC MAIN commitmail json YAML

2016-06-20 18:02:46 UTC MAIN commitmail json YAML

Fix BUILDLINK_PKGSRCDIR.liblo

(kamil)

2016-06-20 17:54:44 UTC MAIN commitmail json YAML

pbulk-base-0.52:
Move the tree iteration logic from the master to the client. This
matters primarily when using the additional package list in the top
level makefile and ensures that the client configuration is used
consistently.

(joerg)

2016-06-20 17:43:51 UTC MAIN commitmail json YAML

Revbump to make sure package gets compiled with newer mk/ocaml.mk.

(jaapb)

2016-06-20 17:32:07 UTC MAIN commitmail json YAML

2016-06-20 17:29:07 UTC MAIN commitmail json YAML

Updated archivers/bsdtar to 3.2.1

(joerg)

2016-06-20 17:28:54 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 3.2.1

(joerg)

2016-06-20 17:28:33 UTC MAIN commitmail json YAML

2016-06-20 17:24:58 UTC MAIN commitmail json YAML

2016-06-20 17:19:56 UTC MAIN commitmail json YAML

Build with DTrace support enabled on OS X Leopard and newer

Reviewed by jperkin@

(sevan)

2016-06-20 16:06:02 UTC MAIN commitmail json YAML

Updated misc/screen to 4.4.0

(ryoon)

2016-06-20 16:04:44 UTC MAIN commitmail json YAML

Update to 4.4.0

Changelog:
Version 4.4.0 (19/06/2016):
  * Support up to 24 function keys
  * Fix runtime issues
  * 'logfile' command, starts logging into new file upon changing

(ryoon)

2016-06-20 15:36:04 UTC MAIN commitmail json YAML

Updated package to work with new mk/ocaml.mk; no upstream changes. Revbump.

(jaapb)

2016-06-20 15:25:39 UTC MAIN commitmail json YAML

Revert changing the default away from "inet6".

(schnoebe)

2016-06-20 15:20:03 UTC MAIN commitmail json YAML

2016-06-20 15:13:00 UTC MAIN commitmail json YAML

Revbump to make sure package gets compiled with newer version of
mk/ocaml.mk.

(jaapb)

2016-06-20 15:10:49 UTC MAIN commitmail json YAML

Updated devel/ocaml-sexplib to 113.33.03

(jaapb)

2016-06-20 15:10:30 UTC MAIN commitmail json YAML

Updated package to latest version, 113.33.00. Changes include:

- Changes `Sexp.to_string` to escape all non-ASCII characters.

  Previously chars >= 127 are escaped or not depending on:
  1. other character in the string
  2. the system
  3. environment variable settings

  (2) and (3) are because `String.escaped` from the stdlib uses the C
  function `isprint` which is locale and OS dependent.

  This can cause invalid UTF-8 sequence to be printed by sexplib, which
  is annoying:

    https://github.com/janestreet/sexplib/issues/18

  Starting with this release, sexplib:
  1. copies the `String.escaped` function of OCaml 4.03 which escapes
    all non-ascii characters
  2. make sure we escape the string when it contains characters >= 127

- Clean up the documentation for sexplib, modernizing it to include
  `ppx_sexp_conv`, and breaking up the documentation between sexplib and
  `ppx_sexp_conv`.  Also changed the formatting to use org-mode, so it
  will render properly on github.  Markdown doesn't render well by
  default, unless you use quite different conventions about linebeaks.

- In sexp macro library, avoid returning success when there is any error
  reading a sexp. In particular, this prevents

    sexp resolve <(echo '(:use x)')

  from silently succeeding.

  Also, now we no longer read an included file multiple times.
  This lets even crazy stuff like this to work:

    $ echo 'hi ' | sexp resolve <(echo '((:include /dev/stdin) (:include /dev/stdin))')

(jaapb)

2016-06-20 15:03:47 UTC MAIN commitmail json YAML

Updated security/p5-Authen-CAS-Client to 0.07

(mef)

2016-06-20 15:01:39 UTC MAIN commitmail json YAML

Updated security/p5-Authen-CAS-Client to 0.07
---------------------------------------------
changes from 0.06 to 0.07
=========================
  * changed license to MIT for consistency with other module distributions

  * removed MYMETA.yml and MYMETA.json from module distribution
    per CPAN standards

  * updated documentation to reflect new formatting standards

changes from 0.05 to 0.06
=========================
* fixed a bug when using defined on an array

* minor documentation fixup referencing incorrect package for response objects

(mef)

2016-06-20 14:58:46 UTC MAIN commitmail json YAML

2016-06-20 14:51:10 UTC MAIN commitmail json YAML

Added ocaml-js-build-tools to SUBDIRs

(jaapb)

2016-06-20 14:50:32 UTC MAIN commitmail json YAML

Added devel/ocaml-js-build-tools version 113.33.04

(jaapb)

2016-06-20 14:50:12 UTC MAIN commitmail json YAML

2016-06-20 14:02:05 UTC MAIN commitmail json YAML

Updated devel/js_of_ocaml to 2.8

(jaapb)

2016-06-20 14:01:53 UTC MAIN commitmail json YAML

Updated package to latest version, 2.8. Changes include:

* Features/Changes
** Compiler: allow dynlink of precompiled javascript file
** Compiler: Improve tailcall optimization
** Compiler: Improve pretty mode
** Compiler: More inlining and static evaluation
** Compiler: Better source map support, to leverage resolve_variable_names
  in chrome DevTools
** Compiler: preserve as much as possible the initial OCaml variable names
** Lib: synchronize with tyxml 4.0.0
** Lib: convert string/bigstring to/from typed_array
** Lib: add Tyxml_js.Register API.
** Lib: Support for Core_kernel and Async_kernel (32bit only).
** Lib: Mutation observer.
** Runtime: bigstring, caml_int32_bits_of_float, ..
** Runtime: better nodejs integration

* Misc
** Support for OCaml 4.03
** Toplevel with ppx syntax

* Bug fixes
** Compiler: Fix float printing
** Compiler: fix separate compilation

(jaapb)

2016-06-20 14:01:42 UTC MAIN commitmail json YAML

Updated package to latest version, 2.8. Changes include:

* Features/Changes
** Compiler: allow dynlink of precompiled javascript file
** Compiler: Improve tailcall optimization
** Compiler: Improve pretty mode
** Compiler: More inlining and static evaluation
** Compiler: Better source map support, to leverage resolve_variable_names
  in chrome DevTools
** Compiler: preserve as much as possible the initial OCaml variable names
** Lib: synchronize with tyxml 4.0.0
** Lib: convert string/bigstring to/from typed_array
** Lib: add Tyxml_js.Register API.
** Lib: Support for Core_kernel and Async_kernel (32bit only).
** Lib: Mutation observer.
** Runtime: bigstring, caml_int32_bits_of_float, ..
** Runtime: better nodejs integration

* Misc
** Support for OCaml 4.03
** Toplevel with ppx syntax

* Bug fixes
** Compiler: Fix float printing
** Compiler: fix separate compilation

(jaapb)

2016-06-20 12:34:01 UTC MAIN commitmail json YAML

Restore lost patchsum.

(joerg)

2016-06-20 11:10:40 UTC MAIN commitmail json YAML

Updated package to latest version, 4.0.0. Changes include:

====== Features ======
* A new PPX has been added that allows to use tyxml with the HTML/SVG syntax, using the markup library (contribution by Anton 'aantron' Bachin).
* New Format-based printers are available, both as functors and has `pp` functions in the various implementations. Old printers are deprecated.
* Toplevel printers are now available for the `tyxml` library.
* The `str` library has been replaced by `re`.
* Various attributes arguments have been simplified. In particular:
  * Constants arguments have been removed
  * `` `On|`Off `` arguments are now replaced by booleans.
  * Some arguments now use an option type.

* XML comments are now properly serialized (without escaping but with sanitization).

====== Elements and attributes ======
* Add srcset and sizes attributes (contribution by St辿phane 'slegrand45' Legrand).
* The arguments of the `sandbox` attributes are now more consistent (contributino by Anton 'aantron' Bachin).
* Various SVG attributes and elements are now properly named (contributino by Anton 'aantron' Bachin).
* Add inputmode attribute.

====== Documentation ======
* Both the API documentation and the manual have been completely rewritten! Do not hesitate to read them and provide feedback.
* Various examples have been added in the `example/` directory. (basic_website contributed by Edgar 'fxfactorial' Aroutiounian).

====== Renaming and deprecations ======
* Files in the `tyxml` library are now packed in a `Tyxml` module.
  If you were using one of `Html5`, `Svg` and `Xml` module, simply open `Tyxml`.
* All Html5 modules are now named Html
* Various attributes and elements have been renamed. The original versions have been kept and marked deprecated.
* Various elements that were both deprecated in the HTML specification and not usable due to typing constraints have been removed.

(jaapb)