Fwd: Updated: {xfig/xfig-lib}-3.2.5c-3: An interactive drawing tool

2016-07-07 Thread Rodrigo Medina
New verion of xfig does not display fonsts properly.
All fonts are displayed with the same vanilla font. This problem
appears with new drawings or with old .fig files.

RM

--
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: mutt-1.6.2-1

2016-07-07 Thread Marco Atzeri

New versions 1.6.2-1 of

  mutt

is available in the Cygwin distribution:

CHANGES
Last upstream release. Bug fix only

Full details on:
http://marc.info/?l=mutt-users&m=146787029025050&w=2
http://www.mutt.org/doc/devel/UPDATING


DESCRIPTION
The Mutt E-Mail Client
"All mail clients suck. This one just sucks less."

Mutt is a small but very powerful text-based mail client
for Unix operating systems.


HOMEPAGE
http://www.mutt.org/

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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



[ANNOUNCEMENT] New Package : qpdf-6.0.0-1

2016-07-07 Thread Marco Atzeri

Versions 6.0.0-1 of

  qpdf
  libqpdf17
  libqpdf-devel

are available in the Cygwin distribution:

CHANGES
First release for Cygwin
Upstream info
https://sourceforge.net/p/qpdf/mailman/message/34609312/


DESCRIPTION
QPDF is a command-line program that does structural, content-preserving
transformations on PDF files. It also provides many useful capabilities
to developers of PDF-producing software or for people who just want to
look at the innards of a PDF file to learn more about how they work.

QPDF is capable of creating linearized (also known as web-optimized)
files and encrypted files. QPDF also supports a special mode designed
to allow you to edit the content of PDF files in a text editor.

QPDF includes support for merging and splitting PDFs through the
ability to copy objects from one PDF file into another and to manipulate
the list of pages in a PDF file. The QPDF library also makes it possible
for you to create PDF files from scratch.


HOMEPAGE
http://qpdf.sourceforge.net/

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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



Install bug(s): bzip2-1 and x3270

2016-07-07 Thread Ilya Zakharevich
I want to report that (in a certain scenario), I managed to install
Cygwin (32 bit) successfully.  All I needed was (some luck, see (C)
below) and 2 fixes (see (C) and (D) below).

== Scenario:
  (A) Download full cygwin (with obsolete packages hidded, and — if it
  asked [I do not remember] — agreeing on requiring obsolete stuff) in 
Summer 2015.
  (B) Install all but the Debug category (agreeing on required obsolete stuff) 
    — this would not succeed (many postinstall scripts failed).

I had no time to investigate this in 2015.  A week ago:

  (C) I found out that a frequent understandable error in the logs was:
D:/Programs/cygwin/bin/mkfontscale.exe: error while loading shared 
libraries: cygbz2-1.dll: cannot open shared object file: No such file or 
directory
  so I manually requested that the install_tool installs the
  libbz2_1 package.

  While doing this, I did not notice that install_tool was in
  "Cur" state (as opposed to "Keep"), so it pulled in several
  dozens of new versions packages too.

  It so happened that this WAS a correct combination to fix
  problems with cygwin-of-Summer-2015.  (But by itself, current
  state of cygwin does not install; see below!!!) 

  (D) Everything would install fine now (hurray!!!) except:
x3270.sh exit code 1
opendir: No such file or directory

Fix: mkdir D:\Programs\cygwin\usr\share\fonts\encodings
and rerun install_tool.  Result: everything
installs fine!

Conclusion:
   (1) at least in 2015, many packages requiring libbz2_1 were not marked as 
such.
  (this may have been already changed; the above scenario
   gives no info about this);

   (2) postinstall/x3270.sh needs an extra line, mkdir'ing the
   ENCODINGS directory.

Thanks,
Ilya

P.S.  Unfortunately, no luck with upgrading to the current state of
  cygwin: install does not succeed any more (I would report this
  separately).

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



Failure of cygwin install

2016-07-07 Thread Ilya Zakharevich
Scenario:
  (A) Download full cygwin in Summer 2015.

  (B) Install all but “Debug” category.
  - did not succeed (reported separately; and see below)

  (C) (1) Rerun install_tool recently in “Cur” mode, which pulled several new 
