Bug#1066346: sc: FTBFS: sc.c:1301:46: error: implicit declaration of function ‘list_frames’; did you mean ‘list_ranges’? [-Werror=implicit-function-declaration]

2024-04-09 Thread Adam Majer
On 2024-04-07 05:23, Ying-Chun Liu (PaulLiu) wrote: I've fixed the bug. And I'll do NMU if no one object in 10 days. I'll upload it to the delay/10 queue. Attachment is the debdiff. Please review it. Thanks, looks good - Adam

Bug#999240: sc: missing required debian/rules targets build-arch and/or build-indep

2022-01-25 Thread Adam Majer
On 1/25/22 18:48, Ying-Chun Liu (PaulLiu) wrote: I've updated debian/rules and fixes this bug. I'll wait for 10 days if no other comments. You are more than welcome to upload without delay queue. The patch looks good, especially the work you did to isolate the messages from the format

Bug#999216: lpr: diff for NMU version 1:2008.05.17.3+nmu1

2021-12-16 Thread Adam Majer
On 12/16/21 9:37 AM, Damyan Ivanov wrote: Dear maintainer, I've prepared an NMU for lpr (versioned as 1:2008.05.17.3+nmu1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. Thank you! The upload is appreciated. - Adam

Bug#889558: can't drop it

2018-02-08 Thread Adam Majer
Hi, Botan cannot be dropped from archive *yet* because botan2 is not in yet and QtCreator cannot just disable its usage. Having embedded copy is making things much, much *worse*, especially since this is a crypto library (it also causes problems on various architectures). If you want, you

Bug#889558: qtcreator: (Build-)Depends on obsolete libbotan1.10-dev

2018-02-06 Thread Adam Majer
On 02/05/2018 09:13 PM, Lisandro Damián Nicanor Pérez Meyer wrote: It seems that qt creator is the only real package preventing the botan removal, so please go ahead with it. I'll make qtcreator use it's internal copy for the moment being. Or maybe stop using Botan altogether? I think it only

Bug#880776: NMU for mrtg?

2017-12-06 Thread Adam Majer
Hi, This looks good. If you would like to, you may just upload this. Thanks, Adam On 12/05/2017 06:09 PM, Roland Rosenfeld wrote: Hi! I'm currently planning to upload a new version of libsnmp-session-perl, which now contains the file Net_SNMP_util.pm that you currently ship in mrtg. For

Bug#828252: qtcreator is marked for autoremoval from testing

2016-10-27 Thread Adam Majer
On 27/10/16 09:59 AM, Ondřej Surý wrote: I can probably generate two sets of packages with versioned symbols if I have some help with that. Cheers, Yes, but this will not help and I'm not sure it is required since OpenSSL is versioned already. The problem is that Qt5 is using dlopen for

Bug#817569: lpr: Removal of debhelper compat 4

2016-09-25 Thread Adam Majer
On Sun, Sep 25, 2016 at 02:19:21PM +0100, Chris Lamb wrote: > I've uploaded lpr 2008.05.17.2 to DELAYED/5: > > lpr (1:2008.05.17.2) unstable; urgency=medium > > * Non-maintainer upload. > * Move to debhelper compat level 9. (Closes: #817569) > > The full debdiff is attached.

Bug#816535: Missing dependencies

2016-03-02 Thread Adam Majer
Package: libbotan1.10-dev Version: 1.10.12-1 Severity: serious libbotan1-10-dev is missing dependencies. config requires quite a few libraries, $ botan-config-1.10 --libs -lbotan-1.10 -lbz2 -lcrypto -ldl -lgmp -lpthread -lrt -lz but these are not listed, Depends: libbotan-1.10-1 (=

Bug#814323: Build-Depends on obsolete postgresql-server-dev-9.4 package

2016-02-10 Thread Adam Majer
ich will Just > Work even if 9.5 gets replaced by 9.6 etc. That's a good point. I'll at least change the build-depends to this then. - Adam -- Adam Majer ad...@zombino.com

Bug#803222: RuntimeError: Incorrect MySQL client library version

2015-11-01 Thread Adam Majer
On Sun, Nov 01, 2015 at 01:18:28PM +0100, Andreas Beckmann wrote: > On Sat, 31 Oct 2015 13:06:55 -0500 Adam Majer <ad...@zombino.com> wrote: > > Furthermore, rebuilding does not fix the bug at root of the > > problem. If MySQL get upgraded to another minor version while k

Bug#802803: bluedevil: after qt 5.5.1 upgrade, bluedevill does no more work

2015-10-31 Thread Adam Majer
ils. Not found any workaround yet. Did you upgrade any other parts of the system at the same time? Like bluez or linux? - Adam -- Adam Majer ad...@zombino.com

Bug#802880: (qtcreator: not really a bug)

2015-10-24 Thread Adam Majer
ion to complete transition, and these were filed months in advance). Cheers, - Adam -- Adam Majer ad...@zombino.com

