Bug#646297: spread: diff for NMU version 3.17.4-2.2

2011-11-17 Thread Michael Mende
Well, spread is orphaned. Feel free to do with it what ever you want :)

Regards


On Thu, Nov 17, 2011 at 06:01:41PM +0100, gregor herrmann wrote:
 tags 646297 + patch
 tags 646297 + pending
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for spread (versioned as 3.17.4-2.2) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.
 
 Regards.
 
 -- 
  .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
  : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
  `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
`-NP: Ludwig Hirsch: Die Bosheit der Menschen

 diff -u spread-3.17.4/debian/changelog spread-3.17.4/debian/changelog
 --- spread-3.17.4/debian/changelog
 +++ spread-3.17.4/debian/changelog
 @@ -1,3 +1,14 @@
 +spread (3.17.4-2.2) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * Fix FTBFS: Spread.xs:463:4: error: format not a string literal and no
 +format arguments [-Werror=format-security]:
 +add patch 03_Werror_format-security.dpatch that adds a format argument.
 +(Closes: #646297)
 +  * Set urgency to medium (RC bug fix, perl 5.14 transition).
 +
 + -- gregor herrmann gre...@debian.org  Thu, 17 Nov 2011 17:49:22 +0100
 +
  spread (3.17.4-2.1) unstable; urgency=low
  
* Non-maintainer upload.
 diff -u spread-3.17.4/debian/patches/00list 
 spread-3.17.4/debian/patches/00list
 --- spread-3.17.4/debian/patches/00list
 +++ spread-3.17.4/debian/patches/00list
 @@ -2,0 +3 @@
 +03_Werror_format-security.dpatch
 only in patch2:
 unchanged:
 --- spread-3.17.4.orig/debian/patches/03_Werror_format-security.dpatch
 +++ spread-3.17.4/debian/patches/03_Werror_format-security.dpatch
 @@ -0,0 +1,21 @@
 +#! /bin/sh /usr/share/dpatch/dpatch-run
 +## 03_Werror_format-security.dpatch by gregor herrmann gre...@debian.org
 +##
 +## All lines beginning with `## DP:' are a description of the patch.
 +## DP: format argument, otherwise we run into 
 +## DP: error: format not a string literal and no format arguments 
 [-Werror=format-security]
 +## DP: Bug #646297
 +
 +@DPATCH@
 +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
 '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
 spread-3.17.4~/perl/Spread/Spread.xs spread-3.17.4/perl/Spread/Spread.xs
 +--- spread-3.17.4~/perl/Spread/Spread.xs 2002-09-26 15:53:38.0 
 +0200
  spread-3.17.4/perl/Spread/Spread.xs  2011-11-17 17:38:23.0 
 +0100
 +@@ -460,7 +460,7 @@
 + if(SP_version(major, minor, patch) = 0 ||
 +major3 || (major==3  minor15) ||
 +(major==3  minor==15  patch1))
 +-  croak(SPversionstr()) ; 
 ++  croak(%s, SPversionstr()) ; 
 + 
 + {
 +   SV * sperror_sv = perl_get_sv(SPERRNO, GV_ADDMULTI) ;




-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



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



Bug#639784: Please package sphinxsearch 2.0.1

2011-08-30 Thread Michael Mende
Package: sphinxsearch
Severity: wishlist

Hello Radu,

please package the new 2.0 sphinxsearch. I know, it ist currently 2.0.1-beta, 
but also the recommended version:

quote
2.0.1-beta (Apr 2011)

Generally recommended release.

Our latest and greatest stable beta release, with real-time indexes, string 
attributes, optimized index format, and many other features.

What is a stable beta? It's a release in which, to the best of our knowledge,

most features are production-quality stable;
most features come with additional improvements or fixes;
newly added features did not have any known major bugs at the time of 
release;
newly added features might be incomplete and/or less tested.

Core indexing and searching functionality does, of course, fall into the 
existing features category and should be rock solid at all times. Examples of 
potentially unstable new features that we're mentioning here would be newly 
added search operators, SphinxQL syntax clauses, indexing time settings, 
advanced optimizations, etc.
/quote[1]

[1] http://sphinxsearch.com/downloads/


Thanks in advance,

Michael Mende

* Linux Cluster Consulting
* http://www.failover.de/
*
* m.me...@failover.de



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



Bug#624005: SSL certificate authentication fails

2011-07-07 Thread Michael Mende
simply build esniper against gnutls instead of openssl.


-- 
Mit freundlichen Gruessen,

Michael Mende

* Linux Cluster Consulting
* http://www.failover.de/
*
* m.me...@failover.de



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



Bug#612755: O: wackamole

2011-02-10 Thread Michael Mende
Package: wnpp
Severity: normal

I intend to orphan the wackamole package.

The package description is:
 Wackamole is an application that helps with making a cluster highly
 available. It manages a bunch of virtual IPs, that should be
 available to the outside world at all times. Wackamole ensures that a
 single machine within a cluster is listening on each virtual IP
 address that Wackamole manages. If it discovers that particular
 machines within the cluster are not alive, it will almost immediately
 ensure that other machines acquire these public IPs. At no time will
 more than one machine listen on any virtual IP. Wackamole also works
 toward achieving a balanced distribution of number IPs on the machine
 within the cluster it manages.

--
Kind Regards,

Michael Mende
http://www.failover.de/



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



Bug#612756: O: spread -- The Spread messaging daemon

2011-02-10 Thread Michael Mende
Package: wnpp
Severity: normal

I intend to orphan the spread package.

The package description is:
 Spread is a toolkit that provides a high performance messaging
 service that is resilient to faults across external or internal
 networks. Spread functions as a unified message bus for distributed
 applications, and provides highly tuned application-level multicast
 and group communication support. Spread services range from reliable
 message passing to fully ordered messages with delivery guarantees,
 even in case of computer failures and network partitions. Spread is
 designed to encapsulate the challenging aspects of asynchronous
 networks and enable the construction of scalable distributed
 applications, allowing application builders to focus on the
 differentiating components of their application.

--
Kind Regards,

Michael Mende
http://www.failover.de/



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



Bug#578489: redhat-cluster: unknown path in patch for bindings/perl/ccs/CCS.d

2010-04-20 Thread Michael Mende
Source: redhat-cluster
Version: 3.0.6-5

unknown path in redhat-cluster-3.0.6/bindings/perl/ccs/CCS.d line 21:

  1 CCS.o: CCS.c /usr/lib/perl/5.8/CORE/EXTERN.h \
  2   /usr/lib/perl/5.8/CORE/perl.h /usr/lib/perl/5.8/CORE/config.h \
  3   /usr/lib/perl/5.8/CORE/embed.h /usr/lib/perl/5.8/CORE/handy.h \
  4   /usr/lib/perl/5.8/CORE/unixish.h /usr/lib/perl/5.8/CORE/iperlsys.h \
  5   /usr/lib/perl/5.8/CORE/perlio.h /usr/lib/perl/5.8/CORE/regexp.h \
  6   /usr/lib/perl/5.8/CORE/sv.h /usr/lib/perl/5.8/CORE/util.h \
  7   /usr/lib/perl/5.8/CORE/form.h /usr/lib/perl/5.8/CORE/gv.h \
  8   /usr/lib/perl/5.8/CORE/pad.h /usr/lib/perl/5.8/CORE/cv.h \
  9   /usr/lib/perl/5.8/CORE/opnames.h /usr/lib/perl/5.8/CORE/op.h \
 10   /usr/lib/perl/5.8/CORE/reentr.h /usr/lib/perl/5.8/CORE/cop.h \
 11   /usr/lib/perl/5.8/CORE/av.h /usr/lib/perl/5.8/CORE/hv.h \
 12   /usr/lib/perl/5.8/CORE/mg.h /usr/lib/perl/5.8/CORE/scope.h \
 13   /usr/lib/perl/5.8/CORE/warnings.h /usr/lib/perl/5.8/CORE/utf8.h \
 14   /usr/lib/perl/5.8/CORE/perly.h /usr/lib/perl/5.8/CORE/thrdvar.h \
 15   /usr/lib/perl/5.8/CORE/intrpvar.h /usr/lib/perl/5.8/CORE/thread.h \
 16   /usr/lib/perl/5.8/CORE/pp.h /usr/lib/perl/5.8/CORE/proto.h \
 17   /usr/lib/perl/5.8/CORE/pp_proto.h /usr/lib/perl/5.8/CORE/opcode.h \
 18   /usr/lib/perl/5.8/CORE/embedvar.h /usr/lib/perl/5.8/CORE/perlvars.h \
 19   /usr/lib/perl/5.8/CORE/reentr.inc /usr/lib/perl/5.8/CORE/patchlevel.h 
\
 20   /usr/lib/perl/5.8/CORE/XSUB.h /usr/lib/perl/5.8/CORE/perlapi.h \
 21   
/home/fabbione/work/cluster/rhcluster/deb/redhat-cluster-2.20090127/config/libs/libccsconfdb/ccs.h

Same bug in 3.0.9-1 (experimental).

-- 
Kind Regards,
 Michael Mende

http://www.failover.de/



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



Bug#492674: libapache2-mod-geoip: Deny keyword is not allowed

2008-07-30 Thread Michael Mende
Hello Nigel,

please don't insert order, deny, or allow in that context. 

Use it only in a Directory or .htaccess context [1]


[1] http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#deny

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#492674: closed by Michael Mende [EMAIL PROTECTED] (#492674: libapache2-mod-geoip: Deny keyword is not allowed)

2008-07-30 Thread Michael Mende
Hello Nigel,

the apache directives order, deny and allow are well documented by
apache.org. Please use the link [1]. It is not a mod_geoip issue.

If I or the geoip people would go to mention each httpd.conf directive
we would have to rewrite apache.org's great documentation [2].


[2] http://httpd.apache.org/docs/2.2

On Wed, Jul 30, 2008 at 04:33:40PM +0100, Nigel Horne wrote:
 The documentation doesn't say anything about that (and my ESP chip isn't 
 working :-) ) so I
 suggest that you correct the documentation to make that point and give 
 working example.
 
 Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the libapache2-mod-geoip package:
 
 #492674: libapache2-mod-geoip: Deny keyword is not allowed
 
 It has been closed by Michael Mende [EMAIL PROTECTED].
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Michael Mende 
 [EMAIL PROTECTED] by
 replying to this email.
 
 
 
 
 
 
 Subject:
 #492674: libapache2-mod-geoip: Deny keyword is not allowed
 From:
 Michael Mende [EMAIL PROTECTED]
 Date:
 Wed, 30 Jul 2008 15:18:50 +0200
 To:
 [EMAIL PROTECTED]
 
 To:
 [EMAIL PROTECTED]
 
 
 - Forwarded message from Michael Mende [EMAIL PROTECTED] -
 
 From: Michael Mende [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: libapache2-mod-geoip: Deny keyword is not allowed
 
 Hello Nigel,
 
 please don't insert order, deny, or allow in that context. 
 
 Use it only in a Directory or .htaccess context [1]
 
 
 [1] http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#deny
 
 
 
 
 
 Subject:
 libapache2-mod-geoip: Deny keyword is not allowed
 From:
 Nigel Horne [EMAIL PROTECTED]
 Date:
 Mon, 28 Jul 2008 05:37:13 +0200
 To:
 Debian Bug Tracking System [EMAIL PROTECTED]
 
 To:
 Debian Bug Tracking System [EMAIL PROTECTED]
 
 
 Package: libapache2-mod-geoip
 Version: 1.1.8-2
 Severity: grave
 Justification: renders package unusable
 
 
 Using a file similar to http://www.maxmind.com/app/mod_geoip
 gives /etc/init.d/apache2 restart
 Restarting web server: apache2Syntax error on line 11 of
 /etc/apache2/mods-enabled/geoip.conf:
 deny not allowed here
  failed!
 
  Here is my geoip.conf:
 
 IfModule mod_geoip.c
 GeoIPEnable On
 GeoIPDBFile /usr/share/GeoIP/GeoIP.dat
 
 SetEnvIf GEOIP_COUNTRY_CODE GB AllowCountry
 SetEnvIf GEOIP_COUNTRY_CODE US AllowCountry
 SetEnvIf GEOIP_COUNTRY_CODE CA AllowCountry
 SetEnvIf GEOIP_COUNTRY_CODE DK AllowCountry
 SetEnvIf GEOIP_COUNTRY_CODE NL AllowCountry
 
 Deny from all
 Allow from env=AllowCountry
 
 # Now allow specific IPs
 # Allow from 212.159.106.41
 
 /IfModule
 
 
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages libapache2-mod-geoip depends on:
 ii  apache2.2-common2.2.9-6  Apache HTTP Server common 
 files
 ii  libc6   2.7-12   GNU C Library: Shared 
 libraries
 ii  libgeoip1   1.4.4.dfsg-3 A non-DNS IP-to-country 
 resolver l
 
 libapache2-mod-geoip recommends no packages.
 
 libapache2-mod-geoip suggests no packages.
 
 -- no debconf information
 
 
 
 
 -- 
 Nigel Horne. Adjudicator, Arranger, Band Trainer, Conductor, Composer, 
 Tutor.
 NJH Music, Barnsley, UK.  ICQ#20252325
 [EMAIL PROTECTED] http://www.bandsman.co.uk

 begin:vcard
 fn:Nigel Horne
 n:Horne;Nigel
 org:NJH Music
 adr:Pogmoor;;28 Wharfedale Road;Barnsley;South Yorkshire;S75 2LJ;UK
 email;internet:[EMAIL PROTECTED]
 tel;fax:+44 870 705 9334
 note:Skype: nigelhorne
 x-mozilla-html:FALSE
 url:http://www.bandsman.co.uk
 version:2.1
 end:vcard
 


-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481067: please add dependency on libc6-dev | libc6.1-dev

2008-05-13 Thread Michael Mende
Package: varnish
Version: 1.1.2 
Thanks

Hello Stig,

trying to run a fresh installed varnish the varnishd failed. It
complained the absence of /usr/lib/crti.o which is provided by libc6-dev
(not alpha, not ia64) and libc6.1-dev (alpha, ia64).

-- 
Kind regards,

Michael Mende

* Linux Cluster Consulting
* http://www.failover.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386207: Please improve documentation

2008-05-04 Thread Michael Mende
Hello Andras,

I guess the problem is solved by linking against libpcre. 
I tried to reproduce your example with current version and it worked as
expected:

CheckURL ^/foo($|/):
http://bla/foo - HTTP/1.1 404 Not Found 
http://bla/foo/- HTTP/1.1 404 Not Found 
http://bla/foo/bla - HTTP/1.1 404 Not Found 
http://bla/blafoo/ - HTTP/1.0 501 Not Implemented

The 404 errors are ok, because there is no `foo' on the webserver.

If you have no objection, I would like to close this bug.

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470795: RFH: apache2 - Co-maintainer wanted

2008-03-14 Thread Michael Mende
Hello Stefan,

I'm going to check open apache2 bugs. Would be glad if I could join the
team.

On Thu, Mar 13, 2008 at 07:25:42PM +0100, Stefan Fritsch wrote:
 Package: wnpp
 Severity: normal
 
 
 I request assistance with maintaining the apache2 package.
 
 The package is not in a bad shape, but I just keep up with new bug reports and
 haven't been able to actually reduce the bug count for some time. The other
 Apache Team members are currently mostly inactive.
 
 The new co-maintainer(s) should of course have experience as apache user.
 
 
 This RFH also includes the ssl-cert, apr, and apr-util packages. But those
 are less work and have fewer bugs.
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2008-03-14 Thread Michael Mende
From apache docs [1]:

On the other hand, on some platforms such as Linux and Tru64 the only
way to handle both IPv6 and IPv4 is to use mapped addresses.
Mapping is default on Linux (in contrary to FreeBSD, NetBSD, and
OpenBSD). 

That's why you don't see two sockets.

Here comes the test:

xen2:~# grep ^Listen /etc/apache2/ports.conf
Listen 0.0.0.0:80
Listen [::]:80
xen2:~# netstat -tulpen | grep apache

xen2:~# netstat -ntlp| grep apache
tcp60   0 :::80 :::*LISTEN  2505/apache2

xen2:~# wget -S -O /dev/null --inet6-only http://ip6-localhost/
--11:35:24--  http://ip6-localhost/
   = `/dev/null'
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
...

xen2:~# wget -S -O /dev/null --inet4-only http://localhost/
--11:36:26--  http://localhost/
   = `/dev/null'
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
...

This bug may be closed.

[1] http://httpd.apache.org/docs/2.2/bind.html
-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#470188: RFH: milter-greylist -- GreyList milter for sendmail

2008-03-10 Thread Michael Mende
Hello Cord,

I guess I can help.
Attached are some patches against Debian's current version fixing 4 of 5
bugs.

I have built milter-greylist successfully having these patches but were
not able to test the --dnsrbl stuff very hard. But thiis might happen
after setting up my own local RBL.

Are you also interested in getting help for upgrading to v4.0? - One
patch is for debian/watch letting uscan show newer versions than 3.0,
too :)

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/
--- ../orig/milter-greylist-3.0/debian/control	2008-03-10 12:15:42.0 +0100
+++ milter-greylist-3.0/debian/control	2008-03-10 12:09:26.0 +0100
@@ -3,7 +3,8 @@
 Priority: extra
 Maintainer: Cord Beermann [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), autotools-dev, libmilter-dev, bison, flex, libspf2-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://hcpnet.free.fr/milter-greylist/
 
 Package: milter-greylist
 Architecture: any
--- ../orig/milter-greylist-3.0/debian/milter-greylist.default	2008-03-10 12:15:42.0 +0100
+++ milter-greylist-3.0/debian/milter-greylist.default	2008-03-10 11:40:00.0 +0100
@@ -4,12 +4,15 @@
 # 2006-08-18 Herbert Straub
 
 # Change to one to enable milter-greylist
-# Don't forget to edit the configurationfile /etc/mail/greylist.conf
+# Don't forget to edit the configurationfile
+# /etc/milter-greylist/greylist.conf
 ENABLED=0
 
+# Uncomment the DOPTIONS line after changing PIDFILE, SOCKET and/or USER.
 # PIDFILE=/var/run/milter-greylist.pid
 # SOCKET=/var/run/milter-greylist/greylist.sock
 # USER=root
+# DOPTIONS=-P $PIDFILE -u $USER -p $SOCKET
 
 # Other options
 # OPTIONS=
--- ../orig/milter-greylist-3.0/debian/rules	2008-03-10 12:15:42.0 +0100
+++ milter-greylist-3.0/debian/rules	2008-03-10 11:43:46.0 +0100
@@ -38,6 +38,7 @@
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
+		--enable-dnsrbl \
 		CFLAGS=$(CFLAGS) \
 		LDFLAGS=-Wl,-z,defs -L/usr/lib/libmilter
 
@@ -78,6 +79,7 @@
 
 	# Add here commands to install the package into debian/milter-greylist.
 	cp rc-debian.sh debian/milter-greylist.init
+	sed -i s/reload|force-reload/force-reload/ debian/milter-greylist.init
 	cp greylist.conf debian/milter-greylist/etc/milter-greylist
 	cp milter-greylist.m4 debian/milter-greylist/usr/share/sendmail/cf/feature
 	$(MAKE) DESTDIR=$(CURDIR)/debian/milter-greylist install-sbin install-man
--- ../orig/milter-greylist-3.0/debian/watch	2008-03-10 12:15:42.0 +0100
+++ milter-greylist-3.0/debian/watch	2008-03-10 12:44:10.0 +0100
@@ -1,23 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to watch and then you can run the uscan command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage 
-# Webpage URL string match
-#http://www.example.com/downloads.php milter-greylist-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/milter-greylist-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/milter-greylist-(.*)\.tar\.gz debian uupdate
-ftp://ftp.espci.fr/pub/milter-greylist/milter-greylist-(3\.0[^ar]*)\.tgz
-
-# Uncomment to find new files on sourceforge, for debscripts = 2.9
-# http://sf.net/milter-greylist/milter-greylist-(.*)\.tar\.gz
-
-
+ftp://ftp.espci.fr/pub/milter-greylist/milter-greylist-([\d\.]+).tgz
--- ../orig/milter-greylist-3.0/debian/changelog	2008-03-10 12:15:42.0 +0100
+++ milter-greylist-3.0/debian/changelog	2008-03-10 12:55:46.0 +0100
@@ -1,3 +1,25 @@
+milter-greylist (3.0-4) unstable; urgency=low
+
+  [ Michael Mende ]
+  * debian/milter-greylist.default:
++ Added DOPTIONS line. (Closes: #465260)
++ Replaced /etc/mail/greylist.conf with
+  /etc/milter-greylist/greylist.conf. (Closes: #460314)
+  * debian/rules:
++ Removes 'reload' from debian/milter-greylist.init's usage hint.
+  (Closes: #470195) 
++ Added --enable-dnsrbl to configure. (Closes: #449557)
+  * debian/control:
++ Bumped standards version to 3.7.3.
++ Added Homepage: field.
+  * debian/watch:
++ Cleaned.
++ Changed regex to match all stable versions.
+  * debian/copyright:
++ Removed boilerplate comments.
+
+ -- Michael Mende [EMAIL PROTECTED]  Mon, 10 Mar 2008 11:18:21 +0100
+
 milter-greylist (3.0-3) unstable; urgency=low
 
   [ Elrond ]


signature.asc
Description: Digital signature


Bug#470105: RFS: spread (updated package)

2008-03-09 Thread Michael Mende
This bug will be fixed in version 3.17.4-2 waiting for upload at
mentors.debian.net:

- URL: http://mentors.debian.net/debian/pool/main/s/spread
- Source repository: deb-src http://mentors.debian.net/debian unstable
  main contrib non-free
- dget
  http://mentors.debian.net/debian/pool/main/s/spread/spread_3.17.4-2.dsc

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#469708: RFS: wackamole (updated package)

2008-03-09 Thread Michael Mende
This bug will be fixed in version 2.1.4-1 waiting for upload at
mentors.debian.net:

- URL: http://mentors.debian.net/debian/pool/main/w/wackamole
- Source repository: deb-src http://mentors.debian.net/debian unstable
  main contrib non-free
- dget
  http://mentors.debian.net/debian/pool/main/w/wackamole/wackamole_2.1.4-1.dsc

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#469823: pound: FTBFS with C compiler cannot create executables

2008-03-07 Thread Michael Mende
Thanks Luk,

The relevant part of [1] has been written by me after watching
buildd logs :)

One question: On what architecture did you tried to build?

On Fri, Mar 07, 2008 at 11:14:35AM +0100, Luk Claes wrote:
 Package: pound
 Severity: serious
 Version: 2.4-1
 Tags: patch
 
 Hi
 
 Your package fails to build with the following error:
 
 checking for C compiler default output file name...
 configure: error: C compiler cannot create executables
 See `config.log' for more details.
 make: *** [config.status] Error 77
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 
 Replacing '-z relro' with '-Wl,-z,relro' in debian/rules as indicated  
 on [1] fixes the problem.
 
 Cheers
 
 Luk
 
 [1] http://wiki.debian.org/Hardening
 
 
 

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469173: spread: Unavailability of newer version - Spread 4

2008-03-04 Thread Michael Mende
there are at least 2 problems where help is needed:
- there are API changes in spread v4, libspread has a higher major
  version number than in v3 (2 vs. 1).
- in spread v3 we built 4 packages from source tarball:
  * spread,
  * libspread1,
  * libspread1-dev,
  * libspread-perl.
  In spread v4 tarballs the perl stuff is not longer included, so
  libspread-perl will disappear unless we build it from CPAN or from
  spread's svn (CPAN has the more recent version) in a seperate package.

Should one build a package providing
- spread,
- libspread2,
- libspread2-dev
conflicting with libspread1/libspread1-dev? And let Debian Perl Group
handle the libspread-perl? 

On Mon, Mar 03, 2008 at 04:04:50PM +, Christopher Browne wrote:
 Package: spread
 Version: 3.17.4-1
 Severity: wishlist
 
 Spread version 4.0 was released in December 2006, but no packaging of it
 has yet been done.
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.22-1-686 (SMP w/2 CPU cores)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages spread depends on:
 ii  adduser   3.105  add and remove users and groups
 ii  libc6 2.7-8  GNU C Library: Shared libraries
 
 spread recommends no packages.
 
 -- no debconf information
 
 

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469124: RFH: spamassassin -- Perl-based spam filter using text analysis

2008-03-04 Thread Michael Mende
Hello Duncan,

hope I can help without being a DD. At alioth I'm menole-guest.

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#404001: file conflict between perftools0_tau and libgoogle

2008-02-29 Thread Michael Mende
Tags: + patch

Hello Daigo,

My package pound depends on libgoogle-perftools0. For entering lenny it
is necessary that you fix this bug.

Attached are the suggested changed/new files:
- debian/libgoogle-perftools0.docs
- debian/README.Debian
- debian/rules

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/
debian/README.Debian
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR)
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog

install/libgoogle-perftools0::
mv $(DEB_DESTDIR)/usr/bin/pprof $(DEB_DESTDIR)/usr/bin/google-pprof
mv $(DEB_DESTDIR)/usr/share/man/man1/pprof.1 
$(DEB_DESTDIR)/usr/share/man/man1/google-pprof.1
sed -i -e s/pprof/google-pprof/g 
$(DEB_DESTDIR)/usr/share/man/man1/google-pprof.1
Because of a file conflict between tau and libgoogle-perftools [1]
the binary pprof is renamed as google-pprof,
its manpage in Debian is /usr/share/man/man1/google-pprof.1.gz.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404001.


signature.asc
Description: Digital signature


Bug#404001: file conflict between perftools0_tau and libgoogle

2008-02-29 Thread Michael Mende
Sorry, one changed file was forgotten:
- debian/libgoogle-perftools0.manpages

On Fri, Feb 29, 2008 at 08:02:23PM +0100, Michael Mende wrote:
 Tags: + patch
 
 Hello Daigo,
 
 My package pound depends on libgoogle-perftools0. For entering lenny it
 is necessary that you fix this bug.
 
 Attached are the suggested changed/new files:
 - debian/libgoogle-perftools0.docs
 - debian/README.Debian
 - debian/rules

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/
debian/tmp/usr/share/man/man1/google-pprof.1