versions;
  (2) Do a couple of manual tweaks (described in the other message of mine 
of today)
  - resulted in a successfully finished installation
(mostly of packages were still in the state of Summer 2015).

  (D) Run download/install AGAIN (a week ago) in this state of install_tool:

   CUR
  All: Install
 Debug: Default

  Unfortunately, this did not succeed (again, as in 2015!)…

Here are the relevant parts of the log:

== (1) Coredump (during rebase?)

/usr/x86_64-pc-cygwin/sys-root/usr/bin/libtk8.5.dll: skipped because wrong 
machine type.
Segmentation fault (core dumped)

== (2) DLL named "?" cannot be loaded

… lines immediately after the segfault:
2016/07/03 05:44:42 running: D:\Programs\cygwin\bin\dash.exe 
"/etc/postinstall/0p_texlive_prep.dash"
D:/Programs/cygwin/bin/perl.exe: error while loading shared libraries: ?: 
cannot open shared object file: No such file or directory
… Also at the end:
2016/07/03 05:45:54 running: D:\Programs\cygwin\bin\dash.exe 
"/etc/postinstall/zp_texlive_finish.dash"
D:/Programs/cygwin/bin/perl.exe: error while loading shared libraries: ?: 
cannot open shared object file: No such file or directory

== (3) mingw64-x86_64 trying to load its DLL on 32-bit machine 
(probably messing up fontconfig too???  see (4))

… Few lines skipped after perl’s failure above, then:
2016/07/03 05:45:19 running: D:\Programs\cygwin\bin\bash.exe --norc --noprofile 
"/etc/postinstall/mingw64-x86_64-glib2.0-networking.sh"
/etc/postinstall/mingw64-x86_64-glib2.0-networking.sh: line 1: 
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gio-querymodules: cannot execute 
binary file: Exec format error
2016/07/03 05:45:20 abnormal exit: exit code=126
… Same errors for 
2016/07/03 05:45:20 running: D:\Programs\cygwin\bin\bash.exe --norc --noprofile 
"/etc/postinstall/mingw64-x86_64-librsvg2.sh"
/etc/postinstall/mingw64-x86_64-librsvg2.sh: line 1: 
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gdk-pixbuf-query-loaders: cannot 
execute binary file: Exec format error
2016/07/03 05:45:20 abnormal exit: exit code=126
2016/07/03 05:45:20 running: D:\Programs\cygwin\bin\bash.exe --norc --noprofile 
"/etc/postinstall/mingw64-x86_64-libwmf.sh"
/etc/postinstall/mingw64-x86_64-libwmf.sh: line 1: 
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gdk-pixbuf-query-loaders: cannot 
execute binary file: Exec format error
2016/07/03 05:45:20 abnormal exit: exit code=126

= (4) fontconfig messed up:

2016/07/03 05:45:23 running: D:\Programs\cygwin\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_fontconfig_cache_1.sh"
Fontconfig error: Cannot load default config file
… then near end
2016/07/03 05:45:52 running: D:\Programs\cygwin\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_mingw64-x86_64-fontconfig_cache.sh"
/etc/postinstall/zp_mingw64-x86_64-fontconfig_cache.sh: line 1: 
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/fc-cache: cannot execute binary 
file: Exec format error

---

Any idea how to fix this?

Thanks,
Ilya

--
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: Failure of cygwin install

2016-07-07 Thread Marco Atzeri

On 07/07/2016 12:31, Ilya Zakharevich wrote:

Scenario:
  (A) Download full cygwin in Summer 2015.

  (B) Install all but “Debug” category.
  - did not succeed (reported separately; and see below)



don't install all. The 32 bit address will not support it and
fork collision are almost sure.

Install only what you really need.



--
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: How to build Emacs in Cygwin environment?

2016-07-07 Thread Andy Moreton
On Thu 07 Jul 2016, Xi Shen wrote:

