mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
I have been running all but the strncat patch on my server for years now. The strncat patch was taken from upstream bugtracker and looks sane to me. While at it also package the upgrade instructions and let the user look them up there. Closes: https://bugs.gentoo.org/472420 Closes: https://bugs.gentoo.org/479432 Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/12990 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
25 lines
771 B
Diff
25 lines
771 B
Diff
From 32ce986d86695dd55d4c888c30fe62b910b99f17 Mon Sep 17 00:00:00 2001
|
|
From: Rolf Eike Beer <eike@sf-mail.de>
|
|
Date: Thu, 21 Aug 2014 17:45:28 +0200
|
|
Subject: [PATCH 3/5] remove unneeded forward declaration
|
|
|
|
---
|
|
vchkpw.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/vpopmail-5.4.33/vchkpw.c b/vpopmail-5.4.33/vchkpw.c
|
|
index b1c8a5d..d7d4351 100644
|
|
--- a/vchkpw.c
|
|
+++ b/vchkpw.c
|
|
@@ -91,7 +91,6 @@ void login_system_user();
|
|
void read_user_pass();
|
|
void vlog(int verror, char *TheUser, char *TheDomain, char *ThePass, char *TheName, char *IpAddr, char *LogLine);
|
|
void vchkpw_exit(int err);
|
|
-void run_command(char *prog);
|
|
int authcram( char *response, char *challenge, char *password);
|
|
int authapop( char *password, char *timestamp, char *clearpass);
|
|
|
|
--
|
|
1.8.4.5
|
|
|