Cygwin installations directly on root drive

2020-02-09 Thread Dr. Volker Zell

Hi

I always installed my Cygwin environment on the root of a dedicated 
drive (for example D:)

instead of the Setup.exe suggested subdirectory (for example D:\cygwin)

I recently upgraded my Cygwin system from cygwin1.dll (version 3.0.9) to 
the latest 3.1.2-1 package.


Now whenever I call an executable linked with this dll I get the 
following stack trace:


[04:38]D:\>Cygwin.bat
  0 [main] bash (5368) D:\bin\bash.exe: *** fatal error - add_item 
("\??\D:", "/", ...) failed, errno 22

Stack trace:
Frame    Function    Args
000ABCC  001800614DE (0018028087A, 0018025A1B9, 0080001, 
0008B40)
000ABCC  00180049249 (0009BC0, 000ABCC, 000, 
000)
000ABCC  00180049282 (0009BC0, 016, 0080001, 
3A445C3F3F5C)
000ABCC  001800E23DC (000CBC0, 000CE00, 001800D2F78, 
000)
000CCD0  00180132725 (001800CB15C, 000, 000, 
000)
000CCD0  00180049873 (000, 000, 000, 
000)
000  00180048353 (000, 000, 000, 
000)
000FFF0  00180048404 (000, 000, 000, 
000)

End of stack trace

[04:42]D:\>pwd
  0 [main] pwd (3192) D:\bin\pwd.exe: *** fatal error - add_item 
("\??\D:", "/", ...) failed, errno 22

Stack trace:
Frame    Function    Args
000ABCC  001800614DE (0018028087A, 0018025A1B9, 0080001, 
0008B40)
000ABCC  00180049249 (0009BC0, 000ABCC, 000, 
000)
000ABCC  00180049282 (0009BC0, 016, 0080001, 
3A445C3F3F5C)
000ABCC  001800E23DC (000CBC0, 000CE00, 001800D2F78, 
000)
000CCD0  00180132725 (001800CB15C, 000, 000, 
000)
000CCD0  00180049873 (000, 000, 000, 
000)
000  00180048353 (000, 000, 000, 
000)
000FFF0  00180048404 (000, 000, 000, 
000)

End of stack trace


The only mention of "\\??\\D:" seems to come from the 
""HKEY_CURRENT_USER\Software\Cygwin\Installations"

registry entry (see below)

I then tried new base installations under "D:\cygwin", "C:\" and 
"C:\cygwin":


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cygwin\Installations]
"8aa36a1fe80b21a1"="\\??\\D:" <=== Broken
"c5e39b7a9d22bafb"="\\??\\C:\\cygwin" <=== OK
"1720b01b097bf4fc"="\\??\\D:\\cygwin" <=== OK
"2af6b8d6450bff37"="\\??\\C:" <=== Broken

It looks like installations directly to the root of a drive DO NOT work 
anymore, although the Cygwin

installer still allows it (with a warning).

This all seems to be related to a patch mentioned in 
https://cygwin.com/ml/cygwin/2019-09/msg00255.html



My big problem is: ALL of my Cygwin installations on different systems 
now will break
during upgrade because of the initial Root-Drive install. Also the rest 
of my ecosystem

assumes this Root-Drive install and its a nightmare to fix.

Any chance this type of installation can be supported again?

I found a mention of Ken Brown "I think I see how to fix this.  I'll 
submit a patch within the next few days."

in https://cygwin.com/ml/cygwin/2020-01/msg00129.html

Thanks
  Volker


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



INCORRECT INVOICE

2017-12-18 Thread Dr . Volker Zell
Hi ,


I have attached my order acknowledgement and the invoice we received. Please 
have a corrected invoice sent to me please.

http://www.farggrossisten.se/Sales-Invoice/

 



Best wishes,

Dr. Volker Zell

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple

[ANNOUNCEMENT] Updated: {gd/libgd3/libgd-devel}-2.2.4-1: A library for the dynamic creation of images by programmers

2017-01-30 Thread Dr . Volker Zell
Hi

New versions of 'gd/libgd3/libgd-devel' have been uploaded to a server near you.

 o Build for cygwin 2.6.1 with gcc-5.4.0
 o Update to latest upstream release


gd NEWS:

  
Security

gdImageCreate() doesn't check for oversized images and as such is prone to 
DoS vulnerabilities. (CVE-2016-9317)
double-free in gdImageWebPtr() (CVE-2016-6912)
potential unsigned underflow in gd_interpolation.c
DOS vulnerability in gdImageCreateFromGd2Ctx()

Fixed

Fix #354: Signed Integer Overflow gd_io.c
Fix #340: System frozen
Fix OOB reads of the TGA decompression buffer
Fix DOS vulnerability in gdImageCreateFromGd2Ctx()
Fix potential unsigned underflow
Fix double-free in gdImageWebPtr()
Fix invalid read in gdImageCreateFromTiffPtr()
Fix OOB reads of the TGA decompression buffer
Fix #68: gif: buffer underflow reported by AddressSanitizer
Avoid potentially dangerous signed to unsigned conversion
Fix #304: test suite failure in gif/bug6 [2.2.3]
Fix #329: GD_BILINEAR_FIXED gdImageScale() can cause black border
Fix #330: Integer overflow in gdImageScaleBilinearPalette()
Fix 321: Null pointer dereferences in gdImageRotateInterpolated
Fix whitespace and add missing comment block
Fix #319: gdImageRotateInterpolated can have wrong background color
Fix color quantization documentation
Fix #309: gdImageGd2() writes wrong chunk sizes on boundaries
Fix #307: GD_QUANT_NEUQUANT fails to unset trueColor flag
Fix #300: gdImageClone() assigns res_y = res_x
Fix #299: Regression regarding gdImageRectangle() with gdImageSetThickness()
Replace GNU old-style field designators with C89 compatible initializers
Fix #297: gdImageCrop() converts palette image to truecolor image
Fix #290: TGA RLE decoding is broken
Fix unnecessary non NULL checks
Fix #289: Passing unrecognized formats to gdImageGd2 results in corrupted 
files
Fix #280: gdImageWebpEx() quantization parameter is a misnomer
Publish all gdImageCreateFromWebp*() functions and gdImageWebpCtx()
Fix issue #276: Sometimes pixels are missing when storing images as BMPs
Fix issue #275: gdImageBmpCtx() may segfault for non-seekable contexts
Fix copy&paste error in gdImageScaleBicubicFixed()

Added

More documentation
Documentation on GD and GD2 formats
More tests

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {jasper/libjasper1/libjasper-devel}-1.900.22-1: JPEG-2000 codec library

2017-01-03 Thread Dr . Volker Zell
Hi

New versions of 'jasper/libjasper1/libjasper-devel' have been uploaded to a 
server near you.

 o Build for cygwin 2.6.1 with gcc-5.4.0
 o Update to latest version before ABI bump


jasper NEWS:

  
 o See /usr/share/doc/jasper/ChangeLog

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {lcms2/liblcms2_2/liblcms2-devel}-2.8-1: Little color management engine

2017-01-03 Thread Dr . Volker Zell
Hi

New versions of 'lcms2/liblcms2_2/liblcms2-devel' have been uploaded to a 
server near you.

 o Update to latest upstream release
 o Build for cygwin 2.6.1 with gcc-5.4.0


lcms2 NEWS:
===
  
---
2.8 Featured release
---

Changed ChangeLog direction
Fixed many typos in comments, thanks to Stefan Weil for doing that.
Fixed localization bug, added a new test case crayons.icc thnaks to Richard 
Hughes for providing the profile. 
Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable
Fixed misalignment problems on Alpha. The compiler does not align strings, and 
accessing begin of string as a uint16 makes code to fail.
Added some extra checks to the tools and examples.
Fix a bug that prevented to read luminance tag
BIG amount of functionality contributed/Sponsored  by Alien Skin Software: 
TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well.
added an extra _ to _stdcall to make it more portable
Fixed a bug in transicc for named color profiles
Fixed several compiler warnings
Added support for Visual Studio 2015
Fixed for XCODE project

---
2.7 Maintenance release
---

Added a version retrieval function 
Added an option in transicc for working in bounded mode
Fixed wrong handling of extra channels in some formatters.
Added a project for VS2013
Added license for iccjpeg.c
New project for mac
Added a global optimization that merges consecutive matrices in pipelines. 
Fixes loss of precision in some transforms
Added a flag  to clip negative values in unbounded transforms (only gray, rgb, 
cmyk)
Move unused var suppresor before the `return` statements.
Remove dead code.
Add missing comma in CGATS parser
utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'
Some maintenance fixes
Remove unused vcproj files
Added a function to retrieve the iohandler of a given profile object
Added a safety check on named color lists
Fixed a macro clash on SNONE. 
Fixed a possible segmentation fault in a non-happy path

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {db/libdb5.3/libdb-devel/db-doc/tcl-db}-5.3.28-1: Oracle Berkeley DB

2016-08-24 Thread Dr . Volker Zell
Hi

New versions of 'db/libdb5.3/libdb-devel/db-doc/tcl-db' have been uploaded to a 
server near you.

 o Update to latest 5.x upstream release
 o Build for cygwin 2.5.2 with gcc-5.4.0
 o Enabled sqlite features in libdb_sql which are needed by libgda
   see -> https://cygwin.com/ml/cygwin-apps/2016-08/msg00069.html
 o [x86] Package names now match to the cygwin 64bit version names
 o [x86] db4.8 obsoleted by this release


db NEWS:

  
 o 
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_2.html
 o 
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_1.html
 For x86 see also the following changelogs, because last cygwin db version was 
4.8
 o 
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5.3.html
 o 
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5.2.html
 o 
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5.1.html
 o 
http://download.oracle.com/otndocs/products/berkeleydb/html/berkeleyDB-5032changelog.html

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {ming/libming1/libming-devel/python-ming/perl-ming/tcl-ming/php-ming}-0.4.7-2: A library for generating Macromedia Flash files

2016-08-24 Thread Dr . Volker Zell
Hi

New versions of 
'ming/libming1/libming-devel/python-ming/perl-ming/tcl-ming/php-ming' have been 
uploaded to a server near you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o [x86] Removed .la files from /usr/lib

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libsmi/libsmi2/libsmi-devel}-0.5.0-1: A library that allows management applications to access SMI MIB module definitions

2016-08-24 Thread Dr . Volker Zell
Hi
if
New versions of 'libsmi/libsmi2/libsmi-devel' have been uploaded to a server 
near you.

 o Update to latest upstream release
 o Build for cygwin 2.5.2 with gcc-5.4.0
 o [x86] Removed .la file from /usr/lib

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libEMF/libEMF1/libEMF-devel}-1.0.8-1: A library for generating Enhanced Metafiles

2016-08-23 Thread Dr . Volker Zell
Hi

New versions of 'libEMF/libEMF1/libEMF-devel' have been uploaded to a server 
near you.

 o Updated to latest upstream release
 o Build for cygwin 2.5.2 with gcc-5.4.0
 o [x86] Removed .la file from /usr/lib

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {t1lib/t1lib-x11/t1lib5/t1libx5/t1lib-devel/t1libx-devel}-5.1.2-13: Rasterizer library for Adobe Type 1 Fonts

2016-08-23 Thread Dr . Volker Zell
Hi

New versions of 't1lib/t1lib-x11/t1lib5/t1libx5/t1lib-devel/t1libx-devel' have 
been uploaded to a server near you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o [x86] removed .la files from /usr/lib

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libtasn1_6/libtasn1-devel/libtasn1-doc}-4.9-1: ASN.1 library

2016-08-23 Thread Dr . Volker Zell
Hi

New versions of 'libtasn1_6/libtasn1-devel/libtasn1-doc' have been uploaded to 
a server near you.

 o Update to latest upstream release
 o Build for cygwin 2.5.2 with gcc-5.4.0
 o [x86] Removed the /usr/lib/libtasn1.la file


libtasn1 NEWS:
==
  
 o Fixes to OID encoding of OIDs which have elements which exceed 2^32

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libmng/libmng2/libmng-devel/libmng-contrib}-2.0.3-1: A library of functions for manipulating MNG format files

2016-08-22 Thread Dr . Volker Zell
Hi

New versions of 'libmng/libmng2/libmng-devel/libmng-contrib' have been uploaded 
to a server near you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o Update to latest upstream
 o ABI bump


libmng NEWS:

  
2.0.3 (15.11.2014)
---
More changes to libmng_types.h.

2.0.1 (19.01.2013)
---
There has been a change in JPEG version 9:
added some code in libmng_types.h before
#include 

2.0.0 (dd.mm.2012)
---
Allows lcms1/lcms2:

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated [x86]: {aalib/libaa1/aalib-devel}-1.4rc5-13: An ascii art library

2016-08-18 Thread Dr . Volker Zell
Hi

New versions of 'aalib/libaa1/aalib-devel' have been uploaded to a server near 
you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o removed /usr/lib/libaa.la file

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {gd/libgd3/libgd-devel}-2.2.3-1: A library for the dynamic creation of images by programmers

2016-08-18 Thread Dr . Volker Zell
Hi

New versions of 'gd/libgd3/libgd-devel' have been uploaded to a server near you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o Update to latest upstream release


gd NEWS:

  
 o https://libgd.github.io/category/news.html

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: xfig doc files permissions

2016-07-12 Thread Dr. Volker Zell
> Marco Atzeri writes:

> back in the mailing list
> On 12/07/2016 16:30, Eliot Moss wrote:
>> On 7/12/2016 10:20 AM, Marco Atzeri wrote:
>>> On 12/07/2016 16:08, Eliot Moss wrote:
 This is to the cygwin maintainer of xfig.  Whenever there is a new
>> release
 and I update the doc files in /usr/share/doc/xfig, my backup program
>> cannot
 read most of the file.  This is because their permissions are 700,
>> and the
 backup tool does not run as me (it wants SYSTEM access).  700 does
>> not seem
 appropriate for doc files - maybe 644, or for executables 755?
>> Perhaps in
 future releases this can be adjusted so I don't have tp go in and
>> manually
 change the permissions.  (It's not a big issue that the files don't 
back
 up,
 but the backup program stalls on them for a long time trying, so it
 needlessly
 slows down backups.)  If anybody cares, the backup program is 
CrashPlan.
 
 Regards -- EM
 
>>> 
>>> the files are 644 on my system,
>>> same on the tar file
>>> 

>>> -rw-r--r-- vzell/None17625 2016-06-29 13:34
>> usr/share/doc/xfig/FORMAT3.1
>>> -rw-r--r-- vzell/None20185 2016-06-29 13:34
>> usr/share/doc/xfig/FORMAT3.2
>> 
>> True, those files have reasonable permissions, but look in the
>> subdirectories,
>> e.g., usr/share/doc/xfig/html.  The files there are mostly rwx-- in
>> the tar
>> file (I just looked at xfig-3.2.5.c-3.tar.xz, downloaded today).
>> 
>> Regards -- Eliot Moss

> you are right

> $ tar -tvf xfig-3.2.5c-3.tar.xz |grep html |head
> drwxrwxr-x vzell/None0 2016-06-29 13:35 usr/share/doc/xfig/html/
> -rwx-- vzell/None 3656 2016-06-29 13:35
> usr/share/doc/xfig/html/accelerators.html
> -rwx-- vzell/None  998 2016-06-29 13:35
> usr/share/doc/xfig/html/animate.js
> -rwx-- vzell/None40959 2016-06-29 13:35
> usr/share/doc/xfig/html/attributes.html
> -rwx-- vzell/None 7303 2016-06-29 13:35
> usr/share/doc/xfig/html/authors.html
> -rw-r--r-- vzell/None21545 2016-06-29 13:35
> usr/share/doc/xfig/html/bugs_fixed.html
> -rwx-- vzell/None 2815 2016-06-29 13:35
> usr/share/doc/xfig/html/but_frm_accelerators.html
> -rwx-- vzell/None 2811 2016-06-29 13:35
> usr/share/doc/xfig/html/but_frm_attributes.html
> -rwx-- vzell/None 2802 2016-06-29 13:35
> usr/share/doc/xfig/html/but_frm_authors.html
> -rwx-- vzell/None 2811 2016-06-29 13:35
> usr/share/doc/xfig/html/but_frm_bugs_fixed.html


Hi all

Noted...will fix when I have time...

Thanks
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: gnuplot-5.0.3-1: A command-line driven interactive function plotting utility

2016-06-30 Thread Dr . Volker Zell
Hi

A new version of 'gnuplot' has been uploaded to a server near you.

 o Update to latest upstream release.
 o Build for cygwin 2.5.2 with gcc-5.4.0
 o TeX/LateX related files excluded, they are already in the texlive 
distribution


gnuplot NEWS:
=
  
Changes in 5.0.3