> So I should execute "config --with-w32" inside a cygwin environment?
>
>
> Xi Shen
> about.me/davidshen

As I said in my previous message, read INSTALL.REPO in the emacs repo,
and follow the instructions it contains.

Use "./configure --with-w32" if you want a cygwin emacs that uses the
Win32 GUI (i.e. does not need use an X11 server for display).

AndyM


--
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: Setup of texlive-collection-basic waits in postinstall/0p_texlive_prep.dash

2016-07-07 Thread Pavel Kudrna

Hi all,
sorry for late response.

I found the solution doing following steps:

1. I removed /etc/postinstall/0p_texlive_prep.dash so setup of 
unaffected packages (i.e. other than texlive-*) did not stall anymore.


2. I unchecked the "Hide obsolete packages" checkbox in Cygwin Setup and 
uninstalled all the packages I had in the "_obsolete" category.


3. I also looked over the Full View of packages and removed all the 
packages which had question mark in the column Size.


After that both texlive and texlive-collection-basic packages became 
installable and reinstallable, i.e. all the /etc/postinstall and 
/etc/preremove scripts including namely the 
/etc/postinstall/0p_texlive_prep.dash run without problems.


Maybe the maintenance like 2. and 3. is already recommended somewhere 
and doing that regularly would prevent my problem.


Thank you for help.
PK

--
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: Setup of texlive-collection-basic waits in postinstall/0p_texlive_prep.dash

2016-07-07 Thread Marco Atzeri



On 07/07/2016 14:00, Pavel Kudrna wrote:

Hi all,
sorry for late response.

I found the solution doing following steps:

1. I removed /etc/postinstall/0p_texlive_prep.dash so setup of
unaffected packages (i.e. other than texlive-*) did not stall anymore.

2. I unchecked the "Hide obsolete packages" checkbox in Cygwin Setup and
uninstalled all the packages I had in the "_obsolete" category.

3. I also looked over the Full View of packages and removed all the
packages which had question mark in the column Size.


cygcheck-dep can help you to identify packages in such state




Thank you for help.
PK





--
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: cygstart.exe can't open file:///C:/

2016-07-07 Thread Andrey Repin
Greetings, Brian Inglis!

> Gene Pavlovsky  gmail.com> writes:
>> On 4 July 2016 at 04:10, Juan Miguel Navarro Martínez wrote:
>>> On 2016-07-04 at 01:51, Gene Pavlovsky wrote:
 cygstart‘s manpage says it’s similar to the Windows command-line start 
 command.
 However, cygstart file:///C:/ results in an error message:  Unable to
 start 'C:\cygwin\c\': The specified file was not found.
 The Windows start command opens file:///C:/ links in the default browser
 without a hitch.

>> Juan, thanks for this, it does work. (on my system I setup `cygdrive` to be
>> `/mnt` using fstab, though).
>> But I think the C:/ syntax should be supported as well. After all, `ls C:/`
>> works correctly on Cygwin.

> cygstart file://C:/ works - read the MS DN and MS KB articles on file URIs
> and shlwapi

Which isn't quite right. "file:" is a protocol, "//" is the foreign host mark,
"[.]/" is "current host's filesystem root".
So, I guess, the CORRECT solution (or, rather, workaround) would be an
explicit "." in host name.

cygstart "file://./C:/"

Works here. Please try it yourself.


-- 
With best regards,
Andrey Repin
Thursday, July 7, 2016 17:29:00

Sorry for my terrible english...

Re: cygstart.exe can't open file:///C:/

2016-07-07 Thread Brian Inglis
Andrey Repin writes:
>Brian Inglis writes:
>> cygstart file://C:/ works - read the MS DN and MS KB articles on file URIs
>> and shlwapi
> Which isn't quite right. "file:" is a protocol, "//" is the foreign host
mark, "[.]/" is "current host's filesystem root".
> So, I guess, the CORRECT solution (or, rather, workaround) would be an
explicit "." in host name.
> cygstart "file://./C:/"
> Works here. Please try it yourself.

