On 2013-09-18 14:09, Dr. Volker Zell wrote:
Thanks Yaakov, but when trying to build pstoedit (32bit) with it, I have
to artificially add CPPFLAGS=-I/usr/lib/libzip/include to my
pstoedit.cygport file in order to find the following header file:
o /usr/lib/libzip/include/zipconf.h
Is this a pa
. Furthermore, libevent also support callbacks due to
signals or regular timeouts.
--
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
On 2013-10-05 19:53, Mike Cappella wrote:
I'm finding that the 64-bit less(1) is crashing my bash shell/cygwin
environment:
echo test > x
less x
WJFFM.
Yaakov
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
Marco,
IIUC, ImageMagick and GraphicsMagick were both built early on for
x86_64, and appear to be missing support for many formats due to missing
libraries at the time. Could you rebuild/update these now with all
possible formats now that their prereqs are available?
Yaakov
--
Problem rep
On 2013-10-12 14:22, marco atzeri wrote:
uploaded Graphics-Magick-1.3.18-3 and Image-Magick-6.7.6.3-4.
Thanks.
I noticed a curios bug on cygport, it reports Graphics-Magick depending
from libpng14 instead of libpng15.
I don't see how, as there never has been a libpng14 for x86_64.
Yaakov
On 2013-10-26 01:32, niXman wrote:
I try to create the hooks for open()/fopen().
hook code:
#include
#ifdef __CYGWIN__
#include
#endif
int open(const char *fname, int mode, ...) {
printf("fname=%s\n", fname);
}
FILE* fopen(const char *fname, const char *mode) {
printf("fname=%s\
On 2013-11-01 22:45, Bassam Tabbara wrote:
I’m seeing the following:
[snip]
On a Windows Server 2012 machine. Now that ca-certificates relies on p11-kit
to create the certificate files this broke all tools using SSL including git.
cygcheck output attached. Note that until ca-certificates-1.94-1
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
-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
-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 "
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/
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
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
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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
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
, 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
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
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:
-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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
& 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
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
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
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
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
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
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
+ 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
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
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
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
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
) 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
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
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
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:
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
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
.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
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
, 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
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
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:
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
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 "
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
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
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
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
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
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
1 - 100 of 1067 matches
Mail list logo