Package: apt-spy
Version: 3.1-19
Severity: important
Last changelog entry is:
apt-spy (3.1-19) unstable; urgency=low
-- Stefano Canepa Sat, 12 Jul 2008 16:03:37 +0200
That's 7 month ago.
There are a couple of irritating old unresolved 'segfault' bugs:
447232, 491802
Package: wnpp
Version: N/A; reported 2002-03-29
Severity: wishlist
* Package name: openvpn
Version : 1.0.2
Upstream Author : James Yonan <[EMAIL PROTECTED]>
* URL : http://openvpn.sourceforge.net/
* License : GPL
Description : VPN daemon
-- System Inform
Hi James,
Did you make any progress on packaging 'p0f'?
I'm very interested of gatting my hands on it ;-)
Cheers,
Cristian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Richard,
On Sun, 28 Apr 2002, Richard Atterer wrote:
[snip]
> What's the difference to "redir"? redir redirects TCP connections, can
> run standalone or from inetd, can act as a transparent proxy, and
> there's even a patch by me in the BTS which enables it to limit the
> connection bandwidth.
Package: wnpp
Version: N/A; reported 2002-05-24
Severity: wishlist
* Package name: distcc
Version : 0.2
Upstream Author : Martin Pool <[EMAIL PROTECTED]>
* URL : http://samba.org/~mbp/distcc/
* License : GPL
Description : a distributed C compiler
distcc i
When can we expect a test version?
Cheers,
Cristian
When can we expect a test version?
Cheers,
Cristian
Package: wnpp
Severity: whishlist
Ettercap is a multipurpose sniffer/interceptor/logger for switched
LAN. It supports active and passive dissection of many protocols
(even ciphered ones) and includes many feature for network and host
analysis.
The canonical upstream source for ettercap is:
ht
rt involved?
Cheers,
Cristian
On Tue, 13 Mar 2001, J.H.M. Dassen (Ray) wrote:
> On Tue, Mar 13, 2001 at 16:36:09 +0100, Petr Èech wrote:
> > On Tue, Mar 13, 2001 at 01:30:53PM +0100 , Cristian Ionescu-Idbohrn wrote:
> > > Is egcs-1.1.2 packaged and available somewhere?
>
>
Package: wnpp
Severity: wishlist
http://rnmap.sourceforge.net/
Remote Nmap (Rnmap) package contains both client and server
programs. Actual idea for this sofware is that various clients can
connect to one centralized Rnmap server and do their portscannings.
Server does user authentication and use
Package: wnpp
Version: 1.5-1
Severity: wishlist
* Package name: rats
Version : 2.0
Upstream Author : Software Solutions <[EMAIL PROTECTED]>
* URL : http://www.securesoftware.com/rats.php
* License : GPL
Description : new version 2.0 available
Announcement
On Tue, 19 Nov 2002, [iso-8859-15] Loïc Le Guyader wrote:
> I've just finished packaging proxytunnel and I'm looking for people to
> test and check my package and also for a sponsor to upload it.
> The package is avalaible at:
> http://l.leguyader.free.fr/depot/proxytunnel/
What's this file doing
On Sat, 23 Nov 2002, [iso-8859-15] Loïc Le Guyader wrote:
> I've allready report this to the upstream.
Good.
> When I've post the first message, I was working with the sourceforge
> cvs version. But after this, the upstream auteur gave me a more
> recently source tree that was not yet on the cvs
On Wed, 3 Mar 2004, Oliver Kurth wrote:
> nimrod:~# ls -l /usr/bin/picocom
> -rwxr-xr-x1 root root22712 Jan 20 03:10 /usr/bin/picocom
> nimrod:~# ls -l /usr/bin/minicom
> -rwxr-xr-x1 root root 166328 Nov 12 10:22 /usr/bin/minicom
Even smaller footprint:
-rwxr-xr-x
And I hope it'll be useful for you too.
Cheers,
--
Cristian
--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1206061716510.18201@somehost
On Wed, 25 Apr 2012, Khalid El Fathi wrote:
> The package is almost ready to be uploaded
Great news. Thank you.
Cheers,
--
Cristian
--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http:/
On Sat, 17 Sep 2011, Cristian Ionescu-Idbohrn wrote:
>
> Package: wnpp
> Severity: wishlist
>
> * Package name: subsurface
> Version : not yet
Version : 1.0
as of today.
> Upstream Author : Linus Torvalds
> * URL : https://github
On Wed, 28 Sep 2011, Cristian Ionescu-Idbohrn wrote:
> On Sat, 17 Sep 2011, Cristian Ionescu-Idbohrn wrote:
> >
> > Package: wnpp
> > Severity: wishlist
> >
> > * Package name: subsurface
> > Version : not yet
>
> Version :
This line in /etc/init.d/knockd:
3: # atftpd - Script to launch atftpd server. Based on Skeleton.
should, probably, be changed to something more appropriate ;-)
This line in /etc/knockd.conf:
8: command = /usr/sbin/iptables -A INPUT -s %IP% -p tcp --dport 22
-j ACCEPT
might be mo
On Mon, 26 Apr 2004, Leo "Costela" Antunes wrote:
> > This line in /etc/knockd.conf:
> >
> > 8: command = /usr/sbin/iptables -A INPUT -s %IP% -p tcp --dport
> > 22 -j ACCEPT
> >
> > might be more accomodating (and maybe less error prone) if changed to:
> >
> > 8: command = /
To make it really useful, CFLAGS should go on the ./configure line,
instead of $(MAKE) line in debian/rules:
./configure CFLAGS="$(CFLAGS)" \
--prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
$(MAKE)
Cheers,
Cristian
On Mon, 26 Apr 2004, Leo "Costela" Antunes wrote:
> The CFLAGS being refered are "-g", "-s", "-O2", etc, which configure
> does not understand or respect. Even if it did, it's better from a
> porting point of view to leave the configure and make steps completely
> separated, so I could manage diff
On Mon, 26 Apr 2004, Leo "Costela" Antunes wrote:
> Yes, indeed, but as I said, it's better IMO to keep make flags
> separated from configure.
IMHO, it is no point in having a CFLAGS variable in debian/rules which
does nothing useful. I took it completly out and got the same result.
Another poin
Hi Henrique,
On Mon, 10 May 2004, Henrique de Moraes Holschuh wrote:
> Package: wnpp
> Severity: wishlist
>
> * Package name: zoneminder
> Version : 1.19.3
> Upstream Author : Philip Coombes
> * URL : http://www.zoneminder.com/
> * License : GPL
> Description
Great. Very useful indeed.
On Thu, 8 Jul 2004, Robert Lemmen wrote:
> * Package name: sortdir
> Version : 0.4
> Upstream Author : Egmont Koblinger <[EMAIL PROTECTED]>
> * URL : http://download.uhulinux.hu/sources/sortdir/
> * License : LGPL
> Description
On Fri, 9 Jul 2004, Gergely Nagy wrote:
> If there IS some use cases where it really is useful, and the program is
> not easy to fix, or feed a sorted list to, please tell me, I'm very
> interested.
You could probably do a simple "egrep 'opendir|closedir|readdir'" on
all .c files belonging to all
On Sun, 11 Jul 2004, Jean-Michel Kelbert wrote:
> Package: wnpp
> Severity: wishlist
>
> * Package name: nufw
> Version : 0.8.0
> Upstream Author : Eric Leblond, Vincent Deffontaines
> * URL : http://www.example.org/
^^^
On Mon, 12 Jul 2004, Gergely Nagy wrote:
> > > > This small wrapper program will make other programs see files and
> > > > directories in a consistent, sorted order. This is e.g. usefull if you
> > > > want your tarballs to be a bit more rsyncable.
> > >
> > > How is this better than tar cvf foo.t
On Tue, 13 Jul 2004, Gergely Nagy wrote:
> I believe that those who know how to use rsync and actually want their
> tarballs to be rsyncable, can come up with a perl script in no time that
> sorts the output of find -print0 (just slurp the input into a big
> scalar, split it into an array by \0, a
On Thu, 15 Nov 2012, Peter Pentchev wrote:
> On Thu, Nov 15, 2012 at 09:12:53PM +0800, Paul Wise wrote:
> > On Thu, Nov 15, 2012 at 8:18 PM, Peter Pentchev wrote:
> >
> > > Description : create secure pipes between socket addresses
[...]
> I personally think that it would be a useful altern
Package: wnpp
Severity: wishlist
* Package name: subsurface
Version : not yet
Upstream Author : Linus Torvalds
* URL : https://github.com/torvalds/subsurface
* License : GPLv2
Programming Lang: C
Description : Half-arsed divelog software in C.
"A dive
On Mon, 28 Oct 2013, Olof Johansson wrote:
>
> I've just uploaded the latest upstream release to mentors. If anybody
> have the time and interest, I would really appreciate review comments!
>
> https://mentors.debian.net/package/svtplay-dl
Promissing.
One of my tests failed to download the subtitl
On Mon, 28 Oct 2013, Olof Johansson wrote:
> On 2013-10-28 19:42 +0100, Olof Johansson wrote:
> > On 2013-10-28 19:31 +0100, Cristian Ionescu-Idbohrn wrote:
> > > Promissing.
> > > One of my tests failed to download the subtitles, though:
> >
> > Interesting
Package: wnpp
Severity: wishlist
* Package name: xul-ext-tab-groups
Version : 1.0.2
Upstream Author : Quicksaver
* URL : https://github.com/Quicksaver/Tab-Groups
* License : MPL 2.0
Programming Lang: XUL/JavaScript
Description : Reimplementation of Firef
On Thu, 6 Feb 2014, Samuel Lidén Borell wrote:
> 2014-02-06 01:37, Per Andersson wrote:
> >
> > Functionality:
> >
> > Tried visiting http://test.bankid.com and got this error.
> >
> > BankID Security Application can not be installed.
> > yOUR PLATFORM Linux 64-bit is not supported. You find inform
35 matches
Mail list logo