Bug#789576: qtcreator: uninstallable on Jessie, dependency problem

2015-06-22 Thread Adam Majer
) and testing/sid. - Adam PS. This has very little to do with qtcreator itself, as you can see by the packages conflicts. But it also has little to do with Qt5 either - you are mixing releases. -- Adam Majer ad...@zombino.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#773818: Crashes on start

2014-12-30 Thread Adam Majer
On Tue, Dec 30, 2014 at 10:49:34AM +0100, Andreas Henriksson wrote: Hello Adam Majer! Hello! Stumbled across your bug report while browsing over release-critical ones... I haven't even looked at the lpe source, but just from looking at the hunk included as context in your patch it looks

Bug#773818: Crashes on start

2014-12-23 Thread Adam Majer
Package: lpe Version: 1.2.7-1 Severity: grave There is a off-by-1 buffer overflow in my buffer overflow fix. While scanning for plugins, the length of available basename is stored that includes \0, and then in another loop it is tested against strlen(basename) that clearly does not include

Bug#763365: (no subject)

2014-10-05 Thread Adam Majer
This is the patch that adds the symbols. This does not change ABI, but adds dependency on qt gui library, or something like that. It also removes rpath, which should not be present in Debian's libraries. --- qbs-1.3.1+dfsg/debian/rules 2014-10-04 01:20:58.0 -0500 +++

Bug#763365: qtcreator and qbs: error when trying to install together

2014-10-04 Thread Adam Majer
Source: qbs Followup-For: Bug #763365 qbs needs to be built with qbs_enable_project_file_updates, otherwise it is missing functionality required by Qt Creator. You can do that by adding CONFIG+=qbs_enable_project_file_updates to qmake config test. Also, please install

Bug#763365: qtcreator and qbs: error when trying to install together

2014-09-29 Thread Adam Majer
. * This bug will be blocked by a non-RC bug in qtcreator allowing Qt 5.3.2 private symbol ABI transition to happen This should get fixed within the week. Thanks for the bug report. - Adam -- Adam Majer ad...@zombino.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#745641: Missing dependencies

2014-04-23 Thread Adam Majer
Package: ssl-cert-check Version: 3.27-1 Severity: serious There are missing dependencies for this package. Actually, none are listed at all! Patch is below. At very least, it needs to depend on openssl. Index: ssl-cert-check-3.27/debian/control

Bug#734020: FTBFS: error: unknown type name ‘GtkCallbackMarshal’

2014-01-02 Thread Adam Majer
Package: jack-rack Version: 1.4.8~rc1-2 Severity: serious adamm@mira:/tmp$ apt-get source jack-rack Reading package lists... Done Building dependency tree Reading state information... Done NOTICE: 'jack-rack' packaging is maintained in the 'Git' version control system at:

Bug#707286: linux-image-3.8-1-amd64: makes system unbootable

2013-06-10 Thread Adam Majer
Package: initramfs-tools Version: 0.112 Followup-For: Bug #707286 I'm experiencing similar issue with linux 3.8 or 3.9. 3.6 and prior worked. None of the disk devices are present when lvm or cryptosetup runs. The problem seems to be directly related with the wait_for_udev function called by

Bug#679332: Missing dependency on libnvidia-ml1

2012-06-27 Thread Adam Majer
Package: nvidia-smi Version: 302.17-2 Severity: serious There is a missing dependency on libnvidia-ml1 $ nvidia-smi -L Failed to initialize NVML: Unknown Error $ sudo aptitude install libnvidia-ml1 ... Setting up libnvidia-ml1:amd64 (302.17-2) ... ... $ nvidia-smi -L GPU 0: GeForce 6150

Bug#584987: mysql-gui-tools: EOL upstream, should not be shipped in squeeze, replaced by MySQL Workbench

2012-01-05 Thread Adam Majer
Package: mysql-gui-tools Followup-For: Bug #584987 I'll upload mysql-workbench package on the weekend. There is really no reason to try to fix these old gui tools, considering most of these FTBFS bugs will be in the patched and obsolete version of in-tree gtksourceview. - Adam -- To

Bug#614864: ping?

2011-03-21 Thread Adam Majer
upstream. I'm looking for any feedback on the work I did... Your work is fine. I'll get this done tomorrow. I'm having a little bit of a problem with unit tests for actionpack though. I know they *used to* work in not so recent past. - Adam -- Adam Majer ad...@zombino.com

Bug#603048: rails: Gives dangerous advice regarding log permissions

2011-01-16 Thread Adam Majer
guys. - Adam -- Adam Majer ad...@zombino.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#603048: rails: Gives dangerous advice regarding log permissions

