SOURCES: cvsnt-crypt.patch, cvsnt-system-ltdl.patch, cvsnt-build.patch (NEW...

arekm arekm at pld-linux.org
Thu Jul 24 09:36:08 CEST 2008


Author: arekm                        Date: Thu Jul 24 07:36:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 3125

---- Files affected:
SOURCES:
   cvsnt-crypt.patch (1.1 -> 1.2) , cvsnt-system-ltdl.patch (1.4 -> 1.5) , cvsnt-build.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cvsnt-crypt.patch
diff -u SOURCES/cvsnt-crypt.patch:1.1 SOURCES/cvsnt-crypt.patch:1.2
--- SOURCES/cvsnt-crypt.patch:1.1	Sun Jun 15 03:14:01 2008
+++ SOURCES/cvsnt-crypt.patch	Thu Jul 24 09:36:03 2008
@@ -22,11 +22,13 @@
  		test_pw = ufc_crypt(text,crypt_pw);
 --- cvsapi/Makefile.am~	2008-04-23 09:35:15.000000000 +0200
 +++ cvsapi/Makefile.am	2008-06-15 03:00:51.707076565 +0200
-@@ -96,6 +96,6 @@
- 	unix/SSPIHandler.cpp 
- 
- libcvsapi_la_LDFLAGS = -release $(VERSION) -L$(DESTDIR)/$(libdir)
--libcvsapi_la_LIBADD = $(LIBXML_LIBS) $(pcre_lib) $(mdns_client_lib) $(LIBLTDL) 
-+libcvsapi_la_LIBADD = $(LIBXML_LIBS) $(pcre_lib) $(mdns_client_lib) $(LIBLTDL) -lcrypt
+@@ -122,6 +122,7 @@
+         $(zlib_lib) \
+         $(pcre_lib) \
+         $(mdns_client_lib) \
+-        $(LIBLTDL) 
++        $(LIBLTDL) \
++	-lcrypt
  
  lib_LTLIBRARIES = libcvsapi.la
+

================================================================
Index: SOURCES/cvsnt-system-ltdl.patch
diff -u SOURCES/cvsnt-system-ltdl.patch:1.4 SOURCES/cvsnt-system-ltdl.patch:1.5
--- SOURCES/cvsnt-system-ltdl.patch:1.4	Sat May 31 14:30:46 2008
+++ SOURCES/cvsnt-system-ltdl.patch	Thu Jul 24 09:36:03 2008
@@ -25,8 +25,8 @@
  cvs_config_dir=@cvs_config_dir@
  
  # All other subdirs:
--SUBDIRS = $(ZLIB_SUBDIR) lib cvsapi/ufc-crypt $(ltdl_subdir) $(EXPAT_SUBDIR) $(PCRE_SUBDIR) $(MDNSCLIENT_SUBDIR) cvsapi diff cvsgui cvstools xdiff \
-+SUBDIRS = $(ZLIB_SUBDIR) lib cvsapi/ufc-crypt $(EXPAT_SUBDIR) $(PCRE_SUBDIR) $(MDNSCLIENT_SUBDIR) cvsapi diff cvsgui cvstools xdiff \
+-SUBDIRS = $(ZLIB_SUBDIR) lib cvsapi/ufc-crypt $(ltdl_subdir) $(LIBXML_SUBDIR) $(PCRE_SUBDIR) $(MDNSCLIENT_SUBDIR) cvsapi diff cvsgui cvstools xdiff \
++SUBDIRS = $(ZLIB_SUBDIR) lib cvsapi/ufc-crypt $(LIBXML_SUBDIR) $(PCRE_SUBDIR) $(MDNSCLIENT_SUBDIR) cvsapi diff cvsgui cvstools xdiff \
  	  protocols triggers cvsdelta $(MACOSX_SUBDIR) src $(LOCKSERVER_SUBDIR) $(RCSTOOLS_SUBDIR) man run_script
  
  EXTRA_DIST = \

================================================================
Index: SOURCES/cvsnt-build.patch
diff -u /dev/null SOURCES/cvsnt-build.patch:1.1
--- /dev/null	Thu Jul 24 09:36:10 2008
+++ SOURCES/cvsnt-build.patch	Thu Jul 24 09:36:02 2008
@@ -0,0 +1,22 @@
+diff -ur cvsnt-2.5.04.3125.org/triggers/email_trigger.cpp cvsnt-2.5.04.3125/triggers/email_trigger.cpp
+--- cvsnt-2.5.04.3125.org/triggers/email_trigger.cpp	2006-09-14 23:31:45.000000000 +0200
++++ cvsnt-2.5.04.3125/triggers/email_trigger.cpp	2008-07-24 09:32:37.258263238 +0200
+@@ -24,6 +24,7 @@
+ #include <config.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <limits.h>
+ #ifdef _WIN32
+ #include <process.h>
+ #include <winsock2.h>
+diff -ur cvsnt-2.5.04.3125.org/triggers/info_trigger.cpp cvsnt-2.5.04.3125/triggers/info_trigger.cpp
+--- cvsnt-2.5.04.3125.org/triggers/info_trigger.cpp	2008-02-20 08:12:57.000000000 +0100
++++ cvsnt-2.5.04.3125/triggers/info_trigger.cpp	2008-07-24 09:32:13.534932201 +0200
+@@ -20,6 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <limits.h>
+ #ifdef _WIN32
+ #include <process.h>
+ #include <winsock2.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cvsnt-crypt.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cvsnt-system-ltdl.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list