Up to [cvs.NetBSD.org] / pkgsrc / net / p5-RT-Client-REST
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
p5-RT-Client-REST: update to 0.60. 0.60 Wed May 6 2020 "Dean Hamstead" <dean@fragfest.com.au> - PR#25 GH#23 Fix get_attachments_metadata - PR#24 GH#22 Fix get_attachments_metadata 0.59 Mon May 4 2020 "Dean Hamstead" <dean@fragfest.com.au> - Worked around what appears to be a bug in PodChecker in perl 5.20 - Adjusted travis and dist.ini - No functional changes 0.58 Thu Apr 30 2020 "Dean Hamstead" <dean@fragfest.com.au> - RT118729 correct bug when "not set" is in textA - PR#19 Report UA, URI, and better errors when you opt in. Thanks @melmothx 0.57 Tue Apr 28 2020 "Dean Hamstead" <dean@fragfest.com.au> - PR#21 Add SLA and SLADisabled attributes which appeared in RT 4.4.3
Update to 0.56 Upstream changes: 0.56 Mon Dec 24 2018 "Dean Hamstead" <dean@fragfest.com.au> - Fix for GH#18 (more fixes) 0.55 Sat Dec 08 2018 "Dean Hamstead" <dean@fragfest.com.au> - Fix for GH#18
Update to 0.54 Upstream changes: 0.54 Mon Nov 12 2018 "Dean Hanstead" <dean@bytefoundry.com.au> - Fixes for whitespace handling in attachments RT127607 - Fix edgecase for handling 401's RT127288
Update to 0.53 Upstream changes: 0.53 MOn Nov 05 2018 "Dean Hamstead" <dean@bytefoundry.com.au>" - Fix some tests on Windows - Various coding changes internally - Expose CC Addresses and Admin CC Addresses on Queues
p5-RT-Client-REST: update to 0.52. Fix dependencies. 0.52 Fri Apr 06 2018 "Dean Hamstead" <dean@bytefoundry.com.au> - Fix up lots of Pod Critic complaints - Fix up lots of Perl Critic complaints - Use Dist-Zilla for releases - Remove Pod, tests and other files that Dist-Zilla provides - Adjust git repo slightly - Note: no functional changes
p5-RT-Client-REST: update to 0.51. 0.51 Tue Feb 27 2017 "Dmitri Tikhonov" <dmitri@cpan.org> - Add method to retrieve attachment metadata. Thanks Oriol Soriano. - Fix filename parsing bug in get_attachment_ids(). Thanks djstauffer.
(pkgsrc) - Added following packages on BUILD_DEPENDS for make test p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse p5-DateTime-[0-9]*:../../time/p5-DateTime p5-CGI-[0-9]*:../../www/p5-CGI (upstream) - Updated net/p5-RT-Client-REST to 0.50 --------------------------------------- 0.50 Fri Dec 11 2015 "Sarvesh Das" <sarveshd@opmbx.org> - Added the 'disabled' attribute to RT::Client::REST::Group and RT::Client::REST::Queue to match the addition in RT 4.2.2 -- commit 7557633. Thanks Tom. - Allow a trailing forward slash in the server URI -- RT#97621. Thanks Marco Pessotto. - Tests in 82-stringify.t are skipped with LWP::UserAgent 6.04 which has buggy read timeout -- commit da577af. Thanks Marco Pessotto. - Fixed warning `Unescaped left brace in regex is deprecated' in perl 5.22 -- RT#106795. Thanks Mike Andrews. - Fixed documentation for RT::Client:REST::search() in POD -- RT#98160. - Removed MYMETA* files from distribution -- RT#108083
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update 0.41 to 0.49 ------------------- 0.49 Sat May 10 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com> - This module is now all covered by the Perl Artistic License: GPL is gone. This was done with permission from the original author of the command-line `rt' utility, Abhijit Menon-Sen. - Support custom fields that contain '#' in their name. Patch contributed by Ryan Niebur in RT#83856 -- thanks! - Documented get_links() -- RT#68673. - All tests now correctly run on Windows -- RT#81872. - All tests now correctly run on OpenBSD -- RT#95223. 0.48 Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com> - Fixed POD bug in 0.47 -- `logger' attribute and method of RT::Client::REST was not documented and this caused POD coverage test to fail. While at it, made it a developer-only test. This way, these types of issues do not cause all cpantesters to fail. 0.47 Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com> - Support redirects on login, RT#92371. - Skip failing test 83-attachments.t on OpenBSD while we investigage why it fails. Track this issue in RT#95223. 0.46 Sat Apr 26 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com> This release only fixes several tests, there are no functional changes. Dmitri Tikhonov <dtikhonov@yahoo.com> - Skip some tests on Windows and with buggy LWP::UserAgent. Marco Pessotto - Bumped version for next release (+ fixed version number in POD) 0.45 Marco Pessotto - Fixed uploading preventing objects to be stringified (RT#88919) - Added option to get undecoded attachments (RT#90112) - Added test 82-stringify.t (fails with 0.44 before the RT#88919 fix) - Added test 83-attachments.t to illustrate and check RT#90112 0.44 Damien Krotkine - Add URI in the prereqs Dave Lambley - Add support for parsing RT dates and returning a datetime object. (RT#73920 + RT#76658) Gregor Hermann (Debian Perl Group) - Doc improvement (RT#74191) Darren Duncan Doc improvement for timeout (RT #78133) richardgmcmahon@gmail.com Doc improvement for show method (RT #78439) Miquel Ruiz Fix for submitting non latin-1 strings to RT 0.43 Miquel Ruiz <mruiz@cpan.org> - Added support for groups via new class RT::Client::REST::Group Tests and examples also added. Roman Plesll <RPLESSL@cpan.org> - Fix for ticket merges (RT #62405) Stuart Browne <stuart.browne@ausregistry.com.au> - Accept question mark in custom field names (RT #70631) T Pascal <t_pascal@zennet.com> - Patch for different link types (RT #68673) Jose Luis Martinez <jlmartinez@capside.com> - Skip timeout tests on Windows (RT #70225, RT #35770) - Fix 'priveleged' (renamed to 'privileged') method on RT::Client::REST::User - Add missing disabled, nickname, lang, contactinfo and signature methods to RT::Client::REST::User - Clean up the API for retrieving links. Patch from T.Pascal is missing some cases like links that are URLs. This feature is not documented as it's considered experimental. - Refactor login method to accept any type of field name (not just username and password) 0.42 False release. See 0.43 - support for groups via new class RT::Client::REST::Group - Fix for ticket merges - Accept question mark in custom field names
Initial import of p5-RT-Client-REST version 0.41 in the NetBSD Packages Collection. The Perl 5 module RT::Client::REST is "/usr/bin/rt" tool converted to an object-oriented Perl module.
Initial revision