MS approach makes some sense, as the RFCs e.g. 3986 define what you call the
the "host" as the namespace authority. In Unix systems, you have only one
unified local namespace (even though the mounted filesystems can have
radically different namespace rules e.g. fat, ufs, ext?, and the RFCs state
the authority may be delegated, so the rules can change along the path),
whereas on Windows, each device represents (possibly virtual e.g. subst)
separate filesystem namespaces. 

Where MS approach makes no sense, is that . is a (MS) kludge which works,
but other local synonyms: null/nothing, localhost, 127.0.0.1, [::1] do not,
whereas $BROWSER file://{,.,localhost,127.0.0.1,::1}/C{:,\|} displays
identical contents, differing only in whether a : or | follows the drive
letter in the address for each tab. 

I dealt with a Windows product where file: (but not ftp, http, or https) had
to have an initial cap File: to work. The vendor accepted a bug report but
made it a doc issue rather than doing a non-compliance fix. The company
and/or products were traded annually  like an end of career player! 


--
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: cygstart.exe can't open file:///C:/

2016-07-07 Thread Andrey Repin
Greetings, Brian Inglis!

> Andrey Repin writes:
>>Brian Inglis writes:
>>> cygstart file://C:/ works - read the MS DN and MS KB articles on file URIs
>>> and shlwapi
>> Which isn't quite right. "file:" is a protocol, "//" is the foreign host
> mark, "[.]/" is "current host's filesystem root".
>> So, I guess, the CORRECT solution (or, rather, workaround) would be an
> explicit "." in host name.
>> cygstart "file://./C:/"
>> Works here. Please try it yourself.

> MS approach makes some sense, as the RFCs e.g. 3986 define what you call the
> the "host" as the namespace authority. In Unix systems, you have only one
> unified local namespace (even though the mounted filesystems can have
> radically different namespace rules e.g. fat, ufs, ext?, and the RFCs state
> the authority may be delegated, so the rules can change along the path),
> whereas on Windows, each device represents (possibly virtual e.g. subst)
> separate filesystem namespaces. 

> Where MS approach makes no sense, is that . is a (MS) kludge which works,
> but other local synonyms: null/nothing, localhost, 127.0.0.1, [::1] do not,
> whereas $BROWSER file://{,.,localhost,127.0.0.1,::1}/C{:,\|} displays
> identical contents, differing only in whether a : or | follows the drive
> letter in the address for each tab. 

file://localhost/C:/ works, at least for CMD call. Not for cygstart, though.
Using IP, of course, does not, which, again, makes sense.
Browsers, on the other hand, often have their own protocol translation, so you
can't quite compare their behavior to native API calls.

> I dealt with a Windows product where file: (but not ftp, http, or https) had
> to have an initial cap File: to work. The vendor accepted a bug report but
> made it a doc issue rather than doing a non-compliance fix. The company
> and/or products were traded annually  like an end of career player! 

*sigh*


-- 
With best regards,
Andrey Repin
Thursday, July 7, 2016 20:38:24

Sorry for my terrible english...


--
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: mintty 2.4.0

2016-07-07 Thread Thomas Wolff

I have uploaded mintty 2.4.0 with the following changes:

