[Git][haskell-team/DHG_packages][master] 2 commits: HsOpenSSL: Upgrading from 0.11.7.6 to 0.11.7.7
Frédéric-Emmanuel Picca (@picca)
gitlab at salsa.debian.org
Sun Aug 4 09:14:17 BST 2024
Frédéric-Emmanuel Picca pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d3f2408f by Picca Frédéric-Emmanuel at 2024-08-04T07:09:44+02:00
HsOpenSSL: Upgrading from 0.11.7.6 to 0.11.7.7
- - - - -
1024e283 by Picca Frédéric-Emmanuel at 2024-08-04T09:55:12+02:00
haskell-hsopenssl fixed FTBFS due to gcc-14
- - - - -
4 changed files:
- p/haskell-hsopenssl/debian/changelog
- p/haskell-hsopenssl/debian/control
- + p/haskell-hsopenssl/debian/patches/gcc14-fix
- + p/haskell-hsopenssl/debian/patches/series
Changes:
=====================================
p/haskell-hsopenssl/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hsopenssl (0.11.7.7-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Sun, 04 Aug 2024 07:09:43 +0200
+
haskell-hsopenssl (0.11.7.6-1) unstable; urgency=medium
* Remove retired developer, Joachim Breitner, from Uploaders.
=====================================
p/haskell-hsopenssl/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
ghc (>= 9.4),
ghc-prof,
libghc-network-dev (>= 2.1),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
libghc-network-prof,
libssl-dev,
Build-Depends-Indep: ghc-doc,
=====================================
p/haskell-hsopenssl/debian/patches/gcc14-fix
=====================================
@@ -0,0 +1,34 @@
+Description: Fix compilation with gcc-14
+ This fix is a workaround until the upstream fixed this bug
+ https://github.com/haskell-cryptography/HsOpenSSL/issues/88
+ .
+ haskell-hsopenssl (0.11.7.7-1) unstable; urgency=medium
+ .
+ * New upstream release
+Author: Picca Frédéric-Emmanuel <picca at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
+Bug: <upstream-bugtracker-url>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: (no|not-needed|<patch-forwarded-url>)
+Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
+Reviewed-By: <name and email of someone who approved/reviewed the patch>
+Last-Update: 2024-08-04
+
+--- haskell-hsopenssl-0.11.7.7.orig/HsOpenSSL.cabal
++++ haskell-hsopenssl-0.11.7.7/HsOpenSSL.cabal
+@@ -147,6 +147,8 @@ Library
+ Default-Language:
+ Haskell2010
+ GHC-Options:
++ -optc=-Wno-deprecated-declarations
++ -optc=-Wno-incompatible-pointer-types
+ -Wall
+ C-Sources:
+ cbits/HsOpenSSL.c
=====================================
p/haskell-hsopenssl/debian/patches/series
=====================================
@@ -0,0 +1 @@
+gcc14-fix
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/d49780febcc913f32cd4c945c233ca615634fe71...1024e283409744096736168c9049f6af88b941c9
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/d49780febcc913f32cd4c945c233ca615634fe71...1024e283409744096736168c9049f6af88b941c9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20240804/a95155e8/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list