2010-11-15 Thread Adam Majer
included in upstream's repository. - Adam -- Adam Majer ad...@zombino.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#595890: libzmq0: installs manpages that belong in the -dev package

2010-09-06 Thread Adam Majer
Package: libzmq0 Version: 2.0.7.dfsg-1 Severity: serious Justification: Policy 8.2 http://packages.debian.org/sid/alpha/libzmq0/filelist /usr/lib/libzmq.so.0 /usr/lib/libzmq.so.0.0.0 /usr/share/doc/libzmq0/AUTHORS /usr/share/doc/libzmq0/NEWS.gz /usr/share/doc/libzmq0/README

Bug#589443: Segfault when attemping to play any audio CD

2010-07-17 Thread Adam Majer
Package: cccd Version: 0.3beta4-6.1 Severity: grave Program received signal SIGSEGV, Segmentation fault. 0x004034c7 in update_status_string () at cccd.c:940 940 sprintf(disp.status_string, %s, Error); (gdb) bt #0 0x004034c7 in update_status_string () at cccd.c:940 #1

Bug#573249: Fails to configure with dosfslabel failed

2010-03-09 Thread Adam Majer
Package: linux-base Version: 2.6.33-1~experimental.2 Severity: serious Setting up linux-base (2.6.33-1~experimental.2) ... open: No such file or directory dosfslabel failed: 1536 at /var/lib/dpkg/info/linux-base.postinst line 1087, STDIN line 10. dpkg: error processing linux-base (--configure):

Bug#568003: Fails to build with current kernel packages

