slackbuilds_ponce/network/pptpd/fix_plugins_patchlevel_h.diff
Robby Workman 14e7f20228 network/pptpd: fix pptpd-logwtmp.so loading on x86_64
This commit also fixes the ppp patchlevel definition.

Thanks to Guillermo Bonvehi for the bug report.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-11-22 19:44:10 +01:00

11 lines
492 B
Diff

diff -Nur pptpd-1.3.4.orig//plugins/patchlevel.h pptpd-1.3.4/plugins/patchlevel.h
--- pptpd-1.3.4.orig//plugins/patchlevel.h 2005-02-23 19:25:34.000000000 -0600
+++ pptpd-1.3.4/plugins/patchlevel.h 2010-11-08 22:26:18.989688208 -0600
@@ -1,5 +1,5 @@
/* upstream patchlevel.h,v 1.60 2004/01/13 04:46:52 paulus Exp */
/* $Id: patchlevel.h,v 1.4 2005/02/24 01:25:34 quozl Exp $ */
-#define VERSION "2.4.3"
-#define DATE "13 Jan 2004"
+#define VERSION "2.4.5"
+#define DATE "17 Nov 2009"