Bug#465968: Please remove samj and joergland from Uploaders

2008-02-16 Thread Michael Mende
Hi,

I would like to co-maintain this package or take it over, but would need
a sponsor.

I have already prepared up-to-date packages, see
http://bugs.debian.org/432784.


On Fri, Feb 15, 2008 at 05:49:42PM +0100, Christoph Berg wrote:
 Package: pound
 Version: 2.2.7-2
 Severity: normal
 
 Hi,
 
 Sam Johnston and Jörg Wendland are MIA, please remove them from the
 pound Uploaders list, and set yourself as Maintainer.
 
 Thanks,
 Christoph
 -- 
 [EMAIL PROTECTED] | http://www.df7cb.de/



-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#432784: Upstream 2.3.2 stable release available (2.2.7 and 2.2.8 are beta releases)

2008-02-08 Thread Michael Mende
Hello Sam,

I would like to see the latest stable version of pound in Lenny. If you
like you can have a look at my private pound packages at [1]. There are
both the currently last stable version 2.3.2 as well as the beta release
2.4f to be found.

Thanks.

[1] http://debian.menole.net/debian/pool/main/p/pound/

BTW: 2.4 comes with ipv6 support. Hope it will become stable soon, see
http://www.apsis.ch/pound/pound_list/archive/2008/2008-02/1201887342000

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#464046: ITP: libmail-sendeasy-perl -- Send plain/html e-mails through SMTP

