Bug#640567: ca-certificates: Remove Staat_der_Nederlanden_Root_CA certificates
Package: ca-certificates Version: 20110502+nmu1 Severity: grave Tags: security Justification: user security hole -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ca-certificates still ships the following two certificates that are being removed from Mozilla following the DigiNotar debacle: Staat_der_Nederlanden_Root_CA.crt Staat_der_Nederlanden_Root_CA_-_G2.crt ref: https://bugzilla.mozilla.org/show_bug.cgi?id=683449 - -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (550, 'stable-updates'), (550, 'stable'), (540, 'testing'), (530, 'unstable'), (520, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ca-certificates depends on: ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy ii openssl 1.0.0d-3 Secure Socket Layer (SSL) binary a ca-certificates recommends no packages. ca-certificates suggests no packages. - -- debconf information excluded -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk5lGb8ACgkQshl/216gEHjvYACfdJQ4ZhhC1DTymMRQtUMsdu56 ChIAmwQGImXTKbGbG0aa9Q7UaHTrzuuH =P52f -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110905184941.20122.26051.reportbug@wintermute
Bug#442416: libmxml1: Cannot load zynaddsubfx's data files
retitle 442416 libmxml1: Cannot load zynaddsubfx's XML files thanks Some more information for the mxml maintainer, mxml 2.3 does not seem to be able to load the XML files used to store zynaddsubfx's presets. $ zcat /usr/share/zynaddsubfx/banks/Arpeggios/0001-Arpeggio1.xiz | xmllint - > /dev/null; echo $? 0 To reproduce: 1. run zynaddsubfx 2. choose the Instrument -> Show Instrument Bank menu item 3. Click the white box at the top of the window 4. Choose Arpeggios in the menu that appears 5. Observe the messages in the console consisting of "mxml: Missing close tag under parent !" several times 6. Click the first item, "Arpeggio1" 7. Observe the message in the console "mxml: Missing close tag under parent !" mxml 2.2 was able to load the data files without a problem. -- Sam Morris http://robots.org.uk/ PGP key id 1024D/5EA01078 3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078 signature.asc Description: This is a digitally signed message part
Bug#392985: bcm5700-source: Bizarre use of dh_builddeb destdir causes build failure
Package: bcm5700-source Version: 8.2.18-2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 $ fakeroot debian/rules binary-modules KSRC=/lib/modules/2.6.17-2-k7/build KVERS=$(uname -r) ... dh_builddeb --destdir=/lib/modules/2.6.17-2-k7/build/.. dpkg-deb: building package `bcm5700-module-2.6.17-2-k7' in `/lib/modules/2.6.17-2-k7/build/../bcm5700-module-2.6.17-2-k7_8.2.18-2_i386.deb'. dpkg-deb: unable to create `/lib/modules/2.6.17-2-k7/build/../bcm5700-module-2.6.17-2-k7_8.2.18-2_i386.deb': Permission denied dh_builddeb: command returned error code 512 make: *** [binary-modules] Error 1 Removing the --destdir argument to dh_builddep causes it to (correctly) build the module package in the parent directory. - -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages bcm5700-source depends on: ii module-assistant 0.10.6 tool to make module package creati Versions of packages bcm5700-source recommends: ii debconf-utils 1.5.5 debconf utilities ii debhelper 5.0.37.3 helper programs for debian/rules ii dpkg-dev 1.13.22package building tools for Debian ii kernel-package10.062 A utility for building Linux kerne - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFMPbishl/216gEHgRAi6aAKCVVcJXthDlIsEQrDXAlEkT3mNEAQCgxQpc 68dNtfn6Ui+t5VO4sIfKEx4= =p8Mg -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#908047: Respect DEB_BUILD_OPTIONS='noopt nostrip'
Package: swish++ Version: 6.1.5-5 Severity: normal Tags: patch The following changes cause the build to respect DEB_BUILD_OPTIONS='noopt nostrip'. diff -Nru swish++-6.1.5/debian/rules swish++-6.1.5/debian/rules --- swish++-6.1.5/debian/rules 2017-08-12 05:07:33.0 +0100 +++ swish++-6.1.5/debian/rules 2018-09-05 13:51:23.0 +0100 @@ -13,12 +13,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# These are probably irrelevant since the source is g++ -CFLAGS = -g -Wall +OPTIM := -g -Wall ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -CFLAGS += -O0 +OPTIM += -O0 else -CFLAGS += -O2 +OPTIM += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) install_program += -s @@ -43,7 +42,7 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - $(MAKE) + $(MAKE) "OPTIM=$(OPTIM)" touch build-stamp clean: unpatch -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (540, 'stable-updates'), (540, 'stable'), (520, 'testing'), (510, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 4.9.0-6-686-pae (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages swish++ depends on: ii libc6 2.24-11+deb9u3 ii libstdc++6 6.3.0-18+deb9u1 ii perl5.24.1-3+deb9u4 ii zlib1g 1:1.2.8.dfsg-5 swish++ recommends no packages. Versions of packages swish++ suggests: pn antiword pn xpdf-utils
Bug#716238: [Mayhem] Bug report on swish++: search++ crashes with exit status 139
Package: swish++ Version: 6.1.5-4 Followup-For: Bug #716238 (gdb) bt #0 0x55b262658592 in index_segment::set_index_file(PJL::mmap_file const&, index_segment::segment_id) (this=0x55b262690c60 , file=..., id=index_segment::isi_stop_word) at index_segment.c:58 #1 0x55b26266b4e1 in main(int, char**) (argc=1, argv=0x7ffc958b7340) at search.c:296 (gdb) info locals i = 1 c = 0xa0a89246e06ca10 p = 0xa0a89246e06ca10 Crash occurs in this code: 51 { 52 register mmap_file::const_iterator c = begin_ = file.begin(); 53 register size_type const *p = reinterpret_cast( c ); 54 num_entries_ = p[ 0 ]; 55 for ( int i = id; i > 0; --i ) { 56 c += sizeof( num_entries_ ) + num_entries_ * sizeof( off_t ); 57 p = reinterpret_cast( c ); 58 num_entries_ = p[ 0 ]; // <-- here 59 } 60 offset_ = reinterpret_cast( &p[ 1 ] ); 61 } 62 /* vim:set et sw=4 ts=4: */ -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (540, 'stable-updates'), (540, 'stable'), (520, 'testing'), (510, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 4.9.0-6-686-pae (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages swish++ depends on: ii libc6 2.24-11+deb9u3 ii libstdc++6 6.3.0-18+deb9u1 ii perl5.24.1-3+deb9u4 ii zlib1g 1:1.2.8.dfsg-5 swish++ recommends no packages. Versions of packages swish++ suggests: pn antiword pn xpdf-utils
Bug#803342: swish++ crash: the patch works
Package: swish++ Version: 6.1.5-4 Followup-For: Bug #803342 Just to be explicit: I've tested the patch and it fixes the segfault in dhelp's weekly cron job. -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (540, 'stable-updates'), (540, 'stable'), (520, 'testing'), (510, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 4.9.0-6-686-pae (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages swish++ depends on: ii libc6 2.24-11+deb9u3 ii libstdc++6 6.3.0-18+deb9u1 ii perl5.24.1-3+deb9u4 ii zlib1g 1:1.2.8.dfsg-5 swish++ recommends no packages. Versions of packages swish++ suggests: pn antiword pn xpdf-utils