Bug#1075083: ident2: ftbfs with GCC-14

2024-07-24 Thread Petter Reinholdtsen
sockaddr *), (int *)) == -1) { + if (getsockname (0, (struct sockaddr *), ) == -1) { if (errno == ENOTSOCK) return 0; /* must be a filedescriptor */ else { -- Happy hacking Petter Reinholdtsen

Bug#688452: Conflicting declarations of gl_in_hook

2024-07-20 Thread Petter Reinholdtsen
int (*gl_out_hook) () = 0; int (*gl_tab_hook) () = gl_tab; +#endif /* __STDC__ */ int echo = (1 == 1); -- Happy hacking Petter Reinholdtsen

Bug#782118: lifelines is not 64 bit clean

2024-07-14 Thread Petter Reinholdtsen
ems so far. -- Happy hacking Petter Reinholdtsen

Bug#743969: fl-cow: new upstream release 0.10

2024-07-13 Thread Petter Reinholdtsen
2 make: *** [debian/rules:7: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -ICVS -I.#* -I.cvsignore -I.bzr -I.svn -I.git failed -- Happy hacking Petter Reinholdtsen

Bug#743969: fl-cow: new upstream release 0.10

2024-07-10 Thread Petter Reinholdtsen
[Tobias Frost 2014-04-08] > Thanks for considering packaging the upstream release 0.10 I had a look for it, but could not find release 0.10 anywhere. Any idea where to find it? -- Happy hacking Petter Reinholdtsen

Bug#292193: xmacrorec took keyboard and mouse and didn't give them back

2024-07-10 Thread Petter Reinholdtsen
le KeyRelease event. 1 Skipping stale KeyRelease event. 0 xmacrorec: pointer and keyboard released. released % I had to press escape twice, once to register it as the exit keypress, and once to exit. No idea what went wrong when you tested it. -- Happy hacking Petter Reinholdtsen

Bug#711208: frame: FTBFS on non-Linux targets

2024-06-29 Thread Petter Reinholdtsen
D need to gain support for eventfd to fix this issue. -- Happy hacking Petter Reinholdtsen

Bug#1064495: sitecopy FTBFS: incompatible neon version

2024-06-28 Thread Petter Reinholdtsen
port neon 0.24 through 0.31 -+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 31 32]) ++# Support neon 0.24 through 0.33 ++NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 31 32 33]) dnl But we don't use zlib or ACL support NEON_WITHOUT_ZLIB -- Happy hacking Petter Reinholdtsen

Bug#715870: [Mayhem] Bug report on esekeyd: esekeyd crashes with exit status 139

2024-06-25 Thread Petter Reinholdtsen
Note, the requestor email address, alexandre (at) cmu.edu, is no longer working. -- Happy hacking Petter Reinholdtsen

Bug#715870: [Mayhem] Bug report on esekeyd: esekeyd crashes with exit status 139

2024-06-25 Thread Petter Reinholdtsen
to come up with a sensible error message, so take that part with a grain of salt. :) CC to upstream, see https://bugs.debian.org/715870 > for the original report. -- Happy hacking Petter Reinholdtsen

Bug#576520: cdbackup: CRC checks fail on DVD images

2024-06-15 Thread Petter Reinholdtsen
tes from a 4 byte space on 64 bit platforms. Rewrite to use int32_t to ensure only 4 bytes are used. Author: Petter Reinholdtsen Bug-Debian: https://bugs.debian.org/576520 Forwarded: no Last-Update: 2024-06-15 --- --- cdbackup-0.7.1.orig/cdbackup.c +++ cdbackup-0.7.1/cdbackup.c @@ -29,6 +29,7 @@

Bug#1038073: magicmaze: Indirectly depends on SDL 1.2

2024-06-12 Thread Petter Reinholdtsen
There is some input on the issue in https://github.com/kentdahl/magic_maze/issues/2 >. -- Happy hacking Petter Reinholdtsen

Bug#655768: poster: new upstream version available

2024-06-10 Thread Petter Reinholdtsen
nd? Just brushing up on this orphaned package and discovered that there is no upstream available any more. -- Happy hacking Petter Reinholdtsen

Bug#1038073: magicmaze: Indirectly depends on SDL 1.2

2024-06-07 Thread Petter Reinholdtsen
s to write such wrappers myself yet, but since they would be required for my favourite non-free game I would be willing to learn and give it a try. I'll cut-n-paste this dialog into the bts. :) -- Happy hacking Petter Reinholdtsen

Bug#699219: icon: New upstream version, git, 3.0 (quilt) format

2024-06-03 Thread Petter Reinholdtsen
phaned. -- Happy hacking Petter Reinholdtsen

Bug#191875: gqview + vdesk problem

2024-05-28 Thread Petter Reinholdtsen
The requestor Jay Hap-hang Yu no longer have a working email address. It bounces as unroutable. -- Happy hacking Petter Reinholdtsen

Bug#191875: gqview + vdesk problem

2024-05-28 Thread Petter Reinholdtsen
Is this still a problem? As this package now is orphaned in Debian, I suspect upstream would have to fix it, if you are able to reach them. -- Happy hacking Petter Reinholdtsen

Bug#819136: firmware-b43-installer: Desire packaging script

2024-05-26 Thread Petter Reinholdtsen
Just for the record, this package is now orphaned and in need of someone to adapt it. Perhaps it is the way to fix this issue? -- Happy hacking Petter Reinholdtsen

Bug#838157: firmware-b43-installer: Please announce supported hardware using AppStream

2024-05-26 Thread Petter Reinholdtsen
+++ b/debian/copyright @@ -21,6 +21,10 @@ Copyright: 2006-2010 Rene Engelhard © 2019-2020 Andreas Beckmann License: BSD-2-Clause +Files: debian/*.metainfo.xml +Copyright: 2024 Petter Reinholdtsen +License: MIT + Files: debian/cs.po Copyright: 2013 Michal Simunek License: BSD-2

Bug#841179: nslint bug: unknown RR types SSHFP and LOC

2024-05-20 Thread Petter Reinholdtsen
uot;) == 0) return (RR_NSEC); + if (strcasecmp(str, "LOC") == 0) + return (RR_LOC); + if (strcasecmp(str, "SSHFP") == 0) + return (RR_SSHFP); return (RR_UNDEF); } -- Happy hacking Petter Reinholdtsen

Bug#763500: nslint: Accept _ in TXT entries?

2024-05-20 Thread Petter Reinholdtsen
cp = host; if (!(isalpha(*cp) || isdigit(*cp) || (*cp == '_' && underok))) { Is it enough to allow it in TXT? -- Happy hacking Petter Reinholdtsen

Bug#841179: nslint bug: unknown RR types SSHFP and LOC

2024-05-20 Thread Petter Reinholdtsen
would be better than the current situation. Note, the package is currently orphaned in Debian and need a new maintainer. -- Happy hacking Petter Reinholdtsen

Bug#1030477: libx52pro0: New upstream release 0.3.0

2024-05-19 Thread Petter Reinholdtsen
re do not match the old one and I do not want to spend time figuring out that much. I'll leave such update to the one adopting the package. -- Happy hacking Petter Reinholdtsen

Bug#1038073: magicmaze: Indirectly depends on SDL 1.2

2024-05-18 Thread Petter Reinholdtsen
I tried to update to version 1.5.1, but am unsure how to test if it is using SDL 1.2 or 2. I fail to find a package ruby-sdl2 in Debian, which seem to be the key dependency controlling which version of SDL is used. -- Happy hacking Petter Reinholdtsen

Bug#1038073: magicmaze: Indirectly depends on SDL 1.2

2024-05-14 Thread Petter Reinholdtsen
upload the 1.5.0.0 version with less new features to get this updated version available in the archive. -- Happy hacking Petter Reinholdtsen

Bug#1071008: libx52pro0: installs udev rules twice to /usr and /

2024-05-12 Thread Petter Reinholdtsen
v in mind for the future when converting to simple 'dh' based builds. Note, the package is orphaned and its git repository is available from https://tracker.debian.org/pkg/x52pro >, so you can push the fix directly there. -- Happy hacking Petter Reinholdtsen

Bug#839601: do USSD, very very please

2024-05-12 Thread Petter Reinholdtsen
eed to adopt it and take over development. -- Happy hacking Petter Reinholdtsen

Bug#69117: fmtools: fm on and fm off dont turn the radio on and off

2024-05-09 Thread Petter Reinholdtsen
on you tested. -- Happy hacking Petter Reinholdtsen

Bug#981754: Interest in taking over the dkopp Debian package

2024-05-06 Thread Petter Reinholdtsen
m working to clean this up. If you want me to sponsor the upload, my sponsoring preferences are available from http://www.hungry.com/~pere/debian-sponsoring.html >. -- Happy hacking PEtter Reinholdtsen

Bug#1030231: hugs: toInteger (minBound :: Int) incorrect on 64bit

2024-05-03 Thread Petter Reinholdtsen
m project? -- Happy hacking Petter Reinholdtsen

Bug#1021470: xsok: reproducible-builds: build path embedded in /usr/games/xsok

2024-05-02 Thread Petter Reinholdtsen
can take a look at this orphaned package in https://salsa.debian.org/debian/xsok > and commit a fix that really solve the issue. I plan a new upload tomorrow to push the latest git changes into unstable. -- Happy hacking Petter Reinholdtsen

Bug#1049680: freedink-dfarc: Fails to build binary packages again after successful build

2024-05-01 Thread Petter Reinholdtsen
, and left it to someone with more time to spend on it. :) -- Happy hacking Petter Reinholdtsen

Bug#334773: kguitar crashes after startup if compiled with libtse3

2024-04-28 Thread Petter Reinholdtsen
ou, just ask! Perhaps you can try to run it using valgrind, to see where and why it crashes? The crash seem to be heap related. -- Happy hacking Petter Reinholdtsen

Bug#1056146: xsok possibly contains non-DFSG-free data files

2024-04-28 Thread Petter Reinholdtsen
box is licensed with the same license as the rest of xsok, ie with GPL version 2 or later at the receivers choice? -- Happy hacking Petter Reinholdtsen

Bug#528875: please add info-dir-section to your info files

2024-04-28 Thread Petter Reinholdtsen
[Norbert Preining 2009-05-16] > Can you please add an info dir entry to the texinfo files of your package > to fix these warnings. The package is now orphaned. A patch to add such entry would be most welcome. :) -- Happy hacking Petter Reinholdtsen

Bug#1031512: docbook-defguide: non-free GFDL-licensed files

2024-04-27 Thread Petter Reinholdtsen
e package is orphaned now, you can perhaps help out identifying them by creating a machine readable d/copyright file listing the problematic files? -- Happy hacking Petter Reinholdtsen >

Bug#810419: goldencheetah: please switch to libusb 1.0

2024-04-27 Thread Petter Reinholdtsen
An example demonstrating how such migration to libusb 1.0 can be done is found in https://sources.debian.org/src/t2n/0.7-1/debian/patches/1040-libusb1.patch/ >. -- Happy hacking Petter Reinholdtsen

Bug#901454: ctorrent: No bug being fixed, only new feature being proposed..

2024-04-26 Thread Petter Reinholdtsen
ge to get its packaging setup migrated to git, and will leave any further development to others. -- Happy hacking Petter Reinholdtsen

Bug#456533: Egbbprobe in toga 2

2024-04-25 Thread Petter Reinholdtsen
[2007-12-16] > I have asked Daniel to clear the license questions that I have, see below. Was any conclusion reached regarding the licensing of this library? -- Happy hacking Petter Reinholdtsen

Bug#464122: Forgot filename

2024-04-25 Thread Petter Reinholdtsen
ely I do not have any way to test if it work or not. Do you have some test files that can be used to demonstrate the problem? -- Happy hacking Petter Reinholdtsen

Bug#716290: [Mayhem] Bug report on perl-byacc: pbyacc crashes with exit status 139

2024-04-25 Thread Petter Reinholdtsen
Control: tags -1 + patch I believe the following patch fixes the problem, and it was just added to the Debian package uploaded to the archive. --- perl-byacc-2.0.orig/main.c +++ perl-byacc-2.0/main.c @@ -314,6 +314,12 @@ end_of_option:; if (language != PERL && perl5005flag)

Bug#264500: fmtools: fmscan patch to allow choice of threshold signal strength (attached)

2024-04-22 Thread Petter Reinholdtsen
n/bugreport.cgi?bug=264500 >. Not convinced that the old email address still work, but it is worth a try. :) -- Happy hacking Petter Reinholdtsen

Bug#1069633: Time to remove yasm from Debian?

2024-04-21 Thread Petter Reinholdtsen
it seem unlikely that this will change any time soon. Perhaps it is time to remove yasm from Debian and move all reverse build dependencies to use a different assembler? -- Happy hacking Petter Reinholdtsen

Bug#575781: Please resolve IPv6 gateway too

2024-04-15 Thread Petter Reinholdtsen
patch tag. -- Happy hacking Petter Reinholdtsen

Bug#762336: Please enable hardened build flags

2024-04-15 Thread Petter Reinholdtsen
=cmdline) INSTALL='install --strip-program=true' dh_auto_configure -- $(configureoptions) --disable-pgsql touch $@ configure-bwdpgsql: configure-bwdpgsql-stamp I do not dare to apply it without testing. -- Happy hacking Petter Reinholdtsen

Bug#981276: pexec FTCBFS: help2man

2024-04-14 Thread Petter Reinholdtsen
gt; if you want to update the package yourself. -- Happy hacking Petter Reinholdtsen

Bug#950194: newlib: __ieee754_lgamma_r writes signgam outside struct _reent when using nano.specs

2024-03-08 Thread Petter Reinholdtsen
after it, I believe it is better if you send this patch to the upstream project. -- Happy hacking Petter Reinholdtsen

Bug#1055812: nmu: sqlcipher_4.5.5-3

2023-11-11 Thread Petter Reinholdtsen
ed library changed from libsqlcipher0 to libsqlcipher1. This is related to https://release.debian.org/transitions/html/auto-sqlcipher.html >. My test builds of the reverse dependencies was successfull, so I expect a binary NMU is all that is needed. -- Happy hacking Petter Reinholdtsen

Bug#1017577: sqlcipher: new upstream version available

2023-11-09 Thread Petter Reinholdtsen
Salsa is updated with version 4.5.5, and an upload heading for experimental was just submitted for NEW processing due to the SONAME change. I forgot to close this issue, and suggest it is closed when the upload to unstable happen. -- Happy hacking Petter Reinholdtsen

Bug#1017577: sqlcipher: new upstream version available

2023-11-09 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > I have too little experience with maintaining a shared library to feel > comfortable to do this without further research. Perhaps you can > help? This is still the case. > Perhaps it should go to experimental, or is it better to just move > directly

Bug#1017577: sqlcipher: new upstream version available

2023-11-08 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > The sqlcipher package is now orphaned. Daniel, perhaps you can have a > look at updating it? I had a look, but discovered that the symbol set in the libsqlcipher0 package has change so much between version 3.4.1 and 4.5.5 that the build fail. I suspect this mean a

Bug#1017577: sqlcipher: new upstream version available

2023-11-08 Thread Petter Reinholdtsen
The sqlcipher package is now orphaned. Daniel, perhaps you can have a look at updating it? -- Happy hacking Petter Reinholdtsen

Bug#796871: dbtoepub: Incorrect index ordering for Norwegian (Bokmål and Nynorsk)

2023-11-05 Thread Petter Reinholdtsen
Just for the record, it would still be nice to get correct index sorting order. -- Happy hacking Petter Reinholdtsen

Bug#1014612: docbook-xml and docbook-xsl failed to update their catalogs in /etc/xml when interrupted

2023-10-25 Thread Petter Reinholdtsen
Btw, I noticed "Processing triggers for sgml-base (1.31) ..." when upgrading docbook-xsl to version 1.79.2+dfsg-4. Perhaps the issue is in the trigger, not in docbook-xsl? -- Happy hacking Petter Reinholdtsen

Bug#1014612: docbook-xml and docbook-xsl failed to update their catalogs in /etc/xml when interrupted

2023-10-24 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > I had a look at the preinst and postinst scripts of docbook-xsl, and as > far as I can tell, all the code there is obsolete and only triggering > when upgrading from very old (before 2009) versions of the package, and > do not touch the content of /etc/xml

Bug#809754: docbook-xsl: manpages: Misuse of "no-break space" causes overlong lines

2023-10-24 Thread Petter Reinholdtsen
For the record, the email to the original submitter bounced with "550 5.0.0 ... User unknown". -- Happy hacking Petter Reinholdtsen

Bug#809754: docbook-xsl: manpages: Misuse of "no-break space" causes overlong lines

2023-10-24 Thread Petter Reinholdtsen
[Bjarni Ingi Gislason 2016-01-03] > This is related to Debian bug #569828, which is number 1120 upstream. Do you know if the patch is applied upstream? I tried applying it in docbook-xsl/manpages/ in the Debian source package, but some of the parts failed. -- Happy hacking Petter Reinholdtsen

Bug#1014612: docbook-xml and docbook-xsl failed to update their catalogs in /etc/xml when interrupted

2023-10-24 Thread Petter Reinholdtsen
at that package. -- Happy hacking Petter Reinholdtsen

Bug#1053149: dblatex: Fail to render Docbook 5 table with cells spanning rows and columns

2023-09-28 Thread Petter Reinholdtsen
m unable to validate the XML using xmllint, but as far as I can tell it is well formed and complete. Attached are the files needed to run the test locally. 'make' will trigger the problem. -- Happy hacking Petter Reinholdtsen Makefile Description: Binary data test.adoc Description: Bin

Bug#987959: pev: peres affected by off-by-one error in libpe

2021-05-06 Thread Petter Reinholdtsen
I asked for an unblock from the release team in https://bugs.debian.org/988095 >. -- Happy hacking Petter Reinholdtsen

Bug#987959: pev: peres affected by off-by-one error in libpe

2021-05-05 Thread Petter Reinholdtsen
I've asked upstream if this is a security issue, and if so, what its CVE is, in https://github.com/merces/libpe/issues/34 >. As far as I can tell, it is writing past the assigned buffer, which might be a security issue. -- Happy hacking Petter Reinholdtsen

Bug#878625: systemd: NIS users login takes longtime.

2019-06-12 Thread Petter Reinholdtsen
se out. It is unclear to me if the login daemon in question uses the PAM system too. -- Happy hacking Petter Reinholdtsen

Bug#878625: systemd: NIS users login takes longtime.

2019-06-12 Thread Petter Reinholdtsen
ocally installed avahi-daemon > to do the lookups? I'm not sure. I believed it worked without avahi-daemon, but have not invstigated. -- Happy hacking Petter Reinholdtsen

Bug#878625: systemd: NIS users login takes longtime.

2019-06-12 Thread Petter Reinholdtsen
are active. -- Happy hacking Petter Reinholdtsen

Bug#870779: pev: Please migrate to openssl1.1 in Buster

2017-08-10 Thread Petter Reinholdtsen
to fix this. I am sure he will welcome patches, if anyone know how to do this. :) -- Happy hacking Petter Reinholdtsen

Bug#868554: pehash: segmentation fault

2017-07-16 Thread Petter Reinholdtsen
[Jakub Wilk] > I've forwarded the patch upstream. Thank you. I've uploaded a fixed version to unstable. -- Happy hacking Petter Reinholdtsen

Bug#772837: pev 0.70 is available

2017-07-01 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > No new upstream release is ready yet. A new upstream release is available now. -- Happy hacking Petter Reinholdtsen

Bug#659404: laptop-detect: Use /sys/devices/virtual/dmi/id/chassis_type as alternative to dmidecode?

2017-02-19 Thread Petter Reinholdtsen
[Simó Albert i Beltran] > Thanks for your contribution to laptop-detect. > > I'm doing an ITA of this package and I would like include your > contribution. Very nice to see my 5 year old patch finally gain some traction. :) Note, a copy of laptop-detect is in the debian-edu-install-udeb

Bug#774164: libocrad-dev: libocrad.a contains non-reallocatable code

2016-12-15 Thread Petter Reinholdtsen
und 10 days. If someone care about keeping ocrad in Stretch, please step up. Personally I use tesseract these days for my OCR work, and do not need ocrad. -- Happy hacking Petter Reinholdtsen

Bug#772837: pev 0.70 is available

2016-10-25 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > The package is orphaned since a few minutes ago, and I had a look at updating > it to a newer upstream version. But there is a licensing problem. The pev > code is GPL, and it links to OpenSSL without the OpenSSL exception, leading to > a license issue when

Bug#830201: libnxt: Locate new upstream and consider patches from forks?

2016-09-23 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > The libnxt upstream home page is on Google Code, which no longer is a > working service. We should try to see if there is a new project > location these days? I can report that the email of the original author mentioned in the copyright file no longer work (da

Bug#810440: libnxt: please switch to libusb 1.0

2016-09-23 Thread Petter Reinholdtsen
he task should be straight forward for a C programmer: (1) track down upstream and (2) extract libusb 1.0 related part of the patch in the URL above and (3) submit it upstream and ask for a new release with libusb 1.0 support. -- Happy hacking Petter Reinholdtsen

Bug#737062: python-eyed3: CVE-2014-1934: insecure use of /tmp

2016-09-10 Thread Petter Reinholdtsen
/eyed3/commits/372bbacb7a70 >, adjusted to cope with the older version of the code. Author: Petter Reinholdtsen <p...@hungry.com> Bug: https://bitbucket.org/nicfit/eyed3/issue/65/tagpy-in-eyed3-allows-local-users-to Bug-Debian: https://bugs.debian.org/737062 Forwarded: not-needed Reviewed-B

Bug#791373: tagging 791373

2016-07-17 Thread Petter Reinholdtsen
Control: tags -1 - upstream pending [Jerome Charaoui] > I don't have a fix, and I'm not sure I had seen one. This tag may have > been added by mistake. Right. Then I guess the tags should be removed. -- Happy hacking Petter Reinholdtsen

Bug#791373: tagging 791373

2016-07-17 Thread Petter Reinholdtsen
[Jerome Charaoui 2015-10-24] > tags 791373 + upstream pending Hi. Why was this bug tagged pending? Is there a fix for it somewhere? -- Happy hacking Petter Reinholdtsen

Bug#664222: still reproducible on 0.2-5

2016-01-05 Thread Petter Reinholdtsen
it in 0.2-6. Did this fix in 0.2-6 solve the issue, or is it still present? -- Happy hacking Petter Reinholdtsen

Bug#664222: still reproducible on 0.2-5

2016-01-05 Thread Petter Reinholdtsen
I suspect this is the X server issue reported in https://bugs.freedesktop.org/show_bug.cgi?id=6439 >, where the idle time is reset when the dpms system turn off the monitor. It is unclear if this is fixed in X.org or not. -- Happy hacking Petter Reinholdtsen

Bug#764104: xprintidle: Invalid homepage URL, upstream project seem to be missing

2014-10-05 Thread Petter Reinholdtsen
Package: xprintidle Version: 0.2-9 Tags: help The homepage URL for xprintidle, URL: http://www.dtek.chalmers.se/~henoch/text/xprintidle.html , no longer work. Any idea where it went? CC to the owner of the old homepage, in case that email address still work. -- Happy hacking Petter

Re: qtsmbstatus-server: fails to install due to insserv rejecting the script header

2014-04-22 Thread Petter Reinholdtsen
[Ivo De Decker] Hi Petter, Hi. Thank you for the quick reply. The samba init script only exists for backward compatibility. The services are started by the snmd and nmbd init scripts (when running in 'old' mode), or by the samba-ad-dc init script (when running in samba AD DC mode).

Bug#722465: qtsmbstatus-server: fails to install due to insserv rejecting the script header

2014-04-18 Thread Petter Reinholdtsen
# Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start qtsmbstatusd server at boot time I am passing on the bug report to samba or their view. Please send it back if samba is correct and should not start by default any more. -- Happy hacking Petter Reinholdtsen

Bug#701308: pam-unix2 no longer build with latest glibc headers

2013-07-02 Thread Petter Reinholdtsen
might want to include them too in a new release. -- Happy hacking Petter Reinholdtsen -- 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/20130702182435.ga95

Bug#714779: CVE-2011-2483: Bug in blowfish handling in the pam module

2013-07-02 Thread Petter Reinholdtsen
, but the patch mentioned CVE-2011-2483 which affected quite a lot of packages. I suspect libpam-unix2 was forgotten in Debian. -- Happy hacking Petter Reinholdtsen From 7a3e5fd2d79657674e72212ad13ea350d72e8306 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel ludwig.nus...@suse.de Date: Wed, 13 Jul 2011 08:50:58

Bug#713628: prelink: FTBFS: (.text+0x1d8): undefined reference to `pthread_atfork'

2013-07-02 Thread Petter Reinholdtsen
The linker problem is fixed by adding -lpthread to the libtool command. I am not quite sure how to best add it to the source. I suspect adding this to configure.in somewhere might be a good fix: AC_CHECK_LIB(pthread,pthread_atfork) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE

Bug#701308: libpam-unix2: ftbfs with GCC-4.8

2013-07-01 Thread Petter Reinholdtsen
(static, lock) + __libc_lock_define_initialized (static, lock); enum nss_status status; FILE *stream = NULL; -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#701308: libpam-unix2: ftbfs with GCC-4.8

2013-07-01 Thread Petter Reinholdtsen
Control: tags -1 - pending patch [Petter Reinholdtsen] This patch might fix it. Uploading to test the theory and try to keep the package in testing. Actually, while trying to upload I discovered that the real problem is that the __libc_lock_define_initialized() macro is no longer provided

Bug#701308: pam-unix2 no longer build with latest glibc headers

2013-07-01 Thread Petter Reinholdtsen
hacking Petter Reinholdtsen -- 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/2flehbipu3t@diskless.uio.no

Bug#589570: error: Unable to migrate to dependency based boot sequencing.

2010-08-29 Thread Petter Reinholdtsen
Can you provide the output from dpkg-query -W -f='${Conffiles}\n' timidity dpkg -l timidity on your machine? The fix for this issue is to add code in the postinst of timidity to remove the obsolete init.d script on upgrades. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE

Bug#567938: Program dropped from Debian Edu profile due to missing LTSP support

2010-08-17 Thread Petter Reinholdtsen
. Please let the debian-edu@ mailing list know if the programs start working with ALSA or Pulseaudio and should be reconsidered for inclusion in Debian Edu. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe

Bug#517039: causes cron to emit error messages

2010-05-01 Thread Petter Reinholdtsen
idea to make the libpam-foreground package a dummy package pulling in the libpam-ck-connector package for Squeeze, and drop in in Squeeze+1. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: Bug#572372: O: wdm -- WINGs Display Manager - an xdm replacement with a WindowMaker look

2010-03-21 Thread Petter Reinholdtsen
the display managers currently in the archive. :) I do not use wdm, but am interested in seeing the new Xreset.d feature in Squeeze for all display managers. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe

Bug#567938: sweep fail to work on thin clients using LTSP

2010-02-01 Thread Petter Reinholdtsen
. Our LTSP clients support ESD and PulseAudio and ALSA redirected to PulseAudio, neither which seem to be working with sweep. Tried to get it to work with padsp, but this did not work. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org

Bug#567794: kguitar: Please link with KDE 4 libraries

2010-01-31 Thread Petter Reinholdtsen
is one of the few that still link with the KDE 3 libraries. Please rebuild it using the KDE 4 libraries to allow us to increase the amount of useful packages we can fit on our DVD, and to reduce the disk footprint of the installed packages. Happy hacking, -- Petter Reinholdtsen

Bug#567795: ksimus: Please link with KDE 4 libraries

2010-01-31 Thread Petter Reinholdtsen
. This package is one of the few that still link with the KDE 3 libraries. Please rebuild it using the KDE 4 libraries to allow us to increase the amount of useful packages we can fit on our DVD, and to reduce the disk footprint of the installed packages. Happy hacking, -- Petter Reinholdtsen

Bug#567810: xfs: Please use lsb output functions in init.d/kdm

2010-01-31 Thread Petter Reinholdtsen
, but uses echo directly. usplash override the functions in /lib/lsb/init-functions to feed the text into the graphical boot screen, and thus depend on the use of the lsb output functions. Please change the init.d script to use the lsb output functions. Happy hacking, -- Petter Reinholdtsen

Bug#567810: xfs: Please use lsb output functions in init.d/kdm

2010-01-31 Thread Petter Reinholdtsen
that it isn't useful to reduce the memory usage on thin clients I assume it is useful. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#567565: Please recommend fluid-soundfont-gm and let soundfont selection start in /usr/share/sound/sf2/

2010-01-29 Thread Petter Reinholdtsen
to configure qsynth. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#548635: Version 0.3.4 is unable to read .sf2 files that worked with version 0.2.5

2010-01-28 Thread Petter Reinholdtsen
workaround that can be applied to fix the problem? CC to the Debian bug report and the submitter. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#566730: qsynth: Show up in lost+found KDE menu section, should be in Multimedia section

2010-01-24 Thread Petter Reinholdtsen
Type=Application X-SuSE-translate=true Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#542678: xfs: Incorrect provides and dependencies in init.d script

2009-08-20 Thread Petter Reinholdtsen
: $network # Should-Stop: $network +# X-Start-Before:gdm kdm xdm ldm sdm # Default-Start: 2 3 4 5 # Default-Stop: 1 # Short-Description: Start/stop script for the X Font Server. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-qa-packages-requ

Bug#486789: sqlrelay: Please add LSB formatted dependency info in init.d script

2008-06-18 Thread Petter Reinholdtsen
PROTECTED]. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

  1   2   >