2008-02-05 Thread Michael Mende
retitle 464046 ITP: libmail-sendeasy-perl -- Send plain/html e-mails through 
SMTP
owner 464046 !
thankyou

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459847: libspread-perl: unusable due to undefined symbol: SP_version

2008-01-09 Thread Michael Mende
This will be fixed in 3.17.4-1 which is waiting for sponsor at
mentors.debian.net [1].

Running etch please install libspread1.

[1] http://mentors.debian.net/debian/pool/main/s/spread

On Wed, Jan 09, 2008 at 12:52:13PM +1100, Joshua Goodall wrote:
 Package: libspread-perl
 Version: 3.17.3-5
 Severity: grave
 Justification: renders package unusable
 
 reproduction:
 server:~# perl -MSpread
 perl: symbol lookup error: /usr/lib/perl5/auto/Spread/Spread.so: undefined 
 symbol: SP_version
 
 
 -- System Information:
 Debian Release: 4.0
   APT prefers stable
   APT policy: (500, 'stable')
 Architecture: amd64 (x86_64)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.16.33-xen
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 
 Versions of packages libspread-perl depends on:
 ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
 ii  perl5.8.8-7  Larry Wall's Practical 
 Extraction 
 ii  perl-base [perlapi-5.8.8]   5.8.8-7  The Pathologically Eclectic 
 Rubbis
 
 libspread-perl recommends no packages.
 
 
 

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#400980: libapache2-mod-geoip: description only mentions Apache 2.0

2007-12-20 Thread Michael Mende
This bug will be solved in new version 1.2.0-1 waiting for a sponsor at
http://mentors.debian.net/debian/pool/main/l/libapache2-mod-geoip

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#456190: geoip: debian/copyright is wrong

2007-12-13 Thread Michael Mende
On Thu, Dec 13, 2007 at 06:06:36PM +0100, Patrick Matthäi wrote:
 Stephen Gran schrieb:
 This one time, at band camp, Pierre Habouzit said:
   
 * license for the database is BSD with advertisement clause which I'm
   unsure is DFSG free
 
 
 It is.
   
 Hello,
 
 it is not DFSG free - it's a known issue and yesterday I recieved an 
 email from maxmind (Upstream) where I'm allowed to clean it up.
 
 I will try to fix it as fast as possible, but I've to do much work.
 
 -- 
 Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 
 E-Mail: [EMAIL PROTECTED]
 Homepage: http://www.Linux-Dev.org/
 
 
Hello,

tell me if I can help somehow.

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#453833:

2007-12-06 Thread Michael Mende
On Thu, Dec 06, 2007 at 12:53:33AM +0100, Patrick Matthäi wrote:
 Modestas Vainius schrieb:
 Hi,
 
 2007 m. December 1 d., Saturday, Patrick Matthäi raše.:
   
 I will try to publish as fast as possible for me and the QA every new
 upstream version, so that the package is actual.
 
 Are you aware of the non-freeness issues with geoip.dat license[1]? This 
 warrants a serious bug, yet I'm not opening one now.
 
 1. http://lists.debian.org/debian-legal/2006/06/msg00093.html
 
 
   
 Thanks for it. I will look for a possible solution - if noone could be 
 found and GeoIP isn't allowed to enter main or non-free, we maybe have a 
 little problem:
 
 [EMAIL PROTECTED]:~$ apt-cache rdepends geoip-bin|wc -l; apt-cache rdepends 
 libgeoip-dev|wc -l; apt-cache rdepends libgeoip1|wc -l
 4
 2
 15
 
 There are nearly twenty packages, which have a depend on GeoIP.
 
 -- 
 Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 
 E-Mail: [EMAIL PROTECTED]
 Homepage: http://www.Linux-Dev.org/
 
 
Guess it would not be too hard to remove the GeoIP.dat from libgeoip1.
Due to the fact that Maxmind provides monthly updates of its databases
it might be a solution to have an alternative geoipupdate executable
which downloads the database(s) from maxmind.com at install time and per
cron.


-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#453833:

2007-12-06 Thread Michael Mende
On Thu, Dec 06, 2007 at 04:21:24PM +0100, Patrick Matthäi wrote:
  [...] 
 Hello,
 
 yes I've reviewed the old 1.3.x version and the actual 1.4.3-1.
 In a few .c files at the librarys source code I've found for Debian 
 illegal copyright statements.
 In the 1.4.3 release, it is only available in the GeoIP.dat.
 
 First I will write an email to the maxmind, maybe they can correct this 
 for the next release, then we shouldn't have any license problemes 
 anymore :)
 
 -- 
 Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 
 E-Mail: [EMAIL PROTECTED]
 Homepage: http://www.Linux-Dev.org/
 
 

I don't believe that they can do anything regarding the non-free parts
of the databases' OPEN DATA LICENSE because those are APNIC, ARIN and
RIPE issues.

But we will see ^^

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#444129: RM: libapache-mod-geoip -- ROM; apache 1.x only

2007-09-26 Thread Michael Mende
Package: ftp.debian.org
Severity: normal