2010-02-03 Thread Adam Majer
Package: nvidia-kernel-source Version: 190.53-1 Severity: normal This is related to kernel maintainers dropping symlinks, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521515 -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (50,

Bug#558685: Bug#564142: RM: rails/2.2.3-1

2010-01-30 Thread Adam Majer
On Sat, Jan 30, 2010 at 09:47:30AM -0800, Ryan Niebur wrote: On Fri, Jan 08, 2010 at 12:13:36AM +0100, Moritz Muehlenhoff wrote: Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Please remove rails. It has open security issues,

Bug#558685: Bug#564142: RM: rails/2.2.3-1

2010-01-30 Thread Adam Majer
retitle 558685 rails: [CVE-2009-4214] Cross-site scripting (XSS) vulnerability in the strip_tags thanks Only CVE-2009-4214 is applicable. CVE-2008-7248 was fixed in 2.1.0-6. Sid is not affected by this. - Adam -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a

Bug#565786: src:qtcreator: FTBFS on kfreebsd-* (at least): Project MESSAGE: Cannot build Qt Creator with Qt version

2010-01-19 Thread Adam Majer
tag 565786 + pending thanks On Tue, Jan 19, 2010 at 10:46:57AM +0100, Cyril Brulebois wrote: Adam Majer ad...@zombino.com (18/01/2010): Why is buildd doing, libqt4-dev: missing Using default version 4:4.5.3-4 while Build-depends clearly specifies, Build-Depends: libqt4

Bug#565786: src:qtcreator: FTBFS on kfreebsd-* (at least): Project MESSAGE: Cannot build Qt Creator with Qt version

2010-01-18 Thread Adam Majer
, Build-Depends: libqt4-dev (= 4.6.0) - Adam -- Adam Majer ad...@zombino.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#565204: Segfault on start

2010-01-13 Thread Adam Majer
Package: mutter Version: 2.28.1~git20091208-1 Severity: grave I just installed mutter to replace metacity, and upon starting it, it segfaults. The backtrace is, Program terminated with signal 11, Segmentation fault. #0 0x0042527f in meta_compositor_process_event () (gdb) bt #0

Bug#553055: Fails to install if auto-run disabled in configuration

2009-10-29 Thread Adam Majer
Package: hylafax-server Version: 2:6.0.3-5 Severity: serious I've selected 'No' in response to the configuration question whether HylaFAX Server should be started. The result was, Updating /etc/hylafax/setup.modem from /var/spool/hylafax/etc/setup.modem. /var/spool/hylafax Hylafax is disabled,

Bug#527652: Patch

2009-09-29 Thread Adam Majer
Thanks. I'm trying to get the latest version of MySQL Gui Tools into Debian now. The upstream sources are not friendly and kind of buggy. But thanks to patches from OpenSUSE, the goal is to upload the 5.0r14 packages today. And yes, it suffered from the same problem with png.h include file as

Bug#542403: mysql-query-browser disturbs functioning other packages

2009-08-19 Thread Adam Majer
Dmitry E. Oboukhov wrote: I've installed mysql-query-browser now. It works fine. But this installation has broken package 'subversion'. If I enter the command 'svn up' in the every svn tree, I receive many messages like: $ LANG=C svn up ** (process:12603): WARNING **: couldn't connect

Bug#535896: rails: potential password bypass

2009-07-05 Thread Adam Majer
Michael S. Gilbert wrote: package: rails version: 1.1.6-3 severity: serious tags: security hello, it has been found that rails is vulnerable to a password bypass [1]. this will be fixed in upstream version 2.3.3. [1]

Bug#531133: unowned files after purge (policy 6.8)

2009-06-11 Thread Adam Majer
Holger Levsen wrote: 0m18.2s ERROR: FAIL: Package purging left files on system: /var/log/lp-acct not owned /var/log/lp-errs not owned These are log files, not random files. While purge should have removed them, AFAIK, this is not required. Policy uses words should be removed not

Bug#516734: Temporary downlaod for kbuild stuff

2009-03-04 Thread Adam Majer
Package: linux-2.6 Followup-For: Bug #516734 Temporary download for the kbuild for 2.6.28 can be found at: http://people.debian.org/~adamm/kernel/ It is just a straight copy of the 2.6.26 applied to 2.6.28 so people can at least build drivers. I'll leave it there until 2.6.28 kbuild gets into

Bug#502349: Uninstallable on Sid

2008-10-15 Thread Adam Majer
Package: gfax Version: 0.7.6-8 Severity: grave From: http://qa.debian.org/debcheck.php?dist=unstablepackage=gfax Package has a Depends on libgnomeprint2.2-0 ( 2.18.5) which cannot be satisfied on arm. libgnomeprint2.2-0 ( 2.18.5) 2.18.5-1 is available. Package has a Depends on

Bug#493169: libwine-jack: segfaults on start (connection attempt to server)

2008-07-31 Thread Adam Majer
Package: libwine-jack Version: 1.0.0-1 Severity: grave This bug seems to make libwine-jack audio output completely unusable on amd64. 1. Start `jackd -d alsa`, or oss backend, doesn't matter 2. winecfg 3. Audio - Jack backend - test sound On i386, libwine-jack does *nothing*. There is no sound

Bug#484351: 2.0.2-ruby1.8.7-compat rails branch

2008-06-05 Thread Adam Majer
Antonio Terceiro wrote: Adam Majer escreveu isso aí: Just realized that uploading rails 2.1 would solve the problem, are there any plans doing that for lenny? Yes, I'll upload 2.0.2 for lenny. I also think that the requests to split the package are correct so that will have to happen as well

Bug#484351: 2.0.2-ruby1.8.7-compat rails branch

2008-06-04 Thread Adam Majer
Antonio Terceiro wrote: Hi, I'm maintaining a branch with rails 2.0.2 + known 1.8.7-compatibility changes cherry-picked from upstream rails on alioth: http://git.debian.org/?p=users/terceiro-guest/rails.git;a=summary See the 2.0.2-ruby1.8.7-compat branch. AFAICT it works, and my

Bug#479685: Crappy descriptions, useless changelog entries, no manpages

2008-05-06 Thread Adam Majer
Package: skytools Version: 2.1.6-1 Severity: serious Justification: unfinished packaging :( Few immediate problems with this package. For starters, the changelog is just no good. http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-debian-changelog Second,

Bug#479685: Crappy descriptions, no manpages

2008-05-06 Thread Adam Majer
Hi again, To add, I was reading the .diff.gz and the skype.net changelog by mistake :) So I guess the changelog comments don't apply. Upstream changelog is *horrendous* though! If any of those commands without manpages are actually *internal* commands to be used by the tools themselves and not

Bug#473889: grub-probe: error: cannot find a GRUB drive for /dev/sdc3

2008-04-06 Thread Adam Majer
Package: grub Version: 0.97-35 Followup-For: Bug #473889 Instead of submitting a new bug, I think I may have found the reason for the errors people are getting... (2.6.24-4 was configured last, according to dpkg) Running postinst hook script /usr/sbin/update-grub. Searching for GRUB installation

Bug#418393: [Logcheck-devel] Bug#418393: Upgrade problem: lpr tries to overwrite logcheck-database files

2008-03-18 Thread Adam Majer
martin f krafft wrote: logcheck-database exists as a bag for rules that are not in the packages. If a package provides its own rule files, the logcheck-database must not. Yes, that makes very good sense. I've just added the missing rule from 1.2.63 logcheck-database to lpr package. Does this

Bug#418393: Upgrade problem: lpr tries to overwrite logcheck-database files

2008-03-18 Thread Adam Majer
Frédéric Brière wrote: severity 418393 serious thanks On Mon, Apr 09, 2007 at 01:49:01PM -0500, Adam Majer wrote: Yes, definitely. The fix is just to remove the conffile from lpr. No Seems to me like these two files should at least be merged, as they have different rules. Since logcheck

Bug#468206: rails: fails to start after installation

2008-02-27 Thread Adam Majer
package rails severity 468206 important tag 468206 - security retitle 468206 [GEMS] Missing dependency on rubygems thanks Severity set to important as rails still works. Also, this is *not* a security bug. Sergio Rua wrote: I just installed rails from scratch on a computer with no ruby or

Bug#466623: mysql-query-browser: ui locks up when selecting default schema

2008-02-27 Thread Adam Majer
severity 466623 important thanks This is not grave. For example, I can select any schema on my MySQL server just fine and execute queries which means it doesn't fail for all. I'll upload the fix regardless of the severity though. Also, does the following help? Enabling the xfs server on fc8

Bug#462817: ruby's Dir behaves differently on ext3 than ext2

2008-01-27 Thread Adam Majer
Hi again, The center of the issue is that Dir[pattern] behaves differently on ext3 than ext2 or xfs. The order of files is reversed. - Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#462817: rake: FTBFS: Filesystem ordering issues?

2008-01-27 Thread Adam Majer
Daniel Schepler wrote: 1) Failure: test_inspect_pending(TestFileList) [./test/test_filelist.rb:212]: [\testdata/abc.c\, \testdata/abc.h\, \testdata/abc.x\] expected but was [\testdata/abc.x\, \testdata/abc.h\, \testdata/abc.c\]. 2) Failure: test_to_s_pending(TestFileList)

