[Touch-packages] [Bug 2003851] Re: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04

2023-10-13 Thread anarcat
We're seeing a similar issue here. At first we thought it was an issue specific to a prometheus collector (https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1028212 / https://github.com/prometheus- community/node-exporter-textfile-collector-scripts/issues/179) but now that I see this bug report,

Bug#1053483: hash-slinger: diff for NMU version 3.1-1.2

2023-10-05 Thread anarcat
Control: tags 1053483 + pending Dear maintainer, I've prepared an NMU for hash-slinger (versioned as 3.1-1.2) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. I didn't find a recent copy of the source code on Salsa as well, otherwise I would have submitted

Bug#1053483: hash-slinger: diff for NMU version 3.1-1.2

2023-10-05 Thread anarcat
Control: tags 1053483 + pending Dear maintainer, I've prepared an NMU for hash-slinger (versioned as 3.1-1.2) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. I didn't find a recent copy of the source code on Salsa as well, otherwise I would have submitted

Bug#1032287: python-qrencode: diff for NMU version 1.2-5.1

2023-03-02 Thread anarcat
Control: tags 1032287 + pending Dear maintainer, I've prepared an NMU for python-qrencode (versioned as 1.2-5.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru python-qrencode-1.2/debian/changelog

Bug#1032287: python-qrencode: diff for NMU version 1.2-5.1

2023-03-02 Thread anarcat
Control: tags 1032287 + pending Dear maintainer, I've prepared an NMU for python-qrencode (versioned as 1.2-5.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru python-qrencode-1.2/debian/changelog

Bug#987008: grub2: diff for NMU version 2.06-8.1

2023-02-26 Thread anarcat
if you will followup with an unstable update or I should. A copy of the package is also available at: https://people.debian.org/~anarcat/debian/sid/grub2_2.06-8.1_amd64.changes (and yes, I am aware this makes it possible to bypass the DELAYED queue, which is partly why it's targeting experimental

Bug#987008: grub2: diff for NMU version 2.06-8.1

2023-02-26 Thread anarcat
if you will followup with an unstable update or I should. A copy of the package is also available at: https://people.debian.org/~anarcat/debian/sid/grub2_2.06-8.1_amd64.changes (and yes, I am aware this makes it possible to bypass the DELAYED queue, which is partly why it's targeting experimental

[tor-commits] [translation/communitytpo-contentspot] Revert "yolo commit to test tpo/tpa/team#40507"

2021-11-08 Thread anarcat
commit 5f697d70ccf6b5671961d2b1181d45efb3826ad2 Author: Antoine Beaupré Date: Mon Nov 8 16:26:34 2021 -0500 Revert "yolo commit to test tpo/tpa/team#40507" This reverts commit 3db6748effdf15a2a733e5b04ce00d9a4c35f65b. --- README | 1 - 1 file changed, 1 deletion(-) diff --git

[tor-commits] [translation/communitytpo-contentspot] yolo commit to test tpo/tpa/team#40507

2021-11-08 Thread anarcat
commit 3db6748effdf15a2a733e5b04ce00d9a4c35f65b Author: Antoine Beaupré Date: Mon Nov 8 16:18:38 2021 -0500 yolo commit to test tpo/tpa/team#40507 --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 7ad811efd2..4c5c2bbe72 100644 --- a/README +++ b/README

[tor-commits] [status-site/main] Merge branch 'bug_13' into 'main'

2021-09-23 Thread anarcat
commit 16fc3d01c62845c1e5b3e474ba11b1d78c58ca1f Merge: c71b7af a7652cc Author: anarcat Date: Thu Sep 23 13:43:09 2021 + Merge branch 'bug_13' into 'main' Bug 13: Add Rob's new iteration of the flooding experiment Closes #13 See merge request tpo/tpa/status

[tor-commits] [status-site/main] Bug 13: Add Rob's new iteration of the flooding experiment

2021-09-23 Thread anarcat
commit a7652cc5fe79eb7e7a75427bfb93e9073f610161 Author: Georg Koppen Date: Thu Sep 23 08:09:59 2021 + Bug 13: Add Rob's new iteration of the flooding experiment --- content/experiments/2021-09-23-relay-speed-test.md | 33 ++ 1 file changed, 33 insertions(+) diff

[tor-commits] [status-site/main] Merge branch 'bug_11' into 'main'

2021-09-08 Thread anarcat
commit c71b7afdf3508308e578bc372a4b1d3cd797f893 Merge: ef9d7c7 bd63966 Author: anarcat Date: Wed Sep 8 14:41:03 2021 + Merge branch 'bug_11' into 'main' Bug 11: Mark Rob's experiment as off Closes #11 See merge request tpo/tpa/status-site!12 content

[tor-commits] [status-site/main] Bug 11: Mark Rob's experiment as off

