diff --git a/README b/README index 75c4c10..1b5de69 100644 --- a/README +++ b/README @@ -15,6 +15,8 @@ allowed, then tinyproxy is a great tool for the network administrator. + For more info, please visit: https://www.banu.com/tinyproxy/ + INSTALLATION ------------ @@ -62,18 +64,19 @@ SUPPORT ------- - If you are having problems with tinyproxy, please submit a bug to the - tinyproxy Bug Tracking system hosted by SourceForge and located at: + If you are having problems with tinyproxy, please submit a bug at: - http://sourceforge.net/tracker/?group_id=2632 + https://www.banu.com/tinyproxy/newticket - You may also wish to subscribe to the tinyproxy-user mailing list. To - do so please visit: + You may also wish to subscribe to the tinyproxy mailing lists. To do + so please visit: - http://lists.sourceforge.net/lists/listinfo/tinyproxy-users + 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 - list. + lists. Please recompile tinyproxy with full debug support (--enable-debug) and include a copy of the log file, and any assert errors reported by diff --git a/configure.ac b/configure.ac index 462b270..120e41d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([Tinyproxy], [1.6.4], [https://dev.banu.com/bugzilla/enter_bug.cgi?product=Tinyproxy], [tinyproxy]) +AC_INIT([Tinyproxy], [1.6.4], [https://www.banu.com/tinyproxy/newticket], [tinyproxy]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) diff --git a/packaging/fedora/tinyproxy.spec.in b/packaging/fedora/tinyproxy.spec.in index d228081..5373672 100644 --- a/packaging/fedora/tinyproxy.spec.in +++ b/packaging/fedora/tinyproxy.spec.in @@ -8,10 +8,10 @@ Summary: A small, efficient HTTP/SSL proxy daemon Group: System Environment/Daemons License: GPLv2+ -URL: http://tinyproxy.banu.com/ +URL: https://www.banu.com/tinyproxy/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: http://files.banu.com/pub/tinyproxy/1.6/%{name}-%{version}.tar.gz +Source0: https://www.banu.com/pub/tinyproxy/1.6/%{name}-%{version}.tar.gz Source1: %{name}.init Source2: %{name}.conf