[Pkg-sks-commit] r128 - sks/trunk/sks/debian/patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 15:04:14 UTC 2008


Author: chrism
Date: 2008-06-19 15:04:14 +0000 (Thu, 19 Jun 2008)
New Revision: 128

Modified:
   sks/trunk/sks/debian/patches/201_speling
   sks/trunk/sks/debian/patches/402_separate_keys_with_hr
   sks/trunk/sks/debian/patches/500_debian_fhs
   sks/trunk/sks/debian/patches/501_makefile_cflags
   sks/trunk/sks/debian/patches/508_build_fastbuild
   sks/trunk/sks/debian/patches/509_Slong_Dlong
   sks/trunk/sks/debian/patches/510_sane_logfile_names
Log:
[project @ 129]
Update patches

Original author: weasel
Date: 2004-03-14 00:54:39.281723+00:00

Modified: sks/trunk/sks/debian/patches/201_speling
===================================================================
--- sks/trunk/sks/debian/patches/201_speling	2008-06-19 15:03:57 UTC (rev 127)
+++ sks/trunk/sks/debian/patches/201_speling	2008-06-19 15:04:14 UTC (rev 128)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.6-old/stats.ml sks-1.0.6/stats.ml
---- sks-1.0.6-old/stats.ml	2004-01-19 06:28:18.000000000 +0100
-+++ sks-1.0.6/stats.ml	2004-03-06 23:11:28.000000000 +0100
+diff -ruN sks-1.0.7-old/stats.ml sks-1.0.7/stats.ml
+--- sks-1.0.7-old/stats.ml	2003-12-12 00:42:22.000000000 +0100
++++ sks-1.0.7/stats.ml	2004-03-14 01:51:47.000000000 +0100
 @@ -207,7 +207,7 @@
  let generate_html_stats_page_nostats () = 
    let body = info_tables () ^

Modified: sks/trunk/sks/debian/patches/402_separate_keys_with_hr
===================================================================
--- sks/trunk/sks/debian/patches/402_separate_keys_with_hr	2008-06-19 15:03:57 UTC (rev 127)
+++ sks/trunk/sks/debian/patches/402_separate_keys_with_hr	2008-06-19 15:04:14 UTC (rev 128)
@@ -1,5 +1,5 @@
---- sks-1.0.6/index.ml.orig	Sun Dec  7 01:10:27 2003
-+++ sks-1.0.6/index.ml	Sun Dec  7 01:09:35 2003
+--- sks-1.0.7/index.ml.orig	Sun Dec  7 01:10:27 2003
++++ sks-1.0.7/index.ml	Sun Dec  7 01:09:35 2003
 @@ -557,7 +557,10 @@
        else 
  	lines

Modified: sks/trunk/sks/debian/patches/500_debian_fhs
===================================================================
--- sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:03:57 UTC (rev 127)
+++ sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:04:14 UTC (rev 128)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.6-old/common.ml sks-1.0.6/common.ml
---- sks-1.0.6-old/common.ml	2003-12-02 11:23:11.000000000 +0100
-+++ sks-1.0.6/common.ml	2003-12-09 23:13:50.000000000 +0100
+diff -ruN sks-1.0.7-old/common.ml sks-1.0.7/common.ml
+--- sks-1.0.7-old/common.ml	2003-12-02 11:23:11.000000000 +0100
++++ sks-1.0.7/common.ml	2003-12-09 23:13:50.000000000 +0100
 @@ -81,7 +81,7 @@
  
  let set_logfile extension = 
@@ -21,9 +21,9 @@
  
  let db_command_addr = Unix.ADDR_UNIX db_command_name
  let recon_command_addr = Unix.ADDR_UNIX recon_command_name
