[Git][haskell-team/DHG_packages][master] hopenpgp-tools: Upgrading from 0.25.7 to 0.25.9
Clint Adams (@clint)
gitlab at salsa.debian.org
Sun Aug 30 02:42:36 BST 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
118b3fb0 by Clint Adams at 2026-08-29T15:06:36-04:00
hopenpgp-tools: Upgrading from 0.25.7 to 0.25.9
- - - - -
4 changed files:
- p/haskell-hopenpgp-tools/debian/changelog
- p/haskell-hopenpgp-tools/debian/control
- p/haskell-hopenpgp-tools/debian/tests/control
- + p/haskell-hopenpgp-tools/debian/tests/interop-hop-sqop
Changes:
=====================================
p/haskell-hopenpgp-tools/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-hopenpgp-tools (0.25.9-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Add rudimentary autopkgtest of interoperability with sqop.
+
+ -- Clint Adams <clint at debian.org> Sat, 29 Aug 2026 14:46:44 -0400
+
haskell-hopenpgp-tools (0.25.7-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-hopenpgp-tools/debian/control
=====================================
@@ -23,8 +23,8 @@ Build-Depends:
libghc-fgl-dev (>= 5.5.4.0),
libghc-graphviz-dev,
libghc-graphviz-prof,
- libghc-hopenpgp-dev (>= 3.3),
- libghc-hopenpgp-dev (<< 3.4),
+ libghc-hopenpgp-dev (>= 3.5),
+ libghc-hopenpgp-dev (<< 3.6),
libghc-hopenpgp-prof,
libghc-http-client-dev (>= 0.4.30),
libghc-http-client-tls-dev,
=====================================
p/haskell-hopenpgp-tools/debian/tests/control
=====================================
@@ -1,2 +1,6 @@
Tests: smoke
Restrictions: superficial
+
+Tests: interop-hop-sqop
+Depends: @, sqop
+Restrictions: allow-stderr
=====================================
p/haskell-hopenpgp-tools/debian/tests/interop-hop-sqop
=====================================
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+TD=$(mktemp -d)
+TDP="${TD}/password"
+trap 'rm -r $TD' EXIT
+
+printf "ponies" > ${TDP}
+
+echo Testing sqop RFC4880 encrypt to hop decrypt | sqop encrypt --profile rfc4880 --with-password "${TDP}" | hop decrypt --with-password "${TDP}"
+echo Testing sqop RFC9580 encrypt to hop decrypt | sqop encrypt --profile rfc9580 --with-password "${TDP}" | hop decrypt --with-password "${TDP}"
+echo Testing hop RFC4880 encrypt to sqop decrypt | hop encrypt --profile rfc4880 --with-password "${TDP}" | sqop decrypt --with-password "${TDP}"
+echo Testing hop RFC9580 encrypt to sqop decrypt | hop encrypt --profile rfc9580 --with-password "${TDP}" | sqop decrypt --with-password "${TDP}"
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/118b3fb0b2342115b79552e7e4f94ef1e532b930
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/118b3fb0b2342115b79552e7e4f94ef1e532b930
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260830/e6a0c80f/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list