Re: [ANNOUNCEMENT] Updated: perl-5.18.2-1 (x86) [test] Attn Maintainers with perl reqs

2014-05-30 Thread Yaakov (Cygwin/X)
On 2014-05-29 13:27, Achim Gratz wrote: Reini Urban writes: I also found out that several vendor packages are now separated on x86_64, so I’ll have to split them also for 32bit. Lot more work todo for me, but apparently some guys just went ahead. My offer for help still stands. As does mine

Re: empty pango.modules file

2014-05-30 Thread Yaakov (Cygwin/X)
On 2014-05-28 18:10, Tatsuro MATSUOKA wrote: I have notices that font is ugly for cairo related terminal on gnuplot 4.6.3 and my own build gnuplot 5.0rc-1. This sounds like you don't have the right fonts installed. I found that pango.modules in C:\cygwin\etc\pango is empty. That is normal;

Re: cygwin64 install g++ v 4.6.4

2014-05-30 Thread Yaakov (Cygwin/X)
On 2014-05-29 03:58, David Stacey wrote: On 29/05/14 05:19, Philapol wrote: I would like to install g++ v 4.6.4 under cygwin64 but only v 4.8.2 is available. What is the procedure to install this older version? 64-bit Cygwin is relatively new, and the earliest version of gcc that was built for

Re: About the new cygwin-1.7.30-1

2014-05-23 Thread Yaakov (Cygwin/X)
On 2014-05-23 18:07, Angelo Graziosi wrote: This evening, setup.exe installed the upgrade of cygwin package, 1.7.30. After the upgrade, I moved the /etc/{passwd,group} to /etc/{passwd,group}.orig and restarted MinTTY, and it showed the messages I need to regenerate /etc/{passwd,group}... Should

[ANNOUNCEMENT] Updated: freetds-0.91.103-1

2014-05-23 Thread Yaakov (Cygwin/X)
Server and Sybase databases. An ODBC driver is also available. This is an update to the latest upstream patch release, and has been built for MIT Kerberos. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce

[ANNOUNCEMENT] Updated: curl-7.37.0-1

2014-05-23 Thread Yaakov (Cygwin/X)
, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, proxy tunneling and more. This is an update to the latest upstream release, and has been built with MIT Kerberos. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: bind-9.9.5-3

2014-05-23 Thread Yaakov (Cygwin/X)
The following package has been updated in the Cygwin distribution: *** bind-9.9.5-3 *** bind-utils-9.9.5-3 ISC BIND is a suite of Domain Name Service (DNS) utilities. This release has been rebuilt for MIT Kerberos. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: OpenSSH-6.6.1p1-3

2014-05-23 Thread Yaakov (Cygwin/X)
I've just updated the Cygwin version of OpenSSH to 6.6.1p1-3. This release has been rebuilt for MIT Kerberos. HEADSUP: The upstream developers are planning to remove tcp-wrappers support from the next OpenSSH release 6.7p1. If you have a legitimate utilisation of tcp-wrappers

[ANNOUNCEMENT] New: krb5-1.12.1-2 (replaces: heimdal)

2014-05-23 Thread Yaakov (Cygwin/X)
tickets and TGTs managed by the krb5-workstation tools. -- Yaakov Cygwin/X 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-uns

Re: problem in tcl and tcl-tk

2014-05-19 Thread Yaakov (Cygwin/X)
On 2014-05-19 04:38, Toshiaki Shimoi wrote: For these files, file mode bits lack execute(x). /usr/lib/tclConfig.sh /usr/lib/tkConfig.sh And why do you believe that this is a problem? These aren't standalone scripts; they are intended to be sourced by configure scripts, which does not require

[ANNOUNCEMENT] Updated: tiff-3.9.7-4 [SECURITY]

2014-05-16 Thread Yaakov (Cygwin/X)
manipulations of TIFF images on UNIX systems, and documentation on the library and tools. This release includes patches for CVE-2013-1960, CVE-2013-1961, CVE-2013-4231, CVE-2013-4232, and CVE-2013-4244. On x86_64, JBIG support was enabled in libtiff. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE

[ANNOUNCEMENT] Updated: jbigkit-2.0-13 [SECURITY]

2014-05-16 Thread Yaakov (Cygwin/X)
applications. This release includes a patch for CVE-2013-6369. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: botan-1.8.14-2, botan1.10-1.10.8-1

2014-05-16 Thread Yaakov (Cygwin/X)
fixes in primality testing as described here: http://botan.randombit.net/relnotes/1_10_8.html -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http

[ANNOUNCEMENT] Updated: ruby-1.9.3-p545-1

2014-05-16 Thread Yaakov (Cygwin/X)
branch. -- Yaakov Cygwin/X 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 "

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Yaakov (Cygwin/X)
On 2014-05-06 12:42, Andrew DeFaria wrote: Goal: Set up Apache2 on my Windows laptop with mod_perl working as well as Apache2::AuthCookieLDAP and write an example login page that authenticates to Active Directory using AuthCookieLDAP. First problem (minor): I can't figure out how to install Apac

Re: POXIX regexp and i686-pc-mingw32-g++

2014-05-01 Thread Yaakov (Cygwin/X)
On 2014-04-30 18:50, Jim Reisert AD1C wrote: Can anyone help me to use the POSIX regexp library (header regex.h) with the i686-pc-mingw32-g++ compiler? I've searched through google and I can't find any example of this. mingw64-i686-libgnurx is available in Ports. Yaakov -- Problem reports:

[ANNOUNCEMENT] Updated: vim-7.4.264-1

2014-04-25 Thread Yaakov (Cygwin/X)
e complete feature set and a choice of terminal and GTK+ interfaces. This is an update to the most recent upstream patchset. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the

[ANNOUNCEMENT] Updated: curl-7.36.0-1

2014-04-25 Thread Yaakov (Cygwin/X)
, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, proxy tunneling and more. This is an update to the latest upstream release, which includes fixes for CVE-2014-0138 and CVE-2014-0139. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE

[ANNOUNCEMENT] Updated: check-0.9.12-1

2014-04-25 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: * check-0.9.12-1 Check is a unit test framework for C. This is an update to the latest upstream version. Yaakov CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-a

Re: ambiguous overload for operator [] on Cygwin_X86-64

2014-04-24 Thread Yaakov (Cygwin/X)
.8.12-cygwin64.patch: http://sourceforge.net/p/cygwin-ports/wxWidgets2.8/ Yaakov Cygwin/X -- 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: json-c-0.11-2

2014-04-09 Thread Yaakov (Cygwin/X)
parse JSON formatted strings back into the C representation of JSON objects. This release includes Fedora's patchset, with a fix for CVE-2013-6370 and CVE-2013-6371. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the c

Re: Compiling Heimdal

2014-04-09 Thread Yaakov (Cygwin/X)
On 2014-04-09 12:47, Henry S. Thompson wrote: On 2014-04-09 10:59, Henry S. Thompson wrote: Trying to build heimdal to debug other problem. Installed sources, installed missing dependency of gettext-devel, hit a previously known problem (?): You are missing BRs, namely libedit-devel and libsq

Re: Compiling Heimdal

2014-04-09 Thread Yaakov (Cygwin/X)
On 2014-04-09 10:59, Henry S. Thompson wrote: Trying to build heimdal to debug other problem. Installed sources, installed missing dependency of gettext-devel, hit a previously known problem (?): You are missing BRs, namely libedit-devel and libsqlite3-devel. Yaakov -- Problem reports:

[ANNOUNCEMENT] Updated: xmlto-0.0.26-1

2014-04-08 Thread Yaakov (Cygwin/X)
bugs, including a noisy shell syntax warning. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: swig-2.0.12-1

2014-04-08 Thread Yaakov (Cygwin/X)
language. This is an update to the latest release in the 2.0 stable branch, which includes a fix for compatibility with Octave 3.8. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please

[ANNOUNCEMENT] Updated: apache2-2.2.27-1

2014-04-08 Thread Yaakov (Cygwin/X)
) server. This is the latest release in the 2.2 branch, with fixes for CVE-2012-4458, CVE-2012-3499, CVE-2013-1862, CVE-2013-1896, CVE-2013-6438, and CVE-2014-0098 among other changes. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe

Re: [ANNOUNCEMENT] Updated: mingw64-*-binutils-2.24.0.1.acd6540-1 (x86/x86_64)

2014-04-06 Thread Yaakov (Cygwin/X)
On 2014-04-06 17:11, m0viefreak wrote: The latest mingw64-binutils is broken for me: $ echo 'main() { }' > a.c; /bin/x86_64-w64-mingw32-gcc a.c /usr/bin/x86_64-w64-mingw32-ld: cannot find default-manifest.o $ echo 'main() { }' > a.c; /bin/i686-w64-mingw32-gcc -m32 a.c /usr/bin/i686-w64-mingw32

Re: Trouble with running cygwin dll on Vortex86MX+ CPU

2014-04-04 Thread Yaakov (Cygwin/X)
On 2014-04-02 18:03, Colin wrote: The problem I have can be reduced to this: I compile a simple "Hello World" console mode c program. I copy the .exe file and cygwin1.dll onto an embedded PC, open a console window, and run the program. The program runs, and returns immediately to the command prom

[ANNOUNCEMENT] Updated: dbus-1.6.18-1

2014-04-02 Thread Yaakov (Cygwin/X)
such as 'new hardware device added' or 'printer queue changed') and a per-user-login-session daemon (for general IPC needs among user applications). This is an update to the latest release of the 1.6 stable branch. -- Yaakov Cygwin/X CYGWIN-ANNOU

Re: libuuid-devel: libuuid.a for static linking missing in latest package

2014-03-31 Thread Yaakov (Cygwin/X)
On 2014-03-31 18:22, i.like.privacy@gmail.com wrote: I've just updated an old cygwin environment to latest, and my build broke. Further examination shows that when I upgraded from libuuid-devel-2.21-1 to libuuid-devel-2.21-2.1, the file /usr/lib/libuuid.a (which my build was relying on) disap

[ANNOUNCEMENT] Updated: pulseaudio-4.0-1; New: paprefs, pavucontrol

2014-03-31 Thread Yaakov (Cygwin/X)
+ volume control tool (mixer). -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: libyaml-0.1.6-1

2014-03-29 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** libyaml0_2-0.1.6-1 *** libyaml-devel-0.1.6-1 LibYAML is a YAML 1.1 parser and emitter library written in C. This is an upstream update to fix CVE-2014-2525. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: Cygwin 32<->64 binutils

2014-03-27 Thread Yaakov (Cygwin/X)
releases are updates to match the latest native binutils package. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: libvpx-1.3.0-1

2014-03-26 Thread Yaakov (Cygwin/X)
files consist of video streams compressed with the VP8 video codec and audio streams compressed with the Vorbis audio codec. The WebM file structure is based on the Matroska container. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to

[ANNOUNCEMENT] New: libwebp-0.4.0-1

2014-03-26 Thread Yaakov (Cygwin/X)
file consists of VP8 image data, and a container based on RIFF. The standalone libwebp library serves as a reference implementation for the WebP specification. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin

[ANNOUNCEMENT] New: liblqr1-0.4.2-1

2014-03-26 Thread Yaakov (Cygwin/X)
features, i.e. avoiding distortion of the important parts. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] New: djvulibre-3.5.25.3-1

2014-03-26 Thread Yaakov (Cygwin/X)
documents, and high resolution images. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] New: ilmbase, openexr

2014-03-26 Thread Yaakov (Cygwin/X)
& Magic for use in computer imaging applications. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: lighttpd-1.4.35-1

2014-03-26 Thread Yaakov (Cygwin/X)
latest upstream release, which includes fixes for CVE-2014-2323 and CVE-2014-2324. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com

[ANNOUNCEMENT] Updated: heimdal-1.5.3-1

2014-03-26 Thread Yaakov (Cygwin/X)
an update to the latest upstream stable release. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: help2man-1.44.1-1

2014-03-26 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** help2man-1.44.1-1 help2man is a Perl script which creates a man page based on a program's --help and --version output. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBS

[ANNOUNCEMENT] Updated: ca-certificates-1.97-1

2014-03-26 Thread Yaakov (Cygwin/X)
conjunction with p11-kit-0.20. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: p11-kit-0.20.2-1

2014-03-26 Thread Yaakov (Cygwin/X)
stable release. -- Yaakov Cygwin/X 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

Re: [x86] libarchive: needs update

2014-03-26 Thread Yaakov (Cygwin/X)
On 2014-03-23 16:44, Yaakov (Cygwin/X) wrote: Could you update libarchive for x86 to match the x86_64 version? More and more software requires the new APIs, and now it's blocking part of the GNOME 3.10 update. I managed to patch around this by using the now deprecated APIs, so this

file: add python-magic

2014-03-25 Thread Yaakov (Cygwin/X)
Corinna, The file package includes official Python bindings, but they come with their own build system separate from the main one. Could you please ship these in python-magic and python3-magic packages? Here's one way to go about it: http://sourceforge.net/p/cygwin-ports/file/ci/master/tre

[x86] libarchive: needs update

2014-03-23 Thread Yaakov (Cygwin/X)
Chuck, Could you update libarchive for x86 to match the x86_64 version? More and more software requires the new APIs, and now it's blocking part of the GNOME 3.10 update. TIA, Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Do

Re: acls on a windows system prevent pulse audio from running?

