Bug 404743

Summary: Data source for National Library of Lithuania has incorrect address
Product: [Applications] tellico Reporter: Andrius Kurtinaitis <andrius>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: HEAD   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 3.1.5

Description Andrius Kurtinaitis 2019-02-23 15:52:45 UTC
The file /usr/share/tellico/z3950-servers.cfg contains entry

[libis]
Host=z3950.libis.lt

This one does not resolve in DNS.

The correct host address is z39.libis.lt.

Please replace it.
Comment 1 Robby Stephenson 2019-02-25 01:33:16 UTC
Git commit 453966065664ef1c9e42df69e60aa3b33092574f by Robby Stephenson.
Committed on 25/02/2019 at 01:30.
Pushed by rstephenson into branch '3.1'.

Correct address for Lithuanian z39.50

According to IRSpy
http://irspy.indexdata.com/full.html?id=Z39.50%3Az39.lnb.lt%3A211%2FLNBKAT
the correct server for the National Library is z39.lnb.lt while
z39.libis.lt is the Lithuanian Union Catalogue.
FIXED-IN: 3.1.5

M  +4    -0    ChangeLog
M  +1    -1    src/fetch/z3950-servers.cfg

https://commits.kde.org/tellico/453966065664ef1c9e42df69e60aa3b33092574f
Comment 2 Andrius Kurtinaitis 2019-02-25 15:09:13 UTC
Could you please also include the z39.libis.lt?
The "Union" catalogue is larger, because it includes the books from National Library and also several other large public libraries in Lithuania.
Comment 3 Robby Stephenson 2019-02-25 15:58:59 UTC
(In reply to Andrius Kurtinaitis from comment #2)
> Could you please also include the z39.libis.lt?
> The "Union" catalogue is larger, because it includes the books from National
> Library and also several other large public libraries in Lithuania.

The user can always add any z39.50 server to Tellico - this configuration file is just a limited subset to offer some default options. I'm hesitant to add too many default inclusions since the list just gets too long to show.
Comment 4 Robby Stephenson 2019-03-02 12:55:39 UTC
Git commit add08190e521868c7710a90afcb7212a07b36ac8 by Robby Stephenson.
Committed on 25/02/2019 at 01:34.
Pushed by rstephenson into branch 'master'.

Correct address for Lithuanian z39.50

According to IRSpy
http://irspy.indexdata.com/full.html?id=Z39.50%3Az39.lnb.lt%3A211%2FLNBKAT
the correct server for the National Library is z39.lnb.lt while
z39.libis.lt is the Lithuanian Union Catalogue.
FIXED-IN: 3.1.5

M  +4    -0    ChangeLog
M  +1    -1    src/fetch/z3950-servers.cfg

https://commits.kde.org/tellico/add08190e521868c7710a90afcb7212a07b36ac8