2021-09-08 Thread anarcat
commit bd6396621c144deb6b25fc4df1a9d89d9e975169 Author: Georg Koppen Date: Wed Sep 8 13:17:39 2021 + Bug 11: Mark Rob's experiment as off --- content/experiments/2021-08-26-relay-speed-test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[issue45066] email parser fails to decode quoted-printable rfc822 message attachemnt

2021-08-31 Thread anarcat
anarcat added the comment: looking at email.feedparser.FeedParser._parse_gen(), it looks like this is going to be really hard to fix, because the parser just happily recurses into the sub-part without ever checking the CTE (content-transfer-encoding). that's typically only done

[issue45066] email parser fails to decode quoted-printable rfc822 message attachemnt

2021-08-31 Thread anarcat
New submission from anarcat : If an email message has a message/rfc822 part *and* that part is quoted-printable encoded, Python freaks out. Consider this code: import email.parser import email.policy # python 3.9.2 cannot decode this message, it fails

[tor-commits] [status-site/main] Pick up cstate changes for #6

2021-05-31 Thread anarcat
commit bfa36dd506b4a616c170706a4ddc30237bbb169e Author: Georg Koppen Date: Mon May 31 14:23:56 2021 + Pick up cstate changes for #6 --- .gitmodules | 2 +- themes/cstate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index

[tor-commits] [status-site/main] Merge branch 'bug_6_v2' into 'main'

2021-05-31 Thread anarcat
commit 3873030d12f302f860d0cc5334d5ebdaae1eacbf Merge: 411ceca bfa36dd Author: anarcat Date: Mon May 31 15:39:18 2021 + Merge branch 'bug_6_v2' into 'main' Bug 6: Add Rob's experiment to status page Closes #6 See merge request tpo/tpa/status-site!7

[tor-commits] [status-site/main] Bug 6: Add Rob's experiment to status page

2021-05-31 Thread anarcat
commit c250327b68ff21ba314941d0395cef755d03f3b0 Author: Georg Koppen Date: Fri May 28 12:04:02 2021 + Bug 6: Add Rob's experiment to status page Closes: #6. --- content/experiments/2021-05-28-relay-speed-test.md | 32 ++ 1 file changed, 32 insertions(+)

[tor-commits] [status-site/main] Add support for network experiments

2021-05-31 Thread anarcat
commit 9cd9ef60bdb7e564d9906e195bb321863b2a40d4 Author: Georg Koppen Date: Fri May 28 10:59:44 2021 + Add support for network experiments This commit adds support for network experiments on our status page without the incident language. In particular, it

[tor-commits] [status-site/main] also publish gitlab pages on merge requests

2021-05-28 Thread anarcat
commit 411ceca7a469e06985841e57e58e5510ae7e21f1 Author: Antoine Beaupré Date: Fri May 28 20:36:55 2021 -0400 also publish gitlab pages on merge requests It seems silly not to publish the test versions as well, that way we can look at the output directly! --- .gitlab-ci.yml |

[tor-commits] [status-site/main] Adding v2 deprecation incident

2021-05-10 Thread anarcat
commit e47d3b3b3dfbfe2a86eb816e05e36c11a6e17ed2 Author: Duncan Date: Thu May 6 20:44:10 2021 + Adding v2 deprecation incident --- content/issues/2021-05-6-v2-deprecation.md | 22 ++ 1 file changed, 22 insertions(+) diff --git

[tor-commits] [status-site/main] Formatting fixes to the V2 deprecation notice

2021-05-10 Thread anarcat
commit 926b19642a796b37c21fcf7952b1c937ca74e09c Author: Duncan Date: Fri May 7 13:47:36 2021 + Formatting fixes to the V2 deprecation notice --- content/issues/2021-05-6-v2-deprecation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [status-site/main] Update color scheme with more accessible hues

2021-05-10 Thread anarcat
commit 6387fa7c5277c7374172ea976b4956ba5983162c Author: Duncan Date: Fri May 7 15:52:06 2021 + Update color scheme with more accessible hues --- config.yml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index ddb2571..0d9cc50 100644

Bug#988074: trocla: diff for NMU version 0.3.0-0.1

2021-05-04 Thread anarcat
and are therefore not only my changes. My work may be more easily reviewed here: https://salsa.debian.org/anarcat/trocla/-/commits/debian/experimental/ You can also see the pipeline has been fixed by those commits here: https://salsa.debian.org/anarcat/trocla/-/pipelines/251950 Regards. diff -Nru trocla

[DRE-maint] trocla: diff for NMU version 0.3.0-0.1

2021-05-04 Thread anarcat
and are therefore not only my changes. My work may be more easily reviewed here: https://salsa.debian.org/anarcat/trocla/-/commits/debian/experimental/ You can also see the pipeline has been fixed by those commits here: https://salsa.debian.org/anarcat/trocla/-/pipelines/251950 Regards. diff -Nru trocla

[tor-commits] [status-site/main] Merge branch 'main' into 'main'

