Update Tinyproxy website URLs

This commit is contained in:
Mukund Sivaraman 2008-10-16 18:21:16 +01:00
parent c15fc551da
commit a37a81db2d
3 changed files with 11 additions and 10 deletions

15
README
View File

@ -14,7 +14,7 @@ tinyproxy version 1.7.x
allowed, then tinyproxy is a great tool for the network allowed, then tinyproxy is a great tool for the network
administrator. administrator.
For more info, please visit: http://tinyproxy.banu.com/ For more info, please visit: https://www.banu.com/tinyproxy/
INSTALLATION INSTALLATION
@ -54,18 +54,19 @@ INSTALLATION
SUPPORT SUPPORT
If you are having problems with tinyproxy, please submit a bug at the If you are having problems with tinyproxy, please submit a bug at:
tinyproxy Bugzilla product at:
https://bugzilla.banu.com/enter_bug.cgi?product=tinyproxy https://www.banu.com/tinyproxy/newticket
You may also wish to subscribe to the tinyproxy mailing list. To You may also wish to subscribe to the tinyproxy mailing lists. To
do so please visit: do so please visit:
https://lists.banu.com/mailman/listinfo/tinyproxy https://www.banu.com/mailman/listinfo/tinyproxy-announce-list
https://www.banu.com/mailman/listinfo/tinyproxy-users-list
https://www.banu.com/mailman/listinfo/tinyproxy-developers-list
for more information on how to subscribe and post messages to the for more information on how to subscribe and post messages to the
list. lists.
Please recompile tinyproxy with full debug support (--enable-debug) Please recompile tinyproxy with full debug support (--enable-debug)
and include a copy of the log file, and any assert errors reported by and include a copy of the log file, and any assert errors reported by

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.54) AC_PREREQ(2.54)
AC_INIT([Tinyproxy], [1.7.1], [https://dev.banu.com/bugzilla/enter_bug.cgi?product=Tinyproxy], [tinyproxy]) AC_INIT([Tinyproxy], [1.7.1], [https://www.banu.com/tinyproxy/newticket], [tinyproxy])
dnl AC_CONFIG_AUX_DIR(config) dnl AC_CONFIG_AUX_DIR(config)
dnl AC_CONFIG_MACRO_DIR(config) dnl AC_CONFIG_MACRO_DIR(config)

View File

@ -8,10 +8,10 @@ Summary: A small, efficient HTTP/SSL proxy daemon
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPLv2+ License: GPLv2+
URL: https://wiki.banu.com/tinyproxy URL: https://www.banu.com/tinyproxy/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://files.banu.com/pub/tinyproxy/1.7/%{name}-%{version}.tar.gz Source0: https://www.banu.com/pub/tinyproxy/1.7/%{name}-%{version}.tar.gz
Source1: %{name}.init Source1: %{name}.init
Source2: %{name}.conf Source2: %{name}.conf