From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JgdrM-00076r-29 for garchives@archives.gentoo.org; Tue, 01 Apr 2008 10:36:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B160E067F; Tue, 1 Apr 2008 10:36:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4998CE067F for ; Tue, 1 Apr 2008 10:36:55 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D573965127 for ; Tue, 1 Apr 2008 10:36:54 +0000 (UTC) Received: from dragonheart by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JgdrJ-0007It-NF for gentoo-commits@lists.gentoo.org; Tue, 01 Apr 2008 10:36:53 +0000 From: "Daniel Black (dragonheart)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dragonheart@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dns/updatedd/files: updatedd-2.6-options.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: updatedd-2.6-options.patch X-VCS-Directories: net-dns/updatedd/files X-VCS-Committer: dragonheart X-VCS-Committer-Name: Daniel Black Content-Type: text/plain; charset=utf8 Message-Id: Sender: Daniel Black Date: Tue, 01 Apr 2008 10:36:53 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 67f0adb4-7aa8-46c8-95ee-51d41c9ca560 X-Archives-Hash: 91087856326cff180b46a448ca822779 dragonheart 08/04/01 10:36:53 Added: updatedd-2.6-options.patch Log: fix SEGV thanks to patch supplied by Alexandre Ferreir in bug #195709. = also added version bump (Portage version: 2.1.4.4) Revision Changes Path 1.1 net-dns/updatedd/files/updatedd-2.6-options.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/f= iles/updatedd-2.6-options.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/f= iles/updatedd-2.6-options.patch?rev=3D1.1&content-type=3Dtext/plain Index: updatedd-2.6-options.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 =3D 0; static struct option long_options[] =3D { { "help", 0, 0, 'h' }, - { "version", 0, 0, 'v' } + { "version", 0, 0, 'v' }, + { 0, 0, 0, 0 } }; =20 c =3D getopt_long(argc, argv, "LY", --=20 gentoo-commits@lists.gentoo.org mailing list