Your message dated Mon, 16 Mar 2020 17:49:46 +0000
with message-id <[email protected]>
and subject line Bug#953905: fixed in stress-ng 0.11.03-1
has caused the Debian Bug report #953905,
regarding stress-ng: Build-Depends on unused libattr1-dev
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.)
--
953905: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953905
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: stress-ng
Source-Version: 0.11.02-1
Severity: minor
Hi!
This package used to use libattr for its xattr support, but got
switched to use the native support from glibc, but the Build-Depends
got left behind.
Thanks,
Guillem
--- End Message ---
--- Begin Message ---
Source: stress-ng
Source-Version: 0.11.03-1
Done: Colin King <[email protected]>
We believe that the bug you reported is fixed in the latest version of
stress-ng, 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.
Colin King <[email protected]> (supplier of updated stress-ng 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: SHA256
Format: 1.8
Date: Mon, 16 Mar 2020 16:40:22 +0000
Source: stress-ng
Architecture: source
Version: 0.11.03-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King <[email protected]>
Changed-By: Colin King <[email protected]>
Closes: 953905
Changes:
stress-ng (0.11.03-1) unstable; urgency=medium
.
* Makefile: bump version
* core-try-open: break up assignment and check into two statements
* stress-softlockup: reduce scope of old_nice_val
* stress-softlockup: remove redundant assignment to old_nice_val
* stress-cpu: workaround a cppcheck warning
* stress-cpu: replace pointer casting with union type
* stress-cpu: exercise struct element u32
* stress-cpu: fix incorrect assignment
* stress-cpu: fix type on assignment of i64
* stress-cpu: reduce scope of some integer variables in a for-loop
* stress-cpu: reduce scope of variables in a for-loop
* stress-binderfs: move declaration of variable i into #if block
* stress-binderfs: move label close_control to clear up warning
* stress-binderfs: reduce scope of ret and t2 variables
* stress-netlink-task.c: ensure pointer is const
* stress-pthread: add build time check for pthread_attr_setstack
* stress-pthread: define PTHREAD_STACK_MIN if it is not defined
* stress-mmapfork: make stress_memory_is_not_zero a conditional build
* snapcraft: add base info and remove need for libxattr1
* Debian: control: remove need for libxattr1 (Closes: #953905)
* stress-ng.h: add more comments
* stress-mmapfork: add madvise MADV_WIPEONFORK sanity check
* stress-dentry: exercise with utime setting
* Add intconversion cpu stressor method
* Fix _ARCH macros not being used because of bad rename
* Add a floatconversion cpu stressor method
* stress-cpu: add long double sqrt to the sqrt stress method
* Remove trailing tabs, minor tidy up
* Remove trailing spaces, minor tidy up
* core-parse-opts: fix a cppcheck warning, cast values to long and
use %ld
* stress-enosys: add x86 syscall calls
* stress-ng.h: clean up some overly long function prototypes
* Rename all get_{int|uint}* helpers to stress_{int|uint}*
* core-parse-opts: add stress_ prefix to ensure helper functions
* core-affinity: add stress_ prefix to helper functions
* core-parse-opts: add stress_ prefix before check_* helper functions
* Rename set_max_limits to stress_set_max_limits
* Rename log_system_mem_info to stress_log_system_mem_info
* stress-sleep: remove alternative stack
* stress-procfs: remove alternative stack
* stress-memthrash: remove unused label 'die'
* stress-sysfs: remove alternative stack
* stress-memthrash: remove alternative stack
* stress-membarrier: remove alternative stack
* stress-mcontend: remove alternative stack
* stress-inode-flags: remove alternative stack
* stress-fstat: remove alternative stack
* stress-pthread: mmap each pthread's stack and improve failure checking
* stress-dev: remove alternative stack
* stress-pthread: remove alternative stack
* core-parse-opts: cast *ptr to int to avoid clang 3.4 warning
* stress-madvise: add FreeBSD madvise options
* stress-mmap: add some FreeBSD mmap options
* core-shim: fix braino on pointer declaration
* core-shim: add unconstify helper for mlock on older sun systems
* Fix PRAGMA_* macros that are missing STRESS_ prefix
* Macros: put all values in ( )
* Add STRESS_ to PRAGMA macros
* Rename warn_once to stress_warn_once
* Rename align_stack to stress_align_stack
* stress-cpu: remove tabs to keep continutation markers aligned
* Rename MWC_ macros to STRESS_MWC_
* Rename arch macros, add _ARCH to signify they are architecture specific
settings
* Add SHIM_ prefix to ICACHE and DCACHE macros
* core-time: rename timeval_to_double to stress_timeval_to_double and
un-inline it
* core-setting: stress_ prefix before settings helper functions
* put*: add stress_ prefix before put* helper functions
* mwc: add stress_ prefix before mwc random number helper functions
* jobs: add stress_ prefix before job helper functions
* cache: add stress_ prefix before cache helper functions
* Rename args_t to stress_args_t
* Rename opt_set_func_t to stress_opt_set_func_t
* Rename help_t to stress_help_t
* Rename pthread_args_t to stress_pthread_args_t
* Rename cpus_t to stress_cpus_t
* Rename cpu_t to stress_cpu_t
* Rename cpu_cache_t to stress_cpu_cache_t
* Rename cache_t to stress_cache_t
* Rename scale_t to stress_scale_t
* Rename shared_t to stress_shared_t
* Rename proc_stats_t to stress_proc_stats_t
* Fix typedef / struct type warning on proc_info
* Rename tz_stat_t to stress_tz_stat_t
* Rename tz_info_t to stress_tz_info_t
* Rename proc_info_t to stress_proc_info_t
* Rename mwc_t to stress_mwc_t
* Rename put_val_t to stress_put_val_t
* Rename setting_t to stress_setting_t
* Rename perf_stat_t to stress_perf_stat_t
* Rename class_info_t and class_t
* Rename type_id_t to stress_type_id_t to avoid future name clashes
* stress-mmap: add two OpenBSD mmap options
* voidify return from munmap()
* Rename helper mfence to shim_mfence
* Rename helper shim cflush to shim_cflush
* stress-binderfs: fix typo in non-linux build
* stress-binderfs: add binder file system stressor
* stress-vecmath: use macros to simplify vector initialization
Checksums-Sha1:
f1cff37cccfdc7683877bb1af1597c74fb5ae849 2249 stress-ng_0.11.03-1.dsc
6a0e6a873de328460def13abecd0b26acdfba852 424740 stress-ng_0.11.03.orig.tar.xz
39fbdcd0182e14f19dfa99cbfb425f6b70508eca 83000
stress-ng_0.11.03-1.debian.tar.xz
23e7cfb1cc3433f586b972a825be09264cb7e1a2 7258
stress-ng_0.11.03-1_source.buildinfo
Checksums-Sha256:
5d36f69fa4f2156483e4d82b351563d86e6ce839a22b5bdb8d56da3dbb1baa8c 2249
stress-ng_0.11.03-1.dsc
3c6d0e8077f5d55251e247cc761eaec527413fba4aa89a02856b432dfb5e9443 424740
stress-ng_0.11.03.orig.tar.xz
83ae13ed6e6479074bec549b96dad3c0b975140a27b7e80190f2a52e1dfa2bb5 83000
stress-ng_0.11.03-1.debian.tar.xz
dfa4c53fe0daaea6bdc007b4d49446af631a7698f6d8f575951685e181f5acb7 7258
stress-ng_0.11.03-1_source.buildinfo
Files:
226157021f2419bbcd1b5b99bd3a834e 2249 devel optional stress-ng_0.11.03-1.dsc
322b5aea890343b556922e40c58ee016 424740 devel optional
stress-ng_0.11.03.orig.tar.xz
26a9c763b04a87f3f8b8a87cad9577e3 83000 devel optional
stress-ng_0.11.03-1.debian.tar.xz
a049f1e0907fc9aca1056aae2e60734a 7258 devel optional
stress-ng_0.11.03-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAl5vrj4ACgkQaMKH38ao
AiZHJw/+If7TAS5WJQVPAv2TaFVT4nyOt1iw6fe+/qwU78u5uH8GxpI1wprCtWFO
AHV5JTsgVxu1gROE/eTNCkh0vMSbFO3slL9yR9Zxvq1GQttzdBSgwmBdk27p8e+4
Mf1DMqHPqKTvu0Ps/YKdxpDMpSP3wmlwuuIB0M4qhqy/NpWnw+c1OZrsckYfQGsh
HI7OA3LhhfRZTTyxhXYmuOAgTMgE9lAnBtBCHeaXe+juAgyvCs0GXUUk5TJsYDJi
vQuqk9sHs3Mo3L6ZYeAOsiFq17Zv10EEC4hLjMUBSoRCoSd+IyduJb1jH068JG79
132t2Fpq2WXaDS+XZJIn0x8jYD3T+GXAKaBP11+neXT7MSAzZZIAwdP0OVzBgGlp
v9LveWQMdAhxyQaQX8s4PVMVPM8/TQiPT8NpBotLfO/ZIX/MhJxynBsAJf70vjuf
ByB5QhutXjVofAVFcnRMZKlb232ibW4S4DOqxGAIDVX/iaMScVARzokOS7rKxTu3
EYQYJtiW/HKe/tluBiv1onyCHsQE9iLeTnFzu2rJ/xO8eW26Jv0EdPC1emvy/AgF
PXr3YbHKHksrV0Z4gECiEFGOF/MlsN+XbpOuulU+C7LZyzH1N+0WCHDcpeidmAyG
3BlteZpPmQEkLKYk/CyGlC2OA9EOuWmq+9Mr2FVRuWjfuLavbmQ=
=XUb9
-----END PGP SIGNATURE-----
--- End Message ---