pali pushed to cherokee (epel7). "new release, suppressed confusing output from init script"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 20 08:09:05 UTC 2015


>From ee091d7ec237e6432391603fef4f9da88e940d9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Lis=C3=BD?= <pali at fedoraproject.org>
Date: Fri, 19 Mar 2010 16:27:59 +0000
Subject: new release, suppressed confusing output from init script


diff --git a/.cvsignore b/.cvsignore
index d823965..4829fe7 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-cherokee-0.99.42.tar.gz
+cherokee-0.99.43.tar.gz
diff --git a/cherokee.init b/cherokee.init
index 62c8a73..29b8710 100644
--- a/cherokee.init
+++ b/cherokee.init
@@ -37,10 +37,10 @@ case "$1" in
                 exit $RETVAL
         fi
         echo -n "Starting Cherokee service: "
-        $BASE -C $CONF $DAEMON pidfile $PIDFILE
-        sleep 1
-        action "" /sbin/pidof $NAME
+        $BASE --config=$CONF $DAEMON pidfile $PIDFILE >&/dev/null
+	/sbin/pidof $NAME >&/dev/null && success || failure 
         RETVAL=$?
+        echo
         [ $RETVAL -eq 0 ] && touch /var/lock/subsys/cherokee
         ;;
   stop)
diff --git a/cherokee.spec b/cherokee.spec
index 5c4e2f8..c2f9a4d 100644
--- a/cherokee.spec
+++ b/cherokee.spec
@@ -11,8 +11,8 @@ ExcludeArch:    ppc
 %endif
 
 Name:           cherokee
-Version:        0.99.42
-Release:        0%{?dist}
+Version:        0.99.43
+Release:        1%{?dist}
 Summary:        Flexible and Fast Webserver
 
 Group:          Applications/Internet
@@ -167,6 +167,18 @@ fi
 
 
 %changelog
+* Thu Mar 18 2010 Pavel Lisy <pavel.lisy at gmail.com> - 0.99.43-1
+- 0.99.43
+- FIX: Performance related regression (Keep-alive w/o cache)
+- FIX: Better lingering close
+- FIX: PAM authentication module fixes: threading issue
+- FIX: Cherokee-admin supports IPv6 by default
+- FIX: Parsing IPv6 addresses in "allow from" restrictions
+- FIX: Rule OR is slightly faster now
+- FIX: Fixes a few accessibility issues in cherokee-admin
+- FIX: Symfony wizard, fixed to use the new paths
+- suppressed confusing output from init script
+
 * Tue Feb 2 2010 Lorenzo Villani <lvillani at binaryhelix.net> - 0.99.42-1
 - 0.99.42
 - Compilation and last-minute fixes
@@ -189,7 +201,6 @@ fi
 - FIX: PATH_INFO generation on merging non-final rules (corner case)
 - DOC: Installation updated
 
-
 * Tue Dec 29 2009 Lorenzo Villani <lvillani at binaryhelix.net> - 0.99.39-1
 - 0.99.39
 
diff --git a/import.log b/import.log
index ec6061c..6c6afd7 100644
--- a/import.log
+++ b/import.log
@@ -11,3 +11,4 @@ cherokee-0_99_11-1_fc10:EL-5:cherokee-0.99.11-1.fc10.src.rpm:1240233219
 cherokee-0_99_11-2:EL-5:cherokee-0.99.11-2.src.rpm:1240303330
 cherokee-0_99_17-2_fc11:EL-5:cherokee-0.99.17-2.fc11.src.rpm:1245007448
 cherokee-0_99_27-1_fc11:EL-5:cherokee-0.99.27-1.fc11.src.rpm:1257796470
+cherokee-0_99_43-1_fc12:EL-5:cherokee-0.99.43-1.fc12.src.rpm:1269016060
diff --git a/sources b/sources
index c20c0a7..19242f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a23a78a0568f59085e27b9484e78514  cherokee-0.99.42.tar.gz
+ec7d92a26d606e6606e61125cf77d37d  cherokee-0.99.43.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cherokee.git/commit/?h=epel7&id=ee091d7ec237e6432391603fef4f9da88e940d9c


More information about the scm-commits mailing list