* NEW open-ended iteration over data:  plot for [i=1:*] datafile index i
* CHANGE aquaterm support for version 5 custom dashtypes
* CHANGE backport new image bookkeeping from 5.1 to fix bugs #1607 #1703 #1709
* CHANGE qt terminal: toggle plots on/off only on left-click
* CHANGE wholesale upgrade of old tkcanvas terminal (version 3.7 -> version 5.0)
* FIX reevaluate fill color for each polygon in data for "with filledcurves"
* FIX multiple wxt terminal font problems

Changes in 5.0.2

* NEW support "set clip {one|two}" in 3D vector plots (splot ... with vectors)
* CHANGE post.trm treats lt -1 as double width only when drawing the plot border
* CHANGE distinguish between empty string variable and string constant ""
* CHANGE preserve full precision of samples generated by '+' or '++'
* CHANGE dumb terminal now handles UTF-8 characters
* CHANGE "plot for [i=1:n] foo=i, x*foo" generates n plots (comma is ignored)
* CHANGE accept '\r' as a terminator after console prompt (Windows only)
* CHANGE use the same arrowhead style in the key sample as in the plot itself
* CHANGE the command "set tics {front|back}" no longer affects grid lines also
* CHANGE allow "noautoscale" keyword for 2D function plots
* CHANGE "unset mono" clears current terminal setting as well as future behavior
* FIX dashtype labels in 'test' command were off by one
* FIX autocalculation of box widths in the presence of NaN data values
* FIX qt terminals dots were invisible
* FIX point and impulse colors in 3D binary plots
* FIX enable dashtype processing for epslatex terminal
* FIX clean handling of unexpected input commands or data found by fuzz-testing
* FIX many places where corrupt input commands or data could trigger a crash
* FIX aquaterm fill area with transparency
* FIX "offset 0" means "no offset" even in the case of log-scaled axes
* FIX handle formatted read from a datablock
* FIX "pause mouse" for wxt terminal (OSX, other single-threaded platforms)
* FIX 2-column data plots "with filledcurve y="
* FIX handling outliers in boxplot with categories (i.e. level in column 4)
* FIX inline input format in `splot` command
* FIX order-dependence of optional keywords for "set key" and "set obj polygon"
* FIX lua/tikz text placement errors on OSX 10.10.2 with lua5.3
* FIX B and L formats in gprintf()
* FIX bug parsing time input with format "%s" (extra fractional second)
* FIX incorrect average value in final bin of "smooth cnorm" calculation
* FIX handle log-scale y values when calculating monotonic cubic spline fit
* FIX "set clip points" was non-functional in version 5.0
* FIX regression in 5.0.1 that left extraneous '@' in title columnhead(N)
* FIX vertical placement of text fragments by cairo terminals
* FIX "set [*]axis rangelimited" applies to minor as well as major tics
* FIX qt terminal could drop chars from stdin depending on external event timing
* FIX overlong custom dash pattern could generate a corrupt postscript file

Changes in 5.0.1

