Bug#613631: arno-iptables-firewall: arno-fwfilter uses incorrect URL for location lookup

2011-02-16 Thread Tony Evans
Package: arno-iptables-firewall
Version: 1.9.2.k-4
Severity: normal
Tags: upstream patch


/usr/sbin/arno-fwfilter uses an incorrect URL for location lookups, which 
results in 
no data being returned.

The script uses,

http://www.hostip.info/api/rough.html?ip=

but it should be,

http://api.hostip.info/get_html.php?ip=

according to information here,

http://www.hostip.info/use.html


-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages arno-iptables-firewall depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  iproute   20100519-3 networking and traffic control too
ii  iptables  1.4.8-3administration tools for packet fi

Versions of packages arno-iptables-firewall recommends:
ii  dnsutils 1:9.7.2.dfsg.P3-1.1 Clients provided with BIND
ii  lynx 2.8.8dev.5-1Text-mode WWW Browser (transitiona

arno-iptables-firewall suggests no packages.

-- debconf information excluded
--- arno-fwfilter   2011-02-16 09:29:24.0 +
+++ arno-fwfilter   2011-02-16 09:36:19.0 +
@@ -426,7 +426,7 @@
 
 if (SHOW_LOCATION==1)
 {
-  syscall=sprintf(lynx -connect_timeout=1 -dump 
http://www.hostip.info/api/rough.html?ip=%s 2/dev/null |grep -e \Country:\ 
-e \City:\ |while read line; do echo -n \ $line\; done, 
substr(HOSTINFO,5,length(HOSTINFO)-4))
+  syscall=sprintf(lynx -connect_timeout=1 -dump 
http://api.hostip.info/get_html.php?ip=%s 2/dev/null |grep -e \Country:\ -e 
\City:\ |while read line; do echo -n \ $line\; done, 
substr(HOSTINFO,5,length(HOSTINFO)-4))
   system(syscall)
 }
 


Bug#613465: gnupg2: gpgv2 generates Libgcrypt warning: missing initialization

2011-02-14 Thread Tony Evans
Package: gnupg2
Version: 2.0.14-2
Severity: normal


Running gpgv2 to verify signatures generates a warning in syslog,

gpgv2: Libgcrypt warning: missing initialization - please fix the
application

Verification still works correctly, but the warning is generated every time
gpgv2 tries to carry out an operation.


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4458-i386 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnupg2 depends on:
ii  dpkg1.15.8.10Debian package management system
ii  gnupg-agent 2.0.14-2 GNU privacy guard - password agent
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in 
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.0-1 Multi-protocol file transfer libra
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libgpg-error0   1.6-1library for common error values an
ii  libksba81.0.7-2  X.509 and CMS support library
ii  libreadline66.1-3GNU readline and history libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnupg2 recommends:
ii  libldap-2.4-2 2.4.23-7   OpenLDAP libraries

Versions of packages gnupg2 suggests:
pn  gnupg-doc none (no description available)
pn  xloadimagenone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org