Re: xz backdoor

2024-04-02 Thread Robert Edmonds
the libraries installed on the system: for fname in /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/*.so.*; do echo "> ${fname} <" readelf -X -s ${fname} | grep IFUNC echo done -- Robert Edmonds edmo...@debian.org

Re: Validating tarballs against git repositories

2024-03-30 Thread Robert Edmonds
ject [1]. There is a lot of functionality in meson that has analogs in autoconf that isn't described in the "Porting from Autotools" document. [1] https://mesonbuild.com/Reference-manual_returned_compiler.html -- Robert Edmonds edmo...@debian.org

Re: Limited security support for Go/Rust? Re ssh3

2024-01-14 Thread Robert Edmonds
anyway. Another example of this class of problem is header only C++ libraries. -- Robert Edmonds edmo...@debian.org

Re: [RFC] locking down rsyslog.service

2023-10-11 Thread Robert Edmonds
re needed by rsyslog only briefly at startup that can be dropped by the daemon itself? -- Robert Edmonds edmo...@debian.org

Re: Performance counter stats Was Re: [idea]: Switch default compression from "xz" to "zstd" for .deb packages

2023-09-16 Thread Robert Edmonds
Lee wrote: > What did you do to get the "Performance counter stats" section in the > results for time? alias time="perf stat" -- Robert Edmonds edmo...@debian.org

Re: [idea]: Switch default compression from "xz" to "zstd" for .deb packages

2023-09-16 Thread Robert Edmonds
3.5 seconds for xz vs 0.5 seconds for zstd), although I understand from another post in the thread that dpkg performs multi-threaded xz decompression. This is on an ordinary "Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz" CPU which is a four year old, 6 core, 12 thread processor. -- Robert Edmonds edmo...@debian.org

Bug#1039556: ITP: volare -- tiling, tabbed Wayland compositor based on Sway

2023-06-26 Thread Robert Edmonds
Package: wnpp Severity: wishlist Owner: Robert Edmonds * Package name: volare Version : No releases yet Upstream Author : Arnout Engelen * URL : https://codeberg.org/raboof/volare * License : MIT Programming Lang: C Description : tiling, tabbed Wayland

Bug#1036538: ITP: emptty -- Dead simple CLI Display Manager on TTY

2023-05-22 Thread Robert Edmonds
Package: wnpp Severity: wishlist Owner: Robert Edmonds * Package name: emptty Version : 0.10.0-1 Upstream Author : Michal Tvrznik * URL : https://github.com/tvrzna/emptty * License : Expat Programming Lang: Go Description : text-based display manager

Re: Mozilla Firefox DoH to CloudFlare by default (for US users)?

2019-09-08 Thread Robert Edmonds
to US based users > > > > Does anyone know if there is any plan for the DNS root servers to > > enable any of the DNS privacy options? AFAIK the available options are > > DNSCurve, DoT or DoH. > > > > -- > > bye, > > pabs > > > > https://wiki.debian.org/PaulWise > > > -- Robert Edmonds edmo...@debian.org

Re: Suddenly U2F doesn't work on sid

2018-02-17 Thread Robert Edmonds
blem. It looks like it was due to #889665 being fixed and not having the libu2f-udev package installed. -- Robert Edmonds edmo...@debian.org

Re: bind9 shipping outdated root hint file (etc.)

2017-08-08 Thread Robert Edmonds
rsor, Knot Resolver, and Unbound. On the authoritative side: Power DNS Authoritative, Knot DNS, and NSD. -- Robert Edmonds edmo...@debian.org

Bug#870571: ITP: avro-c -- Apache Avro C

2017-08-02 Thread Robert Edmonds
Package: wnpp Severity: wishlist Owner: Robert Edmonds * Package name: avro-c Version : 1.8.2 Upstream Author : The Apache Software Foundation * URL : http://avro.apache.org/ * License : Apache-2.0 Programming Lang: C Description : Apache Avro C (avro

Re: When should we https our mirrors?

2016-10-18 Thread Robert Edmonds
the same level of trust for HTTPS mirror operators that we do for new maintainers (i.e., PGP signatures from two active developers)? -- Robert Edmonds edmo...@debian.org

Re: Is missing SysV-init support a bug?

2016-08-26 Thread Robert Edmonds
Carsten Leonhardt wrote: > Robert Edmonds writes: > > > I would guess that the vast majority of folks still using sysvinit with > > Debian are running wheezy or older, and thus removing sysvinit scripts > > from packages in unstable wouldn't affect them. But

Re: Is missing SysV-init support a bug?

2016-08-25 Thread Robert Edmonds
Russ Allbery wrote: > Robert Edmonds writes: > > > However, that was two years ago. How long should we be expected to > > continue maintaining sysvinit scripts? > > My understanding of the feeling of the TC at the time is that maintainers > are expected to cont

Re: Is missing SysV-init support a bug?

2016-08-25 Thread Robert Edmonds
rting existing support without a compelling reason. (https://lists.debian.org/debian-devel-announce/2014/08/msg1.html) However, that was two years ago. How long should we be expected to continue maintaining sysvinit scripts? -- Robert Edmonds edmo...@debian.org

Re: OpenSSL 1.1.0

2016-06-11 Thread Robert Edmonds
Kurt Roeckx wrote: > Robert Edmonds >unbound (U) Thanks. Opened a bug report with upstream: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=777 -- Robert Edmonds edmo...@debian.org

Re: Gitlab and the BTS (was Re: Genesis of the git.d.o/gitlab.d.o confusion)

2016-06-10 Thread Robert Edmonds
re numbered (I think the GitLab markdown extension syntax is !1, !2, etc.), and it wouldn't be unlikely to see such references in Debian changelogs. -- Robert Edmonds edmo...@debian.org

Re: support for merged /usr in Debian

2016-01-08 Thread Robert Edmonds
27;s not actually SSL that ping6 wants to do, but MD5, due to the support for "ICMPv6 Node Information Queries (RFC4620)": https://tools.ietf.org/html/rfc4620#section-5 [...] Compute the MD5 hash [...] If it really does need to do MD5, maybe it could use the one in libbsd0 instead of dragging in libgnutls-openssl27 and its dependencies. -- Robert Edmonds edmo...@debian.org

Re: Automatic dbgsym packages built by default as of today!

2015-12-20 Thread Robert Edmonds
d if possible I'd like to setup a mirror of the 'debian-debug' repository as well. -- Robert Edmonds edmo...@debian.org

Bug#808410: RFA: re2c -- tool for generating fast C-based recognizers

2015-12-19 Thread Robert Edmonds
only does this singleness make re2c more suitable for a wider variety of applications, it allows us to generate scanners which approach hand-crafted ones in terms of size and speed. Note that re2c is a dependency for spamassassin's sa-compile package. Thanks! -- Robert Edmonds edmo...@debian.org

Re: vixie-cron small patch

2015-12-17 Thread Robert Edmonds
(non-free). But, maybe it would be better to freeze the user-facing functionality of a venerable tool like cron? This seems like kind of a disruptive change. -- Robert Edmonds edmo...@debian.org

Re: [ralph.amis...@gmail.com: outrageous, thievery]

2015-11-09 Thread Robert Edmonds
ticks in my craw as it no doubt > >> does others, and there should be some record of conscientious objection. > >> > >> Ralph Amissah > >> > >> [1] to be clear, "we" was Debian. > >> [2] http://www.sisudoc.org/ > >> https://qa.debian.org/developer.php?login=s...@lists.sisudoc.org > >> > >> > > > > > > -- > > CONFIDENTIALITY NOTICE: This electronic communication with its contents > > may contain confidential and/or privileged information. It is solely for > > the use of the intended recipient(s). Unauthorized interception, review, > > use, or disclosure is prohibited and may violate applicable laws including > > the Electronic Communications Privacy Act. If you are not the intended > > recipient, or authorized to receive for the intended recipient, please > > contact the sender and destroy all copies of the communication. Thank you > > for your consideration. > > -- Robert Edmonds edmo...@debian.org

Re: DAK Commands for Bikesheds

2015-09-19 Thread Robert Edmonds
s at http://bikeshed.org/ and http://shed.bike/ whose URLs also use the "-ing"'less form.) ...and, did anyone notice that the actual commands [0] abbreviate "bikeshed" to "bs" (why? is there a length limit?)? Which has a euphemistic meaning which is much more widely known than "bikeshed" and which is far more pejorative. [0] https://ftp-master.debian.org/users/joerg/README.commands -- Robert Edmonds edmo...@debian.org

Re: DAK Commands for Bikesheds

2015-09-19 Thread Robert Edmonds
Lucas Nussbaum wrote: > On 17/09/15 at 15:04 -0400, Robert Edmonds wrote: > > Wookey wrote: > > > +++ Raphael Hertzog [2015-09-17 14:41 +0200]: > > > > Hi, > > > > > > > > On Thu, 17 Sep 2015, Joerg Jaspert wrote: > > > > &g

Re: DAK Commands for Bikesheds

2015-09-17 Thread Robert Edmonds
se in discussion and throw off one's concentration while determining the correct referent. Instead, use words like "lurch" or "squire" which are unlikely to cause any confusion. You might feel it is safe to use the name "jose" just because no one is named that in your group, but you will have a problem if you should happen to hire Jose. A name like "sphinx" will be less likely to conflict with new hires. [...] -- Robert Edmonds edmo...@debian.org

RFH: protobuf packaging team formed

2015-09-13 Thread Robert Edmonds
volved in packaging those projects, you might want to look into helping out with packaging src:protobuf. Thanks! -- Robert Edmonds edmo...@debian.org

Re: Is the Debian dependency system broken? (wget vs libgnutls-deb0-28)

2015-06-16 Thread Robert Edmonds
ers. libabc is a great example: http://0pointer.de/blog/projects/libabc.html -- Robert Edmonds edmo...@debian.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://list

Bug#786465: ITP: fstrm -- Frame Streams (fstrm) library

2015-05-21 Thread Robert Edmonds
Package: wnpp Severity: wishlist Owner: Robert Edmonds * Package name: fstrm Version : 0.2.0 Upstream Author : Farsight Security, Inc. * URL : https://github.com/farsightsec/fstrm * License : Apache-2.0 Programming Lang: C Description : Frame Streams

Re: ITP: wrk -- HTTP benchmarking tool

2015-04-16 Thread Robert Edmonds
Dmitry Smirnov wrote: > On Wed, 15 Apr 2015 17:44:52 Robert Edmonds wrote: > > * Package name: wrk > > Version : 4.0.1 > > Upstream Author : Will Glozer > > * URL : https://github.com/wg/wrk > > * License : Apache-2.0, BSD-3

ITP: wrk -- HTTP benchmarking tool

2015-04-15 Thread Robert Edmonds
Package: wnpp Severity: wishlist Owner: Robert Edmonds * Package name: wrk Version : 4.0.1 Upstream Author : Will Glozer * URL : https://github.com/wg/wrk * License : Apache-2.0, BSD-3-Clause Programming Lang: C Description : HTTP benchmarking tool

Bug#765629: RFA: adns -- Asynchronous-capable DNS client library and utilities

2014-10-16 Thread Robert Edmonds
. Many queries can be handled simultaneously. . Includes useful test tools and utilities for IP address resolving in logfiles. -- Robert Edmonds edmo...@debian.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Re: Bug#752745: ITP: dnssec-root-key -- This package contains DNSSEC root key

2014-06-27 Thread Robert Edmonds
Ondřej Surý wrote: > Hi Robert, > > On Fri, Jun 27, 2014, at 00:32, Robert Edmonds wrote: > > Ondřej Surý wrote: > > > Package: wnpp > > > Severity: wishlist > > > Owner: "Ondřej Surý" > > > > > > * Package name: dn

Re: Bug#752745: ITP: dnssec-root-key -- This package contains DNSSEC root key

2014-06-26 Thread Robert Edmonds
4726b06313bf2f910d07f870d4e5350e25bce;hb=HEAD#l237 And, finally, is it known that the root DNSSEC key will be rolled over with RFC 5011 semantics? Anyway, consider this email an offer to co-maintain :-) -- Robert Edmonds edmo...@debian.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.

Bug#724452: ITP: ifupdown-multi -- multiple default gateway support for ifupdown

2013-09-23 Thread Robert Edmonds
format in order to more easily configure Linux's policy based routing. . The policy information used to configure each network interface using ifupdown-multi is saved when ifup is run. This allows network interfaces using ifupdown-multi to be brought up or down cleanly as needed. -- Robe

Bug#661209: ITP: pymtbl -- immutable sorted string table library (Python bindings)

2012-02-24 Thread Robert Edmonds
: immutable sorted string table library (Python bindings) mtbl is a C library implementation of the Sorted String Table (SSTable) data structure. . This package contains a Python extension module for libmtbl. -- Robert Edmonds edmo...@debian.org signature.asc Description: Digital signature

Bug#661208: ITP: mtbl -- immutable sorted string table library

2012-02-24 Thread Robert Edmonds
the SSTable data structure internally as part of their data store, management of SSTable files -- creation, merging, deletion, combining of search results from multiple SSTables -- is left to the discretion of the mtbl library user. -- Robert Edmonds edmo...@debian.org signature.asc

Bug#647063: ITP: nss-ubdns -- NSS module for DNSSEC validated hostname lookups

2011-10-29 Thread Robert Edmonds
Package: wnpp Severity: wishlist Owner: Robert S. Edmonds * Package name: nss-ubdns Version : 0.1 Upstream Author : Robert Edmonds * URL : https://github.com/edmonds/nss-ubdns * License : ISC, BSD, LGPL-2.1 Programming Lang: C Description : NSS module

Re: Privacy Extensions for Stateless Address Autoconfiguration in IPv6 in wheezy as default?

2011-05-17 Thread Robert Edmonds
On 2011-05-11, Andrew O. Shadoura wrote: > On Wed, 11 May 2011 00:33:33 + (UTC) > Robert Edmonds wrote: > >> it would be great if there were a simple way to control the IPv6 >> address selection policy (static, SLAAC, SLAAC + privacy extensions, >> DHCPv6...) fro

Re: Privacy Extensions for Stateless Address Autoconfiguration in IPv6 in wheezy as default?

2011-05-10 Thread Robert Edmonds
is issue, before > proposing this as release goal for wheezy. it would be great if there were a simple way to control the IPv6 address selection policy (static, SLAAC, SLAAC + privacy extensions, DHCPv6...) from the interfaces(5) file or its successor. -- Robert Edmonds edmo...@debian.org --

Re: for those who care about unbound (resolvconf and DNSSEC)

2011-02-21 Thread Robert Edmonds
Robert Edmonds wrote: > i'd like to get some feedback on whether i should implement some changes > in the unbound debian packaging: i'm also looking into building the python bindings for libunbound. unfortunately upstream uses autotools / libtool to build and link the python modul

Re: for those who care about unbound (resolvconf and DNSSEC)

2011-02-17 Thread Robert Edmonds
On 2011-02-17, Daniel Baumann wrote: > On 02/17/2011 05:07 AM, Robert Edmonds wrote: >> i'm inclined to implement all three of these features and make them each >> individually toggle-able via /etc/default/unbound, and to enable these >> features by default > > i

for those who care about unbound (resolvconf and DNSSEC)

2011-02-16 Thread Robert Edmonds
anchor would no longer be able to securely generate an up-to-date root trust anchor file, but i believe this could be adequately handled by a stable-security or stable point release update. -- Robert Edmonds edmo...@debian.org signature.asc Description: Digital signature

Bug#535396: ITP: wrapsrv -- DNS SRV record command line wrapper

2009-07-01 Thread Robert Edmonds
ne will be invoked one or more times with %h and %p sequences in the command line substituted for the hostname and port elements of the selected SRV record. -- Robert Edmonds edmo...@debian.org signature.asc Description: Digital signature

Bug#528147: ITP: protobuf-c -- protocol buffers C compiler

2009-05-10 Thread Robert Edmonds
read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. -- Robert Edmond

Bug#527985: ITP: libbind -- DNS resolver and message parsing library

2009-05-09 Thread Robert Edmonds
the bind9 source package already ships a "libbind-dev" package which is unrelated to libbind. i will probably embed the SONAME version in the -dev package name for libbind to avoid conflicting with the bind9 package. -- Robert Edmonds edmo...@debian.org -- To UNSUBSCRIBE, email

Re: Bug#503395: ITP: libapache2-mod-spamhaus -- Apache module that use DNSBL to deny access to a known bad IP address

2008-10-25 Thread Robert Edmonds
haus; it appears to be a DNSBL access control filter for apache that can only query one DNSBL zone. i also notice that mod_spamhaus's DNSBL lookup routine only checks for the presence or absence of a host record, rather than checking like a sensible DNSBL client that the response lies in t

Re: Bug#503395: ITP: libapache2-mod-spamhaus -- Apache module that use DNSBL to deny access to a known bad IP address

2008-10-25 Thread Robert Edmonds
ombined SBL/XBL zone is sbl-xbl.spamhaus.org. -- Robert Edmonds [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Bug#500176: This bug is still around and release-critical

2008-10-06 Thread Robert Edmonds
not make > both conflict, both should work fine. yes, virtual packages are a nonstarter because of all the strange ways dns can be combined on the same machine (see, e.g., the dnsproxy package). -- Robert Edmonds [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Time to phase out net-tools?

2008-06-17 Thread Robert Edmonds
On 2008-06-17, Luk Claes <[EMAIL PROTECTED]> wrote: > Robert Edmonds wrote: >> rarp is obsolete. > It's not, I do use it from time to time, do you have a replacement? sorry, I mean rarp(1) is obsolete, according to its manpage: NOTE This program is obsolete. From

Re: Time to phase out net-tools?

2008-06-17 Thread Robert Edmonds
elf. indeed net-tools is using deprecated ioctls to the kernel vs. the netlink sockets that iproute uses. see for instance #222676, and the fact that aliases created with 'ip addr add ...' don't show up in ifconfig output. mii-tool seems to be mostly superseded by ethtool. nameif seems

Bug#482277: ITP: unbound -- validating, recursive, caching DNS resolver

2008-05-21 Thread Robert Edmonds
et. . Unbound is designed as a set of modular components, so that also DNSSEC (secure DNS) validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: exim, local resolver, host name lookups and IPv6

2008-04-14 Thread Robert Edmonds
On 2008-04-12, Marc Haber <[EMAIL PROTECTED]> wrote: > On Fri, 11 Apr 2008 17:48:19 +0000 (UTC), Robert Edmonds ><[EMAIL PROTECTED]> wrote: >>Yes, there is a much better way: do not perform name resolution to >>determine the host's FQDN. It is wrong. > >

Re: exim, local resolver, host name lookups and IPv6

2008-04-11 Thread Robert Edmonds
drinfo() and getnameinfo(). Whoops; sorry. Those were the functions I was thinking of that supersede gethostby*(). -- Robert Edmonds [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: exim, local resolver, host name lookups and IPv6

2008-04-11 Thread Robert Edmonds
? It's primarily the configuration of those "scope link" inet6 addresses which cause problems, right? Would loading ipv6.ko with net.ipv6.conf.all.autoconf = 0 help? -- Robert Edmonds [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: exim, local resolver, host name lookups and IPv6

2008-04-11 Thread Robert Edmonds
calhost' or 'localhost.localdomain' as the system hostname. If you're using the newer getipnode* functions, it's possible that you'll get an AI_V4MAPPED address even when asking for an AF_INET6 address. The analogous IPv6 hack, btw, would be something atrocious in /

Bug#475493: ITP: python-pefile -- Portable Executable (PE) parsing module for Python

2008-04-10 Thread Robert Edmonds
data * Warnings for suspicious and malformed values * Packer detection with PEiD signatures * PEiD signature generation -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [EMAIL PROTECTED]: Processing of ip4r_1.03-1_multi.changes]

2008-02-11 Thread Robert Edmonds
On 2008-02-11, Steve Langasek <[EMAIL PROTECTED]> wrote: > On Mon, Feb 11, 2008 at 05:13:21PM -0500, Robert Edmonds wrote: >> Luk Claes wrote: >> > It was rejected with the following message: > >> > Rejected: ip4r_1.03-1_multi.changes: Missing mandatory fiel

Re: [EMAIL PROTECTED]: Processing of ip4r_1.03-1_multi.changes]

2008-02-11 Thread Robert Edmonds
Luk Claes wrote: > It was rejected with the following message: > > Rejected: ip4r_1.03-1_multi.changes: Missing mandatory field `description'. Hm, looks like mergechanges is to blame. > You should have got a REJECTED mail telling you btw. I never got a REJECTED mail. -- Robe

[EMAIL PROTECTED]: Processing of ip4r_1.03-1_multi.changes]

2008-02-11 Thread Robert Edmonds
md64.deb ip4r_1.03-1.diff.gz Greetings, Your Debian queue daemon - End forwarded message ----- -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#459401: ITP: c-repl -- read-eval-print loop for C

2008-01-05 Thread Robert Edmonds
our neighbors using irb, like driving a Ferarri on city streets. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#459268: ITP: libev -- high-performance event loop library modelled after libevent

2008-01-04 Thread Robert Edmonds
supports select, poll, epoll, kqueue, and inotify. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Bug#457778: ITP: blm -- compute set operations on line-oriented files: and, or, xor, and more.

2007-12-25 Thread Robert Edmonds
On 2007-12-25, Rudi Cilibrasi <[EMAIL PROTECTED]> wrote: > * Package name: blm > Description : compute set operations on line-oriented files: and, or, > xor, and more. What are the time and space complexities for the various operations? -- Robert Edmonds [EMAIL PROT

Bug#453680: ITP: djbdns -- Replacement for BIND, written by Dan Bernstein

2007-11-30 Thread Robert Edmonds
.html (snagged from the djbdns-installer djbdns description) Supposedly DJB has released all of his code into the public domain. If this is really the case and passes DFSG, I plan to package djbdns assuming Adam McKenna (maintainer of djbdns-installer) doesn't want to. -- Robert Edm

Re: LSB-ize daemon without pidfile handling

2007-11-14 Thread Robert Edmonds
arg_error(argv[0]); + } + pid_file = argv[i]; + break; #ifdef USE_UUCP_LOCKING case 'u': @@ -206,6 +227,10 @@ main(int argc, char *argv[]) close(0); close(1); close(2); + + /* write pid file */ + make_p