Bug#461184: Reason for assignment to nvidia-driver not specified

2008-01-26 Thread Adam Majer
Hi, As per Len's comment, there is no indication that the problem is caused by nvidia just because it crashes with nvidia. Please provide a backtrace that proves nvidia is at fault and not kwin or other software before re-assignment. - Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#436321: notfound 436321 in 0.8.1-1, found 378701 in 0.8.1-1

2008-01-26 Thread Adam Majer
# Automatically generated email from bts, devscripts version 2.10.13 notfound 436321 0.8.1-1 # Wrong bug was tagged found 378701 0.8.1-1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#453934: Win2k crash

2007-12-09 Thread Adam Majer
Package: kvm Followup-For: Bug #453934 I get a crash while starting a newly installed instance of Win2k. I'm running the same processor as original reporter, but I'm using 32-bit version of Linux. unhandled vm exit: 0xb8e5f vcpu_id 0 rax 00060510 rbx rcx

Bug#429177: CVE-2007-3227 only fixed in 1.2.5

2007-10-22 Thread Adam Majer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sheldon Hearn wrote: The good news is, upstream seems to have taken disclosure complaints to heart, and is now posting security advisories to the rubyonrails-security Google Group: The bad news is, it looks like CVE-2007-3227 is only fixed

Bug#429177: rails-1.2.4 released

2007-10-09 Thread Adam Majer
Sheldon Hearn wrote: It's possible that no backporting is required for sid, because rails-1.2.4 has been released: http://weblog.rubyonrails.com/2007/10/5/rails-1-2-4-maintenance-release Ha, just as I took the time yesterday to complete the backport to Sid :) So that would leave etch the

Bug#434888: Multiple vulnerabilities [CVE-2007-3946] [CVE-2007-3947] [CVE-2007-3948] [CVE-2007-3949] [CVE-2007-3950]

2007-07-27 Thread Adam Majer
Package: lighttpd Severity: critical Tags: security Upstream patches from Trac seem to be available from upstream. From http://secunia.com/advisories/26130/ DESCRIPTION: Some vulnerabilities have been reported in lighttpd, which can be exploited by malicious people to bypass certain security

Bug#434886: Remote compromise [CVE-2007-3762] [CVE-2007-3763] [CVE-2007-3764] [CVE-2007-3765]

2007-07-27 Thread Adam Majer
Package: asterisk Severity: critical Tags: security 3 of 4 problems seem to affect Etch and Sarge. Sid *may* be unaffected based on version number. From http://secunia.com/advisories/26099/ DESCRIPTION: Some vulnerabilities have been reported in Asterisk, which can be exploited by malicious

Bug#434888: closed by Pierre Habouzit [EMAIL PROTECTED] (Re: [pkg-lighttpd] Bug#434888: Multiple vulnerabilities [CVE-2007-3946] [CVE-2007-3947] [CVE-2007-3948] [CVE-2007-3949] [CVE-2007-3950])

2007-07-27 Thread Adam Majer
] Date: Fri, 27 Jul 2007 17:39:40 +0200 To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Version: 1.4.16-1 On Fri, Jul 27, 2007 at 09:11:48AM -0500, Adam Majer wrote: Package: lighttpd Severity: critical Tags: security Upstream patches from Trac seem to be available from upstream. From http

Bug#429177: [CVE-2007-3227] XSS vulnerability in to_json

