Re: [ATTN Maintainer] csih

2015-03-31 Thread Achim Gratz
Corinna Vinschen writes:
 Windows 8.1 N with Bing gets reported as Windows 8.1 China (probably
 renamed by MS after the fact).

Marketing wins this round apparently.  All documentation I can find
still says country specific Windows variant and suggests China as
the variant name to go with that.  Yet clearly Windows itself knows it
has been named N with Bing.

 It seems that either it would need to be linked statically or the
 library provided in a place where it can be found.

 I *do* take patches...

 ...and, yes, we should move this and the other cygwin-apps projects to
 git as well.  If there wouldn't be these lame time constraints like,
 say, onmly 24 hours a day.

I just realized I still have the CVS checkout from the script fixes
anyway.  A quick look doesn't reveal any obvious reason why this
executable would be linked against libwinpthread… and indeed if I
compile it on Cygwin it doesn't.  So, no patch required, but a rebuild
is in order.  You might have had LDFLAGS or CFLAGS set while building
the package?

There's another fix that should probably go into the scripts: The
service users should get SeDenyInteractiveLogonRight (they already have
SeDenyRemoteLogonRight).  At least on my Windows7 Pro/64bit laptop the
accounts show up on the login screen otherwise.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


[SECURITY] libtasn1: CVE-2015-2806

2015-03-31 Thread Yaakov Selkowitz
Dr. Volker Zell,

A stack overflow has been reported[1][2] in libtasn1.  Could you please
update our package to 4.4. ASAP?

[1] https://lists.gnu.org/archive/html/help-libtasn1/2015-03/msg2.html
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1207192

--
Yaakov




[ITP] perl-WWW-Curl

2015-03-31 Thread Achim Gratz

As requested here:

https://cygwin.com/ml/cygwin/2015-03/msg00525.html

The package provides a Perl binding to libcurl.  It compiles cleanly on
x86 and with an implicit conversion overflow warning on x86_64 (looks
harmless) and tests cleanly on both architectures.

--8---cut here---start-8---
wget=wget -rxnH --cut-dirs=2 
http://cygwin.stromeko.net/x86/release/perl-WWW-Curl/;;
$wget/perl-WWW-Curl-4.17-1-src.tar.xz
$wget/perl-WWW-Curl-4.17-1.tar.xz
$wget/perl-WWW-Curl-debuginfo/perl-WWW-Curl-debuginfo-4.17-1.tar.xz
$wget/perl-WWW-Curl-debuginfo/setup.hint
$wget/setup.hint
--8---cut here---end---8---
--8---cut here---start-8---
wget=wget -rxnH --cut-dirs=2 
http://cygwin.stromeko.net/x86_64/release/perl-WWW-Curl/;;
$wget/perl-WWW-Curl-4.17-1-src.tar.xz
$wget/perl-WWW-Curl-4.17-1.tar.xz
$wget/perl-WWW-Curl-debuginfo/perl-WWW-Curl-debuginfo-4.17-1.tar.xz
$wget/perl-WWW-Curl-debuginfo/setup.hint
$wget/setup.hint
--8---cut here---end---8---


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables


[PATCH] genini.pl: create SHA512 instead of MD5 checksums

2015-03-31 Thread Achim Gratz
diff --git a/genini.pl b/genini.pl
index 973ecfd..f5b13ea 100755
--- a/genini.pl 

   
+++ b/genini.pl 

   
@@ -6,7 +6,7 @@
 # for details. 

   
 #  

   
 use File::Basename;

   
-use Digest::MD5;   

   
+use Digest::SHA;   

   
 use Getopt::Long;  

   


   
 use strict;

   
@@ -228,9 +228,9 @@ sub filer {
myerror can't open $f - $! unless $main::okmissing{$what};

   
return undef;   

   
 }; 

   
-my $md5 = Digest::MD5-new;

   
-$md5-addfile(\*F);

   
-$x-{$what} = join(' ', $f, -s $f, $md5-hexdigest);   

   
+my $sha512 = Digest::SHA-new(512);

   
+$sha512-addfile(\*F); 

   
+$x-{$what} = join(' ', $f, -s $f, $sha512-hexdigest);

   
 }  

   


   
 sub tarball {  

   


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds