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 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



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 error in gdImageScaleBicubicFixed()

Added

More documentation
Documentation on GD and GD2 formats
More tests




Re: [SECURITY] libidn - locale specific error in test suite

2017-01-18 Thread Dr. Volker Zell

On 09.01.2017 15:26, Corinna Vinschen wrote:

On Jan  3 11:53, Dr. Volker Zell wrote:

On 29.12.2016 21:49, Yaakov Selkowitz wrote:

On 2016-09-30 01:43, Dr. Volker Zell wrote:

Yaakov Selkowitz writes:


> Dr. Volker,
> Several security vulnerabilities have been announced for
libidn, which are fixed
> in 1.33:

>
https://lists.gnu.org/archive/html/help-libidn/2016-07/msg9.html

Noted (and also your other mails), will work on it as soon as real
work permits.


Ping?



Hi

Just tried packaging libidn-1.33 and found a locale specific error in the
test suite (Which was working fine with my latest build). When running under
strace I get:
[...]
:   374387 [main] test-localename 11148 write: 1 = write(2, 0x1004060B9,
1)
183   324419 [main] test-localename 11148 write: 3 = write(2,
0xC9F1, 3)
: assertion '   304449 [main] test-localename 11148 write: 13 = write(2,
0x1004060BC, 13)
strcmp (name, "fr_FR.UTF-8") == 0   304479 [main] test-localename 11148
write: 33 = write(2, 0x100406168, 33)
' failed
[...]

