Your message dated Sat, 2 Mar 2024 14:59:00 -0800
with message-id <[email protected]>
and subject line Re: libhinawa: NMU diff for 64-bit time_t transition
has caused the Debian Bug report #1065003,
regarding libhinawa: NMU diff for 64-bit time_t transition
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.)
--
1065003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065003
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libhinawa
Version: 4.0.1-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
Dear maintainer,
Apologies, but it appears that somehow we failed to file a bug report sooner
about libhinawa or upload it to experimental as part of this transition
preparation! But libhinawa is identified as being affected, so I'm
reporting this now and doing a 0-day NMU to unstable.
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libhinawa as a source package shipping runtime libraries whose ABI could not
be analyzed via abi-compliance-checker (and therefore to be on the safe side
we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for libhinawa which
will be uploaded to unstable.
Please find the patch for this NMU attached.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
[email protected] [email protected]
diff -Nru libhinawa-4.0.1/debian/changelog libhinawa-4.0.1/debian/changelog
--- libhinawa-4.0.1/debian/changelog 2024-02-25 11:52:44.000000000 +0000
+++ libhinawa-4.0.1/debian/changelog 2024-02-28 20:37:13.000000000 +0000
@@ -1,3 +1,10 @@
+libhinawa (4.0.1-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Wed, 28 Feb 2024 20:37:13 +0000
+
libhinawa (4.0.1-2) unstable; urgency=medium
[ Takashi Sakamoto ]
diff -Nru libhinawa-4.0.1/debian/control libhinawa-4.0.1/debian/control
--- libhinawa-4.0.1/debian/control 2024-02-25 11:52:44.000000000 +0000
+++ libhinawa-4.0.1/debian/control 2024-02-28 20:35:29.000000000 +0000
@@ -16,13 +16,14 @@
Vcs-Browser: https://salsa.debian.org/debian/libhinawa/
Vcs-Git: https://salsa.debian.org/debian/libhinawa.git
-Package: libhinawa4
+Package: libhinawa4t64
+Provides: ${t64:Provides}
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends},
libglib2.0-0 (>= 2.44.0)
-Breaks: libhinawa2 (<< 4.0.0)
-Replaces: libhinawa2 (<< 4.0.0)
+Breaks: libhinawa4 (<< ${source:Version}), libhinawa2 (<< 4.0.0)
+Replaces: libhinawa4, libhinawa2 (<< 4.0.0)
Multi-Arch: same
Description: I/O library for IEEE 1394 asynchronous transaction
This is an I/O library to operate 1394 OHCI hardware for asynchronous
@@ -32,11 +33,11 @@
Section: introspection
Architecture: linux-any
Depends: ${misc:Depends}, ${gir:Depends},
- libhinawa4 (= ${binary:Version}),
+ libhinawa4t64 (= ${binary:Version}),
Breaks: gir1.2-hinawa-3.0 (<< 4.0.0)
Replaces: gir1.2-hinawa-3.0 (<< 4.0.0)
Multi-Arch: same
-Description: GObjet introspection data for libhinawa4
+Description: GObjet introspection data for libhinawa4t64
This package contains introspection data for libhinawa4. It can be
used by packages using the GIRepository format to generate dynamic
bindings, or it can be used by interpreters understanding the
@@ -46,7 +47,7 @@
Section: libdevel
Architecture: linux-any
Depends: ${misc:Depends},
- libhinawa4 (= ${binary:Version}),
+ libhinawa4t64 (= ${binary:Version}),
libglib2.0-dev (>= 2.44.0),
libgirepository1.0-dev (>= 1.32.1),
gir1.2-hinawa-4.0 (= ${binary:Version})
diff -Nru libhinawa-4.0.1/debian/libhinawa4.install
libhinawa-4.0.1/debian/libhinawa4.install
--- libhinawa-4.0.1/debian/libhinawa4.install 2024-02-25 11:52:44.000000000
+0000
+++ libhinawa-4.0.1/debian/libhinawa4.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libhinawa-4.0.1/debian/libhinawa4.lintian-overrides
libhinawa-4.0.1/debian/libhinawa4.lintian-overrides
--- libhinawa-4.0.1/debian/libhinawa4.lintian-overrides 2024-02-25
11:52:44.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libhinawa4: hardening-no-fortify-functions [usr/lib/*/libhinawa.so.*]
diff -Nru libhinawa-4.0.1/debian/libhinawa4.symbols
libhinawa-4.0.1/debian/libhinawa4.symbols
--- libhinawa-4.0.1/debian/libhinawa4.symbols 2024-02-25 11:52:44.000000000
+0000
+++ libhinawa-4.0.1/debian/libhinawa4.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,59 +0,0 @@
-libhinawa.so.4 libhinawa4 #MINVER#
- HINAWA_0_6_0@HINAWA_0_6_0 0.6.0
- HINAWA_0_7_0@HINAWA_0_7_0 0.7.0
- HINAWA_0_8_0@HINAWA_0_8_0 0.8.0
- HINAWA_1_0_0@HINAWA_1_0_0 1.0.0
- HINAWA_1_1_0@HINAWA_1_1_0 1.1.0
- HINAWA_1_3_0@HINAWA_1_3_0 1.3.1
- HINAWA_1_4_0@HINAWA_1_4_0 1.4.0
- HINAWA_2_0_0@HINAWA_2_0_0 2.0.0
- HINAWA_2_1_0@HINAWA_2_1_0 2.1.0
- HINAWA_2_2_0@HINAWA_2_2_0 2.2.0
- HINAWA_2_3_0@HINAWA_2_3_0 2.3.0
- HINAWA_2_4_0@HINAWA_2_4_0 2.4.0
- HINAWA_2_5_0@HINAWA_2_5_0 2.5.0
- HINAWA_2_6_0@HINAWA_2_6_0 2.6.0
- HINAWA_4_0_0@HINAWA_4_0_0 4.0.0
- hinawa_cycle_time_compute_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_clock_id@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_fields@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_raw@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_system_time@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_type@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_new@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_parse_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_fcp_avc_transaction@HINAWA_4_0_0 4.0.0
- hinawa_fw_fcp_avc_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_fcp_bind@HINAWA_4_0_0 4.0.0
- hinawa_fw_fcp_command@HINAWA_4_0_0 4.0.0
- hinawa_fw_fcp_command_with_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_fcp_error_get_type@HINAWA_2_1_0 2.1.0
- hinawa_fw_fcp_error_quark@HINAWA_2_1_0 2.1.0
- hinawa_fw_fcp_get_type@HINAWA_0_6_0 0.6.0
- hinawa_fw_fcp_new@HINAWA_1_3_0 1.3.1
- hinawa_fw_fcp_unbind@HINAWA_1_4_0 1.4.0
- hinawa_fw_node_create_source@HINAWA_4_0_0 4.0.0
- hinawa_fw_node_error_get_type@HINAWA_2_1_0 2.1.0
- hinawa_fw_node_error_quark@HINAWA_2_1_0 2.1.0
- hinawa_fw_node_get_config_rom@HINAWA_4_0_0 4.0.0
- hinawa_fw_node_get_type@HINAWA_1_4_0 1.4.0
- hinawa_fw_node_new@HINAWA_1_4_0 1.4.0
- hinawa_fw_node_open@HINAWA_4_0_0 4.0.0
- hinawa_fw_node_read_cycle_time@HINAWA_4_0_0 4.0.0
- hinawa_fw_rcode_get_type@HINAWA_1_0_0 1.0.0
- hinawa_fw_req_error_get_type@HINAWA_2_5_0 2.5.0
- hinawa_fw_req_error_quark@HINAWA_2_1_0 2.1.0
- hinawa_fw_req_get_type@HINAWA_0_6_0 0.6.0
- hinawa_fw_req_new@HINAWA_1_3_0 1.3.1
- hinawa_fw_req_request@HINAWA_4_0_0 4.0.0
- hinawa_fw_req_transaction@HINAWA_4_0_0 4.0.0
- hinawa_fw_req_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_resp_error_get_type@HINAWA_2_2_0 2.2.0
- hinawa_fw_resp_error_quark@HINAWA_2_2_0 2.2.0
- hinawa_fw_resp_get_type@HINAWA_0_6_0 0.6.0
- hinawa_fw_resp_new@HINAWA_1_3_0 1.3.1
- hinawa_fw_resp_release@HINAWA_1_4_0 1.4.0
- hinawa_fw_resp_reserve@HINAWA_4_0_0 4.0.0
- hinawa_fw_resp_reserve_within_region@HINAWA_4_0_0 4.0.0
- hinawa_fw_resp_set_resp_frame@HINAWA_2_0_0 2.0.0
- hinawa_fw_tcode_get_type@HINAWA_1_0_0 1.0.0
diff -Nru libhinawa-4.0.1/debian/libhinawa4t64.install
libhinawa-4.0.1/debian/libhinawa4t64.install
--- libhinawa-4.0.1/debian/libhinawa4t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4t64.install 2024-02-25
11:52:44.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides
libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides
--- libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides 2024-02-28
20:35:29.000000000 +0000
@@ -0,0 +1,2 @@
+libhinawa4t64: hardening-no-fortify-functions [usr/lib/*/libhinawa.so.*]
+libhinawa4t64: package-name-doesnt-match-sonames libhinawa4
diff -Nru libhinawa-4.0.1/debian/libhinawa4t64.symbols
libhinawa-4.0.1/debian/libhinawa4t64.symbols
--- libhinawa-4.0.1/debian/libhinawa4t64.symbols 1970-01-01
00:00:00.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4t64.symbols 2024-02-28
20:35:29.000000000 +0000
@@ -0,0 +1,59 @@
+libhinawa.so.4 libhinawa4t64 #MINVER#
+ HINAWA_0_6_0@HINAWA_0_6_0 0.6.0
+ HINAWA_0_7_0@HINAWA_0_7_0 0.7.0
+ HINAWA_0_8_0@HINAWA_0_8_0 0.8.0
+ HINAWA_1_0_0@HINAWA_1_0_0 1.0.0
+ HINAWA_1_1_0@HINAWA_1_1_0 1.1.0
+ HINAWA_1_3_0@HINAWA_1_3_0 1.3.1
+ HINAWA_1_4_0@HINAWA_1_4_0 1.4.0
+ HINAWA_2_0_0@HINAWA_2_0_0 2.0.0
+ HINAWA_2_1_0@HINAWA_2_1_0 2.1.0
+ HINAWA_2_2_0@HINAWA_2_2_0 2.2.0
+ HINAWA_2_3_0@HINAWA_2_3_0 2.3.0
+ HINAWA_2_4_0@HINAWA_2_4_0 2.4.0
+ HINAWA_2_5_0@HINAWA_2_5_0 2.5.0
+ HINAWA_2_6_0@HINAWA_2_6_0 2.6.0
+ HINAWA_4_0_0@HINAWA_4_0_0 4.0.0
+ hinawa_cycle_time_compute_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_clock_id@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_fields@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_raw@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_system_time@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_type@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_new@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_parse_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_fcp_avc_transaction@HINAWA_4_0_0 4.0.0
+ hinawa_fw_fcp_avc_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_fcp_bind@HINAWA_4_0_0 4.0.0
+ hinawa_fw_fcp_command@HINAWA_4_0_0 4.0.0
+ hinawa_fw_fcp_command_with_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_fcp_error_get_type@HINAWA_2_1_0 2.1.0
+ hinawa_fw_fcp_error_quark@HINAWA_2_1_0 2.1.0
+ hinawa_fw_fcp_get_type@HINAWA_0_6_0 0.6.0
+ hinawa_fw_fcp_new@HINAWA_1_3_0 1.3.1
+ hinawa_fw_fcp_unbind@HINAWA_1_4_0 1.4.0
+ hinawa_fw_node_create_source@HINAWA_4_0_0 4.0.0
+ hinawa_fw_node_error_get_type@HINAWA_2_1_0 2.1.0
+ hinawa_fw_node_error_quark@HINAWA_2_1_0 2.1.0
+ hinawa_fw_node_get_config_rom@HINAWA_4_0_0 4.0.0
+ hinawa_fw_node_get_type@HINAWA_1_4_0 1.4.0
+ hinawa_fw_node_new@HINAWA_1_4_0 1.4.0
+ hinawa_fw_node_open@HINAWA_4_0_0 4.0.0
+ hinawa_fw_node_read_cycle_time@HINAWA_4_0_0 4.0.0
+ hinawa_fw_rcode_get_type@HINAWA_1_0_0 1.0.0
+ hinawa_fw_req_error_get_type@HINAWA_2_5_0 2.5.0
+ hinawa_fw_req_error_quark@HINAWA_2_1_0 2.1.0
+ hinawa_fw_req_get_type@HINAWA_0_6_0 0.6.0
+ hinawa_fw_req_new@HINAWA_1_3_0 1.3.1
+ hinawa_fw_req_request@HINAWA_4_0_0 4.0.0
+ hinawa_fw_req_transaction@HINAWA_4_0_0 4.0.0
+ hinawa_fw_req_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_resp_error_get_type@HINAWA_2_2_0 2.2.0
+ hinawa_fw_resp_error_quark@HINAWA_2_2_0 2.2.0
+ hinawa_fw_resp_get_type@HINAWA_0_6_0 0.6.0
+ hinawa_fw_resp_new@HINAWA_1_3_0 1.3.1
+ hinawa_fw_resp_release@HINAWA_1_4_0 1.4.0
+ hinawa_fw_resp_reserve@HINAWA_4_0_0 4.0.0
+ hinawa_fw_resp_reserve_within_region@HINAWA_4_0_0 4.0.0
+ hinawa_fw_resp_set_resp_frame@HINAWA_2_0_0 2.0.0
+ hinawa_fw_tcode_get_type@HINAWA_1_0_0 1.0.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: libhinawa
Source-Version: 4.0.1-2.1
Done: Steve Langasek <[email protected]>
Apologies, missed the bug closure in the NMU upload. libhinawa has now been
uploaded to unstable. Final NMU patch is attached.
Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.
> Thanks for your taking the issue, and providing the package. I'm an
> maintainer of libhinawa upstream in kernel.org[1], and interested in the
> issue of this NMU.
> In my opinion, `time_t` type is not used in libhinawa. All of expressions
> of hardware and system time stamp is typed by fixed size of variable (u32,
> s32, s64) in public API. The rest of suspicious codes relate to glib2.0,
> however in the case the issue affects to the other libraries I provides
> (libhinoko[2], libhitaki[3])...
Note that you only sent this message to [email protected], not to
[email protected]. The [email protected] address does
not send mail to the submitter, so I did not see this until just now.
We do not know for sure that libhinawa's ABI is affected by time_t. We were
unable to analyze this package fully because the headers it ships do not
compile out of the box:
https://adrien.dcln.fr/misc/armhf-time_t/2024-02-26T12%3A07%3A00/logs/libhinawa-dev/base/abi-compliance-checker.log
It is *possible* that this is a false-positive. But we do not know *for
sure* that it is a false positive; grepping the headers for time_t is an
insufficient check. Therefore we have included it in the transition because
it is the safer option.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
[email protected] [email protected]
diff -Nru libhinawa-4.0.1/debian/changelog libhinawa-4.0.1/debian/changelog
--- libhinawa-4.0.1/debian/changelog 2024-02-25 11:52:44.000000000 +0000
+++ libhinawa-4.0.1/debian/changelog 2024-02-28 20:37:13.000000000 +0000
@@ -1,3 +1,10 @@
+libhinawa (4.0.1-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Wed, 28 Feb 2024 20:37:13 +0000
+
libhinawa (4.0.1-2) unstable; urgency=medium
[ Takashi Sakamoto ]
diff -Nru libhinawa-4.0.1/debian/control libhinawa-4.0.1/debian/control
--- libhinawa-4.0.1/debian/control 2024-02-25 11:52:44.000000000 +0000
+++ libhinawa-4.0.1/debian/control 2024-02-28 20:35:29.000000000 +0000
@@ -16,13 +16,14 @@
Vcs-Browser: https://salsa.debian.org/debian/libhinawa/
Vcs-Git: https://salsa.debian.org/debian/libhinawa.git
-Package: libhinawa4
+Package: libhinawa4t64
+Provides: ${t64:Provides}
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends},
libglib2.0-0 (>= 2.44.0)
-Breaks: libhinawa2 (<< 4.0.0)
-Replaces: libhinawa2 (<< 4.0.0)
+Breaks: libhinawa4 (<< ${source:Version}), libhinawa2 (<< 4.0.0)
+Replaces: libhinawa4, libhinawa2 (<< 4.0.0)
Multi-Arch: same
Description: I/O library for IEEE 1394 asynchronous transaction
This is an I/O library to operate 1394 OHCI hardware for asynchronous
@@ -32,11 +33,11 @@
Section: introspection
Architecture: linux-any
Depends: ${misc:Depends}, ${gir:Depends},
- libhinawa4 (= ${binary:Version}),
+ libhinawa4t64 (= ${binary:Version}),
Breaks: gir1.2-hinawa-3.0 (<< 4.0.0)
Replaces: gir1.2-hinawa-3.0 (<< 4.0.0)
Multi-Arch: same
-Description: GObjet introspection data for libhinawa4
+Description: GObjet introspection data for libhinawa4t64
This package contains introspection data for libhinawa4. It can be
used by packages using the GIRepository format to generate dynamic
bindings, or it can be used by interpreters understanding the
@@ -46,7 +47,7 @@
Section: libdevel
Architecture: linux-any
Depends: ${misc:Depends},
- libhinawa4 (= ${binary:Version}),
+ libhinawa4t64 (= ${binary:Version}),
libglib2.0-dev (>= 2.44.0),
libgirepository1.0-dev (>= 1.32.1),
gir1.2-hinawa-4.0 (= ${binary:Version})
diff -Nru libhinawa-4.0.1/debian/libhinawa4.install
libhinawa-4.0.1/debian/libhinawa4.install
--- libhinawa-4.0.1/debian/libhinawa4.install 2024-02-25 11:52:44.000000000
+0000
+++ libhinawa-4.0.1/debian/libhinawa4.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libhinawa-4.0.1/debian/libhinawa4.lintian-overrides
libhinawa-4.0.1/debian/libhinawa4.lintian-overrides
--- libhinawa-4.0.1/debian/libhinawa4.lintian-overrides 2024-02-25
11:52:44.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libhinawa4: hardening-no-fortify-functions [usr/lib/*/libhinawa.so.*]
diff -Nru libhinawa-4.0.1/debian/libhinawa4.symbols
libhinawa-4.0.1/debian/libhinawa4.symbols
--- libhinawa-4.0.1/debian/libhinawa4.symbols 2024-02-25 11:52:44.000000000
+0000
+++ libhinawa-4.0.1/debian/libhinawa4.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,59 +0,0 @@
-libhinawa.so.4 libhinawa4 #MINVER#
- HINAWA_0_6_0@HINAWA_0_6_0 0.6.0
- HINAWA_0_7_0@HINAWA_0_7_0 0.7.0
- HINAWA_0_8_0@HINAWA_0_8_0 0.8.0
- HINAWA_1_0_0@HINAWA_1_0_0 1.0.0
- HINAWA_1_1_0@HINAWA_1_1_0 1.1.0
- HINAWA_1_3_0@HINAWA_1_3_0 1.3.1
- HINAWA_1_4_0@HINAWA_1_4_0 1.4.0
- HINAWA_2_0_0@HINAWA_2_0_0 2.0.0
- HINAWA_2_1_0@HINAWA_2_1_0 2.1.0
- HINAWA_2_2_0@HINAWA_2_2_0 2.2.0
- HINAWA_2_3_0@HINAWA_2_3_0 2.3.0
- HINAWA_2_4_0@HINAWA_2_4_0 2.4.0
- HINAWA_2_5_0@HINAWA_2_5_0 2.5.0
- HINAWA_2_6_0@HINAWA_2_6_0 2.6.0
- HINAWA_4_0_0@HINAWA_4_0_0 4.0.0
- hinawa_cycle_time_compute_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_clock_id@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_fields@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_raw@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_system_time@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_get_type@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_new@HINAWA_2_6_0 2.6.0
- hinawa_cycle_time_parse_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_fcp_avc_transaction@HINAWA_4_0_0 4.0.0
- hinawa_fw_fcp_avc_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_fcp_bind@HINAWA_4_0_0 4.0.0
- hinawa_fw_fcp_command@HINAWA_4_0_0 4.0.0
- hinawa_fw_fcp_command_with_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_fcp_error_get_type@HINAWA_2_1_0 2.1.0
- hinawa_fw_fcp_error_quark@HINAWA_2_1_0 2.1.0
- hinawa_fw_fcp_get_type@HINAWA_0_6_0 0.6.0
- hinawa_fw_fcp_new@HINAWA_1_3_0 1.3.1
- hinawa_fw_fcp_unbind@HINAWA_1_4_0 1.4.0
- hinawa_fw_node_create_source@HINAWA_4_0_0 4.0.0
- hinawa_fw_node_error_get_type@HINAWA_2_1_0 2.1.0
- hinawa_fw_node_error_quark@HINAWA_2_1_0 2.1.0
- hinawa_fw_node_get_config_rom@HINAWA_4_0_0 4.0.0
- hinawa_fw_node_get_type@HINAWA_1_4_0 1.4.0
- hinawa_fw_node_new@HINAWA_1_4_0 1.4.0
- hinawa_fw_node_open@HINAWA_4_0_0 4.0.0
- hinawa_fw_node_read_cycle_time@HINAWA_4_0_0 4.0.0
- hinawa_fw_rcode_get_type@HINAWA_1_0_0 1.0.0
- hinawa_fw_req_error_get_type@HINAWA_2_5_0 2.5.0
- hinawa_fw_req_error_quark@HINAWA_2_1_0 2.1.0
- hinawa_fw_req_get_type@HINAWA_0_6_0 0.6.0
- hinawa_fw_req_new@HINAWA_1_3_0 1.3.1
- hinawa_fw_req_request@HINAWA_4_0_0 4.0.0
- hinawa_fw_req_transaction@HINAWA_4_0_0 4.0.0
- hinawa_fw_req_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
- hinawa_fw_resp_error_get_type@HINAWA_2_2_0 2.2.0
- hinawa_fw_resp_error_quark@HINAWA_2_2_0 2.2.0
- hinawa_fw_resp_get_type@HINAWA_0_6_0 0.6.0
- hinawa_fw_resp_new@HINAWA_1_3_0 1.3.1
- hinawa_fw_resp_release@HINAWA_1_4_0 1.4.0
- hinawa_fw_resp_reserve@HINAWA_4_0_0 4.0.0
- hinawa_fw_resp_reserve_within_region@HINAWA_4_0_0 4.0.0
- hinawa_fw_resp_set_resp_frame@HINAWA_2_0_0 2.0.0
- hinawa_fw_tcode_get_type@HINAWA_1_0_0 1.0.0
diff -Nru libhinawa-4.0.1/debian/libhinawa4t64.install
libhinawa-4.0.1/debian/libhinawa4t64.install
--- libhinawa-4.0.1/debian/libhinawa4t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4t64.install 2024-02-25
11:52:44.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides
libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides
--- libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4t64.lintian-overrides 2024-02-28
20:35:29.000000000 +0000
@@ -0,0 +1,2 @@
+libhinawa4t64: hardening-no-fortify-functions [usr/lib/*/libhinawa.so.*]
+libhinawa4t64: package-name-doesnt-match-sonames libhinawa4
diff -Nru libhinawa-4.0.1/debian/libhinawa4t64.symbols
libhinawa-4.0.1/debian/libhinawa4t64.symbols
--- libhinawa-4.0.1/debian/libhinawa4t64.symbols 1970-01-01
00:00:00.000000000 +0000
+++ libhinawa-4.0.1/debian/libhinawa4t64.symbols 2024-02-28
20:35:29.000000000 +0000
@@ -0,0 +1,59 @@
+libhinawa.so.4 libhinawa4t64 #MINVER#
+ HINAWA_0_6_0@HINAWA_0_6_0 0.6.0
+ HINAWA_0_7_0@HINAWA_0_7_0 0.7.0
+ HINAWA_0_8_0@HINAWA_0_8_0 0.8.0
+ HINAWA_1_0_0@HINAWA_1_0_0 1.0.0
+ HINAWA_1_1_0@HINAWA_1_1_0 1.1.0
+ HINAWA_1_3_0@HINAWA_1_3_0 1.3.1
+ HINAWA_1_4_0@HINAWA_1_4_0 1.4.0
+ HINAWA_2_0_0@HINAWA_2_0_0 2.0.0
+ HINAWA_2_1_0@HINAWA_2_1_0 2.1.0
+ HINAWA_2_2_0@HINAWA_2_2_0 2.2.0
+ HINAWA_2_3_0@HINAWA_2_3_0 2.3.0
+ HINAWA_2_4_0@HINAWA_2_4_0 2.4.0
+ HINAWA_2_5_0@HINAWA_2_5_0 2.5.0
+ HINAWA_2_6_0@HINAWA_2_6_0 2.6.0
+ HINAWA_4_0_0@HINAWA_4_0_0 4.0.0
+ hinawa_cycle_time_compute_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_clock_id@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_fields@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_raw@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_system_time@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_get_type@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_new@HINAWA_2_6_0 2.6.0
+ hinawa_cycle_time_parse_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_fcp_avc_transaction@HINAWA_4_0_0 4.0.0
+ hinawa_fw_fcp_avc_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_fcp_bind@HINAWA_4_0_0 4.0.0
+ hinawa_fw_fcp_command@HINAWA_4_0_0 4.0.0
+ hinawa_fw_fcp_command_with_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_fcp_error_get_type@HINAWA_2_1_0 2.1.0
+ hinawa_fw_fcp_error_quark@HINAWA_2_1_0 2.1.0
+ hinawa_fw_fcp_get_type@HINAWA_0_6_0 0.6.0
+ hinawa_fw_fcp_new@HINAWA_1_3_0 1.3.1
+ hinawa_fw_fcp_unbind@HINAWA_1_4_0 1.4.0
+ hinawa_fw_node_create_source@HINAWA_4_0_0 4.0.0
+ hinawa_fw_node_error_get_type@HINAWA_2_1_0 2.1.0
+ hinawa_fw_node_error_quark@HINAWA_2_1_0 2.1.0
+ hinawa_fw_node_get_config_rom@HINAWA_4_0_0 4.0.0
+ hinawa_fw_node_get_type@HINAWA_1_4_0 1.4.0
+ hinawa_fw_node_new@HINAWA_1_4_0 1.4.0
+ hinawa_fw_node_open@HINAWA_4_0_0 4.0.0
+ hinawa_fw_node_read_cycle_time@HINAWA_4_0_0 4.0.0
+ hinawa_fw_rcode_get_type@HINAWA_1_0_0 1.0.0
+ hinawa_fw_req_error_get_type@HINAWA_2_5_0 2.5.0
+ hinawa_fw_req_error_quark@HINAWA_2_1_0 2.1.0
+ hinawa_fw_req_get_type@HINAWA_0_6_0 0.6.0
+ hinawa_fw_req_new@HINAWA_1_3_0 1.3.1
+ hinawa_fw_req_request@HINAWA_4_0_0 4.0.0
+ hinawa_fw_req_transaction@HINAWA_4_0_0 4.0.0
+ hinawa_fw_req_transaction_with_tstamp@HINAWA_2_6_0 2.6.0
+ hinawa_fw_resp_error_get_type@HINAWA_2_2_0 2.2.0
+ hinawa_fw_resp_error_quark@HINAWA_2_2_0 2.2.0
+ hinawa_fw_resp_get_type@HINAWA_0_6_0 0.6.0
+ hinawa_fw_resp_new@HINAWA_1_3_0 1.3.1
+ hinawa_fw_resp_release@HINAWA_1_4_0 1.4.0
+ hinawa_fw_resp_reserve@HINAWA_4_0_0 4.0.0
+ hinawa_fw_resp_reserve_within_region@HINAWA_4_0_0 4.0.0
+ hinawa_fw_resp_set_resp_frame@HINAWA_2_0_0 2.0.0
+ hinawa_fw_tcode_get_type@HINAWA_1_0_0 1.0.0
signature.asc
Description: PGP signature
--- End Message ---