Configuration:
  * Drag-and-drop for Theme and Wave sound file name configuration (#193).
  * Link to Color Scheme Configurator in Options menu (#193).
  * Drag-and-drop and Store from Color Scheme Configurator (#193).
  * Drag-and-drop and Store from theme file on the web (#193).
  * Loading theme and bell sound resources also from XDG default config 
dir (#525), Windows AppData dir, or /usr/share/mintty.

  * Enabling cygwin path style for wave file configuration.
  * Size option -s is not persisted in config file on Save.

Text display:
  * Handling low-contrast of configured cursor colours more gracefully 
(#548).

  * Tweaked manual underline to scale with font and avoid scroll glitches.
  * Manual drawing of VT100 line drawing graphics (#130, ~#551).
  * Fixed right-to-left mirroring of '('.
  * Not combining characters to unexisting glyphs.
  * Preventing mangled digit rendering if surrounded by certain scripts 
(~#285).
  * Preventing mangled combining characters by drawing them separately 
(~#553, #295).
  * Option WideIndic for double-width display of wide Indic characters 
(#553) (experimental).


Window handling:
  * Tweaked DPI changes to stabilize roundtrips of font and window size 
(#470).

  * Option HandleDPI=false to disable handling of DPI changes (#547, #492).
  * Heuristic attempt to stabilize font size roundtrips after fullscreen.

The homepage is at http://mintty.github.io/
It also links to the issue tracker.

--
Thomas

--
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] php 5.6.23-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* php-5.6.23-1
* php-devel-5.6.23-1
* httpd-mod_php5-5.6.23-1
* php-bcmath-5.6.23-1
* php-bz2-5.6.23-1
* php-calendar-5.6.23-1
* php-ctype-5.6.23-1
* php-curl-5.6.23-1
* php-dba-5.6.23-1
* php-enchant-5.6.23-1
* php-exif-5.6.23-1
* php-fileinfo-5.6.23-1
* php-ftp-5.6.23-1
* php-gd-5.6.23-1
* php-gettext-5.6.23-1
* php-gmp-5.6.23-1
* php-iconv-5.6.23-1
* php-imap-5.6.23-1
* php-ldap-5.6.23-1
* php-intl-5.6.23-1
* php-mbstring-5.6.23-1
* php-mcrypt-5.6.23-1
* php-mssql-5.6.23-1
* php-mysql-5.6.23-1
* php-mysqli-5.6.23-1
* php-odbc-5.6.23-1
* php-opcache-5.6.23-1
* php-pdo_dblib-5.6.23-1
* php-pdo_mysql-5.6.23-1
* php-pdo_odbc-5.6.23-1
* php-pdo_pgsql-5.6.23-1
* php-pdo_sqlite-5.6.23-1
* php-pgsql-5.6.23-1
* php-phar-5.6.23-1
* php-posix-5.6.23-1
* php-pspell-5.6.23-1
* php-recode-5.6.23-1
* php-shmop-5.6.23-1
* php-simplexml-5.6.23-1
* php-soap-5.6.23-1
* php-sqlite3-5.6.23-1
* php-sybase_ct-5.6.23-1
* php-sockets-5.6.23-1
* php-sysvmsg-5.6.23-1
* php-sysvsem-5.6.23-1
* php-sysvshm-5.6.23-1
* php-tidy-5.6.23-1
* php-tokenizer-5.6.23-1
* php-wddx-5.6.23-1
* php-xmlreader-5.6.23-1
* php-xmlrpc-5.6.23-1
* php-xmlwriter-5.6.23-1
* php-xsl-5.6.23-1
* php-zip-5.6.23-1
* php-zlib-5.6.23-1

PHP (recursive acronym for 'PHP: Hypertext Preprocessor') is a widely-used 
Open Source general-purpose scripting language that is especially suited 
for Web development and can be embedded into HTML.

This is an update to the latest 5.6 bugfix release, which includes fixes for 
CVE-2016-5093, CVE-2016-5094, CVE-2016-5096, CVE-2016-5768, CVE-2016-5769, 
CVE-2016-5770, CVE-2016-5771, CVE-2016-5772, CVE-2016-5773, and other issues:

https://secure.php.net/ChangeLog-5.php#5.6.22
https://secure.php.net/ChangeLog-5.php#5.6.23

--
Yaakov

--
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] libarchive 3.1.2-4

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* libarchive13-3.1.2-4
* libarchive-devel-3.1.2-4
* bsdtar-3.1.2-4
* bsdcpio-3.1.2-4
* mingw64-i686-libarchive-3.1.2-2
* mingw64-x86_64-libarchive-3.1.2-2

Libarchive is a programming library that can create and read several 
different streaming archive formats, including most popular tar variants, 
several cpio formats, and both BSD and GNU ar variants. It can also write 
shar archives and read ISO9660 CDROM images and ZIP archives. The bsdtar 
program is an implementation of tar(1) that is built on top of libarchive. 
It started as a test harness, but has grown into a feature-competitive 
replacement for GNU tar.

This release includes a patch for CVE-2016-1541:

https://bugzilla.redhat.com/show_bug.cgi?id=1334211

--
Yaakov

--
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] jq 1.5-2

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* jq-1.5-2
* libjq1-1.5-2
* libjq-devel-1.5-2

jq is like sed for JSON data – you can use it to slice and filter and map 
and transform structured data with the same ease that sed, awk, grep and 
friends let you play with text.

This release has been rebuilt for onig-6.0.

--
Yaakov

--
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] tzdata 2016f-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* tzdata-2016f-1

The Time Zone Database (often called tz or zoneinfo) contains code and data 
that represent the history of local time for many representative locations 
around the globe. It is updated periodically to reflect changes made by 
political bodies to time zone boundaries, UTC offsets, and daylight-saving 
rules.

This release includes the latest time zone changes:

https://mm.icann.org/pipermail/tz-announce/2016-July/40.html

--
Yaakov

--
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] mysql 10.1.14-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* mysql-10.1.14-1
* mysql-server-10.1.14-1
* mysql-bench-10.1.14-1
* mysql-common-10.1.14-1
* mysql-test-10.1.14-1
* libmysqlclient18-10.1.14-1
* libmysqlclient-devel-10.1.14-1
* libmysqld18-10.1.14-1
* libmysqld-devel-10.1.14-1

MySQL delivers a very fast, multi-threaded, multi-user, and robust SQL 
(Structured Query Language) database server.  The client components are 
stable, but the daemon should be considered experimental and not ready for 
mission-critical deployment.

This is an update to the latest stable release from the MariaDB project.  
Those using the server should review the following documents before upgrading:

https://mariadb.com/kb/en/mariadb/upgrading-from-mariadb-55-to-mariadb-100/
https://mariadb.com/kb/en/mariadb/upgrading-from-mariadb-100-to-101/

--
Yaakov

--
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] krb5 1.14.1-2

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* krb5-workstation-1.14.1-2
* krb5-server-1.14.1-2
* krb5-server-ldap-1.14.1-2
* krb5-pkinit-1.14.1-2
* krb5-k5tls-1.14.1-2
* krb5-samples-1.14.1-2
* krb5-doc-1.14.1-2
* libgssapi_krb5_2-1.14.1-2
* libgssrpc4-1.14.1-2
* libk5crypto3-1.14.1-2
* libkadm5clnt_mit10-1.14.1-2
* libkadm5srv_mit10-1.14.1-2
* libkdb5_8-1.14.1-2
* libkrad0-1.14.1-2
* libkrb5_3-1.14.1-2
* libkrb5support0-1.14.1-2
* libkrb5-devel-1.14.1-2

This is the reference implementation of the Kerberos network authentication 
protocol from MIT. It is designed to provide strong authentication for 
client/server applications by using secret-key cryptography.

This release includes the latest patchset from Fedora.

--
Yaakov

--
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] php-jsonc 1.3.10-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* php-jsonc-1.3.10-1

PHP support for JSON (JavaScript Object Notation) serialization. This is a 
drop-in alternative to the standard json extension which uses the JSON-C 
library.

This is an update to the latest upstream release:

https://pecl.php.net/package-changelog.php?package=jsonc&release=1.3.10

--
Yaakov

--
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] xerces-c 3.1.4-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* libxerces-c31-3.1.4-1
* libxerces-c-devel-3.1.4-1
* mingw64-i686-xerces-c-3.1.4-1
* mingw64-x86_64-xerces-c-3.1.4-1

Xerces-C++ is a validating XML parser written in a portable subset of C++. 
Xerces-C++ makes it easy to give your application the ability to read and 
write XML data. A shared library is provided for parsing, generating, 
manipulating, and validating XML documents using the DOM, SAX, and SAX2 
APIs.

This is an update to the latest upstream release, which includes fixes for 
CVE-2016-2099 and CVE-2016-4463:

https://bugzilla.redhat.com/show_bug.cgi?id=1310699
https://bugzilla.redhat.com/show_bug.cgi?id=1348845

--
Yaakov

--
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] imlib2 1.4.9-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* imlib2-1.4.9-1
* libImlib2_1-1.4.9-1
* libImlib2-devel-1.4.9-1

This is the Imlib 2 library - a library that does image file loading and 
saving as well as rendering, manipulation, arbitrary polygon support, etc. 
It does ALL of these operations FAST. Imlib2 also tries to be highly 
intelligent about doing them, so writing naive programs can be done easily, 
without sacrificing speed.

This is an update to the latest upstream release, which includes fixes for 
CVE-2016-3993 and CVE-2016-4024:

https://bugzilla.redhat.com/show_bug.cgi?id=1323616
https://bugzilla.redhat.com/show_bug.cgi?id=1327477

--
Yaakov

--
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] mingw64-*-libXpm 3.5.11-2

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* mingw64-i686-libXpm-3.5.11-2
* mingw64-x86_64-libXpm-3.5.11-2

These packages provide a pure Windows port of the XPM parser library without 
any dependencies on the X11 protocol libraries.

--
Yaakov

--
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] vim 7.4.1990-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* vim-7.4.1990-1
* vim-common-7.4.1990-1
* vim-minimal-7.4.1990-1
* gvim-7.4.1990-1
* xxd-7.4.1990-1
* vim-doc-7.4.1990-1

Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi. 
Almost every possible command can be performed using only ASCII characters. 
Many new features have been added: multilevel undo, command line history, 
file name completion, block operations, and editing of binary data.

This is an update to yesterday's upstream patchset.

--
Yaakov

--
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] libpsl 0.13.0-2

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* libpsl5-0.13.0-2
* libpsl-devel-0.13.0-2
* libpsl-doc-0.13.0-2
* publicsuffix-utils-0.13.0-2
* publicsuffix-list-20160706-1

