Your message dated Wed, 28 Feb 2024 06:29:50 +0000
with message-id <[email protected]>
and subject line Bug#1062035: fixed in c-vtapi 0.0~git20230329.226eda8-1.1
has caused the Debian Bug report #1062035,
regarding c-vtapi: 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.)


-- 
1062035: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062035
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: c-vtapi
Version: 0.0~git20230329.226eda8-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

Dear maintainer,

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
c-vtapi as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or 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 c-vtapi
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru c-vtapi-0.0~git20230329.226eda8/debian/changelog 
c-vtapi-0.0~git20230329.226eda8/debian/changelog
--- c-vtapi-0.0~git20230329.226eda8/debian/changelog    2023-07-25 
15:20:21.000000000 +0000
+++ c-vtapi-0.0~git20230329.226eda8/debian/changelog    2024-01-31 
03:17:58.000000000 +0000
@@ -1,3 +1,10 @@
+c-vtapi (0.0~git20230329.226eda8-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 03:17:58 +0000
+
 c-vtapi (0.0~git20230329.226eda8-1) unstable; urgency=medium
 
   * New upstream version 0.0~git20230329.226eda8.
diff -Nru c-vtapi-0.0~git20230329.226eda8/debian/control 
c-vtapi-0.0~git20230329.226eda8/debian/control
--- c-vtapi-0.0~git20230329.226eda8/debian/control      2023-07-25 
15:19:24.000000000 +0000
+++ c-vtapi-0.0~git20230329.226eda8/debian/control      2024-01-31 
03:17:58.000000000 +0000
@@ -16,7 +16,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libcvtapi1 (= ${binary:Version}),
+Depends: libcvtapi1t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: VirusTotal C API library (development)
  This package provides the official implementation of the
@@ -29,7 +29,10 @@
  This package contains the files needed to compile and link
  programs which use this library.
 
-Package: libcvtapi1
+Package: libcvtapi1t64
+Provides: ${t64:Provides}
+Replaces: libcvtapi1
+Breaks: libcvtapi1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
diff -Nru c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.install 
c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.install
--- c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.install   2023-07-25 
15:19:24.000000000 +0000
+++ c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.symbols 
c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.symbols
--- c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.symbols   2023-07-25 
15:19:24.000000000 +0000
+++ c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1.symbols   1970-01-01 
00:00:00.000000000 +0000
@@ -1,120 +0,0 @@
-libcvtapi.so.1 libcvtapi1 #MINVER#
-* Build-Depends-Package: libcvtapi-dev
- VtApiPage_alloc@Base 0.0~git20210831.b30f7ad
- VtApiPage_constructor@Base 0.0~git20210831.b30f7ad
- VtApiPage_destructor@Base 0.0~git20210831.b30f7ad
- VtApiPage_get@Base 0.0~git20210831.b30f7ad
- VtApiPage_new@Base 0.0~git20210831.b30f7ad
- VtApiPage_put@Base 0.0~git20210831.b30f7ad
- VtApiPage_resetBuffer@Base 0.0~git20210831.b30f7ad
- VtApiPage_setApiKey@Base 0.0~git20210831.b30f7ad
- VtComments_add@Base 0.0~git20210831.b30f7ad
- VtComments_constructor@Base 0.0~git20210831.b30f7ad
- VtComments_destructor@Base 0.0~git20210831.b30f7ad
- VtComments_get@Base 0.0~git20210831.b30f7ad
- VtComments_getResponse@Base 0.0~git20210831.b30f7ad
- VtComments_new@Base 0.0~git20210831.b30f7ad
- VtComments_put@Base 0.0~git20210831.b30f7ad
- VtComments_retrieve@Base 0.0~git20210831.b30f7ad
- VtComments_setApiKey@Base 0.0~git20210831.b30f7ad
- VtComments_setBefore@Base 0.0~git20210831.b30f7ad
- VtComments_setResource@Base 0.0~git20210831.b30f7ad
- VtDebug_setDebugLevel@Base 0.0~git20210831.b30f7ad
- VtDomain_constructor@Base 0.0~git20210831.b30f7ad
- VtDomain_destructor@Base 0.0~git20210831.b30f7ad
- VtDomain_get@Base 0.0~git20210831.b30f7ad
- VtDomain_getResponse@Base 0.0~git20210831.b30f7ad
- VtDomain_new@Base 0.0~git20210831.b30f7ad
- VtDomain_put@Base 0.0~git20210831.b30f7ad
- VtDomain_report@Base 0.0~git20210831.b30f7ad
- VtDomain_setApiKey@Base 0.0~git20210831.b30f7ad
- VtFileDist_constructor@Base 0.0~git20210831.b30f7ad
- VtFileDist_destructor@Base 0.0~git20210831.b30f7ad
- VtFileDist_get@Base 0.0~git20210831.b30f7ad
- VtFileDist_getDistribution@Base 0.0~git20210831.b30f7ad
- VtFileDist_getResponse@Base 0.0~git20210831.b30f7ad
- VtFileDist_new@Base 0.0~git20210831.b30f7ad
- VtFileDist_parse@Base 0.0~git20210831.b30f7ad
- VtFileDist_process@Base 0.0~git20210831.b30f7ad
- VtFileDist_put@Base 0.0~git20210831.b30f7ad
- VtFileDist_setAfter@Base 0.0~git20210831.b30f7ad
- VtFileDist_setApiKey@Base 0.0~git20210831.b30f7ad
- VtFileDist_setBefore@Base 0.0~git20210831.b30f7ad
- VtFileDist_setLimit@Base 0.0~git20210831.b30f7ad
- VtFileDist_setReports@Base 0.0~git20210831.b30f7ad
- VtFile_cancelOperation@Base 0.0~git20210831.b30f7ad
- VtFile_clusters@Base 0.0~git20210831.b30f7ad
- VtFile_constructor@Base 0.0~git20210831.b30f7ad
- VtFile_destructor@Base 0.0~git20210831.b30f7ad
- VtFile_download@Base 0.0~git20210831.b30f7ad
- VtFile_downloadToFile@Base 0.0~git20210831.b30f7ad
- VtFile_get@Base 0.0~git20210831.b30f7ad
- VtFile_getProgress@Base 0.0~git20210831.b30f7ad
- VtFile_getResponse@Base 0.0~git20210831.b30f7ad
- VtFile_new@Base 0.0~git20210831.b30f7ad
- VtFile_put@Base 0.0~git20210831.b30f7ad
- VtFile_report@Base 0.0~git20210831.b30f7ad
- VtFile_rescanDelete@Base 0.0~git20210831.b30f7ad
- VtFile_rescanHash@Base 0.0~git20210831.b30f7ad
- VtFile_scan@Base 0.0~git20210831.b30f7ad
- VtFile_scanBigFile@Base 0.0~git20210831.b30f7ad
- VtFile_scanMemBuf@Base 0.0~git20210831.b30f7ad
- VtFile_search@Base 0.0~git20210831.b30f7ad
- VtFile_setApiKey@Base 0.0~git20210831.b30f7ad
- VtFile_setOffset@Base 0.0~git20210831.b30f7ad
- VtFile_setProgressCallback@Base 0.0~git20210831.b30f7ad
- VtFile_uploadUrl@Base 0.0~git20210831.b30f7ad
- VtIpAddr_constructor@Base 0.0~git20210831.b30f7ad
- VtIpAddr_destructor@Base 0.0~git20210831.b30f7ad
- VtIpAddr_get@Base 0.0~git20210831.b30f7ad
- VtIpAddr_getResponse@Base 0.0~git20210831.b30f7ad
- VtIpAddr_new@Base 0.0~git20210831.b30f7ad
- VtIpAddr_put@Base 0.0~git20210831.b30f7ad
- VtIpAddr_report@Base 0.0~git20210831.b30f7ad
- VtIpAddr_setApiKey@Base 0.0~git20210831.b30f7ad
- VtObject_alloc@Base 0.0~git20210831.b30f7ad
- VtObject_free@Base 0.0~git20210831.b30f7ad
- VtObject_get@Base 0.0~git20210831.b30f7ad
- VtObject_put@Base 0.0~git20210831.b30f7ad
- VtObject_register@Base 0.0~git20210831.b30f7ad
- VtObject_shared@Base 0.0~git20210831.b30f7ad
- VtObject_toJSON@Base 0.0~git20210831.b30f7ad
- VtObject_toJSONstr@Base 0.0~git20210831.b30f7ad
- VtResponse_constructor@Base 0.0~git20210831.b30f7ad
- VtResponse_destructor@Base 0.0~git20210831.b30f7ad
- VtResponse_fromJSONstr@Base 0.0~git20210831.b30f7ad
- VtResponse_get@Base 0.0~git20210831.b30f7ad
- VtResponse_getIntValue@Base 0.0~git20210831.b30f7ad
- VtResponse_getJanssonObj@Base 0.0~git20210831.b30f7ad
- VtResponse_getResponseCode@Base 0.0~git20210831.b30f7ad
- VtResponse_getString@Base 0.0~git20210831.b30f7ad
- VtResponse_getVerboseMsg@Base 0.0~git20210831.b30f7ad
- VtResponse_new@Base 0.0~git20210831.b30f7ad
- VtResponse_put@Base 0.0~git20210831.b30f7ad
- VtResponse_toJSONstr@Base 0.0~git20210831.b30f7ad
- VtUrlDist_constructor@Base 0.0~git20210831.b30f7ad
- VtUrlDist_destructor@Base 0.0~git20210831.b30f7ad
- VtUrlDist_get@Base 0.0~git20210831.b30f7ad
- VtUrlDist_getDistribution@Base 0.0~git20210831.b30f7ad
- VtUrlDist_getResponse@Base 0.0~git20210831.b30f7ad
- VtUrlDist_new@Base 0.0~git20210831.b30f7ad
- VtUrlDist_parse@Base 0.0~git20210831.b30f7ad
- VtUrlDist_process@Base 0.0~git20210831.b30f7ad
- VtUrlDist_put@Base 0.0~git20210831.b30f7ad
- VtUrlDist_setAfter@Base 0.0~git20210831.b30f7ad
- VtUrlDist_setAllInfo@Base 0.0~git20210831.b30f7ad
- VtUrlDist_setApiKey@Base 0.0~git20210831.b30f7ad
- VtUrlDist_setBefore@Base 0.0~git20210831.b30f7ad
- VtUrlDist_setLimit@Base 0.0~git20210831.b30f7ad
- VtUrl_constructor@Base 0.0~git20210831.b30f7ad
- VtUrl_destructor@Base 0.0~git20210831.b30f7ad
- VtUrl_get@Base 0.0~git20210831.b30f7ad
- VtUrl_getResponse@Base 0.0~git20210831.b30f7ad
- VtUrl_new@Base 0.0~git20210831.b30f7ad
- VtUrl_put@Base 0.0~git20210831.b30f7ad
- VtUrl_report@Base 0.0~git20210831.b30f7ad
- VtUrl_scan@Base 0.0~git20210831.b30f7ad
- VtUrl_setApiKey@Base 0.0~git20210831.b30f7ad
- __VtApiPage_WriteCb@Base 0.0~git20210831.b30f7ad
- debug_level@Base 0.0~git20210831.b30f7ad
- obj_types_list@Base 0.0~git20210831.b30f7ad
diff -Nru c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.install 
c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.install
--- c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.install        
1970-01-01 00:00:00.000000000 +0000
+++ c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.install        
2023-07-25 15:19:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru 
c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.lintian-overrides 
c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.lintian-overrides
--- c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.lintian-overrides      
2024-01-31 03:17:58.000000000 +0000
@@ -0,0 +1 @@
+libcvtapi1t64: package-name-doesnt-match-sonames libcvtapi1
diff -Nru c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.symbols 
c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.symbols
--- c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.symbols        
1970-01-01 00:00:00.000000000 +0000
+++ c-vtapi-0.0~git20230329.226eda8/debian/libcvtapi1t64.symbols        
2024-01-31 03:17:58.000000000 +0000
@@ -0,0 +1,120 @@
+libcvtapi.so.1 libcvtapi1t64 #MINVER#
+* Build-Depends-Package: libcvtapi-dev
+ VtApiPage_alloc@Base 0.0~git20210831.b30f7ad
+ VtApiPage_constructor@Base 0.0~git20210831.b30f7ad
+ VtApiPage_destructor@Base 0.0~git20210831.b30f7ad
+ VtApiPage_get@Base 0.0~git20210831.b30f7ad
+ VtApiPage_new@Base 0.0~git20210831.b30f7ad
+ VtApiPage_put@Base 0.0~git20210831.b30f7ad
+ VtApiPage_resetBuffer@Base 0.0~git20210831.b30f7ad
+ VtApiPage_setApiKey@Base 0.0~git20210831.b30f7ad
+ VtComments_add@Base 0.0~git20210831.b30f7ad
+ VtComments_constructor@Base 0.0~git20210831.b30f7ad
+ VtComments_destructor@Base 0.0~git20210831.b30f7ad
+ VtComments_get@Base 0.0~git20210831.b30f7ad
+ VtComments_getResponse@Base 0.0~git20210831.b30f7ad
+ VtComments_new@Base 0.0~git20210831.b30f7ad
+ VtComments_put@Base 0.0~git20210831.b30f7ad
+ VtComments_retrieve@Base 0.0~git20210831.b30f7ad
+ VtComments_setApiKey@Base 0.0~git20210831.b30f7ad
+ VtComments_setBefore@Base 0.0~git20210831.b30f7ad
+ VtComments_setResource@Base 0.0~git20210831.b30f7ad
+ VtDebug_setDebugLevel@Base 0.0~git20210831.b30f7ad
+ VtDomain_constructor@Base 0.0~git20210831.b30f7ad
+ VtDomain_destructor@Base 0.0~git20210831.b30f7ad
+ VtDomain_get@Base 0.0~git20210831.b30f7ad
+ VtDomain_getResponse@Base 0.0~git20210831.b30f7ad
+ VtDomain_new@Base 0.0~git20210831.b30f7ad
+ VtDomain_put@Base 0.0~git20210831.b30f7ad
+ VtDomain_report@Base 0.0~git20210831.b30f7ad
+ VtDomain_setApiKey@Base 0.0~git20210831.b30f7ad
+ VtFileDist_constructor@Base 0.0~git20210831.b30f7ad
+ VtFileDist_destructor@Base 0.0~git20210831.b30f7ad
+ VtFileDist_get@Base 0.0~git20210831.b30f7ad
+ VtFileDist_getDistribution@Base 0.0~git20210831.b30f7ad
+ VtFileDist_getResponse@Base 0.0~git20210831.b30f7ad
+ VtFileDist_new@Base 0.0~git20210831.b30f7ad
+ VtFileDist_parse@Base 0.0~git20210831.b30f7ad
+ VtFileDist_process@Base 0.0~git20210831.b30f7ad
+ VtFileDist_put@Base 0.0~git20210831.b30f7ad
+ VtFileDist_setAfter@Base 0.0~git20210831.b30f7ad
+ VtFileDist_setApiKey@Base 0.0~git20210831.b30f7ad
+ VtFileDist_setBefore@Base 0.0~git20210831.b30f7ad
+ VtFileDist_setLimit@Base 0.0~git20210831.b30f7ad
+ VtFileDist_setReports@Base 0.0~git20210831.b30f7ad
+ VtFile_cancelOperation@Base 0.0~git20210831.b30f7ad
+ VtFile_clusters@Base 0.0~git20210831.b30f7ad
+ VtFile_constructor@Base 0.0~git20210831.b30f7ad
+ VtFile_destructor@Base 0.0~git20210831.b30f7ad
+ VtFile_download@Base 0.0~git20210831.b30f7ad
+ VtFile_downloadToFile@Base 0.0~git20210831.b30f7ad
+ VtFile_get@Base 0.0~git20210831.b30f7ad
+ VtFile_getProgress@Base 0.0~git20210831.b30f7ad
+ VtFile_getResponse@Base 0.0~git20210831.b30f7ad
+ VtFile_new@Base 0.0~git20210831.b30f7ad
+ VtFile_put@Base 0.0~git20210831.b30f7ad
+ VtFile_report@Base 0.0~git20210831.b30f7ad
+ VtFile_rescanDelete@Base 0.0~git20210831.b30f7ad
+ VtFile_rescanHash@Base 0.0~git20210831.b30f7ad
+ VtFile_scan@Base 0.0~git20210831.b30f7ad
+ VtFile_scanBigFile@Base 0.0~git20210831.b30f7ad
+ VtFile_scanMemBuf@Base 0.0~git20210831.b30f7ad
+ VtFile_search@Base 0.0~git20210831.b30f7ad
+ VtFile_setApiKey@Base 0.0~git20210831.b30f7ad
+ VtFile_setOffset@Base 0.0~git20210831.b30f7ad
+ VtFile_setProgressCallback@Base 0.0~git20210831.b30f7ad
+ VtFile_uploadUrl@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_constructor@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_destructor@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_get@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_getResponse@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_new@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_put@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_report@Base 0.0~git20210831.b30f7ad
+ VtIpAddr_setApiKey@Base 0.0~git20210831.b30f7ad
+ VtObject_alloc@Base 0.0~git20210831.b30f7ad
+ VtObject_free@Base 0.0~git20210831.b30f7ad
+ VtObject_get@Base 0.0~git20210831.b30f7ad
+ VtObject_put@Base 0.0~git20210831.b30f7ad
+ VtObject_register@Base 0.0~git20210831.b30f7ad
+ VtObject_shared@Base 0.0~git20210831.b30f7ad
+ VtObject_toJSON@Base 0.0~git20210831.b30f7ad
+ VtObject_toJSONstr@Base 0.0~git20210831.b30f7ad
+ VtResponse_constructor@Base 0.0~git20210831.b30f7ad
+ VtResponse_destructor@Base 0.0~git20210831.b30f7ad
+ VtResponse_fromJSONstr@Base 0.0~git20210831.b30f7ad
+ VtResponse_get@Base 0.0~git20210831.b30f7ad
+ VtResponse_getIntValue@Base 0.0~git20210831.b30f7ad
+ VtResponse_getJanssonObj@Base 0.0~git20210831.b30f7ad
+ VtResponse_getResponseCode@Base 0.0~git20210831.b30f7ad
+ VtResponse_getString@Base 0.0~git20210831.b30f7ad
+ VtResponse_getVerboseMsg@Base 0.0~git20210831.b30f7ad
+ VtResponse_new@Base 0.0~git20210831.b30f7ad
+ VtResponse_put@Base 0.0~git20210831.b30f7ad
+ VtResponse_toJSONstr@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_constructor@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_destructor@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_get@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_getDistribution@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_getResponse@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_new@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_parse@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_process@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_put@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_setAfter@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_setAllInfo@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_setApiKey@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_setBefore@Base 0.0~git20210831.b30f7ad
+ VtUrlDist_setLimit@Base 0.0~git20210831.b30f7ad
+ VtUrl_constructor@Base 0.0~git20210831.b30f7ad
+ VtUrl_destructor@Base 0.0~git20210831.b30f7ad
+ VtUrl_get@Base 0.0~git20210831.b30f7ad
+ VtUrl_getResponse@Base 0.0~git20210831.b30f7ad
+ VtUrl_new@Base 0.0~git20210831.b30f7ad
+ VtUrl_put@Base 0.0~git20210831.b30f7ad
+ VtUrl_report@Base 0.0~git20210831.b30f7ad
+ VtUrl_scan@Base 0.0~git20210831.b30f7ad
+ VtUrl_setApiKey@Base 0.0~git20210831.b30f7ad
+ __VtApiPage_WriteCb@Base 0.0~git20210831.b30f7ad
+ debug_level@Base 0.0~git20210831.b30f7ad
+ obj_types_list@Base 0.0~git20210831.b30f7ad

--- End Message ---
--- Begin Message ---
Source: c-vtapi
Source-Version: 0.0~git20230329.226eda8-1.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
c-vtapi, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated c-vtapi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 05:35:03 +0000
Source: c-vtapi
Architecture: source
Version: 0.0~git20230329.226eda8-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062035
Changes:
 c-vtapi (0.0~git20230329.226eda8-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062035
Checksums-Sha1:
 097384bdba81506e687164a87723a2c2e95b041f 2215 
c-vtapi_0.0~git20230329.226eda8-1.1.dsc
 f9e94333be84b8984267be9924c4589c32a3af30 3288 
c-vtapi_0.0~git20230329.226eda8-1.1.debian.tar.xz
 4a71d4857cd7efacad32d95b9e7d4e95f034133f 7411 
c-vtapi_0.0~git20230329.226eda8-1.1_source.buildinfo
Checksums-Sha256:
 c06bc928e53293cc8f7e9d225b1a3f87f9ff377384ff6fee922cc789cd58cd48 2215 
c-vtapi_0.0~git20230329.226eda8-1.1.dsc
 38ea092f837ed0e51023a72f551e8853cb069ea92826f792207429a1b081f5f5 3288 
c-vtapi_0.0~git20230329.226eda8-1.1.debian.tar.xz
 d0da6ebfe8480ceb5e4287c433bfc6bebc5fedb70f6d703a972b0a6eb8b2fbea 7411 
c-vtapi_0.0~git20230329.226eda8-1.1_source.buildinfo
Files:
 247fc6fe4120db66d968aee131091df4 2215 libs optional 
c-vtapi_0.0~git20230329.226eda8-1.1.dsc
 cac1d2355103b390a68f7da9314d63f8 3288 libs optional 
c-vtapi_0.0~git20230329.226eda8-1.1.debian.tar.xz
 2025b5e32e560856ca7d80f3b9876b0a 7411 libs optional 
c-vtapi_0.0~git20230329.226eda8-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXexhsSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9IakP/RJazhIQJFyaw3HRfIcFehowwhInGoVs
TNfH3M8m5bDmwX7Si7upXzpvCgGftfPWBeg5kYVY829gF9d+AzSPSsEFp5y2IJm+
5/1pxqQWr8guuZyQpBsAasF/EsYsCmUcr2FJUy3lce3g1HLysmHnWrx6NMO/yD41
wdzKABe9ibIUeORWcZfYHkEpIFPYt/AeTmqsKZgIFBxaNbW8YKdVqnduQhBqoetS
13P8///ok3xB26ve0JEqK2EgnuN8+0opldqurRZQSY60HBaa6T97ujjhXyzZCJoq
4YAmTo1HW5mYv2KuyDVrJB6BETZHB4Qn1gf+2v9uEMooj8pXQZc28tHaXgBEMwXJ
cPtSltBD6AcErTzd7fvwMBSv3Eu/8HJMm1UpVUEG4B2mEtVG5B/wqJLZyP4veMr5
7cw91o409pnG8X1C9aJwr9FwYXfRy/g/4pIE5dhJ57Y102etCAuDfoCtUvlED5Gb
+bVUipKIjYmQkoiiYetd66GQmlgfNuCc/9yXEvm8mQhtGRxCd0LX3vwgj+BOgBEp
XG5rHrNAk/RZmwGmcedpKE0XWr68YKvoajW2FMa6DZKYvwLTCQnFKFQBourT0uN4
Fgew7rc4ihpUUtPbDNtsz5FHDHFJm2x4ZlxzCb5h1LjrEbSqMpdnTpjn0ZhFmeMp
FgoJsJaRhEHM
=gVGy
-----END PGP SIGNATURE-----

Attachment: pgpPODMl1yUiS.pgp
Description: PGP signature


--- End Message ---

Reply via email to