Re: Bug#450909: ITP: vblade-persist -- create/manage supervised AoE exports

2007-11-12 Thread Robert Edmonds
On 2007-11-12, Daniel Kahn Gillmor <[EMAIL PROTECTED]> wrote: > As i'm not a DD, I'll need a sponsor to upload this package. Hi, I'll sponsor your package. -- Robert Edmonds [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Re: ries.debian.org AKA ftp-master.debian.org back

2007-11-12 Thread Robert Edmonds
where you'll be experiencing/suffering it, as more hosts move to apache2). Not if NameWidth=* is in your IndexOptions. -- Robert Edmonds [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#449322: ITP: pcaputils -- specialized libpcap utilities

2007-11-04 Thread Robert Edmonds
tate its capture output file - can partition its output based on time intervals (e.g., start of hour or start of day) -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Bug#448810: ITP: fcapture -- network flow capture utility

2007-11-01 Thread Robert Edmonds
On 2007-11-01, Robert Edmonds <[EMAIL PROTECTED]> wrote: > * URL : http://people.debian.org/~edmonds/fcapture/ If anyone wants to review this program/package before it hits incoming (especially if you're interested in network security monitoring), I've just uploade

Bug#448810: ITP: fcapture -- network flow capture utility

2007-10-31 Thread Robert Edmonds
inks and is more frugal in terms of disk space and CPU usage than similar programs like argus which use more detailed flow log formats. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Robert Edmonds
On 2007-10-10, Daniel Schepler <[EMAIL PROTECTED]> wrote: > On Wednesday 10 October 2007 02:57:59 pm Robert Edmonds wrote: >> The only rationale for removing the *firmware* is compliance with GR >> 2006-004... > > Reading this feels about like reading someone write, &qu

Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Robert Edmonds
Faidon Liambotis wrote: > Robert Edmonds wrote: > > Any modification to the tg3 driver to produce a GR 2006-004 compliant > > driver would have to diverge from the kernel team's patch acceptance > > guidelines[0] since upstream is intransigent[1] on making tg3 >

Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Robert Edmonds
Faidon Liambotis wrote: > Robert Edmonds wrote: >> This package provides the source code for the tg3dfsg kernel >> module. Kernel source or headers are required to compile this module. >> >> This driver complies with GR 2006-004 and should support all Tigon3 &g

Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-09 Thread Robert Edmonds
intend to upload it should linux kernel images be uploaded which lack the tg3 driver. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

