diff --git a/mrtg-httpd.conf b/mrtg-httpd.conf
index 2d1c8ac..b10a71e 100644
--- a/mrtg-httpd.conf
+++ b/mrtg-httpd.conf
@@ -8,6 +8,7 @@ Alias /mrtg /var/www/mrtg
Order deny,allow
Deny from all
- Allow from localhost
+ Allow from 127.0.0.1
+ Allow from ::1
# Allow from .example.com
diff --git a/mrtg.spec b/mrtg.spec
index 61a6493..66f3458 100644
--- a/mrtg.spec
+++ b/mrtg.spec
@@ -5,7 +5,7 @@
Summary: Multi Router Traffic Grapher
Name: mrtg
Version: 2.10.5
-Release: 2.1
+Release: 3
URL: http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
Source0: http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/%{name}-%{version}.tar.gz
Source3: mrtg.cfg
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/*
%changelog
+* Tue Apr 20 2004 Joe Orton 2.10.5-3
+- Allow/Deny by address in conf.d/mrtg.conf (#113089)
+
* Tue Mar 02 2004 Elliot Lee
- rebuilt