2014-03-21 Thread Yaakov (Cygwin/X)
On 2014-03-21 05:49, Linda Walsh wrote: I tried doing an strace of pulse audio... it seemed to fail here: [snip] Looking in /usr/share/locale/*/LC_MESSAGES, I see .mo files for every language EXCEPT 'en'... could that be a problem? No, most localized code uses the built-in strings for 'en' lo

Re: sox - package is broken

2014-03-19 Thread Yaakov (Cygwin/X)
On 2014-03-19 19:39, Christopher Faylor wrote: On Wed, Mar 19, 2014 at 08:14:16PM +, David Stacey wrote: AUDIODRIVER=ao play ding.wav This is playing the audio through sox, which is where this whole thread started. No sound at all, and no output to the console to indicate that sox is a

libao: patch for wmm backend

2014-03-19 Thread Yaakov (Cygwin/X)
David, FYI, the wmm backend in libao can be built with the attached patch. Yaakov For KSDATAFORMAT_SUBTYPE_PCM in src/ao_wmm.c --- origsrc/libao-1.1.0/configure.ac2011-02-22 10:25:13.0 -0600 +++ src/libao-1.1.0/configure.ac2013-11-19 23:20:49.921179600 -0600 @@ -228,7 +228,

Re: sox - package is broken

2014-03-19 Thread Yaakov (Cygwin/X)
On 2014-03-19 15:14, David Stacey wrote: AUDIODRIVER=ao play ding.wav This is playing the audio through sox, which is where this whole thread started. No sound at all, and no output to the console to indicate that sox is attempting to play the file. The command exits (with return code 0) af

Re: Compiled executables requiring admin rights - different results between MinGW host type

2014-03-13 Thread Yaakov (Cygwin/X)
On 2014-03-12 13:41, Corinna Vinschen wrote: Our maintainers of the mingw-binutls and native binutils package just have to update the packages to the latest from binutils git. Actually, that reminds me... JonY, ping? A couple of days ago, Nick Clifton updated binutils for Windows so that every

[ANNOUNCEMENT] Updated: cygport-0.15.0-1

2014-03-09 Thread Yaakov (Cygwin/X)
QT4_LRELEASE qt5: define QT5_LRELEASE font: add dofontconf/newfontconf toolchain: fix duplicate slash in TOOLCHAIN_PREFIX cygport 0.15.0 -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce

[ANNOUNCEMENT] Updated: poppler-0.24.5-1

2014-02-27 Thread Yaakov (Cygwin/X)
-devel-0.24.5-1 Poppler is a suite of PDF rendering libraries and utilities based on the xpdf-3.0 code base. This is an update to the latest upstream stable release, with another ABI version bump to libpoppler (but not its bindings). -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: cygport bug: doesn't understand "DOS" line endings

2014-02-26 Thread Yaakov (Cygwin/X)
On 2014-02-26 11:14, Steven Boswell II wrote: You may want to modify cygport to handle DOS-style line-endings. cygport is a bash script, hence this applies: http://cygwin.com/ml/cygwin-announce/2007-05/msg3.html Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: sox - package is broken

2014-02-24 Thread Yaakov (Cygwin/X)
On 2014-02-24 11:27, Dr. Alexander Kleinsorge wrote: But after (export AUDIODRIVER=ao ; play ding.wav) I see messages indicating successfull playing and application is waiting the time the wav-file takes, but no sound. WFM. Does AUDIODRIVER=oss work? If you're still having problems, then pleas

[ANNOUNCEMENT] Updated: python-numpy/python3-numpy 1.7.2-1

2014-02-19 Thread Yaakov (Cygwin/X)
, Fourier transform, and random number capabilities. It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray. This is an update to the latest upstream release. -- Yaakov Cygwin/X

[ANNOUNCEMENT] Updated: dialog-1.2-20140112-1

2014-02-19 Thread Yaakov (Cygwin/X)
behavior can be customized. This is an update to the latest upstream release. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: bind-9.9.5-1

2014-02-19 Thread Yaakov (Cygwin/X)
The following package has been updated in the Cygwin distribution: *** bind-9.9.5-1 *** bind-utils-9.9.5-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: vim-7.4.182-1

2014-02-19 Thread Yaakov (Cygwin/X)
e complete feature set and a choice of terminal and GTK+ interfaces. This is an update to the most recent upstream patchset. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the auto

[ANNOUNCEMENT] Updated: ca-certificates-1.96-3

2014-02-06 Thread Yaakov (Cygwin/X)
wider variety of software. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: ruby-1.9.3-p484-1

2014-02-06 Thread Yaakov (Cygwin/X)
a fix for CVE-2013-4164. RubyGems now uses the ca-certificates package instead of a bundled copy. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http

[ANNOUNCEMENT] Updated: python-openssl, New: python3-openssl

2014-02-06 Thread Yaakov (Cygwin/X)
The following packages have been updated for both arches: * python-openssl-0.13.1-1 * python3-openssl-0.13.1-1 (NEW) This package provides Python bindings for the OpenSSL libraries. This is an update to the latest upstream release, and the first to be built for Python 3.x. -- Yaakov Cygwin

[ANNOUNCEMENT] Updated: libzip-0.11.2-1

2014-02-06 Thread Yaakov (Cygwin/X)
from other zip archives. Changes made without closing the archive can be reverted. This is an update to the latest upstream release. The man3 pages have been moved to a separate libzip-doc package. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If

[ANNOUNCEMENT] Updated: openjpeg-1.5.1-3

2014-01-30 Thread Yaakov (Cygwin/X)
-6052, CVE-2013-6053, and CVE-2013-6887. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: libyaml-0.1.4-2

2014-01-30 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** libyaml0_2-0.1.4-1 *** libyaml-devel-0.1.4-1 LibYAML is a YAML 1.1 parser and emitter library written in C. This release includes Fedora's patchset for CVE-2013-6393. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBS

[ANNOUNCEMENT] Updated: lighttpd-1.4.34-1

2014-01-30 Thread Yaakov (Cygwin/X)
latest upstream release, which includes fixes for several security vulnerabilities. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com

[ANNOUNCEMENT] Updated: nspr-4.10.3-1, nss-3.15.3.1-1

2014-01-29 Thread Yaakov (Cygwin/X)
for root certificate updates, and allows system administrators to add or override the defaults. Fedora has been doing this since F19, as described here: https://fedoraproject.org/wiki/Features/SharedSystemCertificates * An nss-debuginfo package is now available. -- Yaakov Cygwin/X CYGWIN

Re: Is there someone who have a same problem ?

2014-01-23 Thread Yaakov (Cygwin/X)
On 2014-01-23 04:32, Corinna Vinschen wrote: On Jan 22 23:20, Yaakov (Cygwin/X) wrote: Now the strange thing about this module is that it has a constructor which calls pthread_once() on a function which creates a recursive mutex, so just dlopen()ing is enough. Unfortunately, my attempts to

Re: Is there someone who have a same problem ?

2014-01-23 Thread Yaakov (Cygwin/X)
On 2014-01-22 15:56, Yaakov (Cygwin/X) wrote: I believe that there is a problem when p11-kit command runs on the cygwin64 under Windows 8. Confirmed with a fresh Windows 8 x64 installation, but not with 8.1. I'll have to look into this further. As a temporary workaround, Win8 x64 user

Win8 issue with pthread_once in ctor? (Re: Is there someone who have a same problem ?)

2014-01-22 Thread Yaakov (Cygwin/X)
On 2014-01-22 15:56, Yaakov (Cygwin/X) wrote: I believe that there is a problem when p11-kit command runs on the cygwin64 under Windows 8. Confirmed with a fresh Windows 8 x64 installation, but not with 8.1. I'll have to look into this further. Here's what I've found so fa

wget: needs rebuild for x86

2014-01-22 Thread Yaakov (Cygwin/X)
Eric, Could you please update/rebuild the x86 wget package? The current x86 release is linked against an old gnutls which preceded the addition of ca-certificates, so it rejects HTTPS requests without either an explicit --ca-certificate argument (or equivalent setting in wgetrc(5)) or --no-c

Re: Is there someone who have a same problem ?

2014-01-22 Thread Yaakov (Cygwin/X)
On 2014-01-22 02:35, kou1okada wrote: Windows 7 doesn't have no problems. But Windows 8 causes a problem at verify SSL certification. Maybe the cause of this problem is not dependencies. No, it seems not. I believe that there is a problem when p11-kit command runs on the cygwin64 under Window

Re: Is there someone who have a same problem ?

2014-01-21 Thread Yaakov (Cygwin/X)
On 2014-01-21 22:18, kou1okada wrote: If you are using the cygwin64 under the Windows 8, please check a following command sequence and please tell me a result. #-- uname -srvmp cygcheck -c | grep ca-certificates ls -lnG /etc/setup/ca-certificates.lst.gz find /etc/pki/ca-trust/ext

Re: Corrupted tar-ball in Cygwin-x86_64

2014-01-18 Thread Yaakov (Cygwin/X)
On 2014-01-18 06:01, Angelo Graziosi wrote: When I try to update my Cygwin64 installation (on a virtualBox Win7-64 installation) I get an error about the cygwin32-1.7.27-1.tar.xz package which seems corrupted. Fixed in cygwin32-1.7.27-2. Yaakov -- Problem reports: http://cygwin.com/pr

cyrus-sasl: missing sys/types.h

2014-01-15 Thread Yaakov (Cygwin/X)
David, There is an issue with stock cyrus-sasl compiling kdepimlibs on all platforms: https://bugzilla.redhat.com/show_bug.cgi?id=906519 Could you add the patch there to your package? Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/

[ANNOUNCEMENT] Updated: Cygwin 32<->64 cross-toolchains

2014-01-15 Thread Yaakov (Cygwin/X)
-compilers. -- Yaakov Cygwin/X 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 "

[ANNOUNCEMENT] Updated: poppler-0.22.5-2

2014-01-15 Thread Yaakov (Cygwin/X)
-devel-0.22.5-2 Poppler is a suite of PDF rendering libraries and utilities based on the xpdf-3.0 code base. This release includes patches for CVE-2013-4473 and CVE-2013-4474. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from

[ANNOUNCEMENT] New: mcpp-2.7.2-1

2014-01-15 Thread Yaakov (Cygwin/X)
portability of your program, and also useful to debug complicated macros. This package has been added as a runtime dependency of xrdb, which would otherwise require gcc-core (~46MiB) for /usr/bin/cpp. This release includes Fedora's latest patchset. -- Yaakov Cygwin/X CYGWIN-ANN

Re: error: mkstemp was not declared in this scope

2014-01-13 Thread Yaakov (Cygwin/X)
On 2014-01-13 15:32, Alex Reynolds wrote: $ g++ -Wall -ansi -pedantic foo.cpp foo.cpp: In function ‘int main()’: foo.cpp:44:21: error: ‘mkstemp’ was not declared in this scope mkstemp isn't ANSI C, so don't compile with -ansi; this wouldn't work with linux gcc either. Yaakov -- Problem re

Re: Base 64-bit Cygwin now requires Perl?

2014-01-13 Thread Yaakov (Cygwin/X)
On 2014-01-13 13:21, Andrew Schulman wrote: lftp also has this problem. It comes with a few sample scripts, two of which are in Perl. I include the sample scripts because why not, but cygport is now quite diligent about finding this sort of thing, with the result that its automatically-generate

Re: Base 64-bit Cygwin now requires Perl?

2014-01-13 Thread Yaakov (Cygwin/X)
On 2014-01-13 12:22, Christopher Faylor wrote: Actually, I didn't upload the 64-bit groff. This is one of the reasons why I had reservations about people other than the package maintainers uploading packages. The end result is that I'm forced to deal with someone else's decision. This has been

[ANNOUNCEMENT] Updated: swig-2.0.11-1

2014-01-12 Thread Yaakov (Cygwin/X)
language. This is an update to the latest upstream version. -- Yaakov Cygwin/X 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

[ANNOUNCEMENT] Updated: curl-7.34.0-1

2014-01-10 Thread Yaakov (Cygwin/X)
PUT, FTP uploading, HTTP form based upload, proxies, cookies, user +password authentication, file transfer resume, proxy tunneling and more. This is an update to the latest upstream release, which includes a fix for CVE-2013-4545. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: vim-7.4.135-1

2014-01-09 Thread Yaakov (Cygwin/X)
e complete feature set and a choice of terminal and GTK+ interfaces. This is an update to the new 7.4 branch with its most recent patchset. The system configuration file should now be found in /etc/vim/vimrc again, except for vi (vim-minimal), which continues to use /etc/virc. -- Yaakov Cygwin/

[ANNOUNCEMENT] Updated: libusb-win32-1.2.6.0-1, libusb1.0-1.0.17-1

2014-01-09 Thread Yaakov (Cygwin/X)
libusb-win32 package has been split into separate runtime and devel packages. libusb1.0 has been switched to the libusbx fork, following the lead of several Linux distros, as development of the original upstream has seemingly ceased. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: Troubles building PPL 1.0 on Cygwin64

2014-01-09 Thread Yaakov (Cygwin/X)
On 2014-01-09 11:14, Jean-Pierre Flori wrote: I'm having issues building PPL (or more exactly the C interface of PPL) on Cygwin64 (1.7.27, gcc/g++ 4.8.2). [snip] Disabling all the weak symbols magic in src/ppl.hh let ppl and its C interface compile. Note that PPL actually tests that weak symbol

Re: Libevent configuring fails with "checking whether the C compiler works... no"

2014-01-04 Thread Yaakov (Cygwin/X)
On 2014-01-04 10:09, Dmitry Malikov wrote: I'm trying to install tmux in cygwin (running under windows 8 if it is important) from this guidance: http://java.ociweb.com/mark/programming/tmuxInCygwin.html As usual, bad advice from third-party sites. Remove steps two and three there, and install

Re: doc build tool 'fop' seems to be missing

2013-12-19 Thread Yaakov (Cygwin/X)
On 2013-12-19 14:33, Warren Young wrote: It used to be that you had to get fop from Cygwin Ports. It's still there. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: possible missing dependency for python-numpy and proposed fix

2013-12-10 Thread Yaakov (Cygwin/X)
On 2013-12-10 20:38, Chris LeBlanc wrote: After installing numpy I tried importing it in a Python shell. It raised an ImportError exception when trying to import lapack_lite. Lapack_lite.dll existed in the correct location, but running "cygcheck -c" (as per http://cygwin.com/ml/cygwin/2013-05/ms

Re: Yaakov any hope for a libnss3-debuginfo?

2013-12-10 Thread Yaakov (Cygwin/X)
On 2013-12-10 21:38, Christopher Faylor wrote: The 64-bit version of rpm2cpio is SEGVing in this call: _nss_ctx = NSS_InitContext(NULL, NULL, NULL, NULL, NULL, flags); Is there any way that you could release a debuginfo package for nss? nss' buildsystem is nonstandard; I'll have to see if I

[ANNOUNCEMENT] Updated: bind-9.9.4-P1-1

2013-12-06 Thread Yaakov (Cygwin/X)
The following package has been updated for both arches: *** bind-9.9.4-P1-1 *** bind-utils-9.9.4-P1-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: liborc0.4-0.4.18-2 (x86_64)

2013-12-06 Thread Yaakov (Cygwin/X)
features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. This release fixes the assembly code for the x64 ABI. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the

[ANNOUNCEMENT] Updated: mingw64-x86_64-bzip2/libgcrypt/libgpg-error/xz/zlib

2013-12-06 Thread Yaakov (Cygwin/X)
be used in conjunction with the x86_64-w64-mingw32 toolchains to create native binaries. In particular, these packages provide the prerequisites for building Cygwin's setup-x86_64.exe with these toolchains. These releases have all been (re)built with mingw64-x86_64-gcc 4.8. -- Yaakov C

Re: Binutils 2.23.51 compilation problem

2013-12-02 Thread Yaakov (Cygwin/X)
On 2013-11-29 09:49, Corinna Vinschen wrote: On Nov 29 23:40, Frew Cen wrote: I'm trying to compile and install binutils+GCC for my machine. I have compiled lastest binutils sources without getting any error, but installation seems to have some problems with gas documentation. The output of the

Re: [ANNOUNCEMENT] Updated: gcc-4.8.2-1 (x86_64)

2013-11-22 Thread Yaakov (Cygwin/X)
On 2013-11-10 16:16, JonY wrote: 32bit version is now out. Thanks for doing this. What are your plans for updating mingw64-*-gcc to 4.8.x on x86? Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://c

Re: Fwd: Subversion packages

2013-11-18 Thread Yaakov (Cygwin/X)
On 2013-11-18 12:35, David Rothenberger wrote: Kevin Connor Arpe wrote: I was thinking about this type of SVN package setup: * 1.6.x (svn_1.6) * 1.7.x (svn_1.7) * 1.8.x (svn_1.8) * svn (latest -- currently svn_1.8) I could create statically linked binaries that can live side-by-side, e.g., /usr

[ANNOUNCEMENT] Updated: cygport-0.14.1-1

2013-11-15 Thread Yaakov (Cygwin/X)
greps from l10n apache2: fix postinstall for x86_64 Add -Wimplicit-function-declaration to CFLAGS/OBJCFLAGS Do not require REQUIRES for setup.hint generation on Linux cygport 0.14.1 -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If yo

Re: gcc-4.8.2-1: /bin/gcc fails

2013-11-04 Thread Yaakov (Cygwin/X)
On 2013-11-04 08:45, Charles Wilson wrote: My about-to-be-uploaded inetutils update puts the servers in libexecdir aka /usr/libexec/ -- and changes the /etc/defaults/ associated xinetd and inetd.d configuration files as appropriate. 'Course, my to-be-written update announcement will be a horrifi

Re: gcc-4.8.2-1: /bin/gcc fails

2013-11-02 Thread Yaakov (Cygwin/X)
On 2013-11-02 04:36, Corinna Vinschen wrote: On Nov 1 23:23, David Rothenberger wrote: With gcc-4.8.2-1, the following fails: % touch /tmp/t.c % /bin/gcc -c /tmp/t.c gcc: error: spawn: No such file or directory Curious, are you seeing real-life references to /bin/gcc? Because that wouldn't

Re: gcc4-core packaging bug

2013-11-02 Thread Yaakov (Cygwin/X)
On 2013-11-01 15:44, Achim Gratz wrote: Andrey Repin writes: The package gcc4-core provides a compatibility symlink for programs that expect the old gcc naming scheme (like Perl). The link however is just "gcc4", while Devel::CheckLib for instance looks for "gcc4.exe". Report that to the main

  1   2   3   4   5   6   7   8   9   10   >