2007-06-28 Thread Adam Majer
Moritz Muehlenhoff wrote: Adam Majer wrote: Since this is a XSS problem, I don't think it needs a grave severity. But then some will argue otherwise. Also, nothing on the Ruby on Rails security announcement list... h (Note, I don't know Ruby on Rails). Does the affected function

Bug#429177: [CVE-2007-3227] XSS vulnerability in to_json

2007-06-20 Thread Adam Majer
Florian Weimer wrote: Package: rails Version: 1.2.3-2 Severity: grave Tags: security upstream An XSS vulnerability in code that uses to_json has been disclosed: http://dev.rubyonrails.org/ticket/8371 Please mention the name CVE-2007-3227 in the changelog when fixing this bug. Do you think

Bug#416228: fails to install - chown: cannot access `/var/lib/postgresql'

2007-03-25 Thread Adam Majer
Package: postgresql-common Version: 72 Severity: serious Setting up postgresql-common (72) ... chown: cannot access `/var/lib/postgresql': No such file or directory dpkg: error processing postgresql-common (--configure): subprocess post-installation script returned error exit status 1 Errors

Bug#415425: seen the same thing

2007-03-19 Thread Adam Majer
Hi, Yes, it is the correct part of the changes. I already included it in the upload that fixes the bug. It was uploaded about 5 minutes before you posted the patch but the bug was closed automatically by that upload 17 minutes after you posted the patch! :) - Adam Eddy Petrișor wrote: Eddy

Bug#405555: libruby1.8 should replaces/provides/conflicts with libdevel-logger-ruby1.8

2007-01-12 Thread Adam Majer
Steve Langasek wrote: On Wed, Jan 10, 2007 at 02:33:23PM -0600, Adam Majer wrote: Filipe wrote: This package is from sarge, but if someone has this installed in sarge and upgrades to etch, then it stay in the system. It provides the same functionality that logger.rb from libruby1.8 provides

Bug#405555: libruby1.8 should replaces/provides/conflicts with libdevel-logger-ruby1.8

2007-01-10 Thread Adam Majer
Filipe wrote: This package is from sarge, but if someone has this installed in sarge and upgrades to etch, then it stay in the system. It provides the same functionality that logger.rb from libruby1.8 provides, and it has a file called application.rb that seems to get in the way of rails.

Bug#403214: Not able to reproduce this bug

2006-12-15 Thread Adam Majer
Package: xmms Followup-For: Bug #403214 I'm not able to reproduce this error. XMMS works here. [EMAIL PROTECTED]:~$ apt-cache policy nvidia-glx nvidia-glx: Installed: 1.0.8776-3 Candidate: 1.0.8776-3 Version table: 1.0.9631-1 0 5 http://ftp.us.debian.org

Bug#401388: libneon26-gnutls should not conflict with libneon26

2006-12-02 Thread Adam Majer
Package: neon26 Severity: serious Justification: Policy 2.5, 8.1 Currently ANY package compiled with libneon26-gnutls cannot be installed if ANY package exists on the system that is compiled with libneon26. AFAIK, library packages cannot conflict with each other. What should change is that

Bug#400383: Doesn't seem to affect IMAP folders

2006-11-28 Thread Adam Majer
Hi, I wasn't able to reproduce the problem in the upstream bug report with IMAP folders. I opened the offending emails with mutt and sent them to my IMAP account. I could see all of the messages in 1.5.0.8. I can verify that I could only see one of the messages if the folder was local, as per

Bug#397279: mysql-query-browser: crashes when connecting to a remote server

2006-11-07 Thread Adam Majer
Steve Langasek wrote: severity 397279 grave thanks PS. Merging with the important bug. FYI, not RC because mysql-query-browser never worked on AMD64... That's not an appropriate rationale for downgrading. If the package is unusable on amd64, the package needs to be fixed so that it

Bug#397279: mysql-query-browser: crashes when connecting to a remote server

2006-11-07 Thread Adam Majer
Steve Langasek wrote: So what about other architectures?? Should I guess that it will not run on ia64 or the s390? Or is it ok to have potentially broken binaries until someone complains? Ideally, broken packages would be detected at build time. Otherwise, in the absence of feedback

Bug#397279: mysql-query-browser: crashes when connecting to a remote server

2006-11-06 Thread Adam Majer
Hi, Just uploaded -2 version. Please check that one. The -1 had a 32-bit library and mixing 32-bit and 64-bit doesn't work so well. - Adam Hi, I'm getting segfaults trying to connect to a remote server. The backtrace is below. Best Regards, manolo

Bug#377156: sablevm-classlib should build on Arm now

2006-10-24 Thread Adam Majer
Hi, You can upload new sablevm-classlib and change the Build-Depends on jikes so that it reads, jikes (=1:1.22-6)[arm] | jikes [!arm] Jikes 1:1.22-6 fixes the floating point issues on Arm. - Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#377156: build depends

2006-10-24 Thread Adam Majer
Hi, Or maybe the build depends can just read: jikes, jikes(=1:1.22-6)[arm] Hopefully that will not confuse the buildd daemon! - Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#384821: Should predepend on lvm-common

2006-08-26 Thread Adam Majer
Package: lvm2 Version: 2.02.06-2 Severity: serious Justification: Policy 7.2 lvm2 preinst script is using files from lvm-common. Policy states, Pre-Depends are also required if the preinst script depends on the named package. It is best to avoid this situation if possible. Now, if the preinst

Bug#383284: rails routing error on base project

2006-08-16 Thread Adam Majer
package rails severity 383284 normal thanks Hi, Byron Hillis wrote: Package: rails Version: 1.1.6-1 Severity: grave Justification: renders package unusable After following the instructions /usr/share/doc/rails/README.Debian, the welcome page has Routing Error Recognition failed for

Bug#352243: Uninstallable in Sid - depends on experimental libraries

2006-02-10 Thread Adam Majer
Package: bridge-utils Version: 1.1.1-1 Severity: grave [EMAIL PROTECTED]:~$ apt-cache policy bridge-utils bridge-utils: Installed: 1.0.6-1 Candidate: 1.1-1 Version table: 1.1-1 0 900 http://debian.yorku.ca unstable/main Packages *** 1.0.6-1 0 100 http://debian.yorku.ca

Bug#352243: Uninstallable in Sid - depends on experimental libraries

2006-02-10 Thread Adam Majer
Maybe including the dependencies would make more sense in this report :) [EMAIL PROTECTED]:~$ apt-cache showpkg bridge-utils Package: bridge-utils Versions: 1.1-1(/var/lib/apt/lists/debian.yorku.ca_debian_dists_unstable_main_binary-i386_Packages)

Bug#341398: Maybe not racoon at the core?

2005-12-15 Thread Adam Majer
Package: racoon Followup-For: Bug #341398 Hi again, I noticed that I get exactly the same problem, no matter what version of racoon I'm using. After I reconnect to the network (dialup), racoon fails to nagotiate. But if I restart racoon (the one from Sarge in Sid environment), it nagotiates

Bug#341398: Same problem - racoon fails at pfkey check

2005-12-14 Thread Adam Majer
Package: racoon Version: 1:0.5.2-1 Followup-For: Bug #341398 Hi, I saw exactly the same problem with the version in Sid (haven't tried Etch). I simply downgraded to version from Sarge as it is the same version that I use on my server. I use regular, stock 2.4.14-2-k7 kernel. No patches (excent

Bug#342728: mysql-admin: not installable in sid

2005-12-09 Thread Adam Majer
On Fri, Dec 09, 2005 at 10:03:18PM +0100, Laurent Bonnaud wrote: The following packages have unmet dependencies: mysql-admin: Depends: mysql-admin-common (= 1.1.4-2+b1) but 1.1.4-2 is to be installed That's because someone did a binary only upload so that the package does not depend on the

Bug#337304: Floating point exception in SLang_init_all() on alpha

2005-11-03 Thread Adam Majer
Package: libslang2 Version: 2.0.4-7 Severity: grave The following example causes libslang2 to throw a Floating point exception on Alpha. Works fine on i386. #include slang.h int main ( int argc, char **argv ) { SLang_init_all (); } Program received signal SIGFPE, Arithmetic exception.

Bug#335539: nvidia-glx-dev: version is not strict enough

2005-10-24 Thread Adam Majer
Package: nvidia-glx-dev Version: 1.0.7174-4 Severity: serious Depends has, nvidia-glx (= 1.0.7174) But this is not correct. I have nvidia-glx-dev from Sid and nvidia-glx from experimental which results in, lrwxrwxrwx 1 root root 17 2005-07-20 21:59 /usr/lib/libGL.so - libGL.so.1.0.7174

Bug#324507: mysql-query-browser: Broken dependencies: libgtkmm2.0-1c102 libsigc++-1.2-5c102

2005-08-22 Thread Adam Majer
Steve Langasek wrote: On Mon, Aug 22, 2005 at 03:58:38PM +0200, Ciro Mattia Gonano wrote: The latest libraries for unstable are, instead: libgtkmm2.0-1c2 libsigc++-1.2-5c2 Is there any chance that mysql-query-browser can be updated to libgtkmm-2.4-1c2 instead at this time? I'll

Bug#324623: Confclicts with other versions of libmysqlclient*-dev... Why?

2005-08-22 Thread Adam Majer
Package: libmysqlclient15 Version: 5.0.11beta-3 Severity: serious I see that libmysqlclient15 has, Conflicts: libmysqlclient15-dev ( 5.0.11beta-3), libmysqlclient14-dev, libmysqlclient12-dev, libmysqlclient10-dev, libmysqlclient6-dev, mysql-gpl-dev, mysql-dev, mysql, mysql-base Why? This is

Bug#318690: libhoard: non-dev library package contains .so file

2005-07-18 Thread Adam Majer
Steve Langasek wrote: Package: libhoard Version: 2.1.0-3 Severity: serious Justification: Policy 8.4 The libhoard package contains a libhoard.so file which is *not* a symlink to libhoard.so.*. This violates all the rules governing shared library packaging; it makes it impossible to properly

Bug#316285: mysql-query-browser: Patch

2005-07-05 Thread Adam Majer
Package: mysql-query-browser Version: 1.1.12 Followup-For: Bug #316285 Attaching patch... -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: ia64 Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.27-dsa-itanium-smp

Bug#315086: Heimdal telnetd Buffer Overflow Vulnerability

2005-06-20 Thread Adam Majer
Package: heimdal-servers Severity: critical Tags: security The following is from Secunia advisory SA15718 which may be found at http://secunia.com/advisories/15718/ DESCRIPTION: A vulnerability has been reported in Heimdal, which potentially can be exploited by malicious people to compromise a

Bug#311838: XSS problems, unescaped input/output, etc..

2005-06-03 Thread Adam Majer
Package: websieve Version: 0.62-1 Severity: grave Tags: security There is a XSS hole in the websieve user interface. For example, you may add a rule like, 'from' contains: a href='debian.org'Click me and the HTML contains bFrom/b' contains 'ba href='debian.org'Click me/a/b' Also, there

Bug#311050: Uninstallable

2005-05-27 Thread Adam Majer
Package: pgadmin3 Severity: grave The following packages have unmet dependencies: pgadmin3: Depends: libwxgtk2.5.3 (= 2.5.3.2) but it is not installable E: Broken packages -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386

Bug#303991: Huh?

2005-05-17 Thread Adam Majer
Paul J Stevens wrote: Adam, Dbmail-1.2 contains a possibility for sql-injection, and I'm not going to fix it. Nor is any of the other developers involved in dbmail. As such it doesn't belong in a stable release. Still, I don't want to create unnecessary hassles for the existing dbmail userbase

Bug#299716: racoon: [CAN-2005-0398] KAME Racoon ISAKMP Header Parsing Denial of Service

2005-03-15 Thread Adam Majer
Package: racoon Severity: grave Tags: sid sarge patch Justification: remote DoS Original Advisory: https://bugzilla.redhat.com/bugz...nt.cgi?id=109966action=view http://secunia.com/advisories/14584/ Description: Sebastian Krahmer has reported a vulnerability in KAME Racoon, which can be

Bug#299719: libldap2.2: Trying to overwrite files from other packages

2005-03-15 Thread Adam Majer
Package: libldap2.2 Severity: serious Tags: sid Unpacking libldap2.2 (from .../libldap2.2_2.2.23-0.pre3_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libldap2.2_2.2.23-0.pre3_i386.deb (--unpack): trying to overwrite `/usr/lib/liblber-2.2.so.7.0.16', which is also in package