2021-03-16 Thread anarcat
commit 5b203daa9140afacb82c943b89a75922e7d5899c Merge: 02df8c5 db32be6 Author: anarcat Date: Tue Mar 16 18:46:20 2021 + Merge branch 'main' into 'main' Update categories, service titles and descriptions Adds a third category for websites; updates category and service

[tor-commits] [status-site/main] Update categories, service titles and descriptions

2021-03-16 Thread anarcat
commit db32be6ea810a99bae31c4c3323d8e8d1930937c Author: Duncan Date: Tue Mar 16 18:46:19 2021 + Update categories, service titles and descriptions Closes: #3 --- config.yml| 63 ---

[tor-commits] [status-site/main] remove section output to silence warnings

2021-01-27 Thread anarcat
commit 3219ce6b5f844dbbe88611a71a482cae8cfe2ebb Author: Antoine Beaupré Date: Wed Jan 27 13:38:33 2021 -0500 remove section output to silence warnings Should be a noop, as per https://github.com/cstate/cstate/issues/167 --- config.yml | 4 1 file changed, 4 deletions(-)

[tor-commits] [status-site/main] downgrade google delivery problems

2021-01-27 Thread anarcat
commit 940885936c2b38b1d390919bc0ae453620a4e15a Author: Antoine Beaupré Date: Wed Jan 27 11:52:27 2021 -0500 downgrade google delivery problems --- content/issues/2021-01-25-gmail-bounce.md | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[tor-commits] [status-site/main] rewrite README in markdown and expand

2021-01-27 Thread anarcat
commit 1cc181f21dc0d3ccd8a0461fe939b8b1ca990ce6 Author: Antoine Beaupré Date: Tue Jan 26 13:37:22 2021 -0500 rewrite README in markdown and expand This is mostly to trigger a job to trigger a Nagios warning about the union filesystems, to then silence them (phew!). ---

[tor-commits] [support-tools/master] fix path to psql database

2020-09-15 Thread anarcat
commit 412004f41327a87c9cc4b535407b147532401567 Author: Antoine Beaupré Date: Tue Sep 15 11:01:40 2020 -0400 fix path to psql database drobovi is long gone, and the DB is on the same host now. --- train-spam-filters/train_spam_filters | 2 +- 1 file changed, 1 insertion(+), 1

Bug#826675: rapid-photo-downloader: Wrong sort order

2020-04-11 Thread anarcat
Control: tag -1 moreinfo On Tue, Jun 07, 2016 at 09:40:07PM +0200, Christian von Kietzell wrote: > Package: rapid-photo-downloader > Version: 0.4.11-1 > Severity: normal > > Dear Maintainer, > > rpd sorts the files to import incorrectly, resulting in file numbering that > isn't chronological

Bug#807990: oath-toolkit: diff for NMU version 2.6.1-1.4

2020-03-13 Thread anarcat
[this is a resend: the prevous version had the wrong date in debian/changelog] Dear maintainer, I've prepared an NMU for oath-toolkit (versioned as 2.6.1-1.4) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru

Bug#807990: oath-toolkit: diff for NMU version 2.6.1-1.4

2020-03-13 Thread anarcat
[this is a resend: the prevous version had the wrong date in debian/changelog] Dear maintainer, I've prepared an NMU for oath-toolkit (versioned as 2.6.1-1.4) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru

Bug#807990: oath-toolkit: diff for NMU version 2.6.1-1.4

2020-03-13 Thread anarcat
Control: tags 807990 + pending Dear maintainer, I've prepared an NMU for oath-toolkit (versioned as 2.6.1-1.4) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. diff -Nru oath-toolkit-2.6.1/debian/changelog oath-toolkit-2.6.1/debian/changelog ---

Bug#807990: oath-toolkit: diff for NMU version 2.6.1-1.4

2020-03-13 Thread anarcat
Control: tags 807990 + pending Dear maintainer, I've prepared an NMU for oath-toolkit (versioned as 2.6.1-1.4) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. diff -Nru oath-toolkit-2.6.1/debian/changelog oath-toolkit-2.6.1/debian/changelog ---

Bug#930440: RFP: podman -- Library and tool for running OCI-based containers in Pods

2020-01-04 Thread anarcat
Control: tags -1 +pending On Wed, Jun 12, 2019 at 08:26:22PM +0200, Varac wrote: > * Package name: podman I just want to mention that it seems podman has entered NEW: https://ftp-master.debian.org/new/libpod_1.6.4+dfsg-1.html The last dependency that was missing (#948113) is also waiting

Bug#930440: RFP: podman -- Library and tool for running OCI-based containers in Pods

2020-01-04 Thread anarcat
Control: tags -1 +pending On Wed, Jun 12, 2019 at 08:26:22PM +0200, Varac wrote: > * Package name: podman I just want to mention that it seems podman has entered NEW: https://ftp-master.debian.org/new/libpod_1.6.4+dfsg-1.html The last dependency that was missing (#948113) is also waiting