Since apache has been removed from unstable, libapache-mod-geoip cannot
be built, installed, or used.

Please remove it from unstable.

Thanks.
-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#432253: libmediawiki-perl

2007-08-25 Thread Michael Mende
Carl,

On Sun, Aug 19, 2007 at 11:11:41AM +0200, Carl =?UTF-8?Q?F=C3=BCrstenberg ?= 
wrote:
 On 8/19/07, Michael Mende [EMAIL PROTECTED] wrote:
  
   Michael, if you are reading this, are you still in progress of
   packaging libmediawiki-perl, or could we start packaging it?
  So urgent? Please feel free to take it over.
 
 It's not urgent, but as you hasn't done anything, I wonder if you
 still want to package it?
 
 -- 
 /Carl F??rstenberg [EMAIL PROTECTED]

sources are in snv now, but not yet ready to upload. Feel free to work
on it, too.

http://svn.debian.org/wsvn/pkg-perl/trunk/libmediawiki-perl
svn+ssh://svn.debian.org/svn/pkg-perl/trunk/libmediawiki-perl/

Until revision 7163 it does not build because it does not pass the tests.

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#421816: Status of openais ITP?

2007-08-21 Thread Michael Mende
On Tue, Aug 21, 2007 at 12:58:07PM +0200, Frederik Schueler wrote:
 Hello,
 
 I would like to get something done in this matter, but there has not
 been any response nor activity since a couple of weeks.
 
 What is the status of this ITP? 
 
 
 I had a look at the packages on mentors, and I think they are of poor
 quality, using CDBS and shipping an unecessary postinst script obviously
 belonging into another package.
 
 
 Please have a look at the kernel-team svn:
 
 svn://svn.debian.org/kernel/dists/trunk/redhat-cluster/openais/debian
 
 feel free to send patches if you think something is missing, or ACK an
 upload so we can preapare a release ASAP.

Thanks for your work.

Just a view notes:
* please add a debian/watch file
* please provide a debian packaging copyright note, see [1]
* please think about listing all Copyright holders. E.g. RedHat Inc. is
  to be found in more than 70 files.
* From QUICKSTART:
  For security reasons, the openais only allows a process that had the
  EGID/GID of ais to connect to it.  To make development easier, it is
  recommended to create an ais user with the ais group.
  please think about creating that user. having a non system user ais
  would be dangerous.
* please provide man pages for the the executables. You may want to use
  the attached ais-keygen.1. The one for aisexec is not yet ready, sorry.

Please have this ITP for debian-kernel-team.
  
[1] http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html

 
 
 Best regards
 Frederik Sch?ler
 
 -- 
 ENOSIG

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/
.\
.\ This page was created on 2007-06-06 18:16:55 by makeman.pl
.\ ``makeman.pl'' is part of the ``MakeMan'' project.
.\ For more information, please see http://mama.sourceforge.net
.\
.TH ais\-keygen 1 June 06, 2007 openais OpenAIS 

.SH NAME
ais\-keygen \- openais authentication key generator

.SH SYNOPSIS
\fBais\-keygen\fR

.SH DESCRIPTION
.PP
The openais executive uses cryptographic techniques to ensure 
authenticity and privacy of the messages. In order for openais to be 
secure and operate, a private key must be generated and shared to all 
processors.
.PP
First generate the key on one of the nodes:
.PP
unix# ais\-keygen 
.PP
After this operation, a private key will be in the file /etc/ais/authkey. This 
private key must be copied to
every processor in the cluster. If the private key is not the same for every 
node, those nodes with nonmatching
private keys will not be able to join the same configuration.
.PP
Copy the key to some security transportable storage or use ssh to transmit the 
key from node to node. Then
install the key with the command:
.PP
unix#: install \-D \-\-group=0 \-\-owner=0 \-\-mode=0400 
/path_to_authkey/authkey /etc/ais/authkey
.PP
If a message Invalid digest appears from the openais executive, the keys are 
not consistent between processors.

.SH VERSION
.PP
This man page describes \fBais\-keygen\fR version 0.81.

.SH BUGS
.PP
If you find a bug, please report it at 
 \fIhttp://www.osdl.org/developer_bugzilla/enter_bug.cgi\fR.

.SH AUTHORS
.PP
Steven
Dake
[EMAIL PROTECTED]
.PP
This man page was originally written by
Michael
Mende
[EMAIL PROTECTED]

.SH COPYRIGHT
.PP
.br
Copyright (C) 2002\-2006 MontaVista Software, Inc.
.br
Copyright (C) 2006 Red Hat, Inc.

.SH LICENSE
.PP
.br
This software licensed under BSD license. See LICENSE file.

.SH SEE ALSO
.PP
\fBopenais_overview(8)\fR,
\fBaisexec(1)\fR


signature.asc
Description: Digital signature


Bug#421816: Status of openais ITP?

2007-08-21 Thread Michael Mende
I guess you are not aware of new upstream version 0.80.3 [1]?
It fixes some bugs being in 0.80.2 you are packaging, for example the
timer.h issue you are going to handle via patch file in r9344.

[1] 
http://developer.osdl.org/dev/openais/downloads/openais-0.80.3/openais-0.80.3.tar.gz

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#432253: libmediawiki-perl

2007-08-19 Thread Michael Mende
On Sat, Aug 18, 2007 at 09:42:27PM +0200, Carl F??rstenberg wrote:
 2007-07-08 I opened a RFP for libmediawiki-perl, and Michael Mende
 some days later marked it as ITP, so long so good. But I have not seen
 any progress of this package, so I tried to mail MM, but probably by
 some missconfigured mail thingi, the mail could not get to him.
There is no misconfigured mail thing on our side but a greylist daemon
which blocks first attempts from dynamic IP addresses :)

 
 Michael, if you are reading this, are you still in progress of
 packaging libmediawiki-perl, or could we start packaging it?
So urgent? Please feel free to take it over.

 Hash::Case, Hash::WithDefaults and Config::IniHash are allready in the
 SVN, so you don't need to care about those.
 -- 
 /Carl F??rstenberg [EMAIL PROTECTED]

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#438389: run_help does not produce a summary via catch_smry

2007-08-16 Thread Michael Mende
Package: libterm-shell-perl
Version: 0.01-3
Tags: patch
thankyou

Hello Peter,

please fix the CPAN bug #2463:
The summary does not get filled for commands that are caught via a
catch_smry handler. The fix is to always call $o-summary(), and worry
later.

A patch is attached and also available at
http://rt.cpan.org/Public/Bug/Display.html?id=2463
Upgrading your package to 0.02 would fix this, too.

--
Kind Regards,
 Michael Mende

http://www.menole.net/
636,638c636,640
   my $smry = exists $o-{handlers}{$h}{smry}
   ? $o-summary($h)
   : undocumented;
---
 # my $smry = exists $o-{handlers}{$h}{smry}
 # ? $o-summary($h)
 # : undocumented;
   my $smry = $o-summary($h);
   $smry = 'undocumented' unless defined $smry and length 
 $smry;


signature.asc
Description: Digital signature


Bug#438133: ITP: libwww-mechanize-shell-perl -- An interactive shell for WWW::Mechanize

2007-08-15 Thread Michael Mende
Package: wnpp
Severity: wishlist

* Package name : libwww-mechanize-shell-perl
Version : 0.44
Upstream Author : Max Maischein [EMAIL PROTECTED]
* URL : http://www.cpan.org/modules/by-module/WWW/
* License : GPL, Artistic
Description : An interactive shell for WWW::Mechanize
 This module implements a www-like shell above WWW::Mechanize and also 
 has the capability to output crude Perl code that recreates the
 recorded session. Its main use is as an interactive starting point for 
 automating a session through WWW::Mechanize.
 .
 The cookie support is there, but no cookies are read from your existing 
 browser sessions. See HTTP::Cookies on how to implement reading/writing 
 your current browsers cookies.

-- 
Kind Regards,
 Michael Mende

http://www.menole.net/


signature.asc
Description: Digital signature


Bug#433924: ITP: libhook-lexwrap-perl -- Lexically scoped subroutine wrappers

2007-07-20 Thread Michael Mende
Package: wnpp
Severity: wishlist