Bug#299381: rails: FTBFS: missing Build-Depends: rdoc

2005-03-13 Thread Adam Majer
Roland Stigge wrote: rdoc -o doc/app --line-numbers --inline-source --title 'Rails Application Documentation' -T 'html' doc/README_FOR_APP app/helpers/application_helper.rb app/controllers/application.rb (in /tmp/buildd/rails-0.10.1/build) sh: rdoc: command not found Right. I forgot about

Bug#296531: zircon: Fails to start

2005-02-22 Thread Adam Majer
Package: zircon Version: 1.18.255-4 Severity: grave Justification: renders package unusable # zircon bash: /usr/bin/zircon: /usr/bin/wish8.0: bad interpreter: No such file or directory -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (1,

Bug#296535: bitchx: Fails to escape unprintable characters

2005-02-22 Thread Adam Majer
Package: bitchx Version: 1:1.0-0c19.20030512-2 Severity: grave Tags: security Justification: user security hole During a session on IRC at #debian-devel, Md signed off with the string, 2:39 -!- Md [EMAIL PROTECTED] has quit[我的氣墊船充滿了鱔魚] (I also attached it in the file, just in case something got

Bug#296535: Followup

2005-02-22 Thread Adam Majer
Just as a followup, the problem does not occur for bitchx under en_US.UTF-8. To reproduce it, you can paste the signoff in a UTF-8 enabled terminal+bitchx and watch the results in a LANG=C bitchx. - Adam PS. This is important because it allows remote to manipulate local terminal (at the

  1   2   >