Your message dated Wed, 23 Jul 2025 19:59:04 +0000
with message-id <[email protected]>
and subject line Re: unblock: glome/0.3.0-1
has caused the Debian Bug report #1109785,
regarding unblock: glome/0.3.0-1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1109785: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109785
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package glome
New version is already uploaded to unstable, but it will not
have enough time to transition to testing before the deadline.
[ Reason ]
Include the latest upstream version in the release.
[ Impact ]
No significant impact as there is no code changes in the new
version.
[ Tests ]
Both build tests and autopkgtest pass for the new version.
[ Risks ]
Risk should be low as the new version only updates Rust metadata.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock glome/0.3.0-1
diff -Nru glome-0.2/debian/changelog glome-0.3.0/debian/changelog
--- glome-0.2/debian/changelog 2025-05-07 00:16:37.000000000 +0200
+++ glome-0.3.0/debian/changelog 2025-07-15 21:05:06.000000000 +0200
@@ -1,3 +1,11 @@
+glome (0.3.0-1) unstable; urgency=medium
+
+ * New upstream version 0.3.0
+ * Refresh patches for new version
+ * Ignore BLHC failure for Rust part of the build
+
+ -- Valentin Vidic <[email protected]> Tue, 15 Jul 2025 21:05:06 +0200
+
glome (0.2-2) unstable; urgency=medium
[ Philipp Kern ]
diff -Nru glome-0.2/debian/patches/rust.patch
glome-0.3.0/debian/patches/rust.patch
--- glome-0.2/debian/patches/rust.patch 2025-05-07 00:15:14.000000000 +0200
+++ glome-0.3.0/debian/patches/rust.patch 2025-07-15 21:04:43.000000000
+0200
@@ -5,7 +5,7 @@
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
-@@ -17,7 +17,7 @@
+@@ -22,7 +22,7 @@
openssl = { version = "0.10", optional = true }
# cli
@@ -14,7 +14,7 @@
clap = { version = "4", features = ["derive"], optional = true}
[dev-dependencies]
-@@ -29,11 +29,11 @@
+@@ -34,11 +34,11 @@
[lib]
name = "glome"
diff -Nru glome-0.2/debian/salsa-ci.yml glome-0.3.0/debian/salsa-ci.yml
--- glome-0.2/debian/salsa-ci.yml 2022-11-27 22:11:38.000000000 +0100
+++ glome-0.3.0/debian/salsa-ci.yml 2025-06-24 22:53:30.000000000 +0200
@@ -9,3 +9,7 @@
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
-
https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+ # blhc fails on cargo build
+ SALSA_CI_BLHC_ARGS: '--ignore-line ^\s\s\sCompiling\s[^\s]+\sv\d.*
--ignore-line .*rustc.*link-arg=-Wl,-z,relro.*link-arg=-Wl,-z,now.*'
diff -Nru glome-0.2/rust/Cargo.lock glome-0.3.0/rust/Cargo.lock
--- glome-0.2/rust/Cargo.lock 2025-03-01 12:21:26.000000000 +0100
+++ glome-0.3.0/rust/Cargo.lock 2025-05-05 23:02:06.000000000 +0200
@@ -273,7 +273,7 @@
[[package]]
name = "glome"
-version = "0.1.0"
+version = "0.3.0"
dependencies = [
"base64",
"clap",
diff -Nru glome-0.2/rust/Cargo.toml glome-0.3.0/rust/Cargo.toml
--- glome-0.2/rust/Cargo.toml 2025-03-01 12:21:26.000000000 +0100
+++ glome-0.3.0/rust/Cargo.toml 2025-05-05 23:02:06.000000000 +0200
@@ -1,8 +1,13 @@
[package]
name = "glome"
-version = "0.1.0"
+version = "0.3.0"
edition = "2021"
+description = "Generic low-overhead message exchange with cryptographic
integrity protection"
+repository = "https://github.com/google/glome"
+license = "Apache-2.0"
+categories = ["authentication", "cryptography", "no-std"]
+
[features]
default = [ "dalek" ]
dalek = [ "dep:x25519-dalek" ]
--- End Message ---
--- Begin Message ---
Hi,
On Wed, Jul 23, 2025 at 09:38:32PM +0200, Valentin Vidic wrote:
> Please unblock package glome
>
> New version is already uploaded to unstable, but it will not
> have enough time to transition to testing before the deadline.
>
> [ Reason ]
> Include the latest upstream version in the release.
That's not in line with the freeze policy.
https://release.debian.org/testing/freeze_policy.html
Closing.
Ivo
--- End Message ---