A public suffix is one under which Internet users can (or historically 
could) directly register names. Some examples of public suffixes are .com, 
.co.uk and pvt.k12.ma.us. The Public Suffix List is a list of all known 
public suffixes.

This is an update and rebuild for the latest version of the list.

--
Yaakov

--
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] libspectre 0.2.8-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* libspectre1-0.2.8-1
* libspectre-devel-0.2.8-1

libspectre is a small library for rendering Postscript documents.
It provides a convenient easy to use API for handling and rendering
Postscript documents.

This is an update to the latest upstream bugfix release.

--
Yaakov

--
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] aspell-en 2016.06.26.0-1

2016-07-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* aspell-en-2016.06.26.0-1

GNU Aspell is a Free and Open Source spell checker designed to eventually 
replace Ispell. It can either be used as a library or as an independent 
spell checker.  This package provides English dictionaries for Aspell.

This is an update to the latest upstream release.

--
Yaakov

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



WARNING: Couldn't compute FAST_CWD pointer

2016-07-07 Thread Martin Gregory

I just updated to Win 10.

Now I get this:

C:\IAS_Advantage>ls
  1 [main] ls 2504 find_fast_cwd: WARNING: Couldn't compute 
FAST_CWD pointer.  Please report this problem to

the public mailing list cygwin@cygwin.com

So ... that's what I've done (after a brief google didn't turn up a 
solution)


Martin


--
Martin Gregory
Principal Consultant
Australian Semiconductor Technology Company (ASTC) Pty Ltd
76 Waymouth St, Adelaide, Australia SA 5000

ph: + 61 402 410 971



--
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: WARNING: Couldn't compute FAST_CWD pointer

2016-07-07 Thread Marco Atzeri

On 08/07/2016 07:21, Martin Gregory wrote:

I just updated to Win 10.

Now I get this:

C:\IAS_Advantage>ls
  1 [main] ls 2504 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.  Please report this problem to
the public mailing list cygwin@cygwin.com

So ... that's what I've done (after a brief google didn't turn up a
solution)

Martin



Hi Martin,
the software that is packing that VERY OLD version of cygwin is
behind several years.

Ask them to upgrade to a more recent version or install
by your self cygwin from the source:
https://www.cygwin.com/


PS: no idea at all what IAS_Advantage is.

Regards
Marco

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