* Package name : libhook-lexwrap-perl
Version : 0.20
Upstream Author : Damian Conway [EMAIL PROTECTED]
* URL : http://www.cpan.org/modules/by-module/Hook/
* License : GPL, Artistic
Description : Lexically scoped subroutine wrappers
 Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
 around an existing subroutine. Unlike other modules that provide this
 capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
 implements wrappers in such a way that the standard caller function
 works correctly within the wrapped subroutine.

-- 
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#433926: ITP: libwww-mechanize-formfiller-perl -- framework to automate HTML forms

2007-07-20 Thread Michael Mende
Package: wnpp
Severity: wishlist

* Package name : libwww-mechanize-formfiller-perl
Version : 0.06
Upstream Author : Max Maischein [EMAIL PROTECTED]
* URL : http://www.cpan.org/modules/by-module/WWW/
* License : GPL, Artistic
Description : framework to automate HTML forms
 The module is intended as a simple way to fill out HTML forms from a
 set of predetermined values. You set up the form filler with value
 elements, retrieve the HTML form, and let the form filler loose on that
 form.
 .
 There are value classes provided for many tasks - fixed values, values
 to be queried interactively from the user, values taken randomly from
 a list of values and values specified through a callback to some Perl
 code.


-- 
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#433830: please update your package

2007-07-19 Thread Michael Mende
Package: libterm-shell-perl
thankyou

Hello Peter,

please update your package to version Term-Shell-0.02. It is to be found
at [0] since 23 Feb 2007.

[0] http://search.cpan.org/~neilw/Term-Shell-0.02/
-- 
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#432253: ITP: libmediawiki-perl -- Perl interface to MediaWiki content management system

2007-07-13 Thread Michael Mende
retitle 432253 ITP: Perl interface to MediaWiki content management system
owner 432253 !
thankyou

Hello,

I intend to take over this package.
--
Kind Regards,
 Michael Mende


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#430416: ITP: gluster -- GNU clustering Platform

2007-06-26 Thread Michael Mende
retitle 430416 ITP: gluster -- GNU clustering Platform 
owner 430416 !
thankyou

Hello,

I intend to take over this package. Please see also #419924.

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#429001: raidutils: FTBFS: ../include/linux/i2o-dev.h:27:28: error: linux/compiler.h: No such file or directory

2007-06-25 Thread Michael Mende
tags 429001 +patch
thankyou

Hello Barak,

please add linux-kernel-headers to your build dependencies. This will
solve the problem.

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#428932: iptables: FTBFS: ip6_tables.h:25:28: error: linux/compiler.h: No such file or directory

2007-06-25 Thread Michael Mende
tags 428932 +patch
thankyou

Hello Laurence,

please add linux-kernel-headers to your build dependencies. This will
solve the problem.

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#428927: keepalived: FTBFS: check_data.h:38:27: error: linux/ip_masq.h: No such file or directory

2007-06-25 Thread Michael Mende
tags 428927 +patch
thankyou

Hello Alexander,

please add linux-kernel-headers to your build dependencies. This will
solve the problem.

FYI: /usr/include/linux/version.h is provided both by
linux-kernel-headers and linux-libc-dev. But only linux-kernel-headers'
version.h contains the UTS_RELEASE constant that is needed by configure
script to get the right linux minor version. Without this build starts
assuming linux 2.2.

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#429002: openam: FTBFS: /usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such file or directory

2007-06-25 Thread Michael Mende
tags 429002 +patch
thankyou

Hello Debian VoIP Team,

please add linux-kernel-headers to your build dependencies. This will
solve the problem.

--
Kind Regards,
 Michael Mende


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#428949: ocfs2-tools: FTBFS: include/ocfs2_fs.h:538: error: expected expression before 'struct'

2007-06-25 Thread Michael Mende
tags 428949 +patch
thankyou

Hello David,

please add linux-kernel-headers to your build dependencies. This will
solve the problem.

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#429512: RFP: python2.5-pysqlite2 -- python interface to SQLite 3

2007-06-21 Thread Michael Mende
Shouldn't python2.5-pysqlite2 provided by python-pysqlite2? - See
http://wiki.debian.org/DebianPython/NewPolicy

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#427814: RFH: stfl -- structured terminal forms language/library

2007-06-19 Thread Michael Mende
Hi Nico,

packages are to be found at [0]. They are lintian clean. The example.rb,
example.pl and example.py do work. So I guess everything is okay.

I repackaged the whole thing. Hope you can live with that. Now there are
some more packages:

* libstfl-dev
* libstfl-perl
* libstfl-ruby
* libstfl-ruby1.8
* libstfl-ruby1.9
* libstfl-spl
* python2.4-stfl
* python2.5-stfl
* python-stfl

Please have a closer look at debian/control and debian/rules.

I also added myself to Uploaders: in debian/control. Feel free to remove
the entry if you don't like it ;-)

[0] http://debian.menole.net/debian/pool/main/s/stfl/

On Mon, Jun 18, 2007 at 10:40:48PM +0200, Nico Golde wrote:
 Hi,
 * Michael Mende [EMAIL PROTECTED] [2007-06-18 22:37]:
  I'm interested in helping you managing the stfs packages. Guess I can
  provide you first results this week.
 
 Alright, cool!
 Cheers
 Nico
 -- 
 Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
 For security reasons, all text in this mail is double-rot13 encrypted.

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#427814: RFH: stfl -- structured terminal forms language/library

2007-06-18 Thread Michael Mende
Hello Nico,

I'm interested in helping you managing the stfs packages. Guess I can
provide you first results this week.

--
Kind Regards,
 Michael Mende


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397938: New Upstream Version 1.4.2 now

2007-06-16 Thread Michael Mende
Hallo Franz,

have you already seen bug #397938? I would like to invite you to found a
GeoIP Maintainer group at alioth. There we could manage both geoip and
libapache2-mod-geoip.

Up to date packages of geoip can be found on debian.menole.net [0].
The packages are lintian clean and might be a good start.

[0] http://debian.menole.net/debian/pool/main/g/geoip/

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#419924: ITP: glusterfs -- A powerful network/cluster filesystem

2007-06-16 Thread Michael Mende
Hallo Christian,

I'm very interested in forcing glusterfs package(s). Did you already
start packaging? Please let me know if I could help.

--
Kind Regards,
 Michael Mende


signature.asc
Description: Digital signature


Bug#421816: this will be done by the kernel team

2007-06-05 Thread Michael Mende
Hi Waldi,

your co-worker Frederik tooks over that package without asking.
Why do you act this way?


On Thu, May 31, 2007 at 11:27:38AM +0200, Frederik Schueler wrote:
 owner 421816 [EMAIL PROTECTED]
 thanks
 
 hello,
 
 we will take care of this package within the kernel team, while
 packaging everything gfs2 related.
 
 
 Best regards
 Frederik Schüler
 
 -- 
 ENOSIG



-- 
Kind Regards,

Michael Mende


signature.asc
Description: Digital signature


Bug#421816: ITP: openais -- The openais Standards-Based Cluster Framework

2007-05-01 Thread Michael Mende
Package: openais
Severity: wishlist

* Package name: openais
  Version : 0.80.2
  Upstream Author : MontaVista Software Inc., RedHat Inc.
* URL : http://developer.osdl.org/dev/openais/
* License : BSD license
  Description : The openais Standards-Based Cluster Framework

According to the openais page: 
 Openais is a free implementation of the SA Forum's Application Interface
 Specification. The project implements cutting edge research on virtual
 synchrony to provide 100% correct operation in the face of failures or
 partitionable networks with excellent performance characteristics.
 The Application Interface Specification is a software API and policies
 which are used to develop applications that maintain service during
 faults.
 The API consists of Availability Management Framework (AMF) which
 provides application failover, Cluster Membership (CLM), Checkpointing 
 (CKPT), Event (EVT), Messaging (MSG), and Distributed Locks (DLOCK).

-- 
Kind Regards,

Michael Mende


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#415958: dbmail-pop3d and dbmail-imapd should log remote IP of failed login attempts

2007-03-23 Thread Michael Mende
Package: dbmail
Priority: wishlist
Tags: patch

Please make dmail log information about failed login attempts,
which make a recognizing possible of brute force attacks.

-- 
Kind Regards,

Michael Mende
#! /bin/sh  /usr/share/dpatch/dpatch-run
## 05_pop3_imap_log_failed_login_attempts.dpatch by  Michael Mende [EMAIL 
PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Get more information about failed login attempts