deb-ice -- violating the GPL since 2007-08-14

2007-08-30 Thread Robert Edmonds
e/DebIce_LICENSE.txt -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#431809: ITP: podofo -- library and tools to work with the PDF file format

2007-07-04 Thread Robert Edmonds
ul for debugging existing PDF files . * podofopdfinfo provides some basic info about a PDF - metadata, page details, etc. . * podofotxt2pdf converts a text file to a PDF I also intend to package the podofobrowser program. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Bug#320283: ITA: re2c

2007-05-27 Thread Robert Edmonds
W, are you planning to fix the sa-update cron spam issue (#425962) soon? :) -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#320283: ITO: re2c

2007-05-27 Thread Robert Edmonds
Debian. I intend to adopt re2c and upload the latest upstream version (0.12.1). [0] http://lwn.net/Articles/232696/ -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

ITP: lckdo -- execute a program with a lock set

2007-03-24 Thread Robert Edmonds
ee. lckdo is commonly used to make automated rsync mirroring more robust. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Odd 4 (figure four) - appears almost like two colons

2000-12-23 Thread Robert Edmonds
x G400. switching VTs and back fixes it, temporarily. switching to 24 bpp color fixes it permanently. -- Robert Edmonds [EMAIL PROTECTED]

netcards (re: dwarf's etherlink3/isapnp idea)

1999-05-16 Thread Robert Edmonds
utils, maybe package them up. A utility similar to modconf with netcard diagnostic tools would be very handy. -- Robert Edmonds [EMAIL PROTECTED] "The great question... which I have not been able to answer... is, `What does woman want?'" -- Sigmund Freud

intent to package vstream/rtjpeg

1999-02-01 Thread Robert Edmonds
i intend to package rtjpeg and vstream: rtjpeg is real time jpeg compressor with client/server mechanisms to allow running a BTTV card over a network using ~1/10 of 10BaseT bandwidth; and vstream is an app targeted at making mpeg movies from a BTTV stream. -- Robert Edmonds [EMAIL PROTECTED]

Anyone at Rice University?

1998-06-23 Thread Robert Edmonds
ve to set it up to use Rice's network when he gets back. He barely knows tcsh, unfortunately, I wonder if there are any Debian people at Rice that are familiar with the network to set it up for him. -- Robert Edmonds -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of &q

intent to package irquery

1998-06-04 Thread Robert Edmonds
i intend to package irquery on www.ddns.org which is a client for their dynamic dns service. err they already had an rpm :) -- Robert S. Edmonds - Debian developerhttp://www.debian.org Freshmeat staff member http://fresh

Debian volunteers needed for Atlanta Linux Showcase

1998-05-06 Thread Robert Edmonds
Volunteers are needed for October's ALS. I already have several possible people that can man the booth. We need people around, or close to the Atlanta area to be able to help man the booth (bring your screamer box, etc.) and also less obvious donations. Redhat will be there with its ubiquitious fre

freshmeat

1998-04-25 Thread Robert Edmonds
freshmeat now has a deb repository. i have been busy all morning as a freshmeat staff member pulling down packages onto the freshmeat server and updating their appindex records. (scoop recently implemented the ability to provide a link to a deb directory on freshmeat) i updated 81 appindex records

DFMR

1998-04-22 Thread Robert Edmonds
Anyone wishing to be on the DFMR (Deb Freshmeat Repository) team should email [EMAIL PROTECTED] with the subject DFMR. I understand Freshmeat has _one_ person managing the RPM repository... -- Robert S. Edmonds Debian Developer (http://www.debian.org) mailto:[EMAIL PROTECTED] http://edmonds.home.