-diff -ruN sks-1.0.6-old/dbserver.ml sks-1.0.6/dbserver.ml
---- sks-1.0.6-old/dbserver.ml	2003-12-05 03:34:13.000000000 +0100
-+++ sks-1.0.6/dbserver.ml	2003-12-09 23:13:50.000000000 +0100
+diff -ruN sks-1.0.7-old/dbserver.ml sks-1.0.7/dbserver.ml
+--- sks-1.0.7-old/dbserver.ml	2003-12-05 03:34:13.000000000 +0100
++++ sks-1.0.7/dbserver.ml	2003-12-09 23:13:50.000000000 +0100
 @@ -336,7 +336,7 @@
  
    let convert_web_fname fname =
@@ -33,9 +33,9 @@
      else raise (Wserver.Misc_error "Malformed requst")
  
    (** Handler for HTTP requests *)
-diff -ruN sks-1.0.6-old/getfileopts.ml sks-1.0.6/getfileopts.ml
---- sks-1.0.6-old/getfileopts.ml	2003-12-09 22:33:49.000000000 +0100
-+++ sks-1.0.6/getfileopts.ml	2003-12-09 23:13:50.000000000 +0100
+diff -ruN sks-1.0.7-old/getfileopts.ml sks-1.0.7/getfileopts.ml
+--- sks-1.0.7-old/getfileopts.ml	2003-12-09 22:33:49.000000000 +0100
++++ sks-1.0.7/getfileopts.ml	2003-12-09 23:13:50.000000000 +0100
 @@ -106,7 +106,7 @@
  (**************************************************************)
  (**************************************************************)
@@ -45,9 +45,9 @@
  
  let parse args = 
    Arg.current := 0;
-diff -ruN sks-1.0.6-old/reconserver.ml sks-1.0.6/reconserver.ml
---- sks-1.0.6-old/reconserver.ml	2003-10-12 22:20:19.000000000 +0200
-+++ sks-1.0.6/reconserver.ml	2003-12-09 23:13:50.000000000 +0100
+diff -ruN sks-1.0.7-old/reconserver.ml sks-1.0.7/reconserver.ml
+--- sks-1.0.7-old/reconserver.ml	2003-10-12 22:20:19.000000000 +0200
++++ sks-1.0.7/reconserver.ml	2003-12-09 23:13:50.000000000 +0100
 @@ -181,7 +181,7 @@
        print_hashes hashes;
        if List.length elements > 0 
@@ -66,9 +66,9 @@
  			   (sockaddr_to_name partner)) 
  	      hashes;
  	      update_recover_list results http_addr;
-diff -ruN sks-1.0.6-old/settings.ml sks-1.0.6/settings.ml
---- sks-1.0.6-old/settings.ml	2003-12-09 22:33:31.000000000 +0100
-+++ sks-1.0.6/settings.ml	2003-12-09 23:14:11.000000000 +0100
+diff -ruN sks-1.0.7-old/settings.ml sks-1.0.7/settings.ml
+--- sks-1.0.7-old/settings.ml	2003-12-09 22:33:31.000000000 +0100
++++ sks-1.0.7/settings.ml	2003-12-09 23:14:11.000000000 +0100
 @@ -173,7 +173,7 @@
  let command_timeout = ref 60
  let set_command_timeout value = command_timeout := value

Modified: sks/trunk/sks/debian/patches/501_makefile_cflags
===================================================================
--- sks/trunk/sks/debian/patches/501_makefile_cflags	2008-06-19 15:03:57 UTC (rev 127)
+++ sks/trunk/sks/debian/patches/501_makefile_cflags	2008-06-19 15:04:14 UTC (rev 128)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.6-old/bdb/Makefile sks-1.0.6/bdb/Makefile
---- sks-1.0.6-old/bdb/Makefile	2003-07-05 17:16:29.000000000 +0200
-+++ sks-1.0.6/bdb/Makefile	2004-02-17 11:35:25.000000000 +0100
+diff -ruN sks-1.0.7-old/bdb/Makefile sks-1.0.7/bdb/Makefile
+--- sks-1.0.7-old/bdb/Makefile	2003-07-05 17:16:29.000000000 +0200
++++ sks-1.0.7/bdb/Makefile	2004-02-17 11:35:25.000000000 +0100
 @@ -16,8 +16,8 @@
  CINCLUDES=-I`ocamlc -where` $(BDBINCLUDE)
  CC=gcc