@DPATCH@
diff -urNad dbmail-2.2.3/pop3.c.orig dbmail-2.2.3/pop3.c
--- dbmail-2.2.3/pop3.c 2007-03-23 11:40:00.0 +0100
+++ dbmail-2.2.3/pop3.c.orig2007-03-23 11:41:00.0 +0100
@@ -384,7 +384,7 @@
session-SessionResult = 3;
return -1;
case 0:
-   TRACE(TRACE_ERROR, user [%s] tried to login with wrong 
password, session-username);
+   TRACE(TRACE_ERROR, user [%s] coming from [%s] tried to 
login with wrong password, session-username, ci-ip_src);
 
g_free(session-username);
session-username = NULL;

@DPATCH@
diff -urNad dbmail-2.2.3/dbmail-imapsession.c 
dbmail-2.2.3/dbmail-imapsession.c.orig
--- dbmail-2.2.3/dbmail-imapsession.c   2007-02-08 13:52:22.0 +0100
+++ dbmail-2.2.3/dbmail-imapsession.c.orig  2007-03-23 12:15:32.0 
+0100
@@ -1393,7 +1393,7 @@
sleep(2);   /* security */
 
/* validation failed: invalid user/pass combination */
-   TRACE(TRACE_MESSAGE, user (name %s) login rejected, username);
+   TRACE(TRACE_MESSAGE, user (name %s) coming from [%s] login 
rejected, username, self-ci-ip_src);
dbmail_imap_session_printf(self, %s NO login rejected\r\n, 
self-tag);
 
return 1;


signature.asc
Description: Digital signature


Bug#397938: New Upstream Version 1.4.0

2006-11-10 Thread Michael Mende
Package: geoip

Hello Marek,

Version 1.4.0 is available since 07-Aug-2006. Please update.

-- 
Kind Regards,

Michael Mende


signature.asc
Description: Digital signature


Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Michael Mende
Tags: patch

Patches are available via monit cvs.
Log message: Added large file support patch by Will Bryant
URL: http://www.mail-archive.com/monit-dev@nongnu.org/msg00457.html
Discussion:
http://www.mail-archive.com/monit-dev@nongnu.org/msg00428.html

attached is an edited version of the patches made in cvs.

-- 
Kind Regards,

Michael Mende
===
RCS file: /sources/monit/monit/http/cervlet.c,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- monit/http/cervlet.c2006/07/04 10:40:17 1.205
+++ monit/http/cervlet.c2006/07/05 12:47:49 1.206
#@@ -146,7 +146,7 @@
#  *  @author Martin Pala [EMAIL PROTECTED]
#  *  @author Christian Hopp [EMAIL PROTECTED]
#  *
#- *  @version \$Id: cervlet.c,v 1.205 2006/07/04 10:40:17 martinp Exp $
#+ *  @version \$Id: cervlet.c,v 1.206 2006/07/05 12:47:49 hauk Exp $
#  *
#  *  @file
#  */
@@ -1060,11 +1060,11 @@
 } else {
   
   out_print(res,
-   td align=\right\%lunbsp;B/td
+   td align=\right\%llunbsp;B/td
td align=\right\%o/td
td align=\right\%d/td
td align=\right\%d/td,
-   (unsigned long)s-inf-st_size,
+   (unsigned long long)s-inf-st_size,
s-inf-st_mode  0,
s-inf-st_uid,
s-inf-st_gid);
@@ -1675,7 +1675,7 @@
 
 out_print(res,
   trtdAssociated size/td
-  tdIf %s %lu byte(s) %s then %s else if passed %s then 
%s/td/tr,
+  tdIf %s %llu byte(s) %s then %s else if passed %s then 
%s/td/tr,
   operatornames[sl-operator], sl-size,
   ratio1, actionnames[a-failed-id],
   ratio2, actionnames[a-passed-id]);
@@ -2162,9 +2162,9 @@
 } else {
 
   out_print(res,
-trtdSize/tdtdfont%s%lu B/td/tr,
+trtdSize/tdtdfont%s%llu B/td/tr,
 (s-error  EVENT_SIZE)? color='#ff':,
-(unsigned long) s-inf-st_size);
+(unsigned long long) s-inf-st_size);
 
 }
   }
