diff -u nginx-0.6.35/debian/changelog nginx-0.6.35/debian/changelog --- nginx-0.6.35/debian/changelog +++ nginx-0.6.35/debian/changelog @@ -1,3 +1,13 @@ +nginx (0.6.35-0ubuntu1.1~hardy1) hardy-backports; urgency=low + + * Backport from Jaunty Security. (LP: #430913) + * debian/control: + - Lowered lsb dependency to 3.2-4ubuntu1 + * debian/init.d: + - Removed usage of status_of_proc() to suite lower lsb + + -- Andres Rodriguez Fri, 09 Oct 2009 14:24:20 -0400 + nginx (0.6.35-0ubuntu1.1) jaunty-security; urgency=low * SECURITY UPDATE: Buffer underflow vulnerability, which allows remote diff -u nginx-0.6.35/debian/control nginx-0.6.35/debian/control --- nginx-0.6.35/debian/control +++ nginx-0.6.35/debian/control @@ -12,7 +12,7 @@ Package: nginx Architecture: any -Depends: ${shlibs:Depends}, lsb-base (>= 3.2-14) +Depends: ${shlibs:Depends}, lsb-base (>= 3.2-4ubuntu1) Provides: httpd Description: small, but very powerful and efficient web server Nginx (engine x) is a web server created by Igor Sysoev and kindly provided diff -u nginx-0.6.35/debian/init.d nginx-0.6.35/debian/init.d --- nginx-0.6.35/debian/init.d +++ nginx-0.6.35/debian/init.d @@ -54,12 +54,9 @@ --exec $DAEMON || true echo "$NAME." ;; - status) - status_of_proc -p /var/run/$NAME.pid "$DAEMON" nginx && exit 0 || exit $? - ;; *) N=/etc/init.d/$NAME - echo "Usage: $N {start|stop|restart|reload|force-reload|status}" >&2 + echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2 exit 1 ;; esac