Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/checkpw/files: checkpw-1.02-qa.patch
Date: Fri, 05 Dec 2008 16:46:46
Message-Id: E1L8dpD-00087n-3A@stork.gentoo.org
1 matsuu 08/12/05 16:46:43
2
3 Added: checkpw-1.02-qa.patch
4 Log:
5 Version bumped. Fixed CFLAGS issue, bug #241042. Removed -s, bug #240920.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r2 x86_64)
7
8 Revision Changes Path
9 1.1 net-mail/checkpw/files/checkpw-1.02-qa.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/checkpw/files/checkpw-1.02-qa.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/checkpw/files/checkpw-1.02-qa.patch?rev=1.1&content-type=text/plain
13
14 Index: checkpw-1.02-qa.patch
15 ===================================================================
16 diff -Naur checkpw-1.02.orig/checkapoppw.c checkpw-1.02/checkapoppw.c
17 --- checkpw-1.02.orig/checkapoppw.c 2002-01-07 16:25:10.000000000 +0900
18 +++ checkpw-1.02/checkapoppw.c 2008-12-06 01:14:38.000000000 +0900
19 @@ -1,3 +1,4 @@
20 +#include <unistd.h>
21 #include <sys/stat.h>
22 #include "error.h"
23 #include "pathexec.h"
24 diff -Naur checkpw-1.02.orig/checkpw.c checkpw-1.02/checkpw.c
25 --- checkpw-1.02.orig/checkpw.c 2002-01-07 16:23:51.000000000 +0900
26 +++ checkpw-1.02/checkpw.c 2008-12-06 01:24:07.000000000 +0900
27 @@ -1,3 +1,4 @@
28 +#include <unistd.h>
29 #include <sys/stat.h>
30 #include "error.h"
31 #include "pathexec.h"