rpms/authd/devel authd-1.4.3-longopt-identifier.patch, NONE, 1.1 authd.spec, 1.39, 1.40

Ondrej Dvoracek (odvorace) fedora-extras-commits at redhat.com
Wed Sep 19 10:21:54 UTC 2007


Author: odvorace

Update of /cvs/extras/rpms/authd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12650

Modified Files:
	authd.spec 
Added Files:
	authd-1.4.3-longopt-identifier.patch 
Log Message:
fixed bug #245436

authd-1.4.3-longopt-identifier.patch:

--- NEW FILE authd-1.4.3-longopt-identifier.patch ---
--- authd-1.4.3/authd.c.old	2007-09-19 11:39:25.000000000 +0200
+++ authd-1.4.3/authd.c	2007-09-19 11:40:02.000000000 +0200
@@ -203,7 +203,7 @@ static char *created_pton_hex(const char
 }
 
 static void create_opt(int argc, char *argv[]) {
-    enum { $_LONGOPT = UCHAR_MAX,       // no short opt value overlap
+    enum { PRE_FIRST_LONGOPT = UCHAR_MAX,       // no short opt value overlap
         CODESET_LONGOPT, IDENT_LONGOPT, FN_LONGOPT, LANG_LONGOPT,
         MAPPED_LONGOPT, OS_LONGOPT, PASSWD_LONGOPT, USERNAME_LONGOPT
     };


Index: authd.spec
===================================================================
RCS file: /cvs/extras/rpms/authd/devel/authd.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- authd.spec	24 Jul 2006 12:51:59 -0000	1.39
+++ authd.spec	19 Sep 2007 10:21:21 -0000	1.40
@@ -1,8 +1,8 @@
-Summary: a RFC 1413 ident protocol daemon
+Summary: A RFC 1413 ident protocol daemon
 Name: authd
 Version: 1.4.3
-Release: 9
-License: GPL
+Release: 10
+License: GPLv2
 Group: System Environment/Daemons
 Obsoletes: pidentd
 Provides: pidentd = 3.2
@@ -12,6 +12,7 @@
 Patch1: authd-1.4.3-disable.patch
 Patch2: authd-1.4.3-ipv6-mapping.patch
 Patch3: authd-1.4.3-locale.patch
+Patch4: authd-1.4.3-longopt-identifier.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: openssl-devel gettext
 Prereq: xinetd
@@ -28,6 +29,7 @@
 %patch1 -p1
 %patch2 -p1 -b .ipv6map
 %patch3 -p1 -b .locale
+%patch4 -p1
 sed -i -e "s|/etc|%{_sysconfdir}|" config.h
 
 %build
@@ -68,6 +70,10 @@
 %{_sbindir}/in.authd
 
 %changelog
+* Wed Sep 19 2007 Ondrej Dvoracek <odvorace at redhat.com> - 1.4.3-10
+- corrected illegal identifier in longopt enumeration (#245436)
+- corrected summary and license
+
 * Mon Jul 24 2006 Martin Stransky <stransky at redhat.com> - 1.4.3-9
 - added locale patch (#199721)
 




More information about the fedora-extras-commits mailing list