@@ -2419,8 +2419,8 @@
   }
   if(s-type == TYPE_FILE) {
 out_print(res,
- %-33s %lu B\n,
-   size, (unsigned long) s-inf-st_size);
+ %-33s %llu B\n,
+   size, (unsigned long long) s-inf-st_size);
 if(s-checksum) {
out_print(res,
%-33s %s(%s)\n,
===
RCS file: /sources/monit/monit/configure.ac,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- monit/configure.ac  2006/07/03 15:38:59 1.142
+++ monit/configure.ac  2006/07/05 12:47:49 1.143
#@@ -1,7 +1,7 @@
# # Process this file with autoconf to produce a configure script.
# # Mark Ferlatte, [EMAIL PROTECTED]
# #
#-# $Id: configure.ac,v 1.142 2006/07/03 15:38:59 martinp Exp $
#+# $Id: configure.ac,v 1.143 2006/07/05 12:47:49 hauk Exp $
# 
# # autoconf requirement
# AC_PREREQ([2.53])
#@@ -10,7 +10,7 @@
# AC_INIT([monit], [4.8.2-cvs], [EMAIL PROTECTED])
# 
# # Package info
#-AC_REVISION([$Revision: 1.142 $])
#+AC_REVISION([$Revision: 1.143 $])
# AC_CONFIG_SRCDIR([monitor.c])
# 
# # 
@@ -291,6 +291,9 @@
 AC_CHECK_FUNCS(setlocale)
 AC_CHECK_FUNCS(getaddrinfo)
 
+# Turn on large-file support, on those platforms that implement it
+AC_SYS_LARGEFILE
+
 
 # Check if we do need external GNU replacements
 AC_FUNC_GETLOADAVG
===
RCS file: /sources/monit/monit/monitor.h,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- monit/monitor.h 2006/06/28 09:02:43 1.187
+++ monit/monitor.h 2006/07/05 12:47:49 1.188
@@ -493,7 +493,7 @@
 /** Defines size object */
 typedef struct mysize {
   int  operator;/** Comparison operator */
-  unsigned long size;/** Size watermark */
+  unsigned long long size;   /** Size watermark */
   int  test_changes;/** TRUE if we only should test for changes */
   EventAction_T action;  /** Description of the action upon event occurence */
   
@@ -585,8 +585,8 @@
   long   space_total;   /** Used space total blocks */
 
   /* File specific */
-  size_t st_size;  /** Size */
-  size_t readpos;   /** Position for regex matching */
+  off_t st_size;   /** Size */
+  off_t readpos;/** Position for regex matching */
   ino_t  st_ino_prev; /** Previous inode for regex matching */
   char  *cs_sum;   /** Checksum */
 
===
RCS file: /sources/monit/monit/p.y,v
retrieving revision 1.236
retrieving revision 1.237

Bug#379713: Patch fixing this bug

2006-10-17 Thread Michael Mende
Hey,

attached patch fixing this, and usage of `popd`, too.
-- 
Kind Regards,

Michael Mende


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#379713: Patch fixing this bug

2006-10-17 Thread Michael Mende
Hey,

now with patch ;-)

On Tue, Oct 17, 2006 at 06:18:47PM +0200, Michael Mende wrote:
 Hey,
 
 attached patch fixing this, and usage of `popd`, too.
 -- 
 Kind Regards,
 
 Michael Mende
 
 

-- 
Kind Regards,

Michael Mende
--- /tmp/packages.orig  2006-10-17 17:29:00.0 +0200
+++ libapache-mod-limitipconn-0.04/debian/packages  2006-10-17 
17:32:59.0 +0200
@@ -56,10 +56,10 @@ Build: sh
  rm -rf apache-build
  fi
  mkdir apache-build
- pushd apache-build
+ cd apache-build
  cp -a ../*.c .
  $APXS -c -S CFLAGS=`$APXS -q CFLAGS` $CFLAGS *.c
- popd
+ cd ..
 Clean: sh
  rm -rf *-build || true
 


signature.asc
Description: Digital signature


Bug#393438: cut: option -d needs argument

2006-10-16 Thread Michael Mende
Package: dh-make-perl
Version: 0.23

trying to create a package of a perl module from cpan dh-make-perl
complaints about the used `cut` system command:

$ dh-make-perl --cpan Calendar::Simple --version 1.15-1 --desc This is
a very simple module that models a calendar mont.
cut: option requires an argument -- d
Try `cut --help' for more information.

A patch fixing this is attached.

-- 
Kind Regards,

Michael Mende
--- /orig/dh-make-perl  2006-08-29 04:01:02.0 +0200
+++ dh-make-perl2006-10-16 13:02:34.0 +0200
@@ -143,7 +143,7 @@ my $priority = 'optional';
 #my $section = 'interpreters';
 my $section = 'perl';
 my $depends = '${perl:Depends}';
-my $bdependsi = 'perl (= ' . `dpkg -p perl|grep ^Version:|cut -f 2 -d \ ` . 
')';
+my $bdependsi = 'perl (= ' . `dpkg -p perl|grep ^Version:|cut -f 2 -d  ` . 
')';
 my $bdepends = 'debhelper (= 5.0.0)';
 my $maintainer = get_maintainer();
 my $arch = 'all';


signature.asc
Description: Digital signature


Bug#340218: man page for seahorse

2006-05-06 Thread Michael Mende
Package: seahorse
Tags: patch

Hello,

I've written man pages for seahorse, seahorse-daemon and
seahorse-preferences. They are attached.

Kind Regards,

Michael Mende
.\
.\ This page was created on 2006-05-06 19:28:04 by makeman.pl
.\ ``makeman.pl'' is part of the ``MakeMan'' project.
.\ For more information, please see http://mama.sourceforge.net
.\
.TH seahorse 1 May 04, 2006 seahorse GNOME 

.SH NAME
seahorse \- PGP/GnuPG key manager for the GNOME Desktop

.SH SYNOPSIS
\fBseahorse\fR
[ \fIOPTION\fR... ] 

.SH DESCRIPTION
.PP
Seahorse is a GNOME application for managing encryption keys. It also
integrates with nautilus, gedit and other places for encryption, 
decryption and other operations. Seahorse is based on GPG and GPGME.
.PP
This release implements most 'PGP type' functionality and should be 
useful for anyone familiar with OpenPGP.

.SH OPTIONS

.SS Help options
.\ Begin List
.TP
\fB\-?, \-\-help\fR
Show summary of all options and exit.
.TP
\fB\-\-usage\fR
Display brief usage message and exit.
.\ End List

.SS Application options
.\ Begin List
.TP
\fB\-i \fR\fIFILE\fR, \fB\-\-import \fR\fIFILE\fR
Import keys from the FILE.
.TP
\fB\-e \fR\fIFILE\fR, \fB\-\-encrypt \fR\fIFILE\fR
Encrypt FILE.
.TP
\fB\-s \fR\fIFILE\fR, \fB\-\-sign \fR\fIFILE\fR
Sign FILE with default key.
.TP
\fB\-n \fR\fIFILE\fR, \fB\-\-encrypt\-sign \fR\fIFILE\fR
Encrypt and sign FILE with default key.
.TP
\fB\-d \fR\fIFILE\fR, \fB\-\-decrypt \fR\fIFILE\fR
Decrypt encrypted FILE.
.TP
\fB\-v \fR\fIFILE\fR, verify \fIFILE\fR
Verify signature FILE.
.TP
\fB\-T, \-\-uri\-list\fR
Read list of URIs on standard in.
.TP
\fB\-\-version\fR
Show version information and exit.
.\ End List

.SS Additional options
.PP
In addition, the usual GTK+ and GNOME command line options apply. See the 
output of \-\-help for details.

.SH VERSION
.PP
This man page describes \fBseahorse\fR version 0.9.

.SH BUGS
.PP
If you find a bug, please report it at 
 \fIhttp://bugzilla.gnome.org/enter_bug.cgi?product=seahorse\fR.

.SH AUTHORS
.PP
Jacob
Perkins
[EMAIL PROTECTED]
.PP
Jose Carlos Garcia
Sogo
[EMAIL PROTECTED]
.PP
Jean
Schurger
[EMAIL PROTECTED]
.PP
Nate
Nielsen
[EMAIL PROTECTED]
.PP
Adam
Schreiber
[EMAIL PROTECTED]
.PP
This man page was originally written by
Michael
Mende
[EMAIL PROTECTED]
for the Debian system.

.SH COPYRIGHT
.PP
.br
Copyright (C) 2001, 2002 Jose Carlos Garcia Sogo
.br
Copyright (C) 2002, 2003 Jacob Perkins
.br
Copyright (C) 2004, 2006 Nate Nielsen, Adam Schreiber

.SH LICENSE
.PP
.br
You are free to distribute this software under the terms of the GNU General 
Public License.
.br
Documentation and help files are covered by GFDL license.

.SH SEE ALSO
.PP
\fBseahorse\-daemon(1)\fR,
\fBseahorse\-preferences(1)\fR
.\
.\ This page was created on 2006-05-06 19:28:06 by makeman.pl
.\ ``makeman.pl'' is part of the ``MakeMan'' project.
.\ For more information, please see http://mama.sourceforge.net
.\
.TH seahorse\-daemon 1 May 04, 2006 seahorse GNOME 

.SH NAME
seahorse\-daemon \- seahorse pass phrase caching agent

.SH SYNOPSIS
\fBseahorse\-daemon\fR
[ \fIOPTION\fR... ] 

.SH DESCRIPTION
.PP
Seahorse is a GNOME application for managing encryption keys. It also
integrates with nautilus, gedit and other places for encryption, 
decryption and other operations. Seahorse is based on GPG and GPGME.
.PP
This release implements most 'PGP type' functionality and should be 
useful for anyone familiar with OpenPGP.
.PP
This is the agent program for seahorse which keeps a temporary secure
storage of your pass phrases.

.SH OPTIONS

.SS Help options
.\ Begin List
.TP
\fB\-?, \-\-help\fR
Show summary of all options and exit.
.TP
\fB\-\-usage\fR
Display brief usage message and exit.
.\ End List

.SS Application options
.\ Begin List
.TP
\fB\-c, \-\-cshell\fR
Print variables in for a C type shell.
.TP
\fB\-d, \-\-no\-daemonize\fR
Do not daemonize seahorse\-daemon.
.TP
\fB\-\-v, \-\-variables\fR
Display variables instead of editing gpg.conf.
.\ End List

.SS Additional options
.PP
In addition, the usual GTK+ and GNOME command line options apply. See the 
output of \-\-help for details.

.SH VERSION
.PP
This man page describes \fBseahorse\-daemon\fR version 0.9.

.SH BUGS
.PP
If you find a bug, please report it at 
 \fIhttp://bugzilla.gnome.org/enter_bug.cgi?product=seahorse\fR.

.SH AUTHORS
.PP
Jacob
Perkins
[EMAIL PROTECTED]
.PP
Jose Carlos Garcia
Sogo
[EMAIL PROTECTED]
.PP
Jean
Schurger
[EMAIL PROTECTED]
.PP
Nate
Nielsen
[EMAIL PROTECTED]
.PP
Adam
Schreiber
[EMAIL PROTECTED]
.PP
This man page was originally written by
Michael
Mende
[EMAIL PROTECTED]
for the Debian system.

.SH COPYRIGHT
.PP
.br
Copyright (C) 2001, 2002 Jose Carlos Garcia Sogo
.br
Copyright (C) 2002, 2003 Jacob Perkins
.br
Copyright (C) 2004, 2006 Nate Nielsen, Adam Schreiber

.SH LICENSE
.PP
.br
You are free to distribute this software under the terms of the GNU General 
Public License.
.br
Documentation and help files are covered by GFDL license.

.SH SEE ALSO
.PP
\fBseahorse(1)\fR

Bug#297842: ITP: mod_geoip for apache 1.3.x and 2.0.x

2006-02-06 Thread Michael Mende
retitle 297842 ITP: mod_geoip2 -- Apache 2.0.x module that interfaces with 
libgeoip
retitle 297843 ITP: mod_geoip -- Apache 1.3.x module that interfaces with 
libgeoip
owner 297842 !
owner 297843 !
thanks

Hello,

I intend to take over these two packages.

Best regards,

Michael Mende


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]