You will need a reallocation loop similar to what you did for get_line().
--
Jeremie Koenig
http://jk.fr.eu.org
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: xdelta
Version: 1.1.3-9
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd
Hi,
The xdelta package currently fails to build from source on the Hurd due
to test/xdeltatest.c using MAXPATHLEN. The patch below fixes this issue.
Thanks,
---
test/xdeltatest.c |
On Mon, Aug 23, 2010 at 12:18:43AM +0200, Samuel Thibault wrote:
> Hello,
>
> Jeremie Koenig, le Thu 12 Aug 2010 11:49:22 +0200, a écrit :
> > An alternative would be to check for, say, /sys/devices in the installer
> > itself. Does this sound reasonable?
>
> So?
>
On Thu, Aug 12, 2010 at 11:49:22AM +0200, Jeremie Koenig wrote:
> On Thu, Aug 12, 2010 at 09:43:06AM +0200, Petter Reinholdtsen wrote:
> > [Jeremie Koenig]
> > > - if [ ! -d /target/sys ]; then
> > > + if [ ! -d /target/sys ] && [ "$(udpkg --print-os)"
rrides.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
--- busybox-1.17.1.orig/debian/config/os/hurd 2010-08-03 04:34:13.0 +
+++ busybox-1.17.1/debian/config/os/hurd 2010-08-12 09:27:03.0 +
@@ -1,5 +1,6 @@
CONFIG_PLATFORM_LINUX=n
CONFIG_INIT_TERMINAL_TYPE="mach"
Hurd.
If you apply this, please remember to fill-in the bug number in the
changelog, create the empty src/etc/fstab-hurd, and set execute
permissions on src/sbin/reopen-console-hurd.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: debian/changelog
On Thu, Aug 12, 2010 at 09:43:06AM +0200, Petter Reinholdtsen wrote:
> [Jeremie Koenig]
> > - if [ ! -d /target/sys ]; then
> > + if [ ! -d /target/sys ] && [ "$(udpkg --print-os)" != hurd ]; then
>
> Would it be better to look for 'sysfs' in
,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: localechooser/debian/changelog
===
--- localechooser/debian/changelog (revision 64302)
+++ localechooser/debian/changelog (working copy)
@@ -1,11 +1,15 @@
localechooser (2.28) UNRELEASED; urgency
Hurd.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: debian-installer-utils/debian/changelog
===
--- debian-installer-utils/debian/changelog (revision 64302)
+++ debian-installer-utils/debian/changelog (working copy)
@@ -1,10
Hi,
On Wed, Aug 04, 2010 at 08:42:02PM +0200, Aurelien Jarno wrote:
> On Sun, Aug 01, 2010 at 04:30:17PM +0200, Samuel Thibault wrote:
> > Jeremie Koenig, le Wed 23 Jun 2010 06:53:23 +0200, a écrit :
> > > [complicated run-time patch for default filesystem selection]
> >
itute the bug number in
debian/changelog.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: partman-target/debian/changelog
===
--- partman-target/debian/changelog (revision 64302)
+++ partman-target/debian/changelog (working co
mergebdf and reduce-font
> on non-linux ports.
Hi,
I'd like to confirm that Samuel's patch works great, with the exception
of libbogl-dev depending on libbogl0, which is unavailable on non-Linux
(updated patch attached).
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
diff -ruN bog
check when /proc/mounts
does not exist.
--
Jeremie Koenig
http://jk.fr.eu.org
Index: base-installer/debian/changelog
===
--- base-installer/debian/changelog (revision 63843)
+++ base-installer/debian/changelog (working copy)
@@ -1,3 +1,9
f comments nonetheless.
Anyway, the attached patch makes netcfg-static work on Hurd.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: netcfg/debian/changelog
===
--- netcfg/debian/changelog (revision 63843)
+++ netcfg/debian/changelo
m not sure what the preferred form of submission is for such things,
but the attached "patch to the patch" fixes this problem.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
--- debian/patches/vmstat_part_format.patch.orig 2010-07-11 03:59:28.0 +
+++ debian/patches/vmstat_pa
ext2fs;
- the "errors=remount-ro" option is not supported.
See the attached patch.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: partman-basicfilesystems/debian/changelog
===
--- partman-basicfilesystems/debian
and review the
situation when/if more system-specific defaults prove to be necessary.
Any thoughts? (or irrepressible urges to commit my patch? :-)
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: partman-base/debian/changelog
===
-
) fails to create the
filesystem and mount the partition.
The attached patch fixes this.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.org
Index: parted-2.2/libparted/arch/gnu.c
===
--- parted-2.2.orig/libparted/arch/gnu.c 2010-06-21 18:29
-1"
to get the most recent version of a given udeb from apt.udeb/cache.
This may cause images to be built with outdated udebs.
The attached patch makes it use 'dpkg --compare-versions' instead.
Thanks,
--
Jeremie Koenig
http://jk.fr.eu.or
pe
cron 4735root4w FIFO 0,6 0t0 687643 pipe
The attached patch makes mispipe close the original file descriptor
after it has been duplicated, but before the command is executed.
I could also use FD_CLOEXEC or a command-line switch if you think this
behaviour would c
e attached patch updates bing to use the modern getaddrinfo/getnameinfo
resolver interfaces, which will ensure only AF_INET addresses are
returned.
Thanks for maintaining bing,
--
Jeremie Koenig
http://jk.fr.eu.org
diff -ru bing-1.1.3.orig/bing.c bing-1.1.3/bing.c
--- bing-1.1.3.orig/bing.c 2009-0
Hello,
Xcircuit's pull down menus not working happens only with Num Lock
activated. Switching it off make them work again.
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
than sending it to the client, in order to avoid such problems?
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sending it to the client, in order to avoid such problems?
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Sun, Jan 28, 2007 at 11:26:49PM +0100, Brice Goglin wrote:
> Jeremie Koenig wrote:
[...]
> > I also noticed two similar problems with the generation of thumbnails
> > and scaled images (llgal.in, lines 597 and 690):
[...]
> This case is supposed to be protected by doub
Package: llgal
Version: 0.13.9-1
Severity: normal
Tags: patch
Hello,
I get the following error when llgal tries to proceed a directory with
shell metacharacters:
--
Entering subdirectory 'camping (presque) sauvage'...
Listing entries in . :100.00%
Preparing entries:100.00%
reopen 222121 !
thanks
I've been working on packaging ptrtd, then started to let it rot due to
lack of time and motivation. My package is basically working however,
and I'm using it again, so I will polish it in the next few weeks, make
it available for testing and look for a sponsor. I'll keep [E
ed by Piotr Krysiuk.
This bug is fixed in the debootloaders subversion repository at
svn://svn.debian.org/debootloaders/trunk/rsrce
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Thank you for the report, the first one I get as a maintainer,
and a very good one indeed!
I'll include your patch in the next upload of rsrce; feel free to
suggest other improvements if you're missing something, I'll try to take
the opportunity to work on polishing rsrce a bit.
ion of one of
their headers from common/elf_loader_defs.h (the code in the common/
subdir is used both by miBoot and BootX.)
The header file in question, Optimization.h (attached, piped through
tr '\r' '\n') is a rather trivial file, and I doubt there's any problem
here
lable on a floppy, but I don't know
wether this omission was deliberate or not.
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
r time :-)
And to everyone here: d-i is a piece of fine art, thanks for your work !
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Sat, Aug 20, 2005 at 01:46:35PM -0500, Graham Wilson wrote:
> On Sat, Apr 16, 2005 at 02:39:52AM +0200, Jeremie Koenig wrote:
> > This new patch fixes this, and relies on the resolver configuration to
> > choose the address family used by gethostbyname, which is better imho,
tinst
pdns-2.9.17/debian/pdns.postrm
pdns-2.9.17/debian/pdns.prerm
pdns-2.9.17/debian/shlibs.local
Note the presence of debian/doc-base.
Hope this helps, thanks for packaging pdns !
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTEC
tags 130902 +patch
thanks
Okay, now here is a cleaner patch which also updates the libpng build
dependency to libpng12-dev. Also note that your debian/rules clean
target should remove debian/substvars.
Sorry for the noise, I hope I got everything right this time...
--
Jeremie Koenig <[EM
mera2.
Thanks for packaging chimera, it's a great browser !
--
Jeremie Koenig <[EMAIL PROTECTED]>
diff -ru chimera2-2.0a19/debian/substvars chimera2-2.0a19.jk/debian/substvars
--- chimera2-2.0a19/debian/substvars2005-08-09 00:18:08.293491385 +0200
+++ chimera2-2.0a19.jk/debian/substvars
ssage wasn't
working properly in ssh-krb5 didn't help.
So, I propose for comment leading whitespace to be allowed with MIT
Kerberos as well as Heimdal, and attach a patch which does this.
--
Jeremie Koenig <[EMAIL PROTECTED]>
diff -ru krb5-1.3.6.old/src/util/profile/prof_parse.c
krb5
Package: heimdal
Version: 0.6.3-10
Severity: minor
Hello, I noticed the string2key command is in heimdal-clients and its
manpage is in -servers.
Since -clients doesn't depends on -servers, I guess this is a bug.
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, emai
er la liste des sous-réseaux, séparés par des points-"
> "virgules, qu'il est autorisé de parcourir. Des valeurs autorisées sont "
s/qu'il est ... parcourir/autorisés à effectuer des requêtes récursives/
Thanks for your work,
--
Jeremie Koenig <[EMAIL PROTECTED]>
x27;t make use of the gethostbyname2, which is a GNU extension.
A note is also added to the manual page in the hope that it will point
people configuring IPv6-only hosts and wondering why hostname -f fails
in the right direction.
Hope this helps,
--
Jeremie Koenig <[EMAIL PROTECTED]>
list of what features the patch is supposed to add?
> Some lines are unclear to me in what they're trying to achieve.
It seems my brain has stripped away the '## DP:' comments as well...
After overwriting the debian patch with the one mentioned above, and
rebuilding the pdns packa
ve me a list of what features the patch is supposed to add?
Some lines are unclear to me in what they're trying to achieve.
*/
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
such as or SRV.
Maybe it would be worthwhile to include in the pdns-backend-ldap Debian
package in /etc/ldap/schema ?
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
me to give them IPv4 or IPv6 addresses
only.
What do you think ?
--
Jeremie Koenig <[EMAIL PROTECTED]>
diff -ru hostname-2.13.orig/hostname.c hostname-2.13/hostname.c
--- hostname-2.13.orig/hostname.c 2003-12-18 03:11:33.0 +0100
+++ hostname-2.13/hostname.c2005-
default of /var/run/totd.pid for this option
anyway, as totd needs only one file in /var/run (I think), and it would
solve this minor inconvenience.
--
Jeremie Koenig <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
45 matches
Mail list logo