The source code can be found in the file (after unpacking of
https://ftp.gnu.org/gnu/libidn/libidn-1.33.tar.gz)

 o .../libidn-1.33-1.x86_64/src/libidn-1.33/lib/gltests/test-localename.c


Do you have a self-contained testcase, by any chance?


No, just the testcase from the testsuite in libidn.

Ciao
  Volker



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

2017-01-18 Thread Dr. Volker Zell

On 12.01.2017 21:26, Yaakov Selkowitz wrote:

On 2017-01-03 08:32, Dr. Volker Zell wrote:

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


Not really; the fix therein for CVE-2015-5203 broke ABI on 64-bit
systems by changing the size of an existing member of a public struct
(int to size_t), just that they neglected to bump the ABI version until
afterwards:

https://github.com/mdadams/jasper/issues/84

For compatibility with packages currently linked with libjasper1, this
needs to be reverted in part.  Here is what Fedora is currently shipping
on stable branches:

http://pkgs.fedoraproject.org/cgit/rpms/jasper.git/tree/?h=f25


Is this the complete current patchset relative to jasper-1.900.1, you 
want me to apply ? How to proceed with the current buggy package. Could 
you just remove it ?


Thanks
  Volker



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





[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



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




Re: [SECURITY] libidn - locale specific error in test suite

2017-01-03 Thread Dr. Volker Zell

On 29.12.2016 21:49, Yaakov Selkowitz wrote:

On 2016-09-30 01:43, Dr. Volker Zell wrote:

Yaakov Selkowitz writes:


> Dr. Volker,
> Several security vulnerabilities have been announced for 
libidn, which are fixed

> in 1.33:

> 
https://lists.gnu.org/archive/html/help-libidn/2016-07/msg9.html


Noted (and also your other mails), will work on it as soon as real 
work permits.


Ping?



Hi

Just tried packaging libidn-1.33 and found a locale specific error in 
the test suite (Which was working fine with my latest build). When 
running under strace I get:



--- Process 8320 thread 6244 created
--- Process 8320 loaded E:\bin\cygwin1.dll at 00018004
1   1 [main] test-localename (8320) 
**
   37  38 [main] test-localename (8320) Program name: 
D:\misc\src\cygwin\libidn-1.33-1.x86_64\build\lib\gltests\.libs\test-localename.exe 
(windows pid 8320)

   20  58 [main] test-localename (8320) OS version:   Windows NT-10.0
   15  73 [main] test-localename (8320) 
**
   66 139 [main] test-localename (8320) sigprocmask: 0 = 
sigprocmask (0, 0x0, 0x1802E4BB0)
  117 256 [main] test-localename 8320 child_copy: cygheap - hp 
0x154 low 0x180304408, high 0x18030FAB0, res 1

   19 275 [main] test-localename 8320 child_copy: done
   53 328 [main] test-localename 8320 open_shared: name shared.5, n 
5, shared 0x18003 (wanted 0x18003), h 0xB8, *m 6
   25 353 [main] test-localename 8320 user_heap_info::init: heap 
base 0x6, heap top 0x6, heap size 0x2000 (536870912)
   20 373 [main] test-localename 8320 open_shared: name (null), n 
1, shared 0x18002 (wanted 0x18002), h 0xBC, *m 6
   17 390 [main] test-localename 8320 user_info::create: opening 
user shared for '' at 0x18002
   16 406 [main] test-localename 8320 user_info::create: user 
shared version AB1FCCE8
   32 438 [main] test-localename (8320) open_shared: name (null), n 
11148, shared 0x18001 (wanted 0x18001), h 0x150, *m 6
   30 468 [main] test-localename 11148 pinfo::thisproc: myself 
dwProcessId 8320

   62 530 [main] test-localename 11148 time: 1483438254 = time(0x0)
  103 633 [main] test-localename 11148 open_shared: name 
cygpid.8320, n 8320, shared 0x2 (wanted 0x0), h 0xC8, *m 5
   22 655 [main] test-localename 11148 
fhandler_pty_slave::fixup_after_fork: /dev/pty4 inherited, usecount 2
   19 674 [main] test-localename 11148 
fhandler_base::fixup_after_exec: here for 
'/cygdrive/d/misc/src/cygwin/libidn-1.33-1.x86_64/build/lib/gltests/LOG'
   19 693 [main] test-localename 11148 
fhandler_base::fixup_after_exec: here for 
'/cygdrive/d/misc/src/cygwin/libidn-1.33-1.x86_64/build/lib/gltests/LOG'
   18 711 [main] test-localename 11148 child_info::ready: signalled 
0x134 that I was ready
 2618   31577 [main] test-localename 11148! child_info::sync: pid 8320, 
WFMO returned 0, exit_code 0x103, res 1
   22   31599 [main] test-localename 11148! 
fhandler_base::close_with_arch: line 1140: /dev/pty4<0x18030C188> 
usecount + -1 = 1
   32 743 [main] test-localename 11148 fhandler_pipe::create: name 
\\.\pipe\cygwin-70dc0fd8e2b3a5e0-8320-sigwait, size 11440, mode 
PIPE_TYPE_MESSAGE
   16   31615 [main] test-localename 11148! 
fhandler_base::close_with_arch: not closing archetype
   13   31628 [main] test-localename 11148! fhandler_base::close: 
closing 
'/cygdrive/d/misc/src/cygwin/libidn-1.33-1.x86_64/build/lib/gltests/LOG' 
handle 0x258
   17   31645 [main] test-localename 11148! fhandler_base::close: 
closing 
'/cygdrive/d/misc/src/cygwin/libidn-1.33-1.x86_64/build/lib/gltests/LOG' 
handle 0x218
   18   31663 [main] test-localename 11148! proc_subproc: args: 1, 
-2145378112
   59 802 [main] test-localename 11148 fhandler_pipe::create: pipe 
read handle 0xDC
   21 823 [main] test-localename 11148 fhandler_pipe::create: 
CreateFile: name \\.\pipe\cygwin-70dc0fd8e2b3a5e0-8320-sigwait

--- Process 11148 thread 8740 created
   44 867 [main] test-localename 11148 fhandler_pipe::create: pipe 
write handle 0xE0
   26 893 [main] test-localename 11148 dll_crt0_0: finished 
dll_crt0_0 initialization
   93   31756 [main] test-localename 11148! pinfo::wait: created 
tracking thread for pid 11148, winpid 0x2080, rd_proc_pipe 0x160
   33   31789 [main] test-localename 11148! proc_subproc: added pid 
11148 to proc table, slot 0

   27   31816 [main] test-localename 11148! proc_subproc: returning 1
--- Process 8320 thread 8488 created
   75   31891 [waitproc] test-localename 11148! cygthread::stub: thread 
'waitproc', id 0x2224, stack_ptr 0xDBCCD0
  1371030 [sig] test-localename 11148 wait_sig: entering ReadFile 
loop, my_readsig 0xDC, my_sendsig 0xE0
  1451175 [main] test-localename 11148 sigprocmask: 0 = sigprocmask 
(0, 0x0, 0x60150)
   781253 [main] test-localename 11148 _cygwin_is

Re: [SECURITY] libidn

2016-09-30 Thread Dr. Volker Zell
> Yaakov Selkowitz writes:

> Dr. Volker,
> Several security vulnerabilities have been announced for libidn, which 
are fixed
> in 1.33:

> https://lists.gnu.org/archive/html/help-libidn/2016-07/msg9.html

Noted (and also your other mails), will work on it as soon as real work permits.

Ciao
  Volker


[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



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



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




[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



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




cygport: distinguish between x86 and x86_64

2016-08-24 Thread Dr. Volker Zell
Hi

What is the official way to conditionalize .cygport files for
differences in x86 and x86_64 architectures ?

Thanks
  Volker


[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



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




[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



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



[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



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





Re: CALM: error while merging uploaded packages for db (obsoleting db4.8)

2016-08-23 Thread Dr. Volker Zell
>>>>> Achim Gratz writes:

    > Dr. Volker Zell writes:
>> Could somebody please check out what's wrong with my latest "db" upload
>> for x86_64 and x86 and the "db4.8" upload for x86 (should be obsoleted
>> by "db"). It somehow seems to be stuck in my staging area without
>> getting moved to the release area.

> Did you place a !ready file?

I thought it's not needed when doing a cygport upload. At least that's
the case with my other uploads so far.

Ciao
  Volker
  


Re: CALM: error while merging uploaded packages for db (obsoleting db4.8)

2016-08-22 Thread Dr. Volker Zell
>>>>> Corinna Vinschen writes:

> On Aug 22 15:08, Dr. Volker Zell wrote:
>> On 21.08.2016 04:20, Yaakov Selkowitz wrote:
>> > On Sat, 2016-08-20 at 11:13 +0200, Dr. Volker Zell wrote:
>> > > On 19.08.2016 23:20, Yaakov Selkowitz wrote:
>> > > > I would ask you to hold off on 6.x.  The licence change to AGPLv3+
>> > > > is incompatible with a number of packages which use libdb, and
>> > > > therefore both Fedora and Debian have refrained from upgrading past
>> > > > the latest 5.3 revisions for legal reasons.
>> > > > 
>> > > > I understand this may put you in an uncomfortable position given
>> > > > your employer, but it is unfortunately necessary.
>> > > OK to upgrade to latest 5.3.28 ?
>> > > http://download.oracle.com/otndocs/products/berkeleydb/html/changelog
>> > > _5_3.html
>> > Yes, please.  While you are at it, could you please add enable some
>> > sqlite features in libdb_sql which are needed by libgda:
>> > 
>> > http://pkgs.fedoraproject.org/cgit/rpms/libdb.git/tree/libdb.spec#n223
>> 
>> Could you please delete the current contents of the db directories for 
both
>> x86 and x86_64 architectures.

> I cleared out the db dir.

Could somebody please check out what's wrong with my latest "db" upload
for x86_64 and x86 and the "db4.8" upload for x86 (should be obsoleted
by "db"). It somehow seems to be stuck in my staging area without
getting moved to the release area.

Thanks
  Volker
  


[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



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:


Re: CALM: error while merging uploaded packages for db (obsoleting db4.8)

2016-08-22 Thread Dr. Volker Zell

On 21.08.2016 04:20, Yaakov Selkowitz wrote:

On Sat, 2016-08-20 at 11:13 +0200, Dr. Volker Zell wrote:

On 19.08.2016 23:20, Yaakov Selkowitz wrote:

I would ask you to hold off on 6.x.  The licence change to AGPLv3+
is incompatible with a number of packages which use libdb, and
therefore both Fedora and Debian have refrained from upgrading past
the latest 5.3 revisions for legal reasons.

I understand this may put you in an uncomfortable position given
your employer, but it is unfortunately necessary.

OK to upgrade to latest 5.3.28 ?
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog
_5_3.html

Yes, please.  While you are at it, could you please add enable some
sqlite features in libdb_sql which are needed by libgda:

http://pkgs.fedoraproject.org/cgit/rpms/libdb.git/tree/libdb.spec#n223


Could you please delete the current contents of the db directories for 
both x86 and x86_64 architectures.
They still hold the 6.x versions and additionally there are db4.8 
related directories in x86 which are wrong.


I want to upload the latest 5.3 versions and obsoleting the db4.8 for x86.

Thanks
  Volker


Re: CALM: error while merging uploaded packages for db (obsoleting db4.8)

2016-08-20 Thread Dr. Volker Zell

On 19.08.2016 23:20, Yaakov Selkowitz wrote:

On Fri, 2016-08-19 at 20:13 +0200, Dr. Volker Zell wrote:

Corinna Vinschen writes:

 > In the x86 area there's only a release/db4.8 dir, but no
 > release/db/db4.8 dir:

 > $ ls -d db*
 > db4.8  dbus  dbus-glib
 > $ ls db4.8
 > db4.8-4.8.30-1-src.tar.bz2  db4.8-doc  libdb4.8-
devel  setup.hint  tcl-db4.8
 > db4.8-4.8.30-
1.tar.bz2  libdb4.8   md5.sum sha512.sum

 > In your staging area there's only a db dir containing multiple
db4.8
 > releated dirs in parallel:

 > $ ls
 > db-6.2.23-1-src.tar.xz  db-doc libdb-devel setup.hint
 > db-6.2.23-1.tar.xz  db4.8  libdb4.8-devel  tcl-db
 > db-debuginfodb4.8-doc  libdb6.2

 > This looks wrong anyway, even if you planned to obsolete 4.8.

 > Are you going to try further yourself (I just remove the entire
content
 > of your db staging dir) or do you need manual intervention?  If
the
 > latter, what *exactly* is the desired result?

Please remove everything...I know now what I did wrong and will try
again as soon you give me the go...


I would ask you to hold off on 6.x.  The licence change to AGPLv3+ is
incompatible with a number of packages which use libdb, and therefore
both Fedora and Debian have refrained from upgrading past the latest
5.3 revisions for legal reasons.

I understand this may put you in an uncomfortable position given your
employer, but it is unfortunately necessary.


OK to upgrade to latest 5.3.28 ?
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html

Ciao
  Volker



Re: CALM: error while merging uploaded packages for db (obsoleting db4.8)

2016-08-19 Thread Dr. Volker Zell
>>>>> Corinna Vinschen writes:

> On Aug 19 13:50, Dr. Volker Zell wrote:
>> Hi
>> 
>> Can somebody who knows the current upload system better than me resolv
>> the following error mail (and situation) from calm:
>> 
>> ERROR: package 'db4.8' is at paths x86/release/db4.8 and 
x86/release/db/db4.8
>> ERROR: error while merging uploaded x86 packages for Dr. Volker Zell
>> 
>> I just uploaded the latest db packages and on x86 systems they should
>> obsolete the db4.8 packages, but somehow I messed up during upload.

> In the x86 area there's only a release/db4.8 dir, but no
> release/db/db4.8 dir:

> $ ls -d db*
> db4.8  dbus  dbus-glib
> $ ls db4.8
> db4.8-4.8.30-1-src.tar.bz2  db4.8-doc  libdb4.8-devel  setup.hint  
tcl-db4.8
> db4.8-4.8.30-1.tar.bz2  libdb4.8   md5.sum sha512.sum

> In your staging area there's only a db dir containing multiple db4.8
> releated dirs in parallel:

> $ ls
> db-6.2.23-1-src.tar.xz  db-doc libdb-devel setup.hint
> db-6.2.23-1.tar.xz  db4.8  libdb4.8-devel  tcl-db
> db-debuginfodb4.8-doc  libdb6.2

> This looks wrong anyway, even if you planned to obsolete 4.8.

> Are you going to try further yourself (I just remove the entire content
> of your db staging dir) or do you need manual intervention?  If the
> latter, what *exactly* is the desired result?

Please remove everything...I know now what I did wrong and will try again as 
soon you give me the go...

> Thanks,
> Corinna

Thanks
  Volker
  


CALM: error while merging uploaded packages for db (obsoleting db4.8)

2016-08-19 Thread Dr. Volker Zell
Hi

Can somebody who knows the current upload system better than me resolv
the following error mail (and situation) from calm:

ERROR: package 'db4.8' is at paths x86/release/db4.8 and x86/release/db/db4.8
ERROR: error while merging uploaded x86 packages for Dr. Volker Zell

I just uploaded the latest db packages and on x86 systems they should
obsolete the db4.8 packages, but somehow I messed up during upload.

Thanks
  Volker
  


[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



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


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




Re: Obsolete dependency report, 2016-Aug-12

2016-08-17 Thread Dr. Volker Zell

On 13.08.2016 01:13, Yaakov Selkowitz wrote:
I just went through a cleanup of stale packages and obsolete 
dependencies.  Despite having added _several_ different ABI bumps over 
the last month, it looks like we are in *really* good shape.  I would 
like to thank the affected maintainers for rebuilding their packages 
so quickly.


AFAICS there are just a few remaining packages to be rebuilt:

gd[1]Dr. Volker Zell


Will do..


libmng   Dr. Volker Zell


When recompiling this one on x86, I found that a couple of already 
installed .la files have a reference

to a non existing file /usr/lib/libxcb.la, namely
libXfixes.la
libXext.la
libXinerama.la
libXcursor.la

By the way why is libmng in your list ? When checking the new 
dependencies they are the same as the ones

from the current version.

Ciao
  Volker






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 

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 

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.



[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



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.
 



[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



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.


Re: [ACTION REQUIRED] ARCH=noarch uploads with cygport 0.22.0

2016-06-28 Thread Dr. Volker Zell
> Volker Zell writes:

> Yaakov Selkowitz writes:
>> Package Maintainers,
>> cygport 0.22.0 is on its way to the mirrors.  With this release, and 
thanks to
>> Jon Turney's continuing work on calm (the replacement for upset which 
generates
>> setup.ini), packages marked ARCH=noarch will be uploaded once under the
>> /noarch/release hierarchy instead of into each of /x86/release and
>> /x86_64/release.  This change is intended to save disk space and 
bandwidth for
>> both sourceware and our mirrors.

>> A package should be marked ARCH=noarch IF AND ONLY IF *all* subpackages 
thereof
>> do not contain anything compiled with the *native* gcc, and the file 
contents
>> are (or can be) 100% identical for x86 and x86_64. Examples include, but 
are not
>> limited to, packages which contain only:

> Please move mine:

>   ghostscript-fonts-other
>   ghostscript-fonts-std
>   initscripts
>   texi2html

Also move

 aspell-pl
 aspell-sv
 aspell-de
 aspell-en

By the way Yaakov I saw that you have taken a couple of other aspell dicts...
if you like I can hand over mine.
 
Ciao
  Volker


Re: [ACTION REQUIRED] ARCH=noarch uploads with cygport 0.22.0

2016-06-28 Thread Dr. Volker Zell
> Yaakov Selkowitz writes:

> Package Maintainers,
> cygport 0.22.0 is on its way to the mirrors.  With this release, and 
thanks to
> Jon Turney's continuing work on calm (the replacement for upset which 
generates
> setup.ini), packages marked ARCH=noarch will be uploaded once under the
> /noarch/release hierarchy instead of into each of /x86/release and
> /x86_64/release.  This change is intended to save disk space and 
bandwidth for
> both sourceware and our mirrors.

> A package should be marked ARCH=noarch IF AND ONLY IF *all* subpackages 
thereof
> do not contain anything compiled with the *native* gcc, and the file 
contents
> are (or can be) 100% identical for x86 and x86_64. Examples include, but 
are not
> limited to, packages which contain only:

Please move mine:

ghostscript-fonts-other
ghostscript-fonts-std
initscripts
texi2html

Ciao
  Volker
  


[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



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.


[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 

[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



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 

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



Re: [SECURITY] gd: CVE-2016-3074

2016-05-18 Thread Dr. Volker Zell
> Yaakov Selkowitz writes:

> Dr. Volker,
> A heap overflow vulnerability has been announced in gd:

> https://bugzilla.redhat.com/show_bug.cgi?id=1321893
> 
http://pkgs.fedoraproject.org/cgit/rpms/gd.git/plain/gd-heap-overflow.patch

> Would you be able to spin an update with that patch soon?

Last week of June the earliest. Same goes with the rest of my packages.

> Yaakov

Sorry
  Volker
  


[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



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.


Re: [SECURITY] nettle

2016-03-03 Thread Dr. Volker Zell
Hi

Will do on monday...

Ciao
  Volker
  
>>>>> Yaakov Selkowitz writes:

> Dr. Volker,
> Three CVEs have been announced for nettle.  The upstream 3.2 release 
includes
> the fixes, but that involves an ABI version bump -- and hence an immediate
> rebuild of the six packages which depend on nettle.  In the meantime, 
could you
> also provide a 2.7.1 with the following patch:

> 
http://pkgs.fedoraproject.org/cgit/rpms/nettle.git/plain/nettle-2.7.1-ecc-cve.patch?h=f22

> TIA,

    > -- 
> Yaakov

-- 
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-Nederland, Nr. 30143697
   
Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher  
 


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.


[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



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 

[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 

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: Obsolete dependency report, 2015-Oct-15

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

> With the ABI-breaking updates to Boost and ICU, there are a number of
> packages which now need to be rebuilt:

> gnuplot          Dr. Volker Zell
> pstoedit         Dr. Volker Zell

I don't see where these depends on both...

> Yaakov

Ciao
  Volker
  


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



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 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
>>>>> 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



[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 at 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



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 at 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.


[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 at 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: [SECURITY] gnutls (CVE-2015-6251)

2015-08-24 Thread Dr. Volker Zell
 Yaakov Selkowitz writes:

 Dr. Volker,

Hi

 http://www.gnutls.org/security.html#GNUTLS-SA-2015-3

 Fix: upgrade to 3.3.17, which is supposed to be ABI-compatible with 3.2
 (minus the removal of the libgnutls-xssl wrapper library, which is
 unused AFAIK), OR add the following patch to 3.2.20:

 
https://gitlab.com/gnutls/gnutls/commit/272854367efc130fbd4f1a51840d80c630214e12.diff

Will do on friday, I'm on a work trip right now.

 TIA,

 Yaakov

Ciao
  Volker
  


[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 at 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: [SECURITY] libwmf

2015-07-09 Thread Dr. Volker Zell
 Yaakov Selkowitz writes:

 On Mon, 2015-06-29 at 17:56 +0200, Dr. Volker Zell wrote:
  Yaakov Selkowitz writes:
  On Mon, 2015-06-08 at 15:42 -0500, Yaakov Selkowitz wrote:
  On Fri, 2015-06-05 at 03:17 -0500, Yaakov Selkowitz wrote:
   Dr. Volker,
   
   A security vulnerability has been made public for libwmf:
   
   https://bugzilla.redhat.com/show_bug.cgi?id=1227243
  
  Actually, it's worse than that.  Despite configuring with 
--with-sys-gd,
  libwmf is still being built with the bundled libgd (which has either 
an
  older or custom API) instead of the system one.  Therefore, 
practically
  the entire patchset is required to fix all known vulnerabilities:
  
  http://pkgs.fedoraproject.org/cgit/libwmf.git/
 
  Are you still with us?  
 
 Yes, but NO time right now (plus upcoming vacation)

 Understood, I've uploaded 0.2.8.4-15 with the complete patchset.

Thanks

 BTW, tzcode has been a bit neglected as of late, and it's the sort of
 package that really needs to be kept timely (forgive the pun).  Would
 you mind if we took over maintainership?

Just go ahead...

 --
 Yaakov

Ciao
  Volker
  


Re: [SECURITY] libwmf

2015-06-29 Thread Dr. Volker Zell
 Yaakov Selkowitz writes:

 On Mon, 2015-06-08 at 15:42 -0500, Yaakov Selkowitz wrote:
 On Fri, 2015-06-05 at 03:17 -0500, Yaakov Selkowitz wrote:
  Dr. Volker,
  
  A security vulnerability has been made public for libwmf:
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1227243
 
 Actually, it's worse than that.  Despite configuring with --with-sys-gd,
 libwmf is still being built with the bundled libgd (which has either an
 older or custom API) instead of the system one.  Therefore, practically
 the entire patchset is required to fix all known vulnerabilities:
 
 http://pkgs.fedoraproject.org/cgit/libwmf.git/

 Are you still with us?  

Yes, but NO time right now (plus upcoming vacation)

Ciao
  Volker
  


[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 at 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 at 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
 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



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
 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



Re: [ITA] xclip-0.12: Command line clipboard grabber

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

 On 4/23/2015 1:53 PM, Dr. Volker Zell wrote:
 Hi
 
 I would like to adopt and maintain the orphaned 'xclip' package.
 

 already your
 https://cygwin.com/cygwin-pkg-maint

 I presume Corinna touched it, but there is no trace in the cvs log.

Can I upload ? Did you checked the package ?

Ciao
  Volker
  


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



[ITA] xclip-0.12: Command line clipboard grabber

2015-04-23 Thread Dr . Volker Zell
Hi

I would like to adopt and maintain the orphaned 'xclip' package.

Here are the setup.hint files:
---
./setup.hint

category: X11
requires: bash libX11_6 libXmu6 coreutils gzip tar
sdesc: Command line clipboard grabber
ldesc: xclip is a command line utility that is designed to run on any system 
with an
X11 implementation. It provides an interface to X selections (the clipboard)
from the command line. It can read data from standard in or a file and place it
in an X selection for pasting into other X applications. xclip can also print
an X selection to standard out, which can then be redirected to a file or
another program.

---
./xclip-debuginfo/setup.hint

category: Debug
requires: cygwin-debuginfo
external-source: xclip
sdesc: Debug info for xclip
ldesc: This package contains files necessary for debugging the
xclip package with gdb.



For downloading 

wget -x -nH --cut-dirs=2 \
 http://volkerzell.de/cygwin/ITP/xclip/setup.hint \
 http://volkerzell.de/cygwin/ITP/xclip/xclip-0.12-2-src.tar.xz \
 http://volkerzell.de/cygwin/ITP/xclip/xclip-0.12-2.tar.xz

Ciao
  Volker


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 at 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



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 at 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.


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



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



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



[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 at 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 at 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



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 at 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.


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 at 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.


[ANNOUNCEMENT] New package: picard-1.3.2 - MusicBrainz audio tagger

2015-02-19 Thread Dr . Volker Zell
Hi

The package picard is now available with the Cygwin distribution:

 o http://picard.musicbrainz.org/ (Homepage)


DESCRIPTION:


MusicBrainz Picard is the official MusicBrainz tagger. Picard
supports the majority of audio file formats, is capable of using audio
fingerprints (PUIDs, AcoustIDs), performing CD lookups and disc ID submissions,
and has excellent Unicode support.

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:
cyg...@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.

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



[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



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:
cyg...@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.


  1   2   3   4   5   6   7   8   9   10   >