* NEW "set mono" (full command "set monochrome {linetype lt })
* NEW "set fit nolog" suppresses output to log file
* NEW sixel terminal supports RGB and palette colors, but only 16 at a time :-(
* NEW command "printerr" acts exactly like "print" but always outputs via stderr
* CHANGE autoconfigure of Qt5 support now looks for --variable=host_bins
* CHANGE reevaluate fill color for each polygon in data for "with filledcurves"
* CHANGE gstrptime(): always check validity of %y %Y %d %B %b input fields
* CHANGE track text properties for key title separately from key entries
* CHANGE "smooth kdensity" now handles logscale y and explicit x range
* CHANGE order of margins in the "set margin" command to left, right, bottom, 
top
* CHANGE guarantee color of key sample for "lc variable" plots matches 1st point
* CHANGE "set term fig color" can use predefined linetype colors and named 
colors
* CHANGE skip all preprocessing for input lines beginning with shell escape char
* CHANGE build system to suppress dvi as an automake-generated target
* CHANGE in hidden3d mode, the 'nosurface' suppresses both surface grid 
directions
* FIX replace palette color value NaN with background color
* FIX improved handling of boxplot data with multiple factors (categories)
* FIX save_textcolor was not handling "tc variable"
* FIX apply numeric locale when reading ascii matrix data
* FIX handling of ascii matrix data
* FIX reinitialize brush used to draw dotted lines in gd terminal
* FIX failure to clear bold/italic text attributes in cairo terminals
* FIX tabular output of time data when the axis format has not been set
* FIX breakage in plot style filledcurves {above|below} y1= 
* FIX dashtypes afte

[ANNOUNCEMENT] Updated: {xfig/xfig-lib}-3.2.5c-3: An interactive drawing tool

2016-06-29 Thread Dr . Volker Zell
Hi

New versions of 'xfig/xfig-lib' have been uploaded to a server near you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o Fixed: xfig 3.2-5c crashes with dash-dotted lines on cygwin
   see --> https://cygwin.com/ml/cygwin/2016-02/msg00066.html
 o Fixed: xfig-3.2.5c crashes on "Open File", "Save as" or "Export"
   see --> https://cygwin.com/ml/cygwin/2015-11/msg00018.html
 o Fixed: xfig-3.2.5c crashes on exit


***


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com

If you need more information on unsubscribing, start reading here: 

http://cygwin.com/lists.html#subscribe-unsubscribe

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {ghostscript/libgs9/libgs-devel}-9.19-1: GPL PostScript interpreter

2016-06-29 Thread Dr . Volker Zell
Hi

New versions of 'ghostscript/libgs9/libgs-devel' have been uploaded to a server 
near you.

 o Update to latest upstream
 o Build for cygwin 2.5.2 with gcc-5.4.0


ghostscript NEWS:
===

 o http://www.ghostscript.com/doc/9.19/History9.htm#Version9.19
 o http://www.ghostscript.com/doc/9.19/History9.htm#Version9.18  
 o http://www.ghostscript.com/doc/9.19/History9.htm#Version9.16

***


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com

If you need more information on unsubscribing, start reading here: 

http://cygwin.com/lists.html#subscribe-unsubscribe

Please read *all* of the information on unsubscribing that is available
starting at this URL.
 

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {pstoedit/libpstoedit0/pstoedit-devel}-3.70-2: A tool converting PostScript and PDF files into various vector graphic formats

2016-06-29 Thread Dr . Volker Zell
Hi

New versions of 'pstoedit/libpstoedit0/pstoedit-devel' have been uploaded to a 
server near you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o Fixes pkgconfig file
   see --> https://cygwin.com/ml/cygwin/2016-05/msg00204.html


***


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com

If you need more information on unsubscribing, start reading here: 

http://cygwin.com/lists.html#subscribe-unsubscribe

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {gd/libgd3/libgd-devel}-2.1.1-2: A library for the dynamic creation of images by programmers

2016-06-28 Thread Dr . Volker Zell
Hi

New versions of 'gd/libgd3/libgd-devel' have been uploaded to a server near you.

 o Build for cygwin 2.5.2 with gcc-5.4.0
 o Fixed a heap overflow vulnerability
   see -> https://cygwin.com/ml/cygwin-apps/2016-05/msg9.html

***


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com

If you need more information on unsubscribing, start reading here: 

http://cygwin.com/lists.html#subscribe-unsubscribe

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: xpdf-3.04-1: An open source viewer for Portable Document Format (PDF) files

2016-06-28 Thread Dr . Volker Zell
Hi

A new version of 'xpdf' has been uploaded to a server near you.

 o Update to latest upstream
 o Build for cygwin 2.5.2 with gcc-5.4.0
 o Fixes a relocation error
   see --> https://cygwin.com/ml/cygwin/2016-05/msg00353.html


xpdf NEWS:
==
  
New text extractor.
Added the pdftohtml tool.
Added the pdftopng tool.
New trapezoid-based rasterizer core (for performance).
Generate appearance streams for Line, PolyLine, and Polygon
  annotations.
Added the closeWindowOrQuit command, and changed the default binding
  for ctrl-W from closeWindow to closeWindowOrQuit.
Implemented the new AES-256 mode (R=6, Acrobat X).
Add an object cache.
Added a small cache for object streams.
Modify PSOutputDev to use LZW compression instead of RLE, with a
  fallback to RLE if the "psLZW no" setting is given.
Pdfinfo now prints page rotation info.
Modified ImageOutputDev, used by pdfimages, to output the masks and
  soft masks used when drawing images.
Remove non-printable characters from error output, just in case they
  might cause problems for the terminal program.
Added initial support for Code3of9 bar codes in XFA forms.
Added the mapExtTrueTypeFontsViaUnicode xpdfrc command.
Apply stroke adjustment to rectangular images and clipping regions (in
  addition to strokes and fills).
Decode JPEG 2000 images at less than full resolution if the full res
  image isn't needed (i.e., if the raw image is higher resolution than
  the output). 
Implemented knockout groups.
Removed t1lib support.
Added support for images with 16-bit components.
Rewrote the Dict class to use a hash table; as a side effect, this
  handles dictionaries with multiple definitions for a key, which are
  in violation of the spec, but Acrobat appears to handle.
The transformed line width computation -- used to implement the
  minLineWidth setting, and the hairline threshold in monochrome mode --
  was incorrect.
Pdftops was not correctly handling the case where it couldn't find
  a 16-bit font -- this led to crashes and/or invalid PostScript.
A bug in FlateStream::getBlock() was causing problems with narrow
  images.
Use the correct _WIN32 define instead of WIN32.
Use copy-on-write for the clip path in SplashState (when doing gsave),
  for performance.
Added a Solaris-specific entry to the ghostscript font search path.
SplashState was initializing line width to 0 instead of 1.
Abort processing on a content stream after getting 500 errors
  (undefined operator, wrong number of args) -- this avoids very long
  processing time for malicious PDF files using bogus RLE encoded
  content streams.
Added the psUseCropBoxAsPage xpdfrc option; "pdftops -pagecrop" now
  sets psUseCropBoxAsPage; "pdftops -pagecrop -paper match" now uses
  the CropBox as the page size.
Re-architected the AcroForm support code into a separate AcroForm
  module.
Fixed the handling of overprinting/transparency interaction, using
  the CompatibleOverprint blend mode.
The TIFF predictor code for the 1-bit-per-pixel case was broken.
For triangle and patch mesh shadings (types 4-7) with color functions,
  interpolate the function parameter not the color.
Check the fontFile/fontDir commands before (instead of after) doing
  Base-14 substitution in PS output.
Correctly handle non-embedded TrueType fonts that have an Identity
  ToUnicode mapping (display and PS output were failing).
Added support for XFA form rendering, including an "enableXFA" xpdfrc
  setting.
Handle PFB Type 1 fonts when generating PostScript output.
Unwind any extraneous saved graphics state at the end of the page
  (before drawing annotations).
Added some integer overflow checks in the GString class.
Handle 16-bit components in JPEG 2000 images.
ActualText spans can end without a valid font, in which case
  TextPage::beginWord was crashing.
The Domain entry in function shadings wasn't being parsed correctly.
Fixed a bug in the JPEG decoder - successive approximation
  (progressive mode) coefficients weren't being handled correctly.
Added a better infinite loop test to the xref parser.
When generating PostScript, merge reused TrueType fonts (if their
  code-to-GID mappings are the same).
Tweak the Gouraud triangle shaded fill code to end the recursive
  splitting if the triangles get sufficiently small.
Do bilinear interpolation when upsampling images.
When skipping extraneous image data from an inline image, look for
  EI instead of just EI.
When writing to stdout on Windows, pdftoppm now sets the file mode to
  binary.  [Thanks to Robert Frunzke.]
Accept strings as well as names for the BaseFont entry in font
  objects.
Removed the TEXTOUT_WORD_LIST config option (with the new text
  extractor, this is always enabled).
Fixed a bug in the JBIG2 decoder (the TPGD context for template #3 in
  readGenericBitmap was incorrect).
Rewrote the PostScriptFunction code for performance.
Handle 8-bit OpenType CFF fonts that are missing required tables in
  the OpenType wrapper.
Handle tiling patterns with reversed coordinates in th

[ANNOUNCEMENT] Updated: {libtasn1_6/libtasn1-devel/libtasn1-doc}-4.8-1: ASN.1 library

2016-06-28 Thread Dr . Volker Zell
Hi

New versions of 'libtasn1_6/libtasn1-devel/libtasn1-doc' have been uploaded to 
a server near you.

 o Update to latest upstream release
 o Build for cygwin 2.5.2 with gcc-5.4.0


libtasn1 NEWS:
==
  
- 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().

***


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com

If you need more information on unsubscribing, start reading here: 

http://cygwin.com/lists.html#subscribe-unsubscribe

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: pstoedit :pkgconfig broken - attn maintainer

2016-05-18 Thread Dr. Volker Zell
> Marco Atzeri writes:

> Hi Dr. Volker,
> the latest /usr/lib/pkgconfig/pstoedit.pc needs
> a correction

> 
>   Name: pstoedit
>   Description: converts PostScript(TM) and PDF files to other vector 
graphic
> formats
>   Version: 3.70.0
>   Requires:
>   Libs: -L/usr/lib -lpstoedit @LIBPNG_LDFLAGS@ -lstdc++  -ldl
>^^^
> -


Noticed...thanks

> Regards
> Marco

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: xpdf relocation error

2016-05-18 Thread Dr. Volker Zell
> Ken Brown writes:

> On 5/14/2016 6:56 AM, Jaakov Jaakov wrote:
>> This rebasement does not seem to survive updates or reinstalls. I know
>> that rebasement is difficult, but still, could you, perhaps, solve it in
>> a more long-term way?

> As was pointed out in the first post on this subject
> (https://www.cygwin.com/ml/cygwin/2016-04/msg00365.html), simply 
rebuilding from
> source with the current gcc seems to fix the problem. I've also verified 
this.

> I assume the xpdf maintainer, Volker Zell, will rebuild it when he has a 
chance.
> In the meantime, are you able to build it yourself?  If not, I can 
provide a
> binary for you.

Will rebuild in last week of june, no cygwin time right now...

> Ken

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {nettle/libnettle4/libhogweed2/libnettle-devel}-2.7.1-1: A cryptographic library that is designed to fit easily in more or less any context

2016-03-13 Thread Dr . Volker Zell
Hi

New versions of 'nettle/libnettle4/libhogweed2/libnettle-devel' have been 
uploaded to a server near you.

 o Build for cygwin 2.4.1-1 with gcc-5.3.0-3
 o Update to 2.7.1
 o Fix for CVEs, see https://cygwin.com/ml/cygwin-apps/2016-03/msg0.html


nettle NEWS:

  
* Fixed a bug in the new ECC code. The ecc_j_to_a function
  called GMP:s mpn_mul_n (via ecc_modp_mul) with overlapping
  input and output arguments, which is not supported.

* The assembly files for SHA1, SHA256 and AES depend on ARMv6
  instructions, breaking nettle-2.7 for pre-v6 ARM processors.
  The configure script now enables those assembly files only
  when building for ARMv6 or later.
  
* Use a more portable C expression for rotations. The
  previous version used the following "standard" expression
  for 32-bit rotation:

(x << n) | (x >> (32 - n))

  But this gives undefined behavior (according to the C
  specification) for n = 0. The rotate expression is replaced
  by the more portable:

(x << n) | (x >> ((-n)&31))

  This change affects only CAST128, which uses non-constant
  rotation counts. Unfortunately, the new expression is poorly
  optimized by released versions of gcc, making CAST128 a bit
  slower. This is being fixed by the gcc hackers, see
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57157.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libtasn1_6/libtasn1-devel/libtasn1-doc}-4.7-1: ASN.1 library

2016-02-04 Thread Dr . Volker Zell
Hi

New versions of 'libtasn1_6/libtasn1-devel/libtasn1-doc' have been uploaded to 
a server near you.

 o Update to latest upstream release
 o Build for cygwin 2.4.1 with gcc-4.9.3


libtasn1 NEWS:
==
  
* 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


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {openldap/openldap-server/libopenldap2_4_2/openldap-devel}-2.4.42-1: Lightweight Directory Access Protocol suite

2015-11-19 Thread Dr . Volker Zell
Hi

New versions of 'openldap/openldap-server/libopenldap2_4_2/openldap-devel' have 
been uploaded to a server near you.

 o Build for cygwin 2.3.1 with gcc-4.9.3
 o Recompiled again latest perl-5.22.0


openldap NEWS:
===
  
OpenLDAP 2.4.42 Release (2015/08/14)
Fixed liblber address length for CLDAP (ITS#8158)
Fixed libldap dnssrv potential overflow with port number 
(ITS#7027,ITS#8195)
Fixed slapd cn=config when updating olcAttributeTypes (ITS#8199)
Fixed slapd-mdb to correctly update search candidates for scoped 
searches (ITS#8203)
Fixed slapo-ppolicy with redundant mod ops on glued trees (ITS#8184)
Fixed slapo-rwm crash when deleting rewrite rules (ITS#8213)
Build Environment
Fixed libdb detection with gcc 5.x (ITS#8056)

OpenLDAP 2.4.41 Release (2015/06/21)
Fixed ldapsearch to explicitly flush its buffer (ITS#8118)
Fixed libldap async connections (ITS#8090)
Fixed libldap double free of request during abandon (ITS#7967)
Fixed libldap error string for LDAP_X_CONNECTING (ITS#8093)
Fixed libldap segfault in ldap_sync_initialize (ITS#8001)
Fixed libldap ldif-wrap off by one error (ITS#8003)
Fixed libldap handling of TLS in async mode (ITS#8022)
Fixed libldap null pointer dereference (ITS#8028)
Fixed libldap mutex handling with LDAP_OPT_SESSION_REFCNT (ITS#8050)
Fixed slapd slapadd config db import of minimal frontend entry 
(ITS#8150)
Fixed slapd slapadd onetime leak with -w (ITS#8014)
Fixed slapd sasl auxprop crash with invalid config (ITS#8092)
Fixed slapd syncrepl delta-mmr issue with overlays and slapd.conf 
(ITS#7976)
Fixed slapd syncrepl mutex for cookie state (ITS#7968)
Fixed slapd syncrepl memory leaks (ITS#8035)
Fixed slapd syncrepl to free presentlist at end of refresh mode 
(ITS#8038)
Fixed slapd syncrepl to streamline presentlist (ITS#8042)
Fixed slapd syncrepl concurrency when CHECK_CSN is enabled (ITS#8120)
Fixed slapd rootdn checks for hidden backends (ITS#8108)
Fixed slapd segfault when using matched values control (ITS#8046)
Fixed slapd-ldap reconnection behavior on remote failure (ITS#8142)
Fixed slapd-mdb minor case typo (ITS#8049)
Fixed slapd-mdb one-level search (ITS#7975)
Fixed slapd-mdb heap corruption (ITS#7965)
Fixed slapd-mdb crash after deleting in-use schema (ITS#7995)
Fixed slapd-mdb minor code cleanup (ITS#8011)
Fixed slapd-mdb to return errors when using incorrect env flags 
(ITS#8016)
Fixed slapd-mdb to correctly update search candidates (ITS#8036, 
ITS#7904)
Fixed slapd-mdb when there were more than 65535 aliases in scope 
(ITS#8103)
Fixed slapd-mdb alias deref when objectClass is not indexed (ITS#8146)
Fixed slapd-meta TLS initialization with ldaps URIs (ITS#8022)
Fixed slapd-meta to have better error logging (ITS#8131)
Fixed slapd-perl conversion to cn=config (ITS#8105)
Fixed slapd-sql autocommit config variable (ITS#8129,ITS#6613)
Fixed slapo-collect segfault (ITS#7797)
Fixed slapo-constraint with 0 count constraint (ITS#7780,ITS#7781)
Fixed slapo-deref with empty attribute list (ITS#8027)
Fixed slapo-memberof to correctly reject invalid members (ITS#8107)
Fixed slapo-sock result parser for CONTINUE (ITS#8048)
Fixed slapo-syncprov synprov_matchops usage of test_filter (ITS#8013)
Fixed slapo-syncprov segfault on disconnect/abandon (ITS#5452,ITS#8012)
Fixed slapo-syncprov memory leak (ITS#8039)
Fixed slapo-syncprov segfault on disconnect/abandon (ITS#8043)
Fixed slapo-syncprov deadlock when autogroup is in use (ITS#8063)
Fixed slapo-syncprov potential loss of changes when under load 
(ITS#8081)
Fixed slapo-unique enforcement of uniqueness with manageDSAit control 
(ITS#8057)
Build Environment
Fixed ftello reference for Win32 (ITS#8127)
Enhanced contrib modules build paths (ITS#7782)
Fixed contrib/autogroup internal operation identity (ITS#8006)
Fixed contrib/autogroup to skip internal ops with accesslog 
(ITS#8065)
Fixed contrib/passwd/sha2 compiler warning (ITS#8000)
Fixed contrib/noopsrch compiler warning (ITS#7998)
Fixed contrib/dupent compiler warnings (ITS#7997)
Test suite: Added vrFilter test (ITS#8046)
Contrib
Added pbkdf2 sha256 and sha512 schemes (ITS#7977)
Fixed autogroup modification callback responses (ITS#6970)
Fixed nssov compare with usergroup (ITS#8079)
Fixed nssov password change behavior (ITS#8080)
Fixed nssov updated to 0.9.4 (ITS#8097)
Documentation
Added ldap_get_o

Re: slapd fails loading shared libraries due to cygperl dll mismatch

2015-11-12 Thread Dr. Volker Zell
Hi

I will upgrade on monday.

Ciao
  Volker
  
>>>>> Kaiting Chen writes:

> openldap-server is compiled against Perl 5.14 but the latest version
> of Perl is 5.22:

> ktchen14 ~/code: /usr/sbin/slapd
> C:/Cygwin64/usr/sbin/slapd.exe: error while loading shared libraries:
> cygperl5_14.dll: cannot open shared object file: No such file or
> directory

> ktchen14 ~/code: cygcheck -cd | grep openldap
> libopenldap2_4_2  2.4.40-2
> openldap  2.4.40-2
> openldap-server   2.4.40-2

> ktchen14 ~/code: cygcheck -cd | grep perl
> perl  5.22.0-1
> perl-Error0.17024-1
> perl_autorebase   5.22.0-1
> perl_base 5.22.0-1

> Note this entry in setup.ini:

> @ perl
> sdesc: "Perl programming language interpreter"
> ldesc: "Perl programming language interpreter

> Perl is a general-purpose programming language originally developed
> for text manipulation and now used for a wide range of tasks including
> system administration, web development, network programming, GUI
> development, and more."
> category: Interpreters Perl
> requires: libcrypt0 libdb5.3 libssp0 perl_base perl_autorebase cygwin
> version: 5.22.0-1
> install: x86_64/release/perl/perl-5.22.0-1.tar.xz 5195372
> 
f82da4f1158899fab6519d193d73423e63e5981bb968d238ff43a53bd2cb2feae18da26b0ee34d1f0d3bebd4e7b8180fa40310b978613d493a63ee577e69fcce
> source: x86_64/release/perl/perl-5.22.0-1-src.tar.xz 13657160
> 
9571e8b36f9f7791ba48b89ccbf8018120f408a7aa411934538a1b2d8ff25d90630c1c95e11675fa3de070b833f882a58be301b3889fdcc5dca0fef0cd4c960b
> [prev]
> version: 5.14.4-3
> install: x86_64/release/perl/perl-5.14.4-3.tar.xz 4976028
> 
41dbac3f8571e2d6f1ca20d2e63a45ba017db425e10b367e99a3aed175877c10b6a9f3682f23ca3a11064dc3e4614b8e4b13bf969b0ea5dd7bd31427f320bc60
> source: x86_64/release/perl/perl-5.14.4-3-src.tar.xz 13032820
> 
21ab42d1d6ffd5dcacaa80ec43c20b27a4e3041e091daec66dd65495ceeced5a93b74c93b45e57303fa252cc8e2b9d3188f7dff1124fcc302c98a26fb4e6629b

> --
> Problem reports:   http://cygwin.com/problems.html
> FAQ:   http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple

-- 
DR. VOLKER ZELL | Principal Training Consultant | +49 211 74839 414
Oracle University

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstraße 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] New: gimp-2.8.14-2

2015-10-19 Thread Dr. Volker Zell
>>>>> Ken Brown writes:

> On 10/19/2015 11:33 AM, Yaakov Selkowitz wrote:
>> On Mon, 2015-10-19 at 17:28 +0200, Dr. Volker Zell wrote:
>>> On 19.10.2015 17:07, Yaakov Selkowitz wrote:
>>>> On Mon, 2015-10-19 at 15:30 +0200, Dr. Volker Zell wrote:
>>>>> I get
>>>>> 
>>>>> 
GEGL-/usr/src/ports/gegl/gegl-0.2.0-7.x86_64/src/gegl-0.2.0/gegl/module/geglmodule.c-Message:
>>>>> Module '/usr/lib/gegl-0.2/matting-levin.dll' load error: No such file 
or
>>>>> directory
>>>>> 
>>>>> although
>>>>> 
>>>>> 03:29 PM [418]> ls -lt /usr/lib/gegl-0.2/matting-levin.dll
>>>>> -rwxr-xr-x 1 vzell None 33811 Oct 15 06:39
>>>>> /usr/lib/gegl-0.2/matting-levin.dll*
>>>>> 
>>>>> Otherwise it seems to work.
>>>> That module depends on libumfpack0.  Does cygcheck show a missing DLL
>>>> dependency?
>>> 
>>> Ooops actually it's missing cyglapack-0.dll, but it is installed, as you
>>> can see below.
>>> 
>>> 05:16 PM [420]> cygcheck /usr/lib/gegl-0.2/matting-levin.dll
>>> E
>> [snip]
>>> cygcheck: track_down: could not find cyglapack-0.dll
>>> 
>>> 05:22 PM [421]> ls -lt /usr/lib/lapack/
>>> total 6152
>>> -rwxr-xr-x 1 vzell None 5834771 Feb 10  2015 cyglapack-0.dll*
>>> -rwxr-xr-x 1 vzell None  459283 Feb 10  2015 cygblas-0.dll*
>> 
>> Forgive the obvious question, but is /usr/lib/lapack in your PATH?

> There's a script in /etc/profile.d that puts it in PATH.  Most likely, 
Volker
> just has to start a new shell after installing liblapack0.  I've been 
bitten by
> this a couple times.

Yup, a PATH problem. Everythings fine now.

Ciao
  Volker

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] New: gimp-2.8.14-2

2015-10-19 Thread Dr. Volker Zell

On 19.10.2015 17:07, Yaakov Selkowitz wrote:

On Mon, 2015-10-19 at 15:30 +0200, Dr. Volker Zell wrote:

I get

GEGL-/usr/src/ports/gegl/gegl-0.2.0-7.x86_64/src/gegl-0.2.0/gegl/module/geglmodule.c-Message:
Module '/usr/lib/gegl-0.2/matting-levin.dll' load error: No such file or
directory

although

03:29 PM [418]> ls -lt /usr/lib/gegl-0.2/matting-levin.dll
-rwxr-xr-x 1 vzell None 33811 Oct 15 06:39
/usr/lib/gegl-0.2/matting-levin.dll*

Otherwise it seems to work.

That module depends on libumfpack0.  Does cygcheck show a missing DLL
dependency?


Ooops actually it's missing cyglapack-0.dll, but it is installed, as you 
can see below.


05:16 PM [420]> cygcheck /usr/lib/gegl-0.2/matting-levin.dll
E:\lib\gegl-0.2\matting-levin.dll
  E:\bin\cyggegl-0.2-0.dll
E:\bin\cygbabl-0.1-0.dll
  E:\bin\cygwin1.dll
C:\Windows\system32\KERNEL32.dll
  C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll
  C:\Windows\system32\ntdll.dll
  C:\Windows\system32\KERNELBASE.dll
C:\Windows\system32\API-MS-Win-Core-ProcessThreads-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Heap-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Memory-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Handle-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Synch-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-File-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-IO-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-ThreadPool-L1-1-0.dll
C:\Windows\system32\API-MS-Win-Core-LibraryLoader-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-NamedPipe-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Misc-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-SysInfo-L1-1-0.dll
C:\Windows\system32\API-MS-Win-Core-Localization-L1-1-0.dll
C:\Windows\system32\API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-String-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Debug-L1-1-0.dll
C:\Windows\system32\API-MS-Win-Core-ErrorHandling-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Fibers-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Util-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-Profile-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Security-Base-L1-1-0.dll
E:\bin\cyggio-2.0-0.dll
  E:\bin\cyggmodule-2.0-0.dll
E:\bin\cygglib-2.0-0.dll
  E:\bin\cygiconv-2.dll
  E:\bin\cygintl-8.dll
  E:\bin\cygpcre-1.dll
  E:\bin\cyggobject-2.0-0.dll
E:\bin\cygffi-6.dll
  E:\bin\cygz.dll
  E:\bin\cygumfpack-0.dll
E:\bin\cygamd-0.dll
E:\bin\cygblas-0.dll
  C:\Windows\system32\ADVAPI32.dll
C:\Windows\system32\msvcrt.dll
  C:\Windows\system32\API-MS-Win-Core-Console-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-DateTime-L1-1-0.dll
C:\Windows\system32\API-MS-WIN-Service-Core-L1-1-0.dll
C:\Windows\system32\API-MS-WIN-Service-winsvc-L1-1-0.dll
C:\Windows\system32\API-MS-WIN-Service-Management-L1-1-0.dll
C:\Windows\system32\API-MS-WIN-Service-Management-L2-1-0.dll
C:\Windows\system32\API-MS-Win-Core-LocalRegistry-L1-1-0.dll
C:\Windows\system32\RPCRT4.dll
  C:\Windows\system32\API-MS-Win-Core-Interlocked-L1-1-0.dll
  C:\Windows\system32\API-MS-Win-Core-DelayLoad-L1-1-0.dll
E:\bin\cygcholmod-0.dll
  E:\bin\cygcamd-0.dll
  E:\bin\cygccolamd-0.dll
  E:\bin\cygcolamd-0.dll
  E:\bin\cygmetis-0.dll
E:\bin\cyggcc_s-seh-1.dll
  E:\bin\cygsuitesparseconfig-0.dll
cygcheck: track_down: could not find cyglapack-0.dll

05:22 PM [421]> ls -lt /usr/lib/lapack/
total 6152
-rwxr-xr-x 1 vzell None 5834771 Feb 10  2015 cyglapack-0.dll*
-rwxr-xr-x 1 vzell None  459283 Feb 10  2015 cygblas-0.dll*


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] New: gimp-2.8.14-2

2015-10-19 Thread Dr. Volker Zell
>>>>> Yaakov Selkowitz writes:

> On Mon, 2015-10-19 at 15:30 +0200, Dr. Volker Zell wrote:
>> I get
>> 
>> 
GEGL-/usr/src/ports/gegl/gegl-0.2.0-7.x86_64/src/gegl-0.2.0/gegl/module/geglmodule.c-Message:
 
>> Module '/usr/lib/gegl-0.2/matting-levin.dll' load error: No such file or 
>> directory
>> 
>> although
>> 
>> 03:29 PM [418]> ls -lt /usr/lib/gegl-0.2/matting-levin.dll
>> -rwxr-xr-x 1 vzell None 33811 Oct 15 06:39 
>> /usr/lib/gegl-0.2/matting-levin.dll*
>> 
>> Otherwise it seems to work.

> That module depends on libumfpack0.  Does cygcheck show a missing DLL
> dependency?

No

libumfpack0   5.6.2-1   OK

> Yaakov

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] New: gimp-2.8.14-2

2015-10-19 Thread Dr. Volker Zell

On 15.10.2015 19:34, Yaakov Selkowitz wrote:

The following packages have been added to the Cygwin distribution:

* gimp-2.8.14-2


I get

GEGL-/usr/src/ports/gegl/gegl-0.2.0-7.x86_64/src/gegl-0.2.0/gegl/module/geglmodule.c-Message: 
Module '/usr/lib/gegl-0.2/matting-levin.dll' load error: No such file or 
directory


although

03:29 PM [418]> ls -lt /usr/lib/gegl-0.2/matting-levin.dll
-rwxr-xr-x 1 vzell None 33811 Oct 15 06:39 
/usr/lib/gegl-0.2/matting-levin.dll*


Otherwise it seems to work.

Ciao
  Volker

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {gnutls/libgnutls28/libgnutls-devel/libgnutls-doc/guile-gnutls}-3.3.17-1: Library implementing TLS 1.0 and SSL 3.0 protocols

2015-08-28 Thread Dr . Volker Zell
Hi

New versions of 'gnutls/libgnutls28/libgnutls-devel/libgnutls-doc/guile-gnutls' 
have been uploaded to a server near you.

 o Update to latest upstream version
 o Build for cygwin 2.2.1 with gcc-4.9.2


gnutls NEWS:


 Too many, since we switched from the latest 3.2 (3.2.21) branch to the latest 
3.3 branch (3.3.17)
 See http://gnutls.org/news.html


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libtasn1/libtasn1_6/libtasn1-devel/libtasn1-doc}-4.5-1: ASN.1 library

2015-08-28 Thread Dr . Volker Zell
Hi

New versions of 'libtasn1/libtasn1_6/libtasn1-devel/libtasn1-doc' have been 
uploaded to a server near you.

 o Update to latest upstream release
 o Build for cygwin 2.2.1 with gcc-4.9.3


libtasn1 NEWS:
===
  
 o Corrected an invalid memory access in octet string decoding.



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {ming/libming1/libming-devel/python-ming/perl-ming/tcl-ming/php-ming}-0.4.7-1: A library for generating Macromedia Flash files

2015-08-11 Thread Dr . Volker Zell
Hi

New versions of 
'ming/libming1/libming-devel/python-ming/perl-ming/tcl-ming/php-ming' have been 
uploaded to a server near you.

 o Build for cygwin 2.2.0 with gcc-4.9.3
 o Updated to latest upstream release
 o Build against perl-5.22.0


ming NEWS:
==

 Ming 0.4.7: 
  Restore support for giflib 4.1.x  

 Ming 0.4.6:
  Add support for building against giflib 5.1.1+ (PR #47).
  Fix support for bison 2.6+ (Issue #38, PR #40).
  Fix build on GNU/Hurd (PR #39).
  Fix possible buffer overflow in makeswf
  Change php bindings license from PHP to LGPL-2.1+ (Issue #42)
  Fix build of python binding with libgif (rather than libungif) 


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[Packaging error] Re: [ANNOUNCEMENT] Updated: suite3270-3.3.15ga8-1, c3270-3.3.15ga8-1, pr3287-3.3.15ga8-1, s3270-3.3.15ga8-1, tcl3270-3.3.15ga8-1, x3270-3.3.15ga8-1

2015-04-27 Thread Dr. Volker Zell
> Peter A Castro writes:

> An updated version of the suite3270 packages has been released and should 
be at
> a mirror near you real soon.  This is an upstream release.

> NOTICE
> ==

> Version 3.3.15ga8 has just been released for both 32-bit and 64-bit 
Cygwin.  The
> updated packages are as follows:

> suite3270-3.3.15ga8-1.tar.bz2
> c3270-3.3.15ga8-1.tar.bz2
> pr3287-3.3.15ga8-1.tar.bz2
> s3270-3.3.15ga8-1.tar.bz2
> tcl3270-3.3.15ga8-1.tar.bz2
> x3270-3.3.15ga8-1.tar.bz2

The man page for the x3270 package should be located under
/usr/share/man/man1 instead of /usr/man/man1

Also there seems to be consensus that the package specific documentation
directories do not have the package version number in their name. It
would be nice if future packages take this into account

 Ciao
   Volker
   

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libtasn1_6/libtasn1-devel/libtasn1-doc}-4.4-1: ASN.1 library

2015-04-23 Thread Dr . Volker Zell
Hi

New versions of 'libtasn1_6/libtasn1-devel/libtasn1-doc' have been uploaded to 
a server near you.

 o Update to latest upstream release
 o Build for cygwin 1.7.35 with gcc-4.9.2
 o [32bit] Changed package layout to correspond to the 64bit version


libtasn1 NEWS:
==
  
* Noteworthy changes in release 4.4 (released 2015-03-29) [stable]
- Corrected a two-byte stack overflow in asn1_der_decoding. Reported
  by Hanno Böck.

* Noteworthy changes in release 4.3 (released 2015-03-09) [stable]
- Added asn1_decode_simple_ber()



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {xemacs/xemacs-emacs-common/xemacs-tags}-21.4.24-1: A powerful, highly customizable open source text editor and application development system

2015-04-23 Thread Dr . Volker Zell
Hi

New versions of 'xemacs/xemacs-emacs-common/xemacs-tags' have been uploaded to 
a server near you.

 o Update to latest upstream
 o Build for cygwin 1.7.35 with gcc-4.9.2
 o (setq progress-feedback-use-echo-area t) NOT needed anymore in init files


xemacs NEWS:

  
 o No single chagnelog file available


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: multitail segfaults

2015-04-23 Thread Dr. Volker Zell
>>>>> Volker Zell writes:

>>>>> Corinna Vinschen writes:
>> On Apr 23 11:04, Dr. Volker Zell wrote:
>>> >>>>> John Bianchi writes:
>>> 
>>> > Subject: Re: multitail segfaults
>>> > I also have this problem when I use multitail.  
>>> 
>>> > $ multitail --version
>>> >  --*- multitail 6.3 (C) 2003-2014 by folk...@vanheusden.com -*--
>>> 
>>> > The following problem occured:
>>> > -
>>> > [1]10832 segmentation fault (core dumped)  multitail --version
>>> 
>>> 
>>> For me it works on 32bit cygwin, but on 64bit I get an error:
>>> 
>>> xclip binary 'xclip' does not extist
>>> 
>>> and in fact 32bit has /usr/bin/xclip installed but in 64bit it's 
missing 

>> xclip is in fact one of the orphaned packages, so there was never a 64
>> bit version yet.  Is there anybody willig to take over maintainership?

> I'm building it already

I'm ready to upload, can someone please change maintainership

Thanks
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: multitail segfaults

2015-04-23 Thread Dr. Volker Zell
>>>>> Corinna Vinschen writes:

> On Apr 23 11:04, Dr. Volker Zell wrote:
>> >>>>> John Bianchi writes:
>> 
>> > Subject: Re: multitail segfaults
>> > I also have this problem when I use multitail.  
>> 
>> > $ multitail --version
>> >  --*- multitail 6.3 (C) 2003-2014 by folk...@vanheusden.com -*--
>> 
>> > The following problem occured:
>> > -
>> > [1]10832 segmentation fault (core dumped)  multitail --version
>> 
>> 
>> For me it works on 32bit cygwin, but on 64bit I get an error:
>> 
>> xclip binary 'xclip' does not extist
>> 
>> and in fact 32bit has /usr/bin/xclip installed but in 64bit it's missing 

> xclip is in fact one of the orphaned packages, so there was never a 64
> bit version yet.  Is there anybody willig to take over maintainership?

I'm building it already

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



xclip package is missing in 64bit cygwin

2015-04-23 Thread Dr. Volker Zell
Hi

see subject

multitail package on 64bit errors out without this package, on 32bit
everything is fine

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: multitail segfaults

2015-04-23 Thread Dr. Volker Zell
> John Bianchi writes:

> Subject: Re: multitail segfaults
> I also have this problem when I use multitail.  

> $ multitail --version
>  --*- multitail 6.3 (C) 2003-2014 by folk...@vanheusden.com -*--

> The following problem occured:
> -
> [1]10832 segmentation fault (core dumped)  multitail --version


For me it works on 32bit cygwin, but on 64bit I get an error:

 xclip binary 'xclip' does not extist

and in fact 32bit has /usr/bin/xclip installed but in 64bit it's missing 

Ciao
  Volker

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: xemacs crashes with SIGSEGV after update

2015-04-09 Thread Dr. Volker Zell
> Siegmar Gross writes:

> Hi,
> today I updated all packages of my 32-Bit Cygwin installation (installed
> on top of Windows 7). After that xemacs crashed if I tried to open a
> file. Therefore I reinstalled the older version xemacs-21.4.23.1.
> Unfortunately the older version crashes as well. I can start xemacs
> without command line arguments.

Try with

(setq progress-feedback-use-echo-area t)

in your .emacs/.xemacs

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {opencdk/libopencdk10/libopencdk-devel}-0.6.6-12: Open Crypto Development Kit

2015-03-27 Thread Dr . Volker Zell
Hi

New versions of 'opencdk/libopencdk10/libopencdk-devel' have been uploaded to a 
server near you.

 o Build for cygwin 1.7.35 with gcc-4.9.2
 o Rebuild against libgcrypt20


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin installation on a synology NAS drive

2015-03-02 Thread Dr. Volker Zell

On 02.03.2015 17:56, Andrey Repin wrote:

Greetings, U-leila\vzell!


I created a shared folder on a Synology NAS and mapped it to a Windows 7
host system. Both Windows 7 and Synology NAS have the same named user
account (part of admin groups). The named user has full access to the
shared folder on the NAS side.



I then tried installing latest cygwin versions (x86/x64) on the mapped
drive (at the root filesystem) but got permissions errors from setup.exe



Setup was actually able to create the cygwin directory structure but
could not write to the log file.



Creating directories/files and writing to files is no problem with
windows tools on the mapped drive.



Anybody else tried this setup or knows what's going on here ? Or is a
cygwin installation on a NAS not supported ?


Have you authorized admin session on NAS before starting setup?


How do you do this ?


Setup by default request elevation and that change all authorization context
of the application. Even mapped drive letters are different for elevated
process.
Can you try to start elevated cmd.exe, make sure you have correct maps/write
access to  destination directory in there and start setup.exe from it?


Same result


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin installation on a synology NAS drive

2015-03-02 Thread Dr. Volker Zell
> Corinna Vinschen writes:

> On Mar  2 15:43, U-leila\vzell wrote:
>> Hi
>> 
>> I created a shared folder on a Synology NAS and mapped it to a Windows 7
>> host system. Both Windows 7 and Synology NAS have the same named user
>> account (part of admin groups). The named user has full access to the
>> shared folder on the NAS side.
>> 
>> I then tried installing latest cygwin versions (x86/x64) on the mapped
>> drive (at the root filesystem) but got permissions errors from setup.exe
>> 
>> Setup was actually able to create the cygwin directory structure but
>> could not write to the log file.
>> 
>> Creating directories/files and writing to files is no problem with
>> windows tools on the mapped drive.
>> 
>> Anybody else tried this setup or knows what's going on here ? Or is a
>> cygwin installation on a NAS not supported ? 

> Does the NAS screw up POSIX-like ACLs?  Problems with FILE_DELETE_CHILD?
> The /var/log dir is created with 1777 perms, so the FILE_DELETE_CHILD
> flag is not set in the ACEs.

This is how it looks like with icacls:

Q:\var Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\etc Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\bin Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\dev Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\home Everyone:(NP)(RX,W)
Everyone:(OI)(CI)(IO)(RX)
CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\lib Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\tmp Everyone:(NP)(RX,W)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\usr Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\var\log Everyone:(NP)(RX,W)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\var\run Everyone:(NP)(RX,W)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\var\tmp Everyone:(NP)(RX,W)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\var\log\setup.log Everyone:(R)

Q:\var\run\utmp Everyone:(R,W)

Q:\etc\setup Everyone:(NP)(RX)
 Everyone:(OI)(CI)(IO)(RX)
 CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\etc\fstab.d Everyone:(NP)(RX,W)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\etc\postinstall Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\etc\setup\timestamp Everyone:(I)(RX)
   (I)(F)

Q:\etc\setup\_autorebase.lst.gz Everyone:(R)

Q:\etc\setup\setup.rc Everyone:(R)

Q:\etc\postinstall\0p_000_autorebase.dash Everyone:(RX)

Q:\etc\postinstall\0p_000_autorebase.dash.new Everyone:(RX)

Q:\dev\mqueue Everyone:(NP)(RX,W)
  Everyone:(OI)(CI)(IO)(RX)
  CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\dev\shm Everyone:(NP)(RX,W)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\usr\local Everyone:(NP)(RX)
 Everyone:(OI)(CI)(IO)(RX)
 CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\usr\src Everyone:(NP)(RX)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\usr\tmp Everyone:(NP)(RX,W)
   Everyone:(OI)(CI)(IO)(RX)
   CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\usr\local\bin Everyone:(NP)(RX)
 Everyone:(OI)(CI)(IO)(RX)
 CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\usr\local\etc Everyone:(NP)(RX)
 Everyone:(OI)(CI)(IO)(RX)
 CREATOR OWNER:(OI)(CI)(IO)(F)

Q:\usr\local\lib Everyone:(NP)(RX)
 Everyone:(OI)(CI)(IO)(RX)
 CREATOR OWNER:(OI)(CI)(IO)(F)

Successfully processed 29 files; Failed processing 0 files


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



cygwin installation on a synology NAS drive

2015-03-02 Thread dr . volker . zell
Hi

I created a shared folder on a Synology NAS and mapped it to a Windows 7
host system. Both Windows 7 and Synology NAS have the same named user
account (part of admin groups). The named user has full access to the
shared folder on the NAS side.

I then tried installing latest cygwin versions (x86/x64) on the mapped
drive (at the root filesystem) but got permissions errors from setup.exe

Setup was actually able to create the cygwin directory structure but
could not write to the log file.

Creating directories/files and writing to files is no problem with
windows tools on the mapped drive.

Anybody else tried this setup or knows what's going on here ? Or is a
cygwin installation on a NAS not supported ? 

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[Packagin bugs: Yaakow/Jari] After a fresh complete cygwin64 installation

2015-02-26 Thread Dr. Volker Zell
Hi

The following is a list of packaging bugs/anomalies I discovered after a
complete fresh installation of cygwin64 on Windows 7:

Packaging bugs:

 o tig-2.0.2-1

   /usr/etc/tigrc  ->  /etc/tigrc   (should use /etc/defaults mechanisms)

 o docbook-utils-0.6.14-2

   /usr/doc/html  -> /usr/share/doc/html

setup.hint:
   
 o xman-1.1.3-2

   references the old man package -> should refrence directly man-db

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {lcms/liblcms1/liblcms-devel/python-lcms}-1.19-5: Little color management engine

2015-02-21 Thread Dr . Volker Zell
Hi

New versions of 'lcms/liblcms1/liblcms-devel/python-lcms' have been uploaded to 
a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Fix for CVE-2013-4276
   -> see https://cygwin.com/ml/cygwin-apps/2015-02/msg00235.html



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {openldap/openldap-server/libopenldap2_4_2/openldap-devel}-2.4.40-2: Lightweight Directory Access Protocol suite

2015-02-21 Thread Dr . Volker Zell
Hi

New versions of 'openldap/openldap-server/libopenldap2_4_2/openldap-devel' have 
been uploaded to a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Fix for CVE-2015-1545
   -> https://cygwin.com/ml/cygwin-apps/2015-02/msg00237.html


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] New packages: libpakchois0/libpakchois-devel/libpakchois-doc-0.4 - A PKCS #11 wrapper library

2015-02-19 Thread Dr . Volker Zell
Hi

The packages libpakchois0/libpakchois-devel/libpakchois-doc are now available 
with the Cygwin distribution:

 o http://www.manyfish.co.uk/pakchois (Homepage)


DESCRIPTION:


PaKChoiS is just another PKCS #11 wrapper library. PaKChoiS aims to provide a 
thin wrapper 
over the PKCS#11 interface.

Enjoy
Volker

--

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Libs"
and then click on the appropriate fields until the above announced
version numbers appear if they are not displayed already.

If your mirror doesn't yet have the latest version of this package after
24 hours, you can either continue to wait for that site to be updated or
you can try to find another mirror.

Please send questions or comments to the Cygwin mailing list at:
cygwin@cygwin.com

If you want to subscribe go to:
http://cygwin.com/ml/cygwin/

I would appreciate if you would use this mailing list rather than
emailing me directly.  This includes ideas and comments about the setup
utility or Cygwin in general.

If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {aalib/libaa1/aalib-devel}-1.4rc5-12: An ascii art library

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'aalib/libaa1/aalib-devel' have been uploaded to a server near 
you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Compiled against libncursesw10



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {lcms/liblcms1/liblcms-devel/python-lcms}-1.19-4: Little color management engine

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'lcms/liblcms1/liblcms-devel/python-lcms' have been uploaded to 
a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Build against libtiff6


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: transfig-3.2.5e-2: Tools for creating TeX documents with graphics

2015-02-13 Thread Dr . Volker Zell
Hi

A new version of 'transfig' has been uploaded to a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Build against libpng16


 
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: hp2xx-3.4.4-13: A HP-GL Converter

2015-02-13 Thread Dr . Volker Zell
Hi

A new version of 'hp2xx' has been uploaded to a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Build against libpng16, libtiff6



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {gnutls/libgnutls28/libgnutls-devel/libgnutls-doc/guile-gnutls}-3.2.21-1: Library implementing TLS 1.0 and SSL 3.0 protocols

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'gnutls/libgnutls28/libgnutls-devel/libgnutls-doc/guile-gnutls' 
have been uploaded to a server near you.

 o Update to latest upstream version
 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Packages renamed and repackaged 


gnutls NEWS:
===
  
** libgnutls: Corrected regression introduced in 3.2.19 related to
session renegotiation. Reported by Dan Winship.

** libgnutls: Corrected parsing issue with OCSP responses.

** API and ABI modifications:
No changes since last version.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {pstoedit/libpstoedit0/pstoedit-devel}-3.70-1: A tool converting PostScript and PDF files into various vector graphic formats

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'pstoedit/libpstoedit0/pstoedit-devel' have been uploaded to a 
server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Upgrade to latest upstream version
 o Build against libpng16


pstoedit NEWS:
===
  

 o some code improvements as suggested by Coverity. See current Coverity status 
here: https://scan.coverity.com/projects/498
 o removed the -DBUGGYGPP compile flag since now g++ can compile the code 
without it. The former work-arounds are still there but will be removed later.
 o enabled more warnings when compiling with g++ and fixed some resulting 
warnings.
 o changed the autoconf part to better support the inclusion of libzip for the 
pptx driver.
 o included a lot of documentation corrections contributed by Peter Dyballa. 
Many thanks!
 o using non case sensitive comparison when determining the target format from 
the file suffix.
 o using more STL classes instead of older private replacements (string and 
vector). In this context also some hard coded limits were removed.
 o fixed an assertion violation when using -ssp and a closepath occurred.
 o added the dump of the font name for the DXF format.
 o prototype of a "simulate fill" option for emulating filling by stroking. 
This is based on fillpoly.c from the hp2xx project. 
   Thanks also to Gary Langthorne for pointing out this option. This is still 
kind of experimental.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: multitail-6.3-1: View one or multiple files like tail but with multiple windows

2015-02-13 Thread Dr . Volker Zell
Hi

A new version of 'multitail' has been uploaded to a server near you.

 o Update to latest upstream release
 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Added Oracle WebLogic and Oracle GoldenGate logfile highlightning


multitail NEWS:
===
  
- status line fixes (some info was missing)
- markerline would no longer appear every x seconds when selected
- added a color scheme for Zarafa and UUCP sessions
- fix a problem for systems with ldap accounts
- window title bar problems on fedora
- terminal "flicker" which happens when pressing a key after a couple of
  terminal resizes
- adds Minix 3 support
- support for UTF-8 encoded data
- The -q/-Q (which make MultiTail automatically start following new files)
  did not work
- Improved legibility of command line help by adjusting the layout. Added
  new -qs/-Qs which are the same like -q/-Q (automatically open
  new-windows for new files found by selection pattern) but with added
  functionality to also set the color-scheme for the newly followed
  logfiles


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {nettle/libnettle4/libhogweed2/libnettle-devel}-2.7-2: A cryptographic library that is designed to fit easily in more or less any context

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'nettle/libnettle4/libhogweed2/libnettle-devel' have been 
uploaded to a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Build against libgmp10


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libwmf/libwmf027/libwmf-devel/libwmf-doc/gdk-pixbuf2-wmf}-0.2.8.4-13: Windows Metafile library

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'libwmf/libwmf027/libwmf-devel/libwmf-doc/gdk-pixbuf2-wmf' have 
been uploaded to a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Build against libpng16


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {ghostscript/libgs9/libgs-devel}-9.15-2: GPL PostScript interpreter

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'ghostscript/libgs9/libgs-devel' have been uploaded to a server 
near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Build against libpng16


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {ming/libming1/libming-devel/python-ming/perl-ming/tcl-ming/php-ming}-0.4.5-2: A SWF output library

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 
'ming/libming1/libming-devel/python-ming/perl-ming/tcl-ming/php-ming' have been 
uploaded to a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Enabled PHP module
 o [x86] Disabled build of static libraries
 o Build against libpng16


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] New package: python-discid-1.1.0-1 - Python binding of libdiscid by MusicBrainz

2015-02-13 Thread Dr . Volker Zell
Hi

The package python-discid is now available with the Cygwin distribution:

 o https://python-discid.readthedocs.org (Homepage)


DESCRIPTION:


The main purpose is the calculation of an identifier for audio 
discs (Disc ID) to use for the MusicBrainz database. Additionally 
the disc MCN and track ISRCs can be extracted.

Enjoy
Volker

--

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Python"
and then click on the appropriate fields until the above announced
version numbers appear if they are not displayed already.

If your mirror doesn't yet have the latest version of this package after
24 hours, you can either continue to wait for that site to be updated or
you can try to find another mirror.

Please send questions or comments to the Cygwin mailing list at:
cygwin@cygwin.com

If you want to subscribe go to:
http://cygwin.com/ml/cygwin/

I would appreciate if you would use this mailing list rather than
emailing me directly.  This includes ideas and comments about the setup
utility or Cygwin in general.

If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated [x86]: {xemacs/xemacs-emacs-common/xemacs-tags}-21.4.23-2: A powerful, highly customizable open source text editor and application development system

2015-02-13 Thread Dr . Volker Zell
Hi

New versions of 'xemacs/xemacs-emacs-common/xemacs-tags' have been uploaded to 
a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Fixes using old texinfo package for building .info files
   -> https://cygwin.com/ml/cygwin/2015-02/msg00184.html

!!!Note: !!! 


If you experience a crash when turning on syntax highlighting via font-lock
please use 

 (setq progress-feedback-use-echo-area t)

in your xemacs startup file (.emacs/.xemacs)


   
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: xemacs crash when fontifying files

2015-02-13 Thread Dr. Volker Zell

> Vin Shelton writes:

> Is this with 21.4.23?  There is a patch in 21.4.23 specifically designed
> to work around this.

Yes..

> Thanks,
>   Vin

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: postinstall script errors for package chicken

2015-02-13 Thread Dr. Volker Zell
>>>>> Christian Kellermann writes:

> Hi Volker,

Hi

> Thanks for your feedback! I do need further information (see below).

> vz...@volkerzell.de (Dr. Volker Zell) writes:
>> For both architectures chicken postinstall scripts fail.
>> 
>> 32-bit:
>> ===
>> 
>> 2015/02/08 14:46:54 running: C:\cygwin\bin\bash.exe --norc --noprofile 
"/etc/postinstall/chicken.sh"
>> 
>> Error: (require) cannot load extension: setup-download
>> 2015/02/08 14:46:54 abnormal exit: exit code=70
>> 2015/02/08 14:46:55 can't run /etc/postinstall/dconf.sh: No such file

> I have identified and fixed this issue and I am about to release another
> version. However:

Cool

>> 
>> 64-bit:
>> ===
>> 
>> 2015/02/08 15:18:16 running: C:\cygwin64\bin\bash.exe --norc --noprofile 
"/etc/postinstall/chicken.sh"
>> usage: chicken-install [OPTION | EXTENSION[:VERSION]] ...

> I cannot reproduce this with my chicken-4.9.0.1-2 package. the content
> of that postinstall script should be:

There is no more 64bit error. with chicken-4.9.0.1-2

Thanks
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: xemacs crash when fontifying files

2015-02-13 Thread Dr. Volker Zell
> Will Parsons writes:

> I've recently noticed that xemacs will crash if one attempts to turn on
> syntax highlighting via turn-on-font-lock (even started with the -q 
option),
> but only if run under X.  (If X is not running, there is no problem.)  The
> crash causes the following to print:

I forgot in my release announcement to say if you experience that crash use

(setq progress-feedback-use-echo-area t)

in your .emacs

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



64bit cygwin: undefined reference to `cygwin_conv_to_full_win32_path'

2015-02-09 Thread Dr. Volker Zell
Hi Yaakov

How did you manage to compile db-5.3.21-1 for cygwin64 ? When I retry
with your db-5.3.21-1-src.tar.bz2 I get:

libtool: compile:  gcc -c -I. 
-I/cygdrive/d/misc/src/release64/db-5.3.21-1.x86_64/src/db-5.3.21/src 
-D_GNU_SOURCE -D_REENTRANT -ggdb -O2 -pipe -Wimplicit-function-declaration 
-fdebug-prefix-map=/cygdrive/d/misc/src/release64/db-5.3.21-1.x86_64/build=/usr/src/debug/db-5.3.21-1
 
-fdebug-prefix-map=/cygdrive/d/misc/src/release64/db-5.3.21-1.x86_64/src/db-5.3.21=/usr/src/debug/db-5.3.21-1
 -I. -I./sql 
-I/cygdrive/d/misc/src/release64/db-5.3.21-1.x86_64/src/db-5.3.21/lang/sql/generated
 -D_HAVE_SQLITE_CONFIG_H -DSQLITE_HAS_CODEC=1 
/cygdrive/d/misc/src/release64/db-5.3.21-1.x86_64/src/db-5.3.21/lang/sql/generated/sqlite3.c
 -o sqlite3.o >/dev/null 2>&1
./libtool --mode=link gcc -avoid-version -no-undefined -ggdb -O2 -pipe 
-Wimplicit-function-declaration 
-fdebug-prefix-map=/cygdrive/d/misc/src/release64/db-5.3.21-1.x86_64/build=/usr/src/debug/db-5.3.21-1
 
-fdebug-prefix-map=/cygdrive/d/misc/src/release64/db-5.3.21-1.x86_64/src/db-5.3.21=/usr/src/debug/db-5.3.21-1
  -rpath /usr/lib  -o libdb_sql-5.3.la sqlite3.lo libdb-5.3.la -lpthread
libtool: link: gcc -shared  .libs/sqlite3.o   ./.libs/libdb-5.3.dll.a -lpthread 
 -ggdb -O2   -o .libs/cygdb_sql-5.3.dll -Wl,--enable-auto-image-base -Xlinker 
--out-implib -Xlinker .libs/libdb_sql-5.3.dll.a
.libs/sqlite3.o: In function `winFullPathname':
/usr/src/debug/db-5.3.21-1/lang/sql/generated/sqlite3.c:33205: undefined 
reference to `cygwin_conv_to_full_win32_path'
/usr/src/debug/db-5.3.21-1/lang/sql/generated/sqlite3.c:33205:(.text+0x434b): 
relocation truncated to fit: R_X86_64_PC32 against undefined symbol 
`cygwin_conv_to_full_win32_path'
/usr/src/debug/db-5.3.21-1/lang/sql/generated/sqlite3.c:33205: undefined 
reference to `cygwin_conv_to_full_win32_path'
/usr/src/debug/db-5.3.21-1/lang/sql/generated/sqlite3.c:33205:(.text+0x18313): 
relocation truncated to fit: R_X86_64_PC32 against undefined symbol 
`cygwin_conv_to_full_win32_path'
collect2: error: ld returned 1 exit status
Makefile:894: recipe for target 'libdb_sql-5.3.la' failed
make: *** [libdb_sql-5.3.la] Error 1
[1;31m*** ERROR:[0;0m make failed

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {gd/libgd3/libgd-devel}-2.1.1-1: A library for the dynamic creation of images by programmers

2015-02-09 Thread Dr . Volker Zell
Hi

New versions of 'gd/libgd3/libgd-devel' have been uploaded to a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2
 o Update to latest upstream release


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] [32bit] Updated: {xemacs/xemacs-emacs-common/xemacs-tags}-21.4.23-1: A powerful, highly customizable open source text editor and application development system

2015-02-09 Thread Dr . Volker Zell
Hi

New versions of 'xemacs/xemacs-emacs-common/xemacs-tags' have been uploaded to 
a server near you.

 o Build for cygwin 1.7.34 with gcc-4.9.2 - (First version for cygwin 1.7.x)
 o Uses cygport for .hint files generation
 o debuginfo package included
 o Uses texinfo-4.13-4 for building the .info files (not included in current 
distro)
 o Repackaged ctags/etags so that they do not interfere anymore with the ones 
from Exuberant Ctags



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[Packaging error libpng12] name change of library breaks packages

2015-02-09 Thread Dr. Volker Zell
Hi

The latest upgrade for libpng12 from 1.2.50-2 to 1.2.52-2 breaks a
couple of package, namely xemacs.

There is a name change of the libpng library from

 /bin/cygpng12.dll  ->  /bin/cygpng12-0.dll

Ciao
  Volker

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



postinstall script errors for package chicken

2015-02-09 Thread Dr. Volker Zell
Hi

For both architectures chicken postinstall scripts fail.

32-bit:
===

2015/02/08 14:46:54 running: C:\cygwin\bin\bash.exe --norc --noprofile 
"/etc/postinstall/chicken.sh"

Error: (require) cannot load extension: setup-download
2015/02/08 14:46:54 abnormal exit: exit code=70
2015/02/08 14:46:55 can't run /etc/postinstall/dconf.sh: No such file


64-bit:
===

2015/02/08 15:18:16 running: C:\cygwin64\bin\bash.exe --norc --noprofile 
"/etc/postinstall/chicken.sh"
usage: chicken-install [OPTION | EXTENSION[:VERSION]] ...

  -h   -helpshow this message and exit
   -version show version and exit
   -force   don't ask, install even if versions don't match
  -k   -keepkeep temporary files
  -x   -keep-installed  install only if not already installed
   -reinstall   reinstall all currently installed extensions
  -l   -location LOCATION   install from given location instead of default
  -t   -transport TRANSPORT use given transport instead of default
   -proxy HOST[:PORT]   download via HTTP proxy
  -s   -sudouse sudo(1) for filesystem operations
  -r   -retrieveonly retrieve egg into current directory, don't 
install
  -n   -no-install  do not install, just build (implies `-keep')
  -p   -prefix PREFIX   change installation prefix to PREFIX
   -listlist extensions available over selected 
transport and location
   -hostwhen cross-compiling, compile extension only 
for host
   -target  when cross-compiling, compile extension only 
for target
   -testrun included test-cases, if available
   -username USER   set username for transports that require this
   -password PASS   set password for transports that require this
  -i   -init DIRECTORY  initialize empty alternative repository
  -u   -update-db   update export database
   -repository  print path used for egg installation
   -deploy  build extensions for deployment
   -trunk   build trunk instead of tagged version (only 
local)
  -D   -feature FEATURE features to pass to sub-invocations of `csc'
   -debug   enable full display of error message information
   -keep-going  continue installation even if dependency fails
   -scan DIRECTORY  scan local directory for highest available egg 
versions
   -override FILENAME   override versions for installed eggs with 
information from file
   -csi FILENAMEuse given pathname for invocations of "csi"
   -show-dependsdisplay a list of egg dependencies for the 
given egg(s)
   -show-foreign-dependsdisplay a list of foreign dependencies for the 
given egg(s)

chicken-install recognizes the http_proxy, and proxy_auth environment 
variables, if set.

2015/02/08 15:18:16 abnormal exit: exit code=1
2015/02/08 15:18:16 can't run /etc/postinstall/dconf.sh: No such file


Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: [32/64bit] {gd/libgd2/libgd-devel}-2.0.36RC1-[15/2]: A library for the dynamic creation of images by programmers

2015-01-26 Thread Dr . Volker Zell
Hi

New versions of 'gd/libgd2/libgd-devel' have been uploaded to a server near you.

 o Build for cygwin 1.7.33 with gcc-4.9.2
 o Fix for security issue:  CVE-2014-2497
   --> https://cygwin.com/ml/cygwin-apps/2015-01/msg00083.html



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: [32bit] {aspell/libaspell15/libaspell-devel}-0.60.6.1-3: A spell checker designed to eventually replace Ispell

2015-01-26 Thread Dr . Volker Zell
Hi

New versions of 'aspell/libaspell15/libaspell-devel' have been uploaded to a 
server near you.

 o Build for cygwin 1.7.33 with gcc-4.9.2
 o Removed /usr/lib/*.la files


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple




[ANNOUNCEMENT] Updated: [32/64bit] {jasper/libjasper1/libjasper-devel}-1.900.1-15: JPEG-2000 codec library

2015-01-26 Thread Dr . Volker Zell
Hi

New versions of 'jasper/libjasper1/libjasper-devel' have been uploaded to a 
server near you.

 o Build for cygwin 1.7.33 with gcc-4.9.2
 o Fix for several security vulnerabilities (Fedora CVE-2014-8137/Fedora 
CVE-2014-8137)
   -> https://cygwin.com/ml/cygwin-apps/2015-01/msg00081.html


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: [32bit] {libmng/libmng1/libmng-devel/libmng-contrib}-1.0.10-4: A library of functions for manipulating MNG format files

2015-01-26 Thread Dr . Volker Zell
Hi

New versions of 'libmng/libmng1/libmng-devel/libmng-contrib' have been uploaded 
to a server near you.

 o Build for cygwin 1.7.33 with gcc-4.8.3
 o Removed /usr/lib/libmng.la file



CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: [32bit] {libfpx/libfpx1/libfpx-devel}-1.3.1.4-1: FlashPIX image library

2015-01-26 Thread Dr . Volker Zell
Hi

New versions of 'libfpx/libfpx1/libfpx-devel' have been uploaded to a server 
near you.

 o Update to latest upstream release
 o Build for cygwin 1.7.33 with gcc4-4.9.2
 o Removed /usr/lib/libfpx.la file


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: [32bit] {libwmf/libwmf027/libwmf-devel/libwmf-doc/gdk-pixbuf2-wmf}-0.2.8.4-12: Windows Metafile library

2015-01-26 Thread Dr . Volker Zell
Hi

New versions of 'libwmf/libwmf027/libwmf-devel/libwmf-doc/gdk-pixbuf2-wmf' have 
been uploaded to a server near you.

 o Build for cygwin 1.7.33 with gcc-4.8.3
 o Removed /usr/lib/libmng*.la files


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Dr. Volker Zell
>>>>> Marco Atzeri writes:

> On 1/23/2015 11:59 AM, Dr. Volker Zell wrote:
>>>>>>> Marco Atzeri writes:

>> 
>> I rebuild libfpx without .la files but meanwhile I also updated to the 
latest gcc-4.9.2 and now I get
>> 
>> ON 32bit:
>> =
>> 
>> /bin/sh ./libtool --tag=CC   --mode=link gcc  -ggdb -O2 -pipe 
-Wimplicit-function-declaration 
-fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/build=/usr/src/debug/autotrace-0.31.1-14
 
-fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/src/autotrace-0.31.1=/usr/src/debug/autotrace-0.31.1-14
 -version-info 3:0:0 -no-undefined  -o libautotrace.la -rpath /usr/lib 
input-pnm.lo input-bmp.lo input-tga.lo input-png.lo input-magick.lo 
output-eps.lo output-er.lo output-fig.lo output-sk.lo output-svg.lo 
output-p2e.lo output-emf.lo output-dxf.lo output-epd.lo output-pdf.lo 
output-mif.lo output-cgm.lo output-dr2d.lo output-swf.lo output-pstoedit.lo 
fit.lo bitmap.lo spline.lo curve.lo epsilon-equal.lo vector.lo color.lo 
autotrace.lo output.lo input.lo pxl-outline.lo median.lo thin-image.lo 
logreport.lo filename.lo xstd.lo despeckle.lo exception.lo strgicmp.lo 
image-proc.lo -lMagickCore-6.Q16 -ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz -lp!
 ng15 !
> -lm -lz -ljpeg -lgs -lpng15 -lautotrace -lpng -lz -lm -lMagickCore -lming 
-lm
> -lpstoedit -lpng -lz -lstdc++ -ldl -lfftw3 -lfpx -lfontconfig -lexpat 
-lfreetype
> -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lwebp 
-lXext
> -lXt -lSM -lICE -lX11 -llzma -lbz2 -lpangocairo-1.0 -lcairo -lz -lGL 
-lpixman-1
> -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfixes -lX11-xcb 
-lxcb-glx
> -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp 
-lpangoft2-1.0
> -lharfbuzz -lpango-1.0 -lm -lgmodule-2.0 -lgobject-2.0 -lffi -lglib-2.0 
-lintl
> -lpcre -lintl -liconv -lpcre -lfontconfig -lexpat -lfreetype -lbz2 
-lpng15 -lm
> -lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lrsvg-2 -lm -lgio-2.0 
-lz
> -lgdk_pixbuf-2.0 -lm -lgmodule-2.0 -lpng15 -lm -lz -lcairo -lz -lGL
> -lgobject-2.0 -lffi -lglib-2.0 -lintl -lpcre -lintl -liconv -lpcre 
-lpixman-1
> -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype 
-lbz2
> -lz -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfix!
> es -lX11-
> xcb -lxcb-glx -lpng15 -lm -lz -lxcb-shm -lxcb-render -lXrender -lXext 
-lX11 -lxcb -lXau -lXdmcp -lxml2 -lz -lgdi32 -lm -lgomp -lm  -lMagickCore-6.Q16 
-ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz -lpng15 -lm -lz -ljpeg -lgs -lpng15 
-lautotrace -lpng -lz -lm -lMagickCore -lming -lm -lpstoedit -lpng -lz -lstdc++ 
-ldl -lfftw3 -lfpx -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz 
-lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lwebp -lXext -lXt -lSM -lICE 
-lX11 -llzma -lbz2 -lpangocairo-1.0 -lcairo -lz -lGL -lpixman-1 -lEGL -lm 
-lpthread -lGL -lm -lpthread -lXdamage -lXfixes -lX11-xcb -lxcb-glx -lxcb-shm 
-lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp -lpangoft2-1.0 
-lharfbuzz -lpango-1.0 -lm -lgmodule-2.0 -lgobject-2.0 -lffi -lglib-2.0 -lintl 
-lpcre -lintl -liconv -lpcre -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm 
-lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lrsvg-2 -lm -lgio-2.0 -lz 
-lgdk_pixbuf-2.0 -lm -lgmodule-2.0 -lpng15 -lm -lz -lcairo -lz -lGL -!
 lgobje!
> ct-2.0 -l
> ffi -lglib-2.0 -lintl -lpcre -lintl -liconv -lpcre -lpixman-1 
-lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 
-lz -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfixes -lX11-xcb 
-lxcb-glx -lpng15 -lm -lz -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb 
-lXau -lXdmcp -lxml2 -lz -lgdi32 -lm -lgomp -lm  -lpng -lz -lm -lming -lm 
-lpstoedit -lpng -lz -lstdc++ -ldl
>> libtool: link: gcc -shared  .libs/input-pnm.o .libs/input-bmp.o 
.libs/input-tga.o .libs/input-png.o .libs/input-magick.o .libs/output-eps.o 
.libs/output-er.o .libs/output-fig.o .libs/output-sk.o .libs/output-svg.o 
.libs/output-p2e.o .libs/output-emf.o .libs/output-dxf.o .libs/output-epd.o 
.libs/output-pdf.o .libs/output-mif.o .libs/output-cgm.o .libs/output-dr2d.o 
.libs/output-swf.o .libs/output-pstoedit.o .libs/fit.o .libs/bitmap.o 
.libs/spline.o .libs/curve.o .libs/epsilon-equal.o .libs/vector.o .libs/color.o 
.libs/autotrace.o .libs/output.o .libs/input.o .libs/pxl-outline.o 
.libs/median.o .libs/thin-image.o .libs/logreport.o .libs/filename.o 
.libs/xstd.o .libs/despeckle.o .libs/exception.o .libs/strgicmp.o 
.libs/image-proc.o   -lMagickCore-6.Q16 /usr/lib/liblcms2.dll.a 
/usr/lib/libtiff.dll.a -ljbig -ljpeg -lgs -lautotrace -lMagickCore 
/usr/lib/libfftw3.dll.a -lfpx -lwebp /usr/lib/libXt.dll.a -L/usr/lib 
-lpangocairo-1.0 -lpangoft2-1.0 -lharfbuzz -lpango-1.0 -lrsvg-2!
  -lgi!
&g

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Dr. Volker Zell
>>>>> Marco Atzeri writes:

> On 1/15/2015 1:05 PM, Dr. Volker Zell wrote:
>>>>>>> Yaakov Selkowitz writes:
>> 
>> > On 2014-12-30 16:12, Ken Brown wrote:
>> >> On 12/30/2014 4:51 PM, Marco Atzeri wrote:
>> >>> On 12/30/2014 10:23 PM, Angelo Graziosi wrote:
>> >>>> Sure it isn't a packaging bug? I see that now ImageMagick has missed
>> >>>> /usr/lib/libMagickCore.dll.a... and this
>> >>>
>> >>> changed name upstream.
>> >>>
>> >>>> cd /usr/lib
>> >>>> ln -sf libMagickCore-6.Q16.dll.a libMagickCore.dll.a
>> >>>>
>> >>>> seem to fix the build (both with CLANG and GCC)
>> >>
>> >> I think the problem is that ImageMagick.pc adds -lImageMagick:
>> >>
>> >> $ pkg-config --libs ImageMagick
>> >> -lMagickCore-6.Q16 -ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz -lpng15
>> >> -lm -lz -ljpeg -lgs -lpng15 -lautotrace -lpng -lz -lm -lMagickCore 
[...]
>> 
>> > Actually, the problem is that autotrace has a (circular) dependency on
>> > ImageMagick, and therefore autotrace needs to be rebuilt.
>> 
>> Build now fails (This is or 32bit):
>> 
>> /bin/sh ./libtool --tag=CC   --mode=link gcc  -ggdb -O2 -pipe 
-Wimplicit-function-declaration 
-fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/build=/usr/src/debug/autotrace-0.31.1-14
 
-fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/src/autotrace-0.31.1=/usr/src/debug/autotrace-0.31.1-14
 -version-info 3:0:0 -no-undefined  -o libautotrace.la -rpath /usr/lib 
input-pnm.lo input-bmp.lo input-tga.lo input-png.lo input-magick.lo 
output-eps.lo output-er.lo output-fig.lo output-sk.lo output-svg.lo 
output-p2e.lo output-emf.lo output-dxf.lo output-epd.lo output-pdf.lo 
output-mif.lo output-cgm.lo output-dr2d.lo output-swf.lo output-pstoedit.lo 
fit.lo bitmap.lo spline.lo curve.lo epsilon-equal.lo vector.lo color.lo 
autotrace.lo output.lo input.lo pxl-outline.lo median.lo thin-image.lo 
logreport.lo filename.lo xstd.lo despeckle.lo exception.lo strgicmp.lo 
image-proc.lo -lMagickCore-6.Q16 -ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz 
-lpng15 !
> -lm -lz -ljpeg -lgs -lpng15 -lautotrace -lpng -lz -lm -lMagickCore -lming 
-lm
> -lpstoedit -lpng -lz -lstdc++ -ldl -lfftw3 -lfpx -lfontconfig -lexpat 
-lfreetype
> -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lwebp 
-lXext
> -lXt -lSM -lICE -lX11 -llzma -lbz2 -lpangocairo-1.0 -lcairo -lz -lGL 
-lpixman-1
> -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfixes -lX11-xcb 
-lxcb-glx
> -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp 
-lpangoft2-1.0
> -lharfbuzz -lpango-1.0 -lm -lgmodule-2.0 -lgobject-2.0 -lffi -lglib-2.0 
-lintl
> -lpcre -lintl -liconv -lpcre -lfontconfig -lexpat -lfreetype -lbz2 
-lpng15 -lm
> -lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lrsvg-2 -lm -lgio-2.0 
-lz
> -lgdk_pixbuf-2.0 -lm -lgmodule-2.0 -lpng15 -lm -lz -lcairo -lz -lGL
> -lgobject-2.0 -lffi -lglib-2.0 -lintl -lpcre -lintl -liconv -lpcre 
-lpixman-1
> -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype 
-lbz2
> -lz -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfix!
> es -lX11-
> xcb -lxcb-glx -lpng15 -lm -lz -lxcb-shm -lxcb-render -lXrender -lXext 
-lX11 -lxcb -lXau -lXdmcp -lxml2 -lz -lgdi32 -lm -lgomp -lm  -lMagickCore-6.Q16 
-ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz -lpng15 -lm -lz -ljpeg -lgs -lpng15 
-lautotrace -lpng -lz -lm -lMagickCore -lming -lm -lpstoedit -lpng -lz -lstdc++ 
-ldl -lfftw3 -lfpx -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz 
-lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lwebp -lXext -lXt -lSM -lICE 
-lX11 -llzma -lbz2 -lpangocairo-1.0 -lcairo -lz -lGL -lpixman-1 -lEGL -lm 
-lpthread -lGL -lm -lpthread -lXdamage -lXfixes -lX11-xcb -lxcb-glx -lxcb-shm 
-lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp -lpangoft2-1.0 
-lharfbuzz -lpango-1.0 -lm -lgmodule-2.0 -lgobject-2.0 -lffi -lglib-2.0 -lintl 
-lpcre -lintl -liconv -lpcre -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm 
-lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lrsvg-2 -lm -lgio-2.0 -lz 
-lgdk_pixbuf-2.0 -lm -lgmodule-2.0 -lpng15 -lm -lz -lcairo -lz -lGL -lgobje!
> ct-2.0 -l
> ffi -lglib-2.0 -lintl -lpcre -lintl -liconv -lpcre -lpixman-1 
-lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 
-lz -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfixes -lX11-xcb 
-lxcb-glx -lpng15 -lm -lz -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-15 Thread Dr. Volker Zell
> Yaakov Selkowitz writes:

> On 2014-12-30 16:12, Ken Brown wrote:
>> On 12/30/2014 4:51 PM, Marco Atzeri wrote:
>>> On 12/30/2014 10:23 PM, Angelo Graziosi wrote:
 Sure it isn't a packaging bug? I see that now ImageMagick has missed
 /usr/lib/libMagickCore.dll.a... and this
>>> 
>>> changed name upstream.
>>> 
 cd /usr/lib
 ln -sf libMagickCore-6.Q16.dll.a libMagickCore.dll.a
 
 seem to fix the build (both with CLANG and GCC)
>> 
>> I think the problem is that ImageMagick.pc adds -lImageMagick:
>> 
>> $ pkg-config --libs ImageMagick
>> -lMagickCore-6.Q16 -ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz -lpng15
>> -lm -lz -ljpeg -lgs -lpng15 -lautotrace -lpng -lz -lm -lMagickCore [...]

> Actually, the problem is that autotrace has a (circular) dependency on
> ImageMagick, and therefore autotrace needs to be rebuilt.

Build now fails (This is or 32bit):

/bin/sh ./libtool --tag=CC   --mode=link gcc  -ggdb -O2 -pipe 
-Wimplicit-function-declaration 
-fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/build=/usr/src/debug/autotrace-0.31.1-14
 
-fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/src/autotrace-0.31.1=/usr/src/debug/autotrace-0.31.1-14
 -version-info 3:0:0 -no-undefined  -o libautotrace.la -rpath /usr/lib 
input-pnm.lo input-bmp.lo input-tga.lo input-png.lo input-magick.lo 
output-eps.lo output-er.lo output-fig.lo output-sk.lo output-svg.lo 
output-p2e.lo output-emf.lo output-dxf.lo output-epd.lo output-pdf.lo 
output-mif.lo output-cgm.lo output-dr2d.lo output-swf.lo output-pstoedit.lo 
fit.lo bitmap.lo spline.lo curve.lo epsilon-equal.lo vector.lo color.lo 
autotrace.lo output.lo input.lo pxl-outline.lo median.lo thin-image.lo 
logreport.lo filename.lo xstd.lo despeckle.lo exception.lo strgicmp.lo 
image-proc.lo -lMagickCore-6.Q16 -ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz 
-lpng15 -lm -lz -ljpeg -lgs -lpng15 -lautotrace -lpng -lz -lm -lMagickCore 
-lming -lm -lpstoedit -lpng -lz -lstdc++ -ldl -lfftw3 -lfpx -lfontconfig 
-lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lpng15 
-lm -lz -lwebp -lXext -lXt -lSM -lICE -lX11 -llzma -lbz2 -lpangocairo-1.0 
-lcairo -lz -lGL -lpixman-1 -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage 
-lXfixes -lX11-xcb -lxcb-glx -lxcb-shm -lxcb-render -lXrender -lXext -lX11 
-lxcb -lXau -lXdmcp -lpangoft2-1.0 -lharfbuzz -lpango-1.0 -lm -lgmodule-2.0 
-lgobject-2.0 -lffi -lglib-2.0 -lintl -lpcre -lintl -liconv -lpcre -lfontconfig 
-lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lpng15 
-lm -lz -lrsvg-2 -lm -lgio-2.0 -lz -lgdk_pixbuf-2.0 -lm -lgmodule-2.0 -lpng15 
-lm -lz -lcairo -lz -lGL -lgobject-2.0 -lffi -lglib-2.0 -lintl -lpcre -lintl 
-liconv -lpcre -lpixman-1 -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz 
-lexpat -lfreetype -lbz2 -lz -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage 
-lXfixes -lX11-xcb -lxcb-glx -lpng15 -lm -lz -lxcb-shm -lxcb-render -lXrender 
-lXext -lX11 -lxcb -lXau -lXdmcp -lxml2 -lz -lgdi32 -lm -lgomp -lm  
-lMagickCore-6.Q16 -ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz -lpng15 -lm -lz 
-ljpeg -lgs -lpng15 -lautotrace -lpng -lz -lm -lMagickCore -lming -lm 
-lpstoedit -lpng -lz -lstdc++ -ldl -lfftw3 -lfpx -lfontconfig -lexpat 
-lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz 
-lwebp -lXext -lXt -lSM -lICE -lX11 -llzma -lbz2 -lpangocairo-1.0 -lcairo -lz 
-lGL -lpixman-1 -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfixes 
-lX11-xcb -lxcb-glx -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau 
-lXdmcp -lpangoft2-1.0 -lharfbuzz -lpango-1.0 -lm -lgmodule-2.0 -lgobject-2.0 
-lffi -lglib-2.0 -lintl -lpcre -lintl -liconv -lpcre -lfontconfig -lexpat 
-lfreetype -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz 
-lrsvg-2 -lm -lgio-2.0 -lz -lgdk_pixbuf-2.0 -lm -lgmodule-2.0 -lpng15 -lm -lz 
-lcairo -lz -lGL -lgobject-2.0 -lffi -lglib-2.0 -lintl -lpcre -lintl -liconv 
-lpcre -lpixman-1 -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lexpat 
-lfreetype -lbz2 -lz -lEGL -lm -lpthread -lGL -lm -lpthread -lXdamage -lXfixes 
-lX11-xcb -lxcb-glx -lpng15 -lm -lz -lxcb-shm -lxcb-render -lXrender -lXext 
-lX11 -lxcb -lXau -lXdmcp -lxml2 -lz -lgdi32 -lm -lgomp -lm  -lpng -lz -lm 
-lming -lm -lpstoedit -lpng -lz -lstdc++ -ldl
/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.5.3/libstdc++.la: No such file or 
directory
/usr/bin/sed: can't read /usr/lib/gcc/i686-pc-cygwin/4.5.3/libstdc++.la: No 
such file or directory
libtool: link: `/usr/lib/gcc/i686-pc-cygwin/4.5.3/libstdc++.la' is not a valid 
libtool archive
Makefile:548: recipe for target 'libautotrace.la' failed
make[1]: *** [libautotrace.la] Error 1
make[1]: Leaving directory 
'/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/build'
Makefile:456: recipe for target 'all' failed
make: *** [all] Error 2


The culprit is /usr/lib/libfpx.la which references

[ANNOUNCEMENT] Updated: tzcode-2014j-1: Time Zone Database

2014-12-05 Thread Dr . Volker Zell
Hi

A new version of 'tzcode' has been uploaded to a server near you.

 o Update to latest upstream release
 o Build for cygwin 1.7.33 with gcc-4.8.3


tzcode NEWS:

  
 * Sorry no changelog available. You have to do the diff yourself.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] New packages: libdiscid/libdiscid0/libdiscid-devel/libdiscid-doc-0.6.1 - MusicBrainz DiscID library

2014-11-21 Thread Dr . Volker Zell
Hi

The packages libdiscid/libdiscid0/libdiscid-devel/libdiscid-doc are now 
available with the Cygwin distribution:

 o http://musicbrainz.org/doc/libdiscid (Homepage)


DESCRIPTION:


libdiscid is a C library for creating MusicBrainz DiscIDs from
audio CDs. It reads a CD's table of contents (TOC) and generates an
identifier which can be used to lookup the CD at MusicBrainz. Additionally,
it provides a submission URL for adding the DiscID to the database.

Enjoy
Volker

--

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Audio"
and then click on the appropriate fields until the above announced
version numbers appear if they are not displayed already.

If your mirror doesn't yet have the latest version of this package after
24 hours, you can either continue to wait for that site to be updated or
you can try to find another mirror.

Please send questions or comments to the Cygwin mailing list at:
cygwin@cygwin.com

If you want to subscribe go to:
http://cygwin.com/ml/cygwin/

I would appreciate if you would use this mailing list rather than
emailing me directly.  This includes ideas and comments about the setup
utility or Cygwin in general.

If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[32bit] python core dumps when using libdiscid package (cygdiscid-0.dll)

2014-11-21 Thread Dr. Volker Zell
Hi

I would like to contribute and maintain the 'python-discid' package:

 o https://python-discid.readthedocs.org (Homepage)
 o https://github.com/JonnyJD/python-discid/archive/v1.1.0.tar.gz  (Download 
location)

It uses the just uploaded/announced libdiscid-0.6.1-1 package. Packaging and
testing works fine under 64bit cygwin but under 32bit cygwin, python
core dumps already during the

 /usr/bin/python setup.py config

stage of cygport. I'm not a debuging expert but here's what I get under
gdb after downloading the debug packages of python and libdiscid:


python2.7.exe.stackdump:
===
Stack trace:
Frame Function  Args
0028A7D8  61030B92 (0270, EA60, 00A4, 0028A838)
0028A8F8  610DF71D (0004, , 00744670, 0042)


12:04 PM [506]> gdb --args python setup.py config
GNU gdb (GDB) 7.8
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python...Reading symbols from 
/usr/lib/debug//usr/bin/python2.7.exe.dbg...done.
done.
(gdb) run
Starting program: /usr/bin/python setup.py config
[New Thread 11892.0x2b0c]
[New Thread 11892.0x2538]
[New Thread 11892.0x2fe4]
[New Thread 11892.0x25d0]
running config

Program received signal SIGABRT, Aborted.
0x0028db58 in ?? ()
(gdb) bt
#0  0x0028db58 in ?? ()
#1  0x75cf1194 in WaitForSingleObjectEx () from 
/cygdrive/c/Windows/syswow64/kernel32.dll
#2  0x75cf1148 in WaitForSingleObject () from 
/cygdrive/c/Windows/syswow64/kernel32.dll
#3  0x610df6a6 in sig_send(_pinfo*, siginfo_t&, _cygtls*)@12 
(p=p@entry=0x60fd, si=..., tls=tls@entry=0x0)
at /usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/sigproc.cc:679
#4  0x610dcbac in _pinfo::kill(siginfo_t&)@8 (this=0x60fd, si=...)
at /usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/signal.cc:252
#5  0x610dd076 in kill0 (pid=pid@entry=11892, si=...) at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/signal.cc:303
#6  0x610dd242 in kill (sig=sig@entry=6, pid=11892) at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/signal.cc:312
#7  raise (sig=sig@entry=6) at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/signal.cc:288
#8  0x610dd4e3 in abort () at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/signal.cc:375
#9  0x53e134c1 in cyggcc_s-1!.deregister_frame_info_bases () from 
/usr/bin/cyggcc_s-1.dll
#10 0x546510e2 in ?? () from /usr/bin/cygffi-6.dll
#11 0x61026d17 in run_dtors (this=) at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/dll_init.cc:80
#12 run_dtors (this=) at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/dll_init.h:72
#13 dll_global_dtors () at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/dll_init.cc:52
#14 0x6116466a in __call_exitprocs (code=code@entry=0, d=d@entry=0x0)
at /usr/src/debug/cygwin-1.7.33-1/newlib/libc/stdlib/__call_atexit.c:118
#15 0x6113b1b8 in exit (code=0) at 
/usr/src/debug/cygwin-1.7.33-1/newlib/libc/stdlib/exit.c:66
#16 0x61006d49 in cygwin_exit (n=0) at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/dcrt0.cc:1298
#17 0x610082e6 in cygwin_exit_return () at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/dcrt0.cc:1040
#18 0x61006044 in _cygtls::call2(unsigned long (*)(void*, void*), void*, 
void*)@16 (this=,
func=func@entry=0x610073e0 , arg=arg@entry=0x0, 
buf=buf@entry=0x28cd84)
at /usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/cygtls.cc:100
#19 0x610061b6 in _cygtls::call (func=func@entry=0x610073e0 
, arg=arg@entry=0x0)
at /usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/cygtls.cc:30
#20 0x61007164 in _dll_crt0@0 () at 
/usr/src/debug/cygwin-1.7.33-1/winsup/cygwin/dcrt0.cc:1097
#21 0x004011e2 in cygwin_crt0 (f=0x401730 ) at 
/usr/src/debug/cygwin-1.7.31-3/winsup/cygwin/lib/cygwin_crt0.c:22
#22 0x00401015 in mainCRTStartup () at 
/usr/src/debug/cygwin-1.7.31-3/winsup/cygwin/crt0.c:29
(gdb) info sharedlibrary
>FromTo  Syms Read   Shared Object Library
0x77db  0x77f14d20  Yes (*) /cygdrive/c/Windows/SysWOW64/ntdll.dll
0x75cf  0x75dead9c  Yes (*) /cygdrive/c/Windows/syswow64/kernel32.dll
0x761a1000  0x761e6a18  Yes (*) /cygdrive/c/Windows/syswow64/KERNELBASE.dll
0x61001000  0x614c  Yes /usr/bin/cygwin1.dll
0x2f951000  0x2fb1b01c  Yes /usr/bin/libpython2.7.dll
0x22e61000  0x22e6d01c  Yes 
C:/cygwin/lib/python2.7/lib-dynload/_collections.dll
0x22ae1000  0x22aed018  Yes 
C:/cygwin/lib/python2.7/lib-dynload/operator.dll
0x22b21000  0x22b

[ANNOUNCEMENT] New package: python-mutagen-1.26 - Python audio metadata library

2014-11-20 Thread Dr . Volker Zell
Hi

The package python-mutagen is now available with the Cygwin distribution:

 o https://mutagen.readthedocs.org (Homepage)


DESCRIPTION:


Mutagen is a Python module to handle audio metadata. It supports
ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora,
Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of
ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read
Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and
APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg
streams on an individual packet/page level.

Enjoy
Volker

--

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Python"
and then click on the appropriate fields until the above announced
version numbers appear if they are not displayed already.

If your mirror doesn't yet have the latest version of this package after
24 hours, you can either continue to wait for that site to be updated or
you can try to find another mirror.

Please send questions or comments to the Cygwin mailing list at:
cygwin@cygwin.com

If you want to subscribe go to:
http://cygwin.com/ml/cygwin/

I would appreciate if you would use this mailing list rather than
emailing me directly.  This includes ideas and comments about the setup
utility or Cygwin in general.

If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {gnutls/libgnutls28/gnutls-devel/gnutls-doc/gnutls-guile}-3.2.20-1: Library implementing TLS 1.0 and SSL 3.0 protocols

2014-11-20 Thread Dr . Volker Zell
Hi

New versions of 'gnutls/libgnutls28/gnutls-devel/gnutls-doc/gnutls-guile' have 
been uploaded to a server near you.

 o Update to latest upstream version
 o Build for cygwin 1.7.33 with gcc-4.8.3


gnutls NEWS:

  
* Version 3.2.20 (released 2014-11-10)

** libgnutls: Removed superfluous random generator refresh on every call
of gnutls_deinit(). That reduces load and usage of /dev/urandom.

** libgnutls: Corrected issue in export of ECC parameters to X9.63 format.
Reported by Sean Burford [GNUTLS-SA-2014-5].

** API and ABI modifications:
No changes since last version.


* Version 3.2.19 (released 2014-10-13)

** libgnutls: Fixes in the transparent import of PKCS #11 certificates.
Reported by Joseph Peruski.

** libgnutls: Fixed issue with unexpected non-fatal errors resetting the
handshake's hash buffer, in applications using the heartbeat extension
or DTLS. Reported by Joeri de Ruiter.

** libgnutls: fix issue in DTLS retransmission when session tickets
were in use; reported by Manuel Pégourié-Gonnard.

** libgnutls: Prevent abort() in library if getrusage() fails. Try to
detect instead which of RUSAGE_THREAD and RUSAGE_SELF would work.

** guile: new 'set-session-server-name!' procedure; see the manual for
details.

** API and ABI modifications:
No changes since last version.


* Version 3.2.18 (released 2014-09-18)

** libgnutls: Fixes in gnutls_x509_crt_set_dn() and friends to properly handle
strings with embedded spaces and escaped commas.

** libgnutls: Corrected gnutls_x509_crl_verify() which would always report
a CRL signature as invalid. Reported by Armin Burgmeier.

** libgnutls: Fixed issue with certificates being sanitized by gnutls prior
to signature verification. That resulted to certain non-DER compliant 
modifications
of valid certificates, being corrected by libtasn1's parser and restructured as
the original. Issue found and reported by Antti Karjalainen and Matti Kamunen 
from
Codenomicon.

** API and ABI modifications:
No changes since last version.


* Version 3.2.17 (released 2014-08-24)

** libgnutls: initialize parameters variable on PKCS #8 decryption.

** libgnutls: Explicitly set the exponent in PKCS #11 key generation.
That improves compatibility with certain PKCS #11 modules. Contributed by
Wolfgang Meyer zu Bergsten.

** libgnutls: gnutls_pkcs12_verify_mac() will not fail in other than SHA1
algorithms.

** libgnutls: when checking the hostname of a certificate with multiple CNs
ensure that the "most specific" CN is being used.

** libgnutls: In DTLS ignore only errors that relate to unexpected packets
and decryption failures.

** API and ABI modifications:
No changes since last version.


* Version 3.2.16 (released 2014-07-23)

** libgnutls: Do not call the post client hello callback twice when resuming
using session tickets.

** libgnutls: When the decoding of a printable DN element fails, then treat
it as unknown and print its hex value rather than failing. That works around
an issue in a TURKTRST root certificate which improperly encodes the
X520countryName element.

** libgnutls: IP addresses are printed using inet_ntop() when available.

** libgnutls: gnutls_x509_crt_check_hostname will also check IP addresses
and match documented behavior. Reported by David Woodhouse.

** libgnutls: Fixed PKCS #11 ECDSA key generation.

** p11tool: use GNUTLS_SO_PIN to read the security officer's PIN if set.

** p11tool: will not implicitly enable so-login for certain types of
objects. That avoids issues with tokens that require different login
types.

** API and ABI modifications:
No changes since last version.


* Version 3.2.15 (released 2014-05-30)

** libgnutls: Eliminated memory corruption issue in Server Hello parsing.
Issue reported by Joonas Kuorilehto of Codenomicon.

** libgnutls: Several memory leaks caused by error conditions were
fixed. The leaks were identified using valgrind and the Codenomicon
TLS test suite.

** libgnutls: Increased the maximum certificate size buffer
in the PKCS #11 subsystem.

** libgnutls: Check the return code of getpwuid_r() instead of relying
on the result value. That avoids issue in certain systems, when using
tofu authentication and the home path cannot be determined. Issue reported
by Viktor Dukhovni.

** gnutls-cli: if dane is requested but not PKIX verification, then
only do verify the end certificate.

** ocsptool: Include path in ocsp request. This resolves #108582
(https://savannah.gnu.org/support/?108582), reported by Matt McCutchen.

** API and ABI modifications:
No changes since last version.


* Version 3.2.14 (released 2014-05-06)

** libgnutls: Fixed issue with the check of incoming data when two
different recv and send pointers have been specified. Reported and
investigated by JMRecio.

** libgnutls: Fixed issue in the RSA-PSK key exchange, which would 
result to illegal memory access if a server hint was provided.

** libgnutls: Fixed client memory leak in the PSK key exchange, if a
server hint was provided.

** lib

[ANNOUNCEMENT] Updated: {liblzo2_2/liblzo2-devel/liblzo2-doc}-2.08-1: LZO data compression library

2014-11-20 Thread Dr . Volker Zell
Hi

New versions of 'liblzo2_2/liblzo2-devel/liblzo2-doc' have been uploaded to a 
server near you.

 o Update to latest upstream version
 o Build for cygwin 1.7.32 with gcc-4.8.3
 o Package name change:  liblzo2 -> liblzo2-doc

liblzo2 NEWS:
=
  
Changes in 2.08 (29 Jun 2014)
  * Updated the Autoconf scripts to fix some reported build problems.
  * Added CMake build support.
  * Fixed lzo_init() on big-endian architectures like Sparc.

Changes in 2.07 (25 Jun 2014)
  * Fixed a potential integer overflow condition in the "safe" decompressor
variants which could result in a possible buffer overrun when
processing maliciously crafted compressed input data.

Fortunately this issue only affects 32-bit systems and also can only happen
if you use uncommonly huge buffer sizes where you have to decompress more
than 16 MiB (> 2^24 bytes) untrusted compressed bytes within a single
function call, so the practical implications are limited.

POTENTIAL SECURITY ISSUE. CVE-2014-4607.

  * Removed support for ancient configurations like 16-bit "huge" pointers -
LZO now requires a flat 32-bit or 64-bit memory model.
  * Assorted cleanups.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {openldap/openldap-server/libopenldap2_4_2/openldap-devel}-2.4.40-1: Lightweight Directory Access Protocol suite

2014-11-20 Thread Dr . Volker Zell
Hi

New versions of 'openldap/openldap-server/libopenldap2_4_2/openldap-devel' have 
been uploaded to a server near you.

 o Update to latest upstream version
 o Build for cygwin 1.7.32 with gcc-4.8.3


openldap NEWS:
==
  
OpenLDAP 2.4.40 Release (2014/09/20)
Fixed libldap DNS SRV priority handling (ITS#7027)
Fixed libldap don't leak libldap err codes (ITS#7676)
Fixed libldap CR/LF handling (ITS#4635)
Fixed libldap ldif-wrap length (ITS#7871)
Fixed libldap GnuTLS ciphersuite parsing (ITS#7500)
Fixed libldap GnuTLS with newer versions (ITS#7430,ITS#6359)
Fixed libldif to correctly handle 4096 character lines (ITS#7859)
Fixed librewrite reference counting (ITS#7723)
Fixed slapacl with back-mdb reader transactions (ITS#7920)
Fixed slapd syncrepl to send cookie on fallback (ITS#7849)
Fixed slapd syncrepl SEGV when abandoning a connection (ITS#7928)
Fixed slapd slapcat with external schema (ITS#7895)
Fixed slapd schema RDN normalization (ITS#7935)
Fixed slapd with repeated language tags (ITS#7941)
Fixed slapd modrdn crash on naming attr with no matching rule (ITS#7850)
Fixed slapd memory leak in control handling (ITS#7942)
Fixed slapd-ldap removed dead code (ITS#7922)
Fixed slapd-mdb to work concurrently with slapadd (ITS#7798)
Fixed slapd-mdb with paged results (ITS#7705, ITS#7800)
Fixed slapd-mdb slapcat with nonexistent indices (ITS#7870)
Fixed slapd-mdb long lived reader transactions (ITS#7904)
Fixed slapd-mdb memory leak on matchedDN (ITS#7872)
Fixed slapd-mdb sorting of attribute values (ITS#7902)
Fixed slapd-mdb to flag attribute values as sorted (ITS#7903)
Fixed slapd-mdb index config handling (ITS#7912)
Fixed slapd-mdb entry release handling (ITS#7915)
Fixed slapd-mdb with aliases and referrals (ITS#7927)
Fixed slapd-mdb alias dereferencing (ITS#7702)
Fixed slapd-sock socket flushing (ITS#7937)
Fixed slapo-accesslog attribute normalization (ITS#7934)
Fixed slapo-accesslog internal search logging (ITS#7929)
Fixed slapo-auditlog connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-chain interaction with slapo-rwm (ITS#7930)
Fixed slapo-constraint connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-dds connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-dyngroup connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-memberof attr count (ITS#7893)
Fixed slapo-memberof frontendDB handling (ITS#7249)
Fixed slapo-memberof internal search logging (ITS#7929)
Fixed slapo-pcache config processing (ITS#7919)
Fixed slapo-pcache connection destroy logic (ITS#7906,ITS#7923)
Added slapo-ppolicy ORDERING rules (ITS#7838)
Fixed slapo-ppolicy timestamp resolution to use microseconds (ITS#7161)
Fixed slapo-ppolicy connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-refint to check for pauses in cn=config (ITS#7873)
Fixed slapo-refint internal search logging (ITS#7929)
Fixed slapo-refint connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-seqmod connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-slapover connection destroy logic (ITS#7906,ITS#7923)
Fixed slapo-sock db_init (ITS#7868)
Fixed slapo-sssvlv fix olcSssVlvMaxPerConn (ITS#7908) 
Fixed slapo-translucent double free (ITS#7587)
Fixed slapo-translucent to work with manageDSAit (ITS#7864) 
Fixed slapo-translucent to use local backend with local entries 
(ITS#7915)
Fixed slapo-unique connection destroy logic (ITS#7906,ITS#7923)
Fixed slapcacl with invalid suffix (ITS#7827)
Build Environment
Remove support for gcrypt (ITS#7877)
BDB 6.0.20 and later is not supported (ITS#7890)
Fixed ODBC link check (ITS#7891)
Fixed slapd.ldif frontend config (ITS#7933)
Contrib
Added pbkdf2 module (ITS#7742)
Fixed autogroup double free (ITS#7831)
Fixed autogroup modification callback responses (ITS#6970)
Fixed ldapc++ memory leak in Async connection (ITS#7806)
Fixed nssov install path (ITS#7858)
Fixed passwd rpath (ITS#7885)
Fixed apr1 do_phk_hash argument order (ITS#7869)
Fixed slapd-sha2 buffer overrun (ITS#7851)
Documentation
Fixed slapd.ldif man page reference (ITS#7803)
Fixed slapd.conf(5) man page to reference exattrs (ITS#7847)
Fixed guide to work with mkrelease (ITS#7887)
Fixed ldap_get_dn(3) ldap_ava definition (ITS#7860)

OpenLDAP 2.4.39 Release (2014/01/26)
Fixed libldap MozNSS crash (ITS#7783)
Fixed 

[ANNOUNCEMENT] Updated: {neon/libneon27/libneon-devel}-0.30.1-1: HTTP and WebDAV library

2014-11-20 Thread Dr . Volker Zell
Hi

New versions of 'neon/libneon27/libneon-devel' have been uploaded to a server 
near you.

 o Update to latest upstream
 o Build for cygwin 1.7.32 with gcc-4.8.3


neon NEWS:
==
  
Changes in release 0.30.1:
* Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
* Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
* Don't fail if the SSL cert changes between connections with OpenSSL,
  behaviour now matches that with GnuTLS.
* Fix PKCS#11 support under OpenSSL with TLS 1.2.
* Fix static linking with pkg-config file (Alan H).

Changes in release 0.30.0:
* Interface changes:
 - none, API and ABI backwards-compatible with 0.27.x and later
* New interfaces and features:
 - ne_ssl.h: added ne_ssl_clicert_import, ne_ssl_context_get_flag
 - ne_session.h: added ne_set_addrlist2
 - ne_socket.h: added ne_addr_canonical
 - ne_auth.h: added NE_AUTH_GSSAPI_ONLY, NE_AUTH_SSPI (Nathanael Rensen)
 - ne_basic.h: added NE_CAP_EXT_MKCOL options test
 - ne_request.h: support chunked bodies with negative length passed to
   ne_set_request_body_provider (Julien Reichel)
* Bug fixes:
 - ne_path_escape: fix excessive memory allocation (Pierre Crokaert)
 - SSPI auth: use canonical server hostname, clear SSPI context after
   successful auth (Nathanael Rensen)
 - build fixes for Open Watcom compiler (NormW)
 - fix Win32 error code handling for local ne_sock_prebind bind failure
 - Win32: support LFS, thread-safe OpenSSL (Diego Santa Cruz)
 - GnuTLS: fix GnuTLS 3.x support (Matthias Petschick, Bartosz Brachaczek)


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {lcms2/liblcms2_2/liblcms2-devel}-2.6-1: Little color management engine

2014-11-20 Thread Dr . Volker Zell
Hi

New versions of 'lcms2/liblcms2_2/liblcms2-devel' have been uploaded to a 
server near you.

 o Update to latest upstream version
 o Build for cygwin 1.7.24 with gcc-4.7.3

lcms2 NEWS:
===
  
Fixed a double free in recovering from a previous error in default intent 
handler.
Fixed some indexing out of bounds in floating point interpolation
Fixed a bug in PCS/Colorspace order when reading V2 Lab devicelinks
Added a way to retrieve matrix shaper always, no matter LUT is present
Changed endianess detection for PowerPC
Fixed memory leaks on error handling
Big revamp on Contexts, from Artifex
New locking plug-in, from Artifex
Added directories for tiff, jpeg in configure script
Fix for delete tag memory corruption
Added pthread dependency. From now lcms supports multithreading


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {libtasn1/libtasn1_6/libtasn1-devel}-4.2-1: Tiny ASN.1 library

2014-11-20 Thread Dr . Volker Zell
Hi

New versions of 'libtasn1/libtasn1_6/libtasn1-devel' have been uploaded to a 
server near you.

 o Update to latest upstream release
 o Build for cygwin 1.7.32 with gcc-4.8.3


libtasn1 NEWS:
==
  
* Noteworthy changes in release 4.2 (released 2014-09-15) [stable]
- Added sanity checks in the decoding of time when
  ASN1_DECODE_FLAG_STRICT_DER is used.
- Fixes in the decoding of OCTET STRING when close to the end
  of the structure.

* Noteworthy changes in release 4.1 (released 2014-08-23) [stable]
- Corrected indefinite tag check in ANY constructions. That allows
  the decoding of BER-encoded structures that contain indefinite
  encoding within an ANY element.
- Added DER decoding flag ASN1_DECODE_FLAG_STRICT_DER. Over the
  years BER functionality was added to the decoder and this flag
  provides the way to disable it.
- API and ABI changes since last version:
  ASN1_DECODE_FLAG_STRICT_DER: New definition

* Noteworthy changes in release 4.0 (released 2014-06-26) [stable]
- Optimized asn1_der_decoding_startEnd(). It no longer requires the
  additional decoding step.
- asn1_read_value() understands the ?CURRENT keyword, which can be used
  to indicate the current element of a sequence, when the provided node
  is a sequence element.
- Several optimizations in DER decoding of structures with sequences
  containing many elements.
- asn1_der_decoding2() is introduced and allows flags to be passed on
  the decoding process. Currently only ASN1_DECODE_FLAG_ALLOW_PADDING is
  defined and that allows decoding DER structures that contain arbitrary
  data past their end. Contributed by Karel Slany.
- API and ABI changes since last version:
  ASN1_DECODE_FLAG_ALLOW_PADDING: New definition
  asn1_dup_node: New function
  asn1_der_decoding2: New function
  asn1_der_decoding_element: It is now an alias to asn1_der_decoding

* Noteworthy changes in release 3.6 (released 2014-05-25) [stable]
- Corrected an off-by-one error in ASN.1 DER tag decoding.
- Several improvements and new safety checks on DER decoding;
  issues found using Codenomicon TLS test suite.
- Marked asn1_der_decoding_element() as deprecated. Use
  asn1_der_decoding() instead.

* Noteworthy changes in release 3.5 (released 2014-05-01) [stable]
- Correctly handle decoding of recursive CHOICE options.
- Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara.
- Several small bug fixes found by coverity.
- Code improvements contributed by Kurt Roeckx.

* Noteworthy changes in release 3.4 (released 2013-11-25) [stable]
- Added asn1_delete_structure2() which allows zeroizing the contents
  of all values in the structure prior to deinitialization.
- The parser accepts negative numbers in an INTEGER range (but
  still does no enforce them).


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: tzcode-2014i-1: Time Zone Database

2014-11-20 Thread Dr . Volker Zell
Hi

A new version of 'tzcode' has been uploaded to a server near you.

 o Update to latest upstream release
 o Build for cygwin 1.7.32 with gcc-4.8.3

tzcode NEWS:

  
 * Sorry no changelog available. You have to do the diff yourself.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO



If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: gnutls-3.2.20 doesn't compile anymore, probably conficting with installed libopts-devel

2014-11-13 Thread Dr. Volker Zell
>>>>> Yaakov Selkowitz writes:

> On 2014-11-13 03:34, Dr. Volker Zell wrote:
>>>>>>> Yaakov Selkowitz writes:
    >> 
>> > On 2014-11-12 14:40, Dr. Volker Zell wrote:
>> >> I now tried the compilation with your cygport and your two patches 
but I
>> >> still get the same error. I also updated to the latest autogen package
>> >> you just provided. Do you mind sending me your compilation log 
files...I
>> >> would like to diff them with mine...
>> 
>> > I don't have them at the moment, as I cleaned the directories after 
the build.
>> > Could you send yours?
>> 
>> http://volkerzell.de/cygwin/tmp/gnutls-3.2.20-1-compile.log

> Would you happen to have another autogen in your PATH besides that in 
/usr/bin?

Bingo...I had a self compiled version from years ago lying in my
/usr/local structure. After removing the old craft everything is fine
again.

I try now to catch up updating all of my packages

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: gnutls-3.2.20 doesn't compile anymore, probably conficting with installed libopts-devel

2014-11-13 Thread Dr. Volker Zell
>>>>> Yaakov Selkowitz writes:

> On 2014-11-12 14:40, Dr. Volker Zell wrote:
>> I now tried the compilation with your cygport and your two patches but I
>> still get the same error. I also updated to the latest autogen package
>> you just provided. Do you mind sending me your compilation log files...I
>> would like to diff them with mine...

> I don't have them at the moment, as I cleaned the directories after the 
build.
> Could you send yours?

http://volkerzell.de/cygwin/tmp/gnutls-3.2.20-1-compile.log

>> I haven't done any cygwin stuff since more than a year, and I recently
>> updated my cygwin installation to ALL the current packages (both
>> 32/64bit) , but something seems strange here. I want to sort this out
>> before updating my packages to their latest upstream versions. By the
>> way the current gnutls compilation has been done on a 32bit
>> installation, so please send me the corresponding log files.

> Wait, are you saying that you are trying to cross-compile from i686 to 
x86_64?

No, I have separate installations of 32bit and 64bit installations.


Ciao
  Volker

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: gnutls-3.2.20 doesn't compile anymore, probably conficting with installed libopts-devel

2014-11-12 Thread Dr. Volker Zell
>>>>> Yaakov Selkowitz writes:

> On 2014-11-12 02:50, Dr. Volker Zell wrote:
>>>>>>> Yaakov Selkowitz writes:
    >> 
>> > On 2014-11-11 14:44, Dr. Volker Zell wrote:
>> >> Older gnutls versions compiled fine with cygwin. Latest versions come
>> >> with their own libopts source tree, which is newer than the latest
>> >> cygwin version. I get the following error when trying to compile 
gnutls-3.2.20
>> 
>> > I cannot reproduce this.  Do you have both autogen and libopts-devel 
installed?
>> > Also, are you using the autogen VPATH patch:
>> 
>> > 
http://sourceforge.net/p/cygwin-ports/gnutls/ci/master/tree/3.2.18-autogen-vpath.patch
>> 
>> >> Can we get a newer autogen package ?
>> 
>> > I can do that, but that's not the problem here.
>> 
>> You're right...I just installed it but the same error. What cygport file
>> are you using ?

> http://sourceforge.net/p/cygwin-ports/gnutls/ci/master/tree/


I now tried the compilation with your cygport and your two patches but I
still get the same error. I also updated to the latest autogen package
you just provided. Do you mind sending me your compilation log files...I
would like to diff them with mine...

I haven't done any cygwin stuff since more than a year, and I recently
updated my cygwin installation to ALL the current packages (both
32/64bit) , but something seems strange here. I want to sort this out
before updating my packages to their latest upstream versions. By the
way the current gnutls compilation has been done on a 32bit
installation, so please send me the corresponding log files.

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: gnutls-3.2.20 doesn't compile anymore, probably conficting with installed libopts-devel

2014-11-12 Thread Dr. Volker Zell
>>>>> Volker Zell writes:

>>>>> Yaakov Selkowitz writes:
    >> On 2014-11-11 14:44, Dr. Volker Zell wrote:
>>> Older gnutls versions compiled fine with cygwin. Latest versions come
>>> with their own libopts source tree, which is newer than the latest
>>> cygwin version. I get the following error when trying to compile 
gnutls-3.2.20
>>> 
>>> In file included from srptool-args.c:43:0:
>>> srptool-args.h:61:3: error: #error option template version mismatches 
autoopts/options.h header
>>> # error option template version mismatches autoopts/options.h header
>>> ^
>>> srptool-args.h:62:3: error: unknown type name 'Choke'
>>> Choke Me

>> I cannot reproduce this.  Do you have both autogen and libopts-devel 
installed?

I forgot...yes both.

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: gnutls-3.2.20 doesn't compile anymore, probably conficting with installed libopts-devel

2014-11-12 Thread Dr. Volker Zell
>>>>> Yaakov Selkowitz writes:

> On 2014-11-11 14:44, Dr. Volker Zell wrote:
>> Older gnutls versions compiled fine with cygwin. Latest versions come
>> with their own libopts source tree, which is newer than the latest
>> cygwin version. I get the following error when trying to compile 
gnutls-3.2.20
>> 
>> In file included from srptool-args.c:43:0:
>> srptool-args.h:61:3: error: #error option template version mismatches 
autoopts/options.h header
>> # error option template version mismatches autoopts/options.h header
>> ^
>> srptool-args.h:62:3: error: unknown type name 'Choke'
>> Choke Me

> I cannot reproduce this.  Do you have both autogen and libopts-devel 
installed?
> Also, are you using the autogen VPATH patch:

> 
http://sourceforge.net/p/cygwin-ports/gnutls/ci/master/tree/3.2.18-autogen-vpath.patch

>> Can we get a newer autogen package ?

> I can do that, but that's not the problem here.

You're right...I just installed it but the same error. What cygport file
are you using ?


> Yaakov

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



gnutls-3.2.20 doesn't compile anymore, probably conficting with installed libopts-devel

2014-11-11 Thread Dr. Volker Zell
Hi

Older gnutls versions compiled fine with cygwin. Latest versions come
with their own libopts source tree, which is newer than the latest
cygwin version. I get the following error when trying to compile gnutls-3.2.20

In file included from srptool-args.c:43:0:
srptool-args.h:61:3: error: #error option template version mismatches 
autoopts/options.h header
 # error option template version mismatches autoopts/options.h header
   ^
srptool-args.h:62:3: error: unknown type name 'Choke'
   Choke Me

Can we get a newer autogen package ?


Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[Packaging error] sitecopy-0.16.6-1; 32 and 64bit

2014-11-11 Thread Dr. Volker Zell
Hi

Files from /usr/doc/sitecopy should be installed under
/usr/share/doc/sitecopy

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[Packaging error] docbook-utils-0.6.14-2; 32 and 64bit

2014-11-11 Thread Dr. Volker Zell
Hi

Files from /usr/doc/html/docbook-utils-0.6.14/ should probably be
installed into /usr/share/doc/html/docbook-utils

Ciao
  Volker
  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



  1   2   3   4   5   6   7   8   9   >