[Pkg-apache-commits] r1386 - /trunk/apache2/patches/

sf at alioth.debian.org sf at alioth.debian.org
Sun Dec 25 23:16:09 UTC 2011


Author: sf
Date: Sun Dec 25 23:16:08 2011
New Revision: 1386

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1386
Log:
Remove the .dpatch suffix from the patch names. We don't use dpatch anymore

Added:
    trunk/apache2/patches/045_suexec_log_cloexec
      - copied unchanged from r1385, trunk/apache2/patches/045_suexec_log_cloexec.dpatch
    trunk/apache2/patches/047_fix_usage_message
      - copied unchanged from r1385, trunk/apache2/patches/047_fix_usage_message.dpatch
    trunk/apache2/patches/052_logresolve_linelength
      - copied unchanged from r1385, trunk/apache2/patches/052_logresolve_linelength.dpatch
    trunk/apache2/patches/057_disablemods
      - copied unchanged from r1385, trunk/apache2/patches/057_disablemods.dpatch
    trunk/apache2/patches/058_suexec-CVE-2007-1742
      - copied unchanged from r1385, trunk/apache2/patches/058_suexec-CVE-2007-1742.dpatch
    trunk/apache2/patches/067_fix_segfault_in_ab
      - copied unchanged from r1385, trunk/apache2/patches/067_fix_segfault_in_ab.dpatch
    trunk/apache2/patches/071_fix_cacheenable
      - copied unchanged from r1385, trunk/apache2/patches/071_fix_cacheenable.dpatch
    trunk/apache2/patches/073_mod_dav_trunk_fixes
      - copied unchanged from r1385, trunk/apache2/patches/073_mod_dav_trunk_fixes.dpatch
    trunk/apache2/patches/074_link_support_progs_with_lcrypt
      - copied unchanged from r1385, trunk/apache2/patches/074_link_support_progs_with_lcrypt.dpatch
    trunk/apache2/patches/075_mod_rewrite_literal_ipv6_redirect
      - copied unchanged from r1385, trunk/apache2/patches/075_mod_rewrite_literal_ipv6_redirect.dpatch
    trunk/apache2/patches/076_apxs2_a2enmod
      - copied unchanged from r1385, trunk/apache2/patches/076_apxs2_a2enmod.dpatch
    trunk/apache2/patches/077_CacheIgnoreURLSessionIdentifiers
      - copied unchanged from r1385, trunk/apache2/patches/077_CacheIgnoreURLSessionIdentifiers.dpatch
    trunk/apache2/patches/079_polish_translation
      - copied unchanged from r1385, trunk/apache2/patches/079_polish_translation.dpatch
    trunk/apache2/patches/082_ab_num_requests
      - copied unchanged from r1385, trunk/apache2/patches/082_ab_num_requests.dpatch
    trunk/apache2/patches/083_CVE-2011-3368
      - copied unchanged from r1385, trunk/apache2/patches/083_CVE-2011-3368.dpatch
    trunk/apache2/patches/084_CVE-2011-4317
      - copied unchanged from r1385, trunk/apache2/patches/084_CVE-2011-4317.dpatch
    trunk/apache2/patches/085_CVE-2011-3607
      - copied unchanged from r1385, trunk/apache2/patches/085_CVE-2011-3607.dpatch
    trunk/apache2/patches/099_config_guess_sub_update
      - copied unchanged from r1385, trunk/apache2/patches/099_config_guess_sub_update.dpatch
    trunk/apache2/patches/201_build_suexec-custom
      - copied unchanged from r1385, trunk/apache2/patches/201_build_suexec-custom.dpatch
    trunk/apache2/patches/202_suexec-custom
      - copied unchanged from r1385, trunk/apache2/patches/202_suexec-custom.dpatch
Removed:
    trunk/apache2/patches/045_suexec_log_cloexec.dpatch
    trunk/apache2/patches/047_fix_usage_message.dpatch
    trunk/apache2/patches/052_logresolve_linelength.dpatch
    trunk/apache2/patches/057_disablemods.dpatch
    trunk/apache2/patches/058_suexec-CVE-2007-1742.dpatch
    trunk/apache2/patches/067_fix_segfault_in_ab.dpatch
    trunk/apache2/patches/071_fix_cacheenable.dpatch
    trunk/apache2/patches/073_mod_dav_trunk_fixes.dpatch
    trunk/apache2/patches/074_link_support_progs_with_lcrypt.dpatch
    trunk/apache2/patches/075_mod_rewrite_literal_ipv6_redirect.dpatch
    trunk/apache2/patches/076_apxs2_a2enmod.dpatch
    trunk/apache2/patches/077_CacheIgnoreURLSessionIdentifiers.dpatch
    trunk/apache2/patches/079_polish_translation.dpatch
    trunk/apache2/patches/082_ab_num_requests.dpatch
    trunk/apache2/patches/083_CVE-2011-3368.dpatch
    trunk/apache2/patches/084_CVE-2011-4317.dpatch
    trunk/apache2/patches/085_CVE-2011-3607.dpatch
    trunk/apache2/patches/099_config_guess_sub_update.dpatch
    trunk/apache2/patches/201_build_suexec-custom.dpatch
    trunk/apache2/patches/202_suexec-custom.dpatch
Modified:
    trunk/apache2/patches/series

Modified: trunk/apache2/patches/series
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/patches/series?rev=1386&op=diff
==============================================================================
--- trunk/apache2/patches/series (original)
+++ trunk/apache2/patches/series Sun Dec 25 23:16:08 2011
@@ -7,28 +7,28 @@
 033_dbm_read_hash_or_btree
 034_apxs2_libtool_fixtastic
 038_no_LD_LIBRARY_PATH
-045_suexec_log_cloexec.dpatch
-047_fix_usage_message.dpatch
-052_logresolve_linelength.dpatch
-057_disablemods.dpatch
-058_suexec-CVE-2007-1742.dpatch
-067_fix_segfault_in_ab.dpatch
-071_fix_cacheenable.dpatch
-073_mod_dav_trunk_fixes.dpatch
-074_link_support_progs_with_lcrypt.dpatch
-075_mod_rewrite_literal_ipv6_redirect.dpatch
-076_apxs2_a2enmod.dpatch
-077_CacheIgnoreURLSessionIdentifiers.dpatch
-079_polish_translation.dpatch
-082_ab_num_requests.dpatch
-083_CVE-2011-3368.dpatch
-084_CVE-2011-4317.dpatch
-085_CVE-2011-3607.dpatch
-099_config_guess_sub_update.dpatch
-201_build_suexec-custom.dpatch
+045_suexec_log_cloexec
+047_fix_usage_message
+052_logresolve_linelength
+057_disablemods
+058_suexec-CVE-2007-1742
+067_fix_segfault_in_ab
+071_fix_cacheenable
+073_mod_dav_trunk_fixes
+074_link_support_progs_with_lcrypt
+075_mod_rewrite_literal_ipv6_redirect
+076_apxs2_a2enmod
+077_CacheIgnoreURLSessionIdentifiers
+079_polish_translation
+082_ab_num_requests
+083_CVE-2011-3368
+084_CVE-2011-4317
+085_CVE-2011-3607
+099_config_guess_sub_update
+201_build_suexec-custom
 # The patch below must not be applied by quilt at extraction time.  It depends
 # on some script-fu to be executed before. Have a look
 # to debian/rules' prepare-custom-suexec target.
 # If you're aware of that you can uncomment it at any time later and work on it
 # as you wish.
-#202_suexec-custom.dpatch
+#202_suexec-custom




More information about the Pkg-apache-commits mailing list