Guest User

Untitled

a guest
Mar 28th, 2024
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. commit bbd2e47f53d123acfdb869440e77ad2c77caad28 (HEAD -> main)
  2. Author: Jason Stephenson <[email protected]>
  3. Date: Tue Mar 26 11:37:08 2024 -0400
  4.  
  5. LP#2404514: Disable StrictHostKeyChecking in Net::SFTP::Foreign
  6.  
  7. Add the options to set StrictHostKeyChecking to off when using
  8. Net::SFTP::Foreign to send and receive acquisitions EDI files. Doing
  9. so allows the connection to proceed if we've never connected to the
  10. server before or if the host key changes.
  11.  
  12. LP#2040514: Net::SFTP::Foreign is not Net::SFTP
  13.  
  14. Fix the SFTP functions that use Net::SFTP::Foreign so that they
  15. actually work. The Net::FTP implementations do not work with
  16. Net::SFTP::Foreign.
  17.  
  18. Add release note
  19.  
  20. Signed-off-by: Jason Stephenson <[email protected]>
  21.  
  22. commit 8cb325a76ad3219f6999d0e6e48bce9957fff997
  23. Author: Jason Boyer <[email protected]>
  24. Date: Thu Nov 2 08:06:55 2023 -0400
  25.  
  26. LP#2040514: Syntax erorrs
  27.  
  28. LP#2040514: Followup, make sftp and ssh2 get along together
  29.  
  30. Signed-off-by: Jason Boyer <[email protected]>
  31. Signed-off-by: Chris Sharp <[email protected]>
  32. Signed-off-by: Jason Stephenson <[email protected]>
  33.  
  34. commit ead380bc3981086b032e19942751640aee752ab2
  35. Author: Chris Sharp <[email protected]>
  36. Date: Mon Jan 30 16:38:54 2023 -0500
  37.  
  38. LP#2040514: Re-implement Acq EDI SFTP.
  39.  
  40. Change from using Net::SSH2 for SFTP in favor of Net::SFTP::Foreign.
  41.  
  42. Signed-off-by: Chris Sharp <[email protected]>
  43. Signed-off-by: Jason Stephenson <[email protected]>
  44.  
  45. commit 030b35051c9a30a367ba2c14e3b5d54a3b148f6d (working/main, working/HEAD, origin/main, origin/HEAD, tests)
  46. Author: Ken Cox <[email protected]>
  47. Date: Mon Mar 18 14:15:59 2024 -0400
  48.  
  49. LP#2057948: Add Idempotency-Key to prevent duplicate stripe requests
  50.  
  51. * Create key from sorted list of transaction IDs passed through md5_hex.
  52. * Do not include xact param for now, since I am not sure what it is;
  53. xact_misc is the list of transaction IDs selected in the payment form.
  54. * Pass header through -ua_args option when constructing the Stripe obj,
  55. because the per-request method is not published yet to CPAN.
  56.  
  57. Tested with manual code on Ubuntu 22 LTS and Business::Stripe 0.07.
  58.  
  59. Release-note: Adds idempotency to Stripe to prevent duplicate payments
  60.  
  61. Signed-off-by: Ken Cox <[email protected]>
  62. Signed-off-by: Michele Morgan <[email protected]>
  63. Signed-off-by: Terran McCanna <[email protected]>
  64.  
Advertisement
Add Comment
Please, Sign In to add comment