mirror of https://github.com/fail2ban/fail2ban
removed X00_rigid_usrbinpython patch per requrest from security team
parent
41455bda75
commit
ca30745065
|
@ -1,4 +1,4 @@
|
|||
fail2ban (0.7.5-2etch1~pre4) stable-security; urgency=low
|
||||
fail2ban (0.7.5-2etch1~pre5) stable-security; urgency=low
|
||||
|
||||
* NOT RELEASED YET
|
||||
* Propagated fix for asctime pattern from 0.7.8 release (closes: #421848)
|
||||
|
@ -10,8 +10,6 @@ fail2ban (0.7.5-2etch1~pre4) stable-security; urgency=low
|
|||
(introduced upstream in 0.7.6)
|
||||
* Propagated "Fixed removal of host in hosts.deny" from 0.7.6, to prevent
|
||||
possible DoS
|
||||
* Rigid call to python2.4 instead of via /usr/bin/env to prevent
|
||||
in-the-middle attack via environment poisoning
|
||||
* Anchored sshd and vsftpd failregex at the end of line to prevent DoS on
|
||||
those services, which is related to CVE-2007-4321 and closed in sid
|
||||
438187.
|
||||
|
|
|
@ -9,5 +9,4 @@ X00_rigid_python24
|
|||
00_mail-whois-lines
|
||||
s00_asctime-0.7.8
|
||||
00_hostsdeny
|
||||
X00_rigid_usrbinpython
|
||||
00_stronger_failregex
|
||||
|
|
|
@ -1,44 +0,0 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## rigid_python2.4.dpatch by <debian@onerussian.com>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: Due to currently default python2.3 we need to hardcode use of python2.4
|
||||
## DP: for now
|
||||
|
||||
@DPATCH@
|
||||
diff -urNad fail2ban~/fail2ban-client fail2ban/fail2ban-client
|
||||
--- fail2ban~/fail2ban-client 2007-11-06 18:02:02.000000000 -0500
|
||||
+++ fail2ban/fail2ban-client 2007-11-06 18:02:27.000000000 -0500
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python2.4
|
||||
+#!/usr/bin/python2.4
|
||||
# This file is part of Fail2Ban.
|
||||
#
|
||||
# Fail2Ban is free software; you can redistribute it and/or modify
|
||||
diff -urNad fail2ban~/fail2ban-server fail2ban/fail2ban-server
|
||||
--- fail2ban~/fail2ban-server 2007-11-06 18:02:02.000000000 -0500
|
||||
+++ fail2ban/fail2ban-server 2007-11-06 18:02:29.000000000 -0500
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python2.4
|
||||
+#!/usr/bin/python2.4
|
||||
# This file is part of Fail2Ban.
|
||||
#
|
||||
# Fail2Ban is free software; you can redistribute it and/or modify
|
||||
diff -urNad fail2ban~/fail2ban-testcases fail2ban/fail2ban-testcases
|
||||
--- fail2ban~/fail2ban-testcases 2007-11-06 18:02:02.000000000 -0500
|
||||
+++ fail2ban/fail2ban-testcases 2007-11-06 18:02:31.000000000 -0500
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python2.4
|
||||
+#!/usr/bin/python2.4
|
||||
# This file is part of Fail2Ban.
|
||||
#
|
||||
# Fail2Ban is free software; you can redistribute it and/or modify
|
||||
diff -urNad fail2ban~/setup.py fail2ban/setup.py
|
||||
--- fail2ban~/setup.py 2007-11-06 18:02:02.000000000 -0500
|
||||
+++ fail2ban/setup.py 2007-11-06 18:02:35.000000000 -0500
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python2.4
|
||||
+#!/usr/bin/python2.4
|
||||
|
||||
# This file is part of Fail2Ban.
|
||||
#
|
Loading…
Reference in New Issue