@@ -12,9 +12,9 @@
  
  MKLIB=ocamlmklib
  RANLIB=ranlib
-diff -ruN sks-1.0.6-old/Makefile sks-1.0.6/Makefile
---- sks-1.0.6-old/Makefile	2004-02-01 18:51:19.000000000 +0100
-+++ sks-1.0.6/Makefile	2004-02-17 13:01:00.000000000 +0100
+diff -ruN sks-1.0.7-old/Makefile sks-1.0.7/Makefile
+--- sks-1.0.7-old/Makefile	2004-02-01 18:51:19.000000000 +0100
++++ sks-1.0.7/Makefile	2004-02-17 13:01:00.000000000 +0100
 @@ -17,8 +17,8 @@
  CINCLUDES=-I`ocamlc -where`
  CC=gcc

Modified: sks/trunk/sks/debian/patches/508_build_fastbuild
===================================================================
--- sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 15:03:57 UTC (rev 127)
+++ sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 15:04:14 UTC (rev 128)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.6-old/sks_build.sh sks-1.0.6/sks_build.sh
---- sks-1.0.6-old/sks_build.sh	2003-11-29 14:38:18.000000000 +0100
-+++ sks-1.0.6/sks_build.sh	2003-12-10 08:39:55.000000000 +0100
+diff -ruN sks-1.0.7-old/sks_build.sh sks-1.0.7/sks_build.sh
+--- sks-1.0.7-old/sks_build.sh	2003-11-29 14:38:18.000000000 +0100
++++ sks-1.0.7/sks_build.sh	2003-12-10 08:39:55.000000000 +0100
 @@ -5,12 +5,44 @@
  # You might want to edit this file to reduce or increase memory usage 
  # depending on your system

Modified: sks/trunk/sks/debian/patches/509_Slong_Dlong
===================================================================
--- sks/trunk/sks/debian/patches/509_Slong_Dlong	2008-06-19 15:03:57 UTC (rev 127)
+++ sks/trunk/sks/debian/patches/509_Slong_Dlong	2008-06-19 15:04:14 UTC (rev 128)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.6-old/number.ml sks-1.0.6/number.ml
---- sks-1.0.6-old/number.ml	2003-10-12 22:20:19.000000000 +0200
-+++ sks-1.0.6/number.ml	2004-02-25 18:27:08.000000000 +0100
+diff -ruN sks-1.0.7-old/number.ml sks-1.0.7/number.ml
+--- sks-1.0.7-old/number.ml	2003-10-12 22:20:19.000000000 +0200
++++ sks-1.0.7/number.ml	2004-02-25 18:27:08.000000000 +0100
 @@ -18,7 +18,7 @@
  (** Basic operations and definitions for multi-precistion integers. *)
  

Modified: sks/trunk/sks/debian/patches/510_sane_logfile_names
===================================================================
--- sks/trunk/sks/debian/patches/510_sane_logfile_names	2008-06-19 15:03:57 UTC (rev 127)
+++ sks/trunk/sks/debian/patches/510_sane_logfile_names	2008-06-19 15:04:14 UTC (rev 128)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.6-old/common.ml sks-1.0.6/common.ml
---- sks-1.0.6-old/common.ml	Sat Mar  6 22:06:25 2004
-+++ sks-1.0.6/common.ml	Sat Mar  6 22:07:23 2004
+diff -ruN sks-1.0.7-old/common.ml sks-1.0.7/common.ml
+--- sks-1.0.7-old/common.ml	Sat Mar  6 22:06:25 2004
++++ sks-1.0.7/common.ml	Sat Mar  6 22:07:23 2004
 @@ -81,7 +81,7 @@
  
  let set_logfile extension = 




More information about the Pkg-sks-commit mailing list