non port: net/yaz/distinfo |
Number of commits found: 126 (showing only 100 on this page) |
Monday, 27 Dec 2021
|
03:31 Neel Chauhan (nc)
net/yaz: Update to 5.31.1
e959360 |
Wednesday, 28 Apr 2021
|
16:23 Neel Chauhan (nc)
net/yaz: Update to 5.31.0
Changes: https://software.indexdata.com/yaz/doc/NEWS
554627a |
Sunday, 2 Aug 2020
|
13:59 swills
net/yaz: Update to 5.30.3
PR: 248082
Submitted by: Marcel Bischoff <marcel@herrbischoff.com>
|
Saturday, 28 Dec 2019
|
08:52 joneum
Update to 5.28.0
PR: 242900
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Sponsored by: Netzkommune GmbH
|
Wednesday, 16 Oct 2019
|
21:57 swills
net/yaz: Update to 5.27.2
PR: 241265
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
Sunday, 9 Dec 2018
|
01:09 swills
net/yaz: Update to 5.27.1
PR: 233792
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
Friday, 9 Nov 2018
|
16:46 swills
net/yaz: Update to 5.27.0
PR: 233000
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
Friday, 20 Jul 2018
|
14:38 wen
- Update to 5.26.1
- Pass the maintainership to submitter
PR: 229897
Submitted by: neel@neelc.org
|
Saturday, 2 Jun 2018
|
02:27 wen
- Update to 5.25.0
|
Thursday, 15 Feb 2018
|
07:56 yuri
net/yaz: Update to 5.23.1
Changelog:
https://github.com/indexdata/yaz/releases/tag/v5.23.1
Reported by: portscout
Approved by: tcberner (mentor, implicit)
|
Thursday, 18 May 2017
|
08:06 wen
- Update to 5.21.1
|
Tuesday, 21 Feb 2017
|
09:39 amdmi3
- Update to 5.20.2
- Pet portlint
PR: 217265
Submitted by: joneum@bsdproject.de
|
Thursday, 29 Dec 2016
|
03:31 wen
- Update to 5.19.0
|
Thursday, 6 Oct 2016
|
17:03 pawel
- Update to version 5.17.0
- Add LICENSE information
- Register dependencies found by stage-qa
- Drop maintainership
|
Wednesday, 4 May 2016
|
19:03 pawel
Update to version 5.16.0
Changelog:
--- 5.16.0 2016/04/29
Allow multi-byte indicators for MARC subsystem. GitHub #11.
--- 5.15.3 2016/04/06
Fix yaz_query2xml aborts for attribute type 0. GitHub #9.
backtrace: exit with same signal as original fired
Until now with backtrace any signal would end up being an SIGABRT.
backtrace: cancel alarm if backtrace succeeds
This is to avoid "backtrace hangs" message that should not be
printed and gdb be invoked twice.
Fix some broken URLs in documentation and code.
yaz_marc_write_iso2709: truncate if 99,999 limit is reached.
--- 5.15.2 2016/01/11
Re-organize Windows build. Use ICU compiled with VS 2015 to use
same runtime as rest of components (YAZ, Libxml2, etc).
Move YAZ and many other software components to GitHub.
|
Tuesday, 17 Nov 2015
|
16:52 pawel
Update to version 5.15.1
Changelog:
Bundle sha1 rather than use libgcrypt/nettle. This means that
configure no longer accepts --with-gcrypt and --with-nettle.
Fix rpn2cql fails for Bib-1 set in qry+conf YAZ-865
|
Wednesday, 11 Nov 2015
|
16:54 pawel
Update to version 5.15.0
Changelog:
--- 5.15.0 2015/11/11
CCL: fix r=o, r=r WRT inherited attributes YAZ-864
--- 5.14.12 2015/11/09
Build with nettle on Debian/Ubuntu
test system calls yaz_deinit_globals for better memory leak detection
cs_get_host_args: allow unix:path:args notation
Windows: build YAZ with VC 2015 and bundle it with runtime
version 14.0.23026.
|
Friday, 16 Oct 2015
|
21:36 pawel
Update to version 5.14.11
Changelog:
Fix RPN to CQL rejects local Bib-1 attribute set YAZ-861
ZOOM C: tweak when connection failed is returned
For cases with multiple socket addresses for some hostname, eg
localhost IPV4+IPV6, the code now properly returns "connection
failed" rather than "connection lost".
Various minor documenation tweaks from David Crossley. Thanks.
Fix windows uninstall does not remove start menu shortcuts YAZ-860
|
Tuesday, 22 Sep 2015
|
15:54 pawel
Update to version 5.14.10
--- 5.14.10 2015/09/16
Prevent huge expansions in CCL s=sl YAZ-859
|
Tuesday, 15 Sep 2015
|
19:15 pawel
Update to version 5.14.9
--- 5.14.9 2015/09/15
Fix segv in ZOOM_connection_fire_event_socket YAZ-858
The odr_in memory taken by handle_srw_response, and, thus if result
set is destructed before we expect the HTTP response (hres) it may
be come invalid. Therefore we inspect hres before the call to
ZOOM_handle_sru.
Fix possible deadlock in backtrace (2nd attempt) YAZ-856
An alarm is set up so that backtrace is terminated if it hangs.
Even if backtrace the handler also attempts to spawn gdb.
--- 5.14.8 2015/09/14
Fix SEGV for s=sl for 3 terms and syntax error YAZ-857
--- 5.14.7 2015/09/13
Fix possible deadlock in backtrace YAZ-856
Various minor text tweaks in documentation
|
Wednesday, 19 Aug 2015
|
20:40 pawel
Update to version 5.14.6
Changelog:
Fix yaz-client command args parsing broken YAZ-855
Bug introduced in 5be87e7a04c7219b31cefc0a3 - version 5.14.5
|
Monday, 10 Aug 2015
|
16:47 pawel
Update to version 5.14.5
--- 5.14.5 2015/08/06
Stop building packages for obsolete Debian squeeze and use DH
version 9. YAZ-854
rpn2cql diagnostics: provide use attribute addinfo YAZ-853
deb: deprecated substitution ${Source-Version} YAZ-852
Fix yaz-client: semicolon terminates arguments YAZ-851
--- 5.14.4 2015/07/29
Windows: Bundle VC runtime exe YAZ-848
Omit Content-Type for HTTP requests to Solr YAZ-850
|
Wednesday, 15 Jul 2015
|
16:14 pawel
Update to version 5.14.3
Fix rpn2cql: structure, relation problem for serverChoice YAZ-849
Problem was that for things mapped to cql.serverChoice the relation
would sometimes be omitted when it should not. Eg for relation "all".
|
Thursday, 18 Jun 2015
|
16:00 pawel
update to version 5.14.2
--- 5.14.2 2015/06/15
Document zoom extraArgs YAZ-817
Fix ZOOM: crash extended services diagnostics YAZ-846
The immediate fix is to prevent ZOOM_set_dset_error from removing
current task from connection. This, however, has been assumed in a
number of places so this fix is rather large unfortunately.
|
Thursday, 11 Jun 2015
|
19:58 pawel
Update to version 5.14.1
--- 5.14.1 2015/06/11
Make yaz_log_reopen async-signal YAZ-845
Fixes potential dead-lock issue with YAZ_DAEMON_LOG_REOPEN flags for
daemon API.
--- 5.14.0 2015/06/08
CCL: new feature s=spl (split-list) that splits terms in a search into
sub-phrases of all sizes (from 1 up to the number of terms) with order
preserved. For 3 terms the CCL search
a b c
is turned into PQF:
@or @or @or @and @and a b c @and "a b" c @and a "b c" "a b c"
Solr: don't set defType=lucene in URLs if extraArgs already defines it.
|
Friday, 29 May 2015
|
16:36 pawel
Update to version 5.13.0
Changelog:
Add lock/unlock for YAZ log writes YAZ-843
|
Friday, 22 May 2015
|
16:51 pawel
Update to version 5.12.2
--- 5.12.2 2015/05/22
Fix incorrect parsing of URLs @:9999/somebase&url=http://some.host YAZ-842
--- 5.12.1 2015/05/13
yaz-client: deal with excess bytes HTTPS case YAZ-833
ZOOM C: deal with excess bytes HTTPS case YAZ-833
Allow Windows installer for PATH to be updated YAZ-841
|
Saturday, 9 May 2015
|
19:30 pawel
Update to version 5.12.0
Changelog:
- Allow Content-Type application/sru+xml YAZ-840
- New yaz_xml_get_prop utility YAZ-839
- Fix zebrasrv [warn] ir_session (exception) YAZ-838
- Document itemorder-setname and list all ILL options
|
Thursday, 2 Apr 2015
|
16:24 pawel
Update to version 5.11.0
--- 5.11.0 2015/03/31
Extend get_org_info (snippets) to return original string YAZ-836
Two new functions have appeared: icu_chain_get_org_info2 and
icu_iter_get_org_info2 with a 4th parameter being a pointer
to the original string.
Fix tcpip.c compilation failure on VC9 YAZ-835
Fix icu_iter_get_norm returns invalid size for some input YAZ-834
The icu_iter_get_org_info returns information based on string
as it appears on tokenize step.
|
Wednesday, 18 Mar 2015
|
20:43 pawel
Update to version 5.10.2
--- 5.10.2 2015/03/13
Deal with excess bytes in HTTP response for keepalive YAZ-830
Refactor ssl_put and tcpip_put to one function YAZ-832
Refactor ssl_get and tcpip_get to one function YAZ-831
Fix SEGV yaz-client for HTTP decoding error YAZ-829
Fix buffer overflow in cmd_elements in yaz-client YAZ-828
|
Monday, 9 Mar 2015
|
22:06 pawel
Update to version 5.10.1
--- 5.10.1 2015/03/03
Fix test_sru.sh fails in pazpar2 YAZ-826
Unfortunately a regression occurred with YAZ 5.10.0 that would make
Pazpar2 fail for HTTP connections.
--- 5.10.0 2015/03/03
Use CONNECT for SSL backends and for Z39.50 thru HTTP proxy YAZ-825
Introduce cs_create_host2 which returns if connection should be
proxy aware (HTTP:absoluteUri or Z39.50 proxy:vhost in init).. For CONNECT,
the connection is NOT proxy aware (no absoluteUri and no Z39.50 vhost).
Fix http proxy fails with yaz-client YAZ-824
|
Friday, 20 Feb 2015
|
16:19 pawel
Update to version 5.9.1
--- 5.9.1 2015/02/06
Fix 0 ptr reference for OPAC records from XML YAZ-822
|
Wednesday, 4 Feb 2015
|
19:15 pawel
Update to version 5.9.0
--- 5.9.0 2015/02/02
Extend yaz daemon facility to assist int log rotation YAZ-818 YAZ-819
|
Tuesday, 13 Jan 2015
|
22:30 pawel
Update to version 5.8.1
|
Sunday, 21 Dec 2014
|
23:01 pawel
Update to version 5.7.2
|
Friday, 5 Dec 2014
|
16:33 pawel
Update to version 5.7.1
|
Friday, 28 Nov 2014
|
22:41 pawel
Update to version 5.7.0
|
Wednesday, 19 Nov 2014
|
20:35 pawel
Update to version 5.6.0
|
Saturday, 1 Nov 2014
|
11:43 pawel
Update to version 5.5.0
|
Friday, 10 Oct 2014
|
16:01 pawel
- Update to version 5.4.3
- Clean pkg-plist
|
Saturday, 6 Sep 2014
|
12:56 pawel
Update to version 5.4.2
|
Saturday, 12 Jul 2014
|
17:26 pawel
Update to version 5.3.0
|
Thursday, 3 Jul 2014
|
19:18 pawel
Update to version 5.2.1
|
Saturday, 14 Jun 2014
|
16:56 pawel
- Update to version 5.2.0
- Add option for database backends
|
Tuesday, 3 Jun 2014
|
22:48 pawel
Update to version 5.1.2
|
Tuesday, 6 May 2014
|
20:11 pawel
- Update to version 5.1.1
- Convert to USES=libtool
|
Saturday, 19 Apr 2014
|
10:26 pawel
Update to version 5.1.0
|
Saturday, 22 Mar 2014
|
15:43 pawel
- Update to version 5.0.21
- Switch to PORTDOCS
|
Monday, 3 Mar 2014
|
17:26 pawel
Update to version 5.0.18
|
Wednesday, 26 Feb 2014
|
21:19 pawel
Update to version 5.0.16
|
Wednesday, 19 Feb 2014
|
18:11 pawel
- Update to version 5.0.14
- Shebangfix supports tcl now
|
Friday, 31 Jan 2014
|
11:37 pawel
Update to version 5.0.12
|
Wednesday, 22 Jan 2014
|
21:50 pawel
Update to version 5.0.11
|
Thursday, 26 Dec 2013
|
19:16 pawel
- Update to version 5.0.9
- Port needs tcl now
- Use shebangfix to fix tclsh path
- Strip libraries
--- 5.0.9 2013/12/20
ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect
namespace.
--- 5.0.8 2013/12/20
Make cs_parse_host public.A
Fix double HTTP dump (-a log would show HTTP packages twice). Bug
introduced in YAZ 5.0.6.
--- 5.0.7 2013/12/17
Fix buffer corruption for yaz-ztest record fetch.
--- 5.0.6 2013/12/17
Allow yaz-ztest to return user-defined records (one record per file).
This is enabled by defining environment variable YAZ_ZTEST_XML_FETCH.
Prevent early truncatin of HTTP log. (ODR_PRINT for HTTP streams).
Use the stream write instead of odr_printf which has a 4K tmp buffer.
Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713
|
Thursday, 12 Dec 2013
|
16:24 pawel
Update to version 5.0.5
--- 5.0.5 2013/12/09
Add support for MARC-in-JSON. yaz-marcdump and the record conversion module
can read and write this format. For record format JSON, yaz-ztest returns
MARC-in-JSON records.
iconv: fixes and more tests for danmarc character set encoding. 0xa733 is
converted to @AL , 0xa732 is converted to @A instead of @a733, @a732 .
|
Saturday, 7 Dec 2013
|
14:28 pawel
update to version 5.0.4
Improve error reporting for ICU chains YAZ-707
Report config element+rule when ICU status is "failure".
ZOOM: stop fetching if present response has no records YAZ-710
Some targets return less records than their hit count would suggest.
This prevents ZOOM from continuing to fetch records if any present
response has 0 records in the response.
Ensure that GFS calls exit if any listener fails YAZ-710
Before, if XML config was in use, it would start the default
listener @:9999!
|
Wednesday, 20 Nov 2013
|
21:12 pawel
Update to version 5.0.3
|
Sunday, 27 Oct 2013
|
15:17 pawel
- Update net/yaz to version 5.0.2
- Update net/zebra-server to 2.0.55 and fix build
with new net/yaz [1]
- Bump other affected ports
PR: ports/183355 [1]
Submitted by: myself
Approved by: maintainer
|
Monday, 23 Sep 2013
|
16:36 pawel
Update to version 4.2.68
--- 4.2.68 2013/09/23
GFS: pass additionalSearchInfo to search memeber search_input if
given. Otherwise pass otherInfo. Request for facets and other search
related things will be passed there in future versions of YAZ.
New ZOOM setting, authenticationMode, which allows authentication
paramters to be encoded in the URL rather than via HTTP Basic auth.
YAZ-686
rpn2solr: fix nested AND/OR handling. YAZ-685
Add comparison routines for some Z-types, such as NamePlusRecord,
RPNQuery, Query, RecordComposition and OtherInformation.
--- 4.2.67 2013/09/19
Don't decode MAB as MARC. Just like we don't attempt to decode
HTML/XML as MARC. Fixes MAB display problem that was introduced in 4.2.64.
CCL: allow quoted terms for date ranges. YAZ-681
Introduce ccl_parser_qual_search. This function makes old function
ccl_qual_search, from YAZ 2, available again.
Add yaz_facet_list_to_wrbuf. YAZ-683
|
Saturday, 14 Sep 2013
|
15:43 pawel
Update to version 4.2.66
Changelog:
--- 4.2.66 2013/09/11
ZOOM: fix record handling for Solr. ZOOM_record_get would return 0, if
schema was given for search. YAZ-675
Add Solr date range searches. YAZ-621
|
Saturday, 24 Aug 2013
|
08:53 pawel
- Update to version 4.2.65
- Switch to new style of LIB_DEPENDS
Changelog:
--- 4.2.65 2013/08/22
ZOOM: another fix for record caching (introduced in YAZ 4.2.64).
--- 4.2.64 2013/08/21 (Broken WRT ZOOM C, do not use)
ISO2709/MARC parse most octet aligned records; not just those that
are known to be ISO2709/MARC. This makes ZOOM and yaz-client
MARC parse more records instead of just dumping as is. YAZ-670
ZOOM: proper caching for variations of record schema. YAZ-671
Solr: Check for enging / and perhaps commands (select/term) YAZ-651
--- 4.2.63 2013/07/17
Add yaz_strcmp_null
|
Sunday, 14 Jul 2013
|
19:51 pawel
Update to version 4.2.62
|
Wednesday, 12 Jun 2013
|
19:46 pawel
Update to version 4.2.59
|
Thursday, 23 May 2013
|
18:57 pawel
Update to version 4.2.57
|
Wednesday, 24 Apr 2013
|
21:48 pawel
Update to version 4.2.54
|
Saturday, 16 Feb 2013
|
12:32 pawel
Update to 4.2.51
|
Thursday, 24 Jan 2013
|
15:48 pawel
Update to version 4.2.49
|
Friday, 11 Jan 2013
|
19:26 pawel
Update to version 4.2.48
|
Sunday, 9 Dec 2012
|
17:48 pawel
Update to version 4.2.47
|
Thursday, 6 Sep 2012
|
20:12 pawel
Update to version 4.2.37
|
Thursday, 16 Aug 2012
|
14:28 pawel
- Update to version 4.2.35
- Port needs USE_PKGCONFIG=build
- Shorten REINPLACE_CMD
|
Sunday, 10 Jun 2012
|
08:39 pawel
Update to version 4.2.34
|
Friday, 13 Apr 2012
|
19:31 pawel
Update to version 4.2.30
|
Thursday, 1 Mar 2012
|
21:33 pawel
Update to version 4.2.27
|
Wednesday, 18 Jan 2012
|
23:10 pawel
Update to version 4.2.25
|
Sunday, 16 Oct 2011
|
00:31 pawel
Update to version 4.2.17
|
Thursday, 1 Sep 2011
|
20:38 pawel
Update to version 4.2.13
Approved by: miwi, wen (mentors implicit)
|
Tuesday, 16 Aug 2011
|
19:12 pawel
Update to version 4.2.8
Approved by: wen, miwi (mentors)
|
Monday, 4 Jul 2011
|
15:29 pawel
- update to version 4.2.4
PR: 158154
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: miwi (mentor)
|
Wednesday, 23 Mar 2011
|
16:43 pawel
- Update to 4.1.7
- Update my email to FreeBSD
Approved by: miwi, wen (mentors)
|
Saturday, 5 Feb 2011
|
03:20 miwi
- Update to 4.1.3
PR: 154424
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
Feature safe: yes
|
Wednesday, 26 Jan 2011
|
05:11 miwi
- Update to 4.1.2
- Pass maintainership to submitter
PR: 153556
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Feature safe: yes
|
Friday, 12 Nov 2010
|
14:26 makc
Update to version 0.4.12
Add missing dependency on devel/icu
Mark MAKE_JOBS_SAFE
Honour NOPORTDOCS
PR: ports/152142
Submitted by: Pawel Pekala <c0rn at o2.pl>
|
Monday, 9 Aug 2010
|
22:55 araujo
- Update to 4.0.11.
PR: ports/149101
Submitted by: Frederic Culot <frederic@culot.org>
|
Wednesday, 26 May 2010
|
09:07 wen
- Update to 4.0.9
PR: ports/146960
Submitted by: C-S <c-s@c-s.li>
|
Monday, 3 Aug 2009
|
12:02 demon
Update to 3.0.47.
|
Thursday, 4 Dec 2008
|
13:43 demon
Update to version 3.0.38.
PR: 128621
Submitted by: Wen Heping <wenheping@gmail.com>
|
Friday, 4 Apr 2008
|
21:33 pav
- Update to 3.0.26
PR: ports/117557, ports/122297
Submitted by: chinsan, Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout (demon; 5 months)
|
Wednesday, 7 Mar 2007
|
10:32 demon
Update to 2.1.53.
|
Thursday, 1 Feb 2007
|
13:40 demon
Update to 2.1.48.
|
Saturday, 23 Dec 2006
|
15:35 demon
Update to 2.1.42.
|
Sunday, 5 Nov 2006
|
15:34 demon
Update to 2.1.38
|
Wednesday, 16 Aug 2006
|
08:46 demon
Update to 2.1.26.
PR: 102042
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
Monday, 29 May 2006
|
13:44 demon
Update to version 2.1.18.
PR: 96615
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
Sunday, 22 Jan 2006
|
21:24 edwin
SHA256ify
Approved by: krion@
|
Wednesday, 8 Jun 2005
|
13:52 demon
distfile rerolled.
Minor change to header file.
|
07:06 demon
Update to version 2.1.8.
|
Friday, 3 Jun 2005
|
12:43 demon
Upgrade to version 2.1.6.
|
Tuesday, 10 May 2005
|
10:42 demon
Update to version 2.1.4.
|
Tuesday, 11 Jan 2005
|
16:51 demon
Update to version 2.0.32.
|
Number of commits found: 126 (showing only 100 on this page) |