Bug#644912:

2018-02-12 Thread Adam Goode
This should be fixed upstream. See
https://github.com/lathiat/nss-mdns/blob/master/NEWS.md

Please update this in Debian, and file bugs if there are problems:
https://github.com/lathiat/nss-mdns/issues/new


Thank you!



Bug#833952: New upstream location for nss-mdns

2016-08-10 Thread Adam Goode
Package: nss-mdns
Version: 0.10-7

There is a new active upstream for nss-mdns:
https://github.com/lathiat/nss-mdns

This is by the same new upstream maintainer as avahi.

The new upstream has already merged the outstanding Debian patch:
https://github.com/lathiat/nss-mdns/commit/837506f5df4f0d109abd73cd7e06fe3b9c570050



Bug#251252: obexftp: not really fixed!

2005-01-12 Thread Adam Goode
Package: obexftp
Version: 0.10.6-3
Tags: patch
Followup-For: Bug #251252

Very close, but off by 1 error keeps it broken. (No idea how this
bug got in there in the first place. Byte 1 is reserved in the
structure.)


Adam


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages obexftp depends on:
ii  libbluetooth1  2.11-1Library to use the BlueZ Linux Blu
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libopenobex-1.0-0  1:1.0.0-rel-3 OBEX protocol library

-- no debconf information

--- obexftp/object.c~   2005-01-12 15:48:04.0 -0500
+++ obexftp/object.c2005-01-12 15:48:19.0 -0500
@@ -200,7 +200,7 @@

if (create == 0) {
// set the 'Don't Create' bit
-   setpath_nohdr_data[1] |= 2;
+   setpath_nohdr_data[0] |= 2;
}
if (name) {
ucname_len = strlen(name)*2 + 2;