From c5fa97b5cd09888cc3d36094045d06eb0e88542a Mon Sep 17 00:00:00 2001 From: Alan Stiles Date: Wed, 12 Jul 2017 14:25:25 +0100 Subject: [PATCH 1/2] Change destination uri for tracker to Jisc domain --- lib/defaultcfg/cfg.d/pirus.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/defaultcfg/cfg.d/pirus.pl b/lib/defaultcfg/cfg.d/pirus.pl index 150590d..3a113d3 100644 --- a/lib/defaultcfg/cfg.d/pirus.pl +++ b/lib/defaultcfg/cfg.d/pirus.pl @@ -66,7 +66,7 @@ =head2 Changes # modify the following URL to the PIRUS tracker location #$c->{pirus}->{tracker} = "http://cclibweb-4.dmz.cranfield.ac.uk/tracker/"; -$c->{pirus}->{tracker} = "http://www.jusp.mimas.ac.uk/counter/"; +$c->{pirus}->{tracker} = "http://jusp.jisc.ac.uk/counter/"; # you may want to revise the settings for the user agent e.g. increase or # decrease the network timeout From 21fc31134572005309342535a9799974323af16f Mon Sep 17 00:00:00 2001 From: Alan Stiles Date: Tue, 25 Jul 2017 15:29:17 +0100 Subject: [PATCH 2/2] Amended destination UR: for https Also removed comment regarding Cranfield tracker URI --- lib/defaultcfg/cfg.d/pirus.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/defaultcfg/cfg.d/pirus.pl b/lib/defaultcfg/cfg.d/pirus.pl index 3a113d3..eceb9fa 100644 --- a/lib/defaultcfg/cfg.d/pirus.pl +++ b/lib/defaultcfg/cfg.d/pirus.pl @@ -47,6 +47,10 @@ =head2 Implementation =head2 Changes +1.03 Alan Stiles + +Amended tracker destination URL for Jisc address + 1.02 Justin Bradley Compatibility fixes for 3.2. @@ -64,9 +68,8 @@ =head2 Changes require LWP::UserAgent; require LWP::ConnCache; -# modify the following URL to the PIRUS tracker location -#$c->{pirus}->{tracker} = "http://cclibweb-4.dmz.cranfield.ac.uk/tracker/"; -$c->{pirus}->{tracker} = "http://jusp.jisc.ac.uk/counter/"; +# ensure the following URL goes to the PIRUS tracker location +$c->{pirus}->{tracker} = "https://jusp.jisc.ac.uk/counter/"; # you may want to revise the settings for the user agent e.g. increase or # decrease the network timeout