Bug#944986: ITP: emacs-wgrep -- edit multiple files simultaneously in Emacs using grep buffers--pattern editing

2019-12-21 Thread anarcat
On Sun, Nov 17, 2019 at 07:39:49PM -0500, Nicholas D Steeves wrote: > Package: wnpp > Severity: wishlist > Owner: Nicholas D Steeves > Control: tag + moreinfo > > Package name: emacs-wgrep > Version : 2.3.0 > Upstream Author : Masahiro Hayashi > URL :

Bug#944986: ITP: emacs-wgrep -- edit multiple files simultaneously in Emacs using grep buffers--pattern editing

2019-12-21 Thread anarcat
On Sun, Nov 17, 2019 at 07:39:49PM -0500, Nicholas D Steeves wrote: > Package: wnpp > Severity: wishlist > Owner: Nicholas D Steeves > Control: tag + moreinfo > > Package name: emacs-wgrep > Version : 2.3.0 > Upstream Author : Masahiro Hayashi > URL :

[Bug 1632072] Re: circular build dependency between ubuntu-release-upgrader and update-manager

2019-12-12 Thread anarcat
> @anarcat did you ever got this sorted out? No, I gave up on this project. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1632072 Title: circular build dependency between ubuntu-release-upgra

Bug#936043: ITP: gitbatch -- Manage git repositories in one place

2019-11-01 Thread anarcat
On Thu, Aug 29, 2019 at 01:28:57PM +0200, Dawid Dziurla wrote: > Managing multiple git repositories is easier than ever. Often one would end > up working on many directories and manually pulling updates etc. To make > this routine faster, gitbatch was created, a simple tool to handle this job.

Bug#936043: ITP: gitbatch -- Manage git repositories in one place

2019-11-01 Thread anarcat
On Thu, Aug 29, 2019 at 01:28:57PM +0200, Dawid Dziurla wrote: > Managing multiple git repositories is easier than ever. Often one would end > up working on many directories and manually pulling updates etc. To make > this routine faster, gitbatch was created, a simple tool to handle this job.

Bug#942114: ganeti-instance-debootstrap: diff for NMU version 0.16-6.1

2019-11-01 Thread anarcat
Control: tags 942114 + pending Dear maintainer, I've prepared an NMU for ganeti-instance-debootstrap (versioned as 0.16-6.1) and uploaded it to DELAYED/02. Please feel free to tell me if I should delay it longer. Regards. diff -Nru ganeti-instance-debootstrap-0.16/debian/changelog

Bug#942114: ganeti-instance-debootstrap: diff for NMU version 0.16-6.1

2019-11-01 Thread anarcat
Control: tags 942114 + pending Dear maintainer, I've prepared an NMU for ganeti-instance-debootstrap (versioned as 0.16-6.1) and uploaded it to DELAYED/02. Please feel free to tell me if I should delay it longer. Regards. diff -Nru ganeti-instance-debootstrap-0.16/debian/changelog

Bug#941638: docopt: diff for NMU version 0.6.2-2.1

2019-10-10 Thread anarcat
Control: tags 941638 + pending Dear maintainer, I've prepared an NMU for docopt (versioned as 0.6.2-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru docopt-0.6.2/debian/changelog docopt-0.6.2/debian/changelog ---

Bug#941638: docopt: diff for NMU version 0.6.2-2.1

2019-10-10 Thread anarcat
Control: tags 941638 + pending Dear maintainer, I've prepared an NMU for docopt (versioned as 0.6.2-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru docopt-0.6.2/debian/changelog docopt-0.6.2/debian/changelog ---

Bug#930080: solarized-emacs: diff for NMU version 1.3.0-0.1~exp0

2019-06-06 Thread anarcat
Package: solarized-emacs Version: 1.2.2-4 Severity: normal Tags: patch pending Dear maintainer, I've prepared an NMU for solarized-emacs (versioned as 1.3.0-0.1~exp0) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru

Re: [Savonet-users] [savonet/liquidsoap] MPD protocol is not documented (#108)

2019-04-25 Thread anarcat
what's wrong with MPD? I still use it and it's working fine... if it shouldn't be used in liquidsoap, seems to be the code should be removed, or it should be documented. either way, something should probably be done with this ticket, no? :) -- You are receiving this because you are subscribed

Bug#887750: pam-python: diff for NMU version 1.0.6-1.1

2019-01-19 Thread anarcat
Dear maintainer, I've prepared an NMU for pam-python (versioned as 1.0.6-1.1) and uploaded it to DELAYED/0. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru pam-python-1.0.6/debian/changelog pam-python-1.0.6/debian/changelog --- pam-python-1.0.6/debian/changelog

Bug#887750: pam-python: diff for NMU version 1.0.6-1.1

2019-01-19 Thread anarcat
Dear maintainer, I've prepared an NMU for pam-python (versioned as 1.0.6-1.1) and uploaded it to DELAYED/0. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru pam-python-1.0.6/debian/changelog pam-python-1.0.6/debian/changelog --- pam-python-1.0.6/debian/changelog

Bug#917492: fam: diff for NMU version 2.7.0-17.3

2019-01-19 Thread anarcat
Control: tags 917492 + pending Dear maintainer, I've prepared an NMU for fam (versioned as 2.7.0-17.3) and uploaded it to DELAYED/0. Please feel free to tell me if I should delay it longer. Regards. -- diff -u fam-2.7.0/debian/changelog fam-2.7.0/debian/changelog ---

Bug#917492: fam: diff for NMU version 2.7.0-17.3

2019-01-19 Thread anarcat
Control: tags 917492 + pending Dear maintainer, I've prepared an NMU for fam (versioned as 2.7.0-17.3) and uploaded it to DELAYED/0. Please feel free to tell me if I should delay it longer. Regards. -- diff -u fam-2.7.0/debian/changelog fam-2.7.0/debian/changelog ---

Bug#919217: Acknowledgement (Missing dependency on devscripts)

2019-01-19 Thread anarcat
tags 919217 +pendingo user debian-rele...@lists.debian.org usertag 919217 + bsp-2019-01-ca-montreal thanks On Mon, Jan 14, 2019 at 09:27:08PM +0100, Jeroen Dekkers wrote: > Control: tag -1 +patch > >

Bug#919217: Acknowledgement (Missing dependency on devscripts)

2019-01-19 Thread anarcat
tags 919217 +pendingo user debian-rele...@lists.debian.org usertag 919217 + bsp-2019-01-ca-montreal thanks On Mon, Jan 14, 2019 at 09:27:08PM +0100, Jeroen Dekkers wrote: > Control: tag -1 +patch > >

Bug#903698: sphinxbase: build appears broken for multiple python3 versions

2019-01-19 Thread anarcat
user debian-rele...@lists.debian.org usertag nn + bsp-2019-01-ca-montreal tags -1 -patch +moreinfo thank you On Thu, Jan 03, 2019 at 10:16:13AM +0100, Samuel Thibault wrote: > Oops, this bug was erroneously closed

Bug#903698: sphinxbase: build appears broken for multiple python3 versions

2019-01-19 Thread anarcat
user debian-rele...@lists.debian.org usertag nn + bsp-2019-01-ca-montreal tags -1 -patch +moreinfo thank you On Thu, Jan 03, 2019 at 10:16:13AM +0100, Samuel Thibault wrote: > Oops, this bug was erroneously closed

Bug#915307: magic-wormhole FTBFS with Python 3.7

2018-12-02 Thread anarcat
Control: fixed 915307 0.11.2-1 I believe the latest upstream release fixes that, or at least it compiles here in a sid schroot with py 3.7. I meant to fix this in the changelog but forgot about it before doing the upload... :/ Thanks for the heads up though! signature.asc Description: PGP

Bug#915307: magic-wormhole FTBFS with Python 3.7

2018-12-02 Thread anarcat
Control: fixed 915307 0.11.2-1 I believe the latest upstream release fixes that, or at least it compiles here in a sid schroot with py 3.7. I meant to fix this in the changelog but forgot about it before doing the upload... :/ Thanks for the heads up though! signature.asc Description: PGP

[Bug 1701731] Re: phpLDAPadmin <= 1.2.3 'entry_chooser.php' Multiple Cross-Site Scripting

2018-10-31 Thread anarcat
** Bug watch added: Debian Bug tracker #867719 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867719 ** Also affects: phpldapadmin via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867719 Importance: Unknown Status: Unknown -- You received this bug notification because

[Ubuntustudio-bugs] [Bug 1762222] Re: will not mount or read card in camera

2018-10-19 Thread anarcat
for the record, i see the same behavior in debian with 0.9.9 and 0.9.12. By default, RPD does not mount the sdcard automatically, i need to start Thunar or some file manager and click on the device to have it mounted. then RPD can see it and operate normally. i always thought that feature was just

[Bug 1762222] Re: will not mount or read card in camera

2018-10-19 Thread anarcat
for the record, i see the same behavior in debian with 0.9.9 and 0.9.12. By default, RPD does not mount the sdcard automatically, i need to start Thunar or some file manager and click on the device to have it mounted. then RPD can see it and operate normally. i always thought that feature was just

Bug#880220: Fixed in upload

2018-09-17 Thread anarcat
Control: found 880220 2017.11.24~bpo9+1 I have version 2017.11.24~bpo9+1 installed here, and the global trust anchor is still installed. # dpkg -L leap-archive-keyring | grep trusted.gpg.d/ /etc/apt/trusted.gpg.d/leap-archive.gpg /etc/apt/trusted.gpg.d/leap-experimental-archive.gpg So this bug

Bug#807866: RFP: github-hub -- hub helps you win at git

2018-07-05 Thread anarcat
Control: unblock 807866 by 819936 On Mon, Aug 22, 2016 at 11:13:05AM +1200, Olly Betts wrote: > So it looks like it's just github.com/octokit/go-octokit/octokit that is > needed now (ITP is https://bugs.debian.org/819936 so marking that bug as > blocking this, and Cc-ing the owner of that ITP so

Bug#807866: RFP: github-hub -- hub helps you win at git

2018-07-05 Thread anarcat
Control: unblock 807866 by 819936 On Mon, Aug 22, 2016 at 11:13:05AM +1200, Olly Betts wrote: > So it looks like it's just github.com/octokit/go-octokit/octokit that is > needed now (ITP is https://bugs.debian.org/819936 so marking that bug as > blocking this, and Cc-ing the owner of that ITP so

Re: [pkg-go] Bug#807866: RFP: github-hub -- hub helps you win at git

2018-07-05 Thread anarcat
Control: unblock 807866 by 819936 On Mon, Aug 22, 2016 at 11:13:05AM +1200, Olly Betts wrote: > So it looks like it's just github.com/octokit/go-octokit/octokit that is > needed now (ITP is https://bugs.debian.org/819936 so marking that bug as > blocking this, and Cc-ing the owner of that ITP so

Bug#889281: dokuwiki: CVE-2017-18123: reflected file download vulnerability

2018-06-07 Thread anarcat
Hi, I have tested an update of the jessie package and things seem to work fine after merging the patch from upstream during a smoketest of a clean jessie VM. Attached is the debdiff to complete the update. A. diff -Nru dokuwiki-0.0.20140505.a+dfsg/debian/changelog

Bug#889281: dokuwiki: CVE-2017-18123: reflected file download vulnerability

2018-06-07 Thread anarcat
Hi, I have tested an update of the jessie package and things seem to work fine after merging the patch from upstream during a smoketest of a clean jessie VM. Attached is the debdiff to complete the update. A. diff -Nru dokuwiki-0.0.20140505.a+dfsg/debian/changelog

Bug#885699: smokeping: symbolic link to smokeping.cgi missing

2018-05-12 Thread anarcat
Control: tags -1 +pending Control: severity -1 normal On Fri, Dec 29, 2017 at 10:48:43AM +0100, Sigbjorn Kjetland wrote: > Dear Maintainer, > >* What led up to the situation? > I am installing smokeping on a new server to replace old smokeping server > I have configured and restarted

Bug#885699: smokeping: symbolic link to smokeping.cgi missing

2018-05-12 Thread anarcat
Control: tags -1 +pending Control: severity -1 normal On Fri, Dec 29, 2017 at 10:48:43AM +0100, Sigbjorn Kjetland wrote: > Dear Maintainer, > >* What led up to the situation? > I am installing smokeping on a new server to replace old smokeping server > I have configured and restarted

Bug#705369: gnutls support broken in charybdis

2017-08-03 Thread anarcat
GnuTLS support is still broken in charybdis. On irc.indymedia.org, we couldn't link servers with gnutls - we'd get all sorts of errors like "Read error: Error in the pull function". Our experience was documented here: https://we.riseup.net/ircd/outage-20170202 So I reopened this issue and marked

Bug#860287: libosip2: CVE-2016-10324 CVE-2016-10325 CVE-2016-10326 CVE-2017-7853

2017-04-14 Thread anarcat
Control: fixed -1 4.1.0-2.1 Control: tags -1 +pending I have made a NMU (diff in #860345) to fix this in sid/stretch, the patches apply fairly cleanly, and since it's the same version in jessie, it should be trivial to backport there... I forgot to mention the bug # in the NMU, unfortunately...

Bug#860287: libosip2: CVE-2016-10324 CVE-2016-10325 CVE-2016-10326 CVE-2017-7853

2017-04-14 Thread anarcat
Control: fixed -1 4.1.0-2.1 Control: tags -1 +pending I have made a NMU (diff in #860345) to fix this in sid/stretch, the patches apply fairly cleanly, and since it's the same version in jessie, it should be trivial to backport there... I forgot to mention the bug # in the NMU, unfortunately...

Bug#860345: libosip2: diff for NMU version 4.1.0-2.1

2017-04-14 Thread anarcat
Package: libosip2 Version: 4.1.0-2 Severity: normal Tags: patch pending Dear maintainer, I've prepared an NMU for libosip2 (versioned as 4.1.0-2.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards. -- diff -Nru libosip2-4.1.0/debian/changelog

Bug#857992: openjdk-8-jre-headless: please add Breaks: tzdata-java

2017-04-14 Thread anarcat
user debian-rele...@lists.debian.org usertags 857992 bsp-2017-04-ca-montreal thanks On Mon, Apr 10, 2017 at 12:28:07PM +0200, Andreas Beckmann wrote: > Control: severity -1 serious > > On 2017-03-17 00:33, Andreas Beckmann wrote: > > I haven't rebuilt openjdk-8 to test whether this actually

[Openjdk] Bug#857992: openjdk-8-jre-headless: please add Breaks: tzdata-java

2017-04-14 Thread anarcat
user debian-rele...@lists.debian.org usertags 857992 bsp-2017-04-ca-montreal thanks On Mon, Apr 10, 2017 at 12:28:07PM +0200, Andreas Beckmann wrote: > Control: severity -1 serious > > On 2017-03-17 00:33, Andreas Beckmann wrote: > > I haven't rebuilt openjdk-8 to test whether this actually

Bug#857992: openjdk-8-jre-headless: please add Breaks: tzdata-java

2017-04-14 Thread anarcat
user debian-rele...@lists.debian.org usertags 857992 bsp-2017-04-ca-montreal thanks On Mon, Apr 10, 2017 at 12:28:07PM +0200, Andreas Beckmann wrote: > Control: severity -1 serious > > On 2017-03-17 00:33, Andreas Beckmann wrote: > > I haven't rebuilt openjdk-8 to test whether this actually

Bug#859655: golang-go.crypto: CVE-2017-3204

2017-04-14 Thread anarcat
Control: user -1 debian-rele...@lists.debian.org Control: usertags -1 bsp-2017-04-ca-montreal Control: tags -1 +patch I looked into this during the Montreal BSP, and it's unclear what we should do here, considering there has been multiple new uploads since the stretch freeze. The patch is

[pkg-go] Bug#859655: golang-go.crypto: CVE-2017-3204

2017-04-14 Thread anarcat
Control: user -1 debian-rele...@lists.debian.org Control: usertags -1 bsp-2017-04-ca-montreal Control: tags -1 +patch I looked into this during the Montreal BSP, and it's unclear what we should do here, considering there has been multiple new uploads since the stretch freeze. The patch is

Bug#859655: golang-go.crypto: CVE-2017-3204

2017-04-14 Thread anarcat
Control: user -1 debian-rele...@lists.debian.org Control: usertags -1 bsp-2017-04-ca-montreal Control: tags -1 +patch I looked into this during the Montreal BSP, and it's unclear what we should do here, considering there has been multiple new uploads since the stretch freeze. The patch is

Bug#850168: lintian should have checks for manual pages to see if they have an EXAMPlES section

2017-01-04 Thread anarcat
Control: severity -1 wishlist I agree! I often find myself frustrated by more obscure bits of software where I would love to see some EXAMPLES sections to help me get started. Maybe this could be a "Informative" or "Pedantic" level instead of "Warning"? It certainly shouldn't be at the "Error"

Bug#850168: lintian should have checks for manual pages to see if they have an EXAMPlES section

2017-01-04 Thread anarcat
Control: severity -1 wishlist I agree! I often find myself frustrated by more obscure bits of software where I would love to see some EXAMPLES sections to help me get started. Maybe this could be a "Informative" or "Pedantic" level instead of "Warning"? It certainly shouldn't be at the "Error"

Bug#848508: LANG=C wormhole :/

2017-01-03 Thread anarcat
On Tue, Jan 03, 2017 at 02:03:44PM -0500, Daniel Kahn Gillmor wrote: > Control: forwarded 848508 https://github.com/warner/magic-wormhole/issues/127 > > It'd be really nice for wormhole to stay on python 3 -- i would like to > be able to run a system free of python2 in the near future, and i'd

Bug#810506: Upload of linux-grsec to jessie-backports?

2016-12-27 Thread anarcat
On Mon, Apr 25, 2016 at 08:19:42AM +0200, Yves-Alexis Perez wrote: > On lun., 2016-04-25 at 05:45 +, Amarildo Júnior wrote: > > Any news? > > Stay tuned? As already said I was waiting on the kernel to become eligible for > migration. This happened two days ago, so I'll prepare a

Bug#810506: Upload of linux-grsec to jessie-backports?

2016-12-27 Thread anarcat
On Mon, Apr 25, 2016 at 08:19:42AM +0200, Yves-Alexis Perez wrote: > On lun., 2016-04-25 at 05:45 +, Amarildo Júnior wrote: > > Any news? > > Stay tuned? As already said I was waiting on the kernel to become eligible for > migration. This happened two days ago, so I'll prepare a

Bug#845196: closed by Bastien Roucariès <roucaries.bastien+deb...@gmail.com> (Bug#845196: fixed in imagemagick 8:6.8.9.9-5+deb8u6)

2016-12-20 Thread anarcat
I believe the fix for Bug#845196 is incomplete, at least in stable. It does ship with this patch: https://github.com/ImageMagick/ImageMagick/commit/1be809ae06f2fcb094836960edb707f81422e964 but not this one:

Bug#848139: CVE-2016-8707 ImageMagick Convert Tiff Adobe Deflate Code Execution Vulnerability

2016-12-16 Thread anarcat
Here's a patch for wheezy, which may be useful for jessie if, like wheezy, it lacks the ReadYCCKMethod case. From e5fd9ab1b70b2edd06de8efb606e04482cb9a2f0 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 1 Dec 2016 20:06:50 -0500 Subject: [PATCH] Fix possible

Bug#848139: CVE-2016-8707 ImageMagick Convert Tiff Adobe Deflate Code Execution Vulnerability

2016-12-16 Thread anarcat
Here's a patch for wheezy, which may be useful for jessie if, like wheezy, it lacks the ReadYCCKMethod case. From e5fd9ab1b70b2edd06de8efb606e04482cb9a2f0 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 1 Dec 2016 20:06:50 -0500 Subject: [PATCH] Fix possible

[Bug 1594222] Re: known ssld crash

2016-12-15 Thread anarcat
i am not an ubuntu maintainer, i only take care of the debian side of things - you'll have to find some Ubuntu person to followup here... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594222 Title:

Bug#842388: RFP: zcash -- an implementation of the "Zerocash" protocol

2016-10-31 Thread anarcat
There are packages here it seems: https://github.com/zcash/zcash/wiki/Debian-binary-packages It seems their apt repo is down, however... signature.asc Description: Digital signature

Bug#842388: RFP: zcash -- an implementation of the "Zerocash" protocol

2016-10-31 Thread anarcat
There are packages here it seems: https://github.com/zcash/zcash/wiki/Debian-binary-packages It seems their apt repo is down, however... signature.asc Description: Digital signature

Bug#824670: ITP: dnsdiag -- DNS Diagnostics and Performance Measurement Tools

2016-10-18 Thread anarcat
Glad to see some progress on this. It seems that the patches for dnspython have all been merged upstream and that dnsdiag now uses dnspython cleanly: https://github.com/farrokhi/dnsdiag/issues/17#issuecomment-254445188 I believe this removes the last blocker you have documented for packaging

Bug#824670: ITP: dnsdiag -- DNS Diagnostics and Performance Measurement Tools

2016-10-18 Thread anarcat
Glad to see some progress on this. It seems that the patches for dnspython have all been merged upstream and that dnsdiag now uses dnspython cleanly: https://github.com/farrokhi/dnsdiag/issues/17#issuecomment-254445188 I believe this removes the last blocker you have documented for packaging

Bug#837591:

2016-10-13 Thread anarcat
On Wed, Sep 14, 2016 at 10:27:06PM +0200, Tobias Frost wrote: > Actually, whether deleting a user on purge or not is disputed. > https://wiki.debian.org/AccountHandlingInMaintainerScripts > > (I wouldn't say this is RC, but I let the maintainer decide if it > should be downgraded) Understood.

[Bug 1632072] [NEW] circular build dependency between ubuntu-release-upgrader and update-manager

2016-10-10 Thread anarcat
Public bug reported: trying to build ubuntu-release-upgrader from scratch on another debian platform gives an impossible build dependency: Source: ubuntu-release-upgrader Section: admin Priority: optional Maintainer: Ubuntu Developers Build-Depends:

Bug#774992: O: linkchecker -- check websites and HTML documents for broken links

2016-09-30 Thread anarcat
I may be interested in collaboratively maintaining this, if we can get upstream development to resume. Otherwise I'm tempted to just give up and point people towards w3c-checker. A. -- C'est avec les pierres de la loi qu'on a bâti les prisons, et avec les briques de la religion, les bordels.

Bug#774992: O: linkchecker -- check websites and HTML documents for broken links

2016-09-30 Thread anarcat
I may be interested in collaboratively maintaining this, if we can get upstream development to resume. Otherwise I'm tempted to just give up and point people towards w3c-checker. A. -- C'est avec les pierres de la loi qu'on a bâti les prisons, et avec les briques de la religion, les bordels.

Bug#773970: Monkeyscan fails at launch

2016-09-28 Thread anarcat
Control: tags 773970 +fixed-upstream Control: fixed 773970 2.1.0 I overlooked that bug report when creating the changelog. This was fixed in the recent 2.1.0 release. A. signature.asc Description: Digital signature

Bug#784602: [PATCH] make monkeysign build reproducibly

2016-09-28 Thread anarcat
Control: fixed 784602 2.1.0 Control: tags 784602 fixed-upstream Thanks Daniel and intri for the patch and feedback. This was fixed in the 2.1.0 release, I just overlooked that bug in the release process... What I actually did was that I just ripped out the timestamp code from the manpage

Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2016-09-26 Thread anarcat
Control: fixed 647883 0.83.3.1 On Tue, Nov 08, 2011 at 12:00:26PM +0100, Michael Vogt wrote: > On Mon, Nov 07, 2011 at 10:53:12AM +0100, Philipp Kern wrote: > > The commented-out example for squeeze-updates (${distro_codename}-updates) > > provided by unattended-upgrades does not work. You

  1   2   3   4   5   6   7   8   9   10   >