summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-04-01 10:36:53 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-04-01 10:36:53 +0000
commit36bae42a069dd578983fa00c8baf725c668d2c5c (patch)
tree50e296e4d7f20172764d623bb94981c61e406858 /net-dns/updatedd/files
parentia64/sparc/x86 stable (diff)
downloadgentoo-2-36bae42a069dd578983fa00c8baf725c668d2c5c.tar.gz
gentoo-2-36bae42a069dd578983fa00c8baf725c668d2c5c.tar.bz2
gentoo-2-36bae42a069dd578983fa00c8baf725c668d2c5c.zip
fix SEGV thanks to patch supplied by Alexandre Ferreir in bug #195709. also added version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dns/updatedd/files')
-rw-r--r--net-dns/updatedd/files/updatedd-2.6-options.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dns/updatedd/files/updatedd-2.6-options.patch b/net-dns/updatedd/files/updatedd-2.6-options.patch
new file mode 100644
index 000000000000..17fe89b3e49d
--- /dev/null
+++ b/net-dns/updatedd/files/updatedd-2.6-options.patch
@@ -0,0 +1,12 @@
+--- updatedd-2.6/src/updatedd.c.orig 2008-04-01 19:00:30.000000000 +1100
++++ updatedd-2.6/src/updatedd.c 2008-04-01 19:01:17.000000000 +1100
+@@ -272,7 +272,8 @@
+ int c, option_index = 0;
+ static struct option long_options[] = {
+ { "help", 0, 0, 'h' },
+- { "version", 0, 0, 'v' }
++ { "version", 0, 0, 'v' },
++ { 0, 0, 0, 0 }
+ };
+
+ c = getopt_long(argc, argv, "LY",