Bug#829671: Can we start depending on /etc/krb5.conf.d

2018-07-16 Thread Brian May
uld you feel about turning this on in the > krb5.conf shipped by krb5-config? The concept sounds fine to me. I may be restricted in how much time I can spend on such a project however. -- Brian May

Bug#899176: mkdocs-bootstrap: Please update to version 0.2.0 that is compatible with mkdocs 0.17

2018-05-24 Thread Brian May
I can remove this Breaks for my upload. Alternatively, if you want, just upload a fixed package to unstable, and if all other requirements have been met it should be fine I think. -- Brian May <b...@debian.org>

Bug#899176: mkdocs-bootstrap: Please update to version 0.2.0 that is compatible with mkdocs 0.17

2018-05-23 Thread Brian May
Dmitry Shachnev <mity...@debian.org> writes: > The fixed version won’t reach testing *first* because I have added > Breaks: mkdocs-bootswatch (<< 0.5) to it. What is the reason for this? Does mkdocs still try to use mkdocs-bootswatch if it is availabe? -- Brian May <b...@debian.org>

Bug#899176: mkdocs-bootstrap: Please update to version 0.2.0 that is compatible with mkdocs 0.17

2018-05-23 Thread Brian May
keep it. > > Can you please file a removal bug yourself? As only you can file a RoM bug. Will do so. I note the python-mkdocs package in sid still build-depends on both these packages. So probably should wait until a fixed package reaches testing first. -- Brian May <b...@debian.org>

Bug#899176: mkdocs-bootstrap: Please update to version 0.2.0 that is compatible with mkdocs 0.17

2018-05-20 Thread Brian May
lease remove it. Thanks -- Brian May <b...@debian.org>

Bug#899176: mkdocs-bootstrap: Please update to version 0.2.0 that is compatible with mkdocs 0.17

2018-05-20 Thread Brian May
mind if I do that? Also can I switch from git-dpm to gbp using > the DPMT workflow (https://wiki.debian.org/Python/GitPackagingPQ)? Please go ahead on both. Conversion to gbp should be easy too, no patches to unapply. -- Brian May <b...@debian.org>

Bug#899176: mkdocs-bootstrap: Please update to version 0.2.0 that is compatible with mkdocs 0.17

2018-05-20 Thread Brian May
. I already tried to update both these packages, but IIRC got stuck trying to get lintian happy. I have pushed my changes to salsa. -- Brian May <b...@debian.org>

Bug#898345: sshuttle consistently crashes ssh

2018-05-14 Thread Brian May
Joey Hess <i...@joeyh.name> writes: > -x with the IP of the ssh server does avoid the problem Suggestions with how to deal with this appreciated. Unfortunately I cannot think of any good solutions. -- Brian May <b...@debian.org>

Bug#898345: sshuttle consistently crashes ssh

2018-05-11 Thread Brian May
, use of "-x" to exclude packets for the remote server should solve the problem. Regards -- Brian May <b...@debian.org>

Bug#897231: sshuttle: does not exclude established connections

2018-05-01 Thread Brian May
/github.com/sshuttle/sshuttle/issues/224 -- Brian May <b...@debian.org>

Bug#897257: RM: django-celery -- ROM; Deprecated package

2018-04-30 Thread Brian May
Package: ftp.debian.org Severity: normal Hello, django-celery is broken, deprecated upstream, and has been replaced by other packages that are already in Debian, such as django-celery-results and django-celery-beat. This was discussed on debian-python, see:

Bug#896429: [Python-modules-team] Bug#896429: python3-django-tables2: django_tables2 fails to import

2018-04-20 Thread Brian May
accessing settings. I believe this bug report, and several others you filled recently that contain this same text are false. Like it or not, it is just not possible to import Django libraries without providing a valid django settings file. This is not a sign that something is broken. -- Brian May <b...@debian.org>

Bug#894174: gcalcli: --nodeclined error

2018-03-27 Thread Brian May
Attached is a patch that appears to solve this. I haven't subjected it to much testing yet however. -- Brian May <b...@debian.org> --- /usr/bin/gcalcli 2016-09-18 01:31:26.0 +1000 +++ /tmp/gcalcli 2018-03-27 17:10:23.647889928 +1100 @@ -1553,8 +1553,8 @@ co

Bug#894174: gcalcli: --nodeclined error

2018-03-26 Thread Brian May
Package: gcalcli Version: 3.4.0-1 Severity: normal This only happens with --nodeclined: Traceback (most recent call last): File "/usr/bin/gcalcli", line 2649, in BowChickaWowWow() File "/usr/bin/gcalcli", line 2499, in BowChickaWowWow gcal.AgendaQuery() File "/usr/bin/gcalcli",

Bug#893057: python3-notmuch: random aborts on exit

2018-03-25 Thread Brian May
>> Curiously, changes to tags don't seem to be preserved after the program >> exits. This may or may not be related. > > Do you mean in the case that it aborts, or when it exits normally? Only when my script aborts after completion. -- Brian May <b...@debian.org>

Bug#893057: python3-notmuch: random aborts on exit

2018-03-20 Thread Brian May
On 2018-03-16 11:28, David Bremner wrote: > I suspect it has to do with changes in memory management in python3. > > You hide the problem by adding > > del(db) > > at the end of your script. Unfortunately, I still seem to be getting this abort error, although not as often. Curiously,

Bug#891288: tiff / CVE-2018-7456

2018-03-17 Thread Brian May
meters */ uint16* td_transferfunction[3]; float* td_refblackwhite; [...] } TIFFDirectory; So I am guessing when you access td_transferfunction[3], you are actually accessing td_refblackwhite, which - surprise surprise - happens to be NULL. -- Brian May <b...@debian.org>

Bug#893057: python3-notmuch: random aborts on exit

2018-03-15 Thread Brian May
David Bremner <da...@tethera.net> writes: > You hide the problem by adding > > del(db) > > at the end of your script. > > You can read some discussion at > > https://notmuchmail.org/pipermail/notmuch/2016/021622.html Thanks for this, and the work around. The wor

Bug#893057: python3-notmuch: random aborts on exit

2018-03-15 Thread Brian May
Package: python3-notmuch Version: 0.23.7-3 Severity: important If I try to run the following program on Debian Stretch: === cut === #!/usr/bin/python3 import notmuch db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE) def abcdef(): pass q_new = notmuch.Query(db, 'tag:new') === cut

Bug#892978: getmail4: should recommend requirements for --store-password-in-gnome-keyring

2018-03-15 Thread Brian May
here is already talk on debian-python about moving everything to Python3. -- Brian May <b...@debian.org>

Bug#892978: getmail4: should recommend requirements for --store-password-in-gnome-keyring

2018-03-14 Thread Brian May
Package: getmail4 Version: 4.53.0-1+deb9u1 Severity: wishlist I think the following packages are required for the --store-password-in-gnome-keyring option to work. These should be listed in the recommends (or maybe suggests) header. * python-gnomekeyring * python-gobject This list may not be

Bug#867461: Bug#858539: should ca-certificates certdata.txt synchronize across all suites?

2018-01-14 Thread Brian May
the CA list. This includes removing the StartCom and WoSign certificates to as they are now untrusted by the major browser vendors. --- cut --- Or do I need more details? e.g. the list of certificates added/removed from debian/changelog? -- Brian May <b...@debian.org>

Bug#865588: [Python-modules-team] Bug#865588: Bug#865588: djangorestframework FTBFS with Django 1.11: ERROR collecting tests/test_fields.py

2018-01-09 Thread Brian May
oking at fixing the dependancies. I CCed him. Possibly there are errors in the git packaging that need to be fixed. I stopped as soon as I encountered problems, because I did not have the time to fix them. -- Brian May <b...@debian.org>

Bug#867461: Bug#858539: should ca-certificates certdata.txt synchronize across all suites?

2018-01-08 Thread Brian May
onse (yet) from Michael Shuler, I am wondering if we should go ahead and upload the wheezy version anyway? As far as I can tell, the only change required to the debian-wheezy branch is that the distribution in the changelog refers to "wheezy" instead of "wheezy-security". Regards -- Brian May <b...@debian.org>

Bug#884322: sshuttle broken after upgrade to 0.78.0-1

2017-12-27 Thread Brian May
Emmanuel Lacour <elac...@easter-eggs.com> writes: > after upgrade to 0.78.0-1, I can no longer establish tunnel. I get the > following error: What is the server you are attempting to connect to? What is the output of "ip route" when run on the server? -- Brian May <b...@debian.org>

Bug#882140: python3-django-captcha: Django 2.0 support

2017-12-11 Thread Brian May
.org/pypi/django-ranged-response/0.2.0 -- Brian May <b...@debian.org>

Bug#881102: RM: libnet-ping-external-perl -- RoQA; unmaintained upstream, contains security issue for several years unadressed

2017-12-10 Thread Brian May
. Especially as it has been removed from Jessie and Stretch. -- Brian May <b...@debian.org>

Bug#878144: Remote unauthenticated DoS in Heimdal-KDC 7.1 (Debian)

2017-12-05 Thread Brian May
arly. Sorry, very short of time lately. Are you able to submit a bug report upstream? https://github.com/heimdal/heimdal/issues/ Thanks -- Brian May <b...@debian.org>

Bug#881196: [Python-modules-team] Bug#881196: django-celery FTBFS with celery 4.1.0-1

2017-11-08 Thread Brian May
this bug (yet again), and suggest that we should think about removing the package from Debian testing and unstable instead. -- Brian May <b...@debian.org>

Bug#878144: Remote unauthenticated DoS in Heimdal-KDC 7.1 (Debian)

2017-10-14 Thread Brian May
here doesn't seem to be any need to keep this private. -- Brian May <b...@debian.org>

Bug#868157: heimdal-kdc: Crashes periodically (bad error handling?)

2017-10-14 Thread Brian May
hasn't been approved by upstream... Thanks. -- Brian May <b...@debian.org>

Bug#872724: pyasn1

2017-10-14 Thread Brian May
against it to see if any fail. Although I think I may have just described a transition anyway :-). -- Brian May <b...@debian.org>

Bug#794744: systemd-logind: Lid closed event does not suspend

2017-10-11 Thread Brian May
Michael Biebl <bi...@debian.org> writes: > Is this problem still reproducible with a recent version of systemd? Sorry, I can't even remember making this report now. Stretch seems fine. Please close it. -- Brian May <b...@debian.org>

Bug#873927: amavisd-new-cronjob returns unknown cron routine when bayes is

2017-09-03 Thread Brian May
make sense. I don't know why you might be getting errors from the cronjob, however I think you are going to have to rethink your diagnoses. Or send me the actual error cron in giving you. -- Brian May <b...@debian.org>

Bug#855829: [Python-modules-team] Bug#855829: Possible solution

2017-08-09 Thread Brian May
least on a temp basis. Uploaded. -- Brian May <b...@debian.org>

Bug#855829: [Python-modules-team] Bug#855829: Bug#855829: Possible solution

2017-08-08 Thread Brian May
changes to git (or offer an alternative suggestion), I should be able to review and upload a new package. Thanks! -- Brian May <b...@debian.org>

Bug#855829: [Python-modules-team] Bug#855829: Possible solution

2017-08-06 Thread Brian May
e upstream package is no longer Python3 compatable - if I understood correctly. -- Brian May <b...@debian.org>

Bug#868638: heimdal-kdc: m-key installed by postinst apparently not used

2017-07-21 Thread Brian May
writes: > On Tue, Jul 18, 2017 at 05:35:07PM +1000, Brian May wrote: >>Does the attached patch look good to you? > > Yes, that's exactly what I had in mind. Tested here and looks fine. > > Changelog typo: "explicity". Guessing you already spotted it. > > The path

Bug#868842: please respect DEB_BUILD_OPTIONS=nocheck

2017-07-21 Thread Brian May
Ryan Tandy <r...@nardis.ca> writes: > Simply removing override_dh_auto_test should be enough. 01ee541a31 looks > like an unnecessary change to me; AFAICT, debhelper has always supported > 'make check'. With this change, the tests fail. Still trying to understand why. -

Bug#868840: krb5-config.heimdal --libs defines -rpath

2017-07-21 Thread Brian May
k of any reason why we need rpath set however. Which doesn't mean reasons don't exist... Patches to fix this welcome! -- Brian May <b...@debian.org>

Bug#868808: [Python-modules-team] Bug#868808: celery: Memory addresses being output in documentation fixed in upstream

2017-07-18 Thread Brian May
lace > upstream. It seems like there is not going to be a new celery release anytime soon: https://github.com/celery/celery/pull/3958#issuecomment-313997326 Are you able to provide a link to the commit that fixed this? -- Brian May <b...@debian.org>

Bug#868638: heimdal-kdc: m-key installed by postinst apparently not used

2017-07-18 Thread Brian May
ty issue? Do we need to investigate fixes for Wheezy, Jessie, and Stretch (depending on when this bug was first introduced)? -- Brian May <b...@debian.org> commit 88132b00b2629c25caeb8fc30492a45afc2da610 Author: Brian May <br...@linuxpenguins.xyz> Date: Tue Jul 18 17:32:27 2

Bug#868640: hdb_generate_key_set_password broke ABI

2017-07-18 Thread Brian May
m. Means binaries are more likely to work across distributions. I only hope that upstream have finished breaking ABI compatability... -- Brian May <b...@debian.org>

Bug#868640: hdb_generate_key_set_password broke ABI

2017-07-17 Thread Brian May
On 2017-07-18 08:30, Brian May wrote: > Please read the bull details of 868640 for more information, and for > details of similar situation that occured before the Stretch > release. #848694 Apologies for the typo. s/bull/full/

Bug#868640: hdb_generate_key_set_password broke ABI

2017-07-17 Thread Brian May
ar situation that occured before the Stretch release. #848694 -- Brian May <b...@debian.org>

Bug#868640: hdb_generate_key_set_password broke ABI

2017-07-17 Thread Brian May
ested, but the release team strongly disliked this solution. We ended up patching these symbols back in. I am not particularly keen on maintaining a growing set of patches that maintain backward compatability for eternanity while deliberately breaking compatability with other non-Debian-distributions however. -- Brian May <b...@debian.org>

Bug#868640: hdb_generate_key_set_password broke ABI

2017-07-17 Thread Brian May
previously undetected regression. i.e. it changes the signature back to what it should have been. I fix that was included in 7.4.0, that is now in unstable. Unfortunately, as stable now has the bad signature, I really have no idea what to do with this. Suggestions? Maybe I should ask on debian-devel? -- Brian May <b...@debian.org>

Bug#868208: CVE-2017-11103: MitM attack, impersonation of the Kerberos client, know as Orpheus Lyre

2017-07-16 Thread Brian May
Salvatore Bonaccorso <car...@debian.org> writes: > I just have prepared both and uploading to security-master for jessie- > and stretch-security (the patch applied straightforward). Thanks! -- Brian May <b...@debian.org>

Bug#868157: heimdal-kdc: Crashes periodically (bad error handling?)

2017-07-15 Thread Brian May
> the backtrack: Hello, If there any chance you could test this with version 7.4.0, which I just uploaded to unstable? Thanks -- Brian May <b...@debian.org>

Bug#868208: CVE-2017-11103: MitM attack, impersonation of the Kerberos client, know as Orpheus Lyre

2017-07-15 Thread Brian May
Guido Günther <a...@sigxcpu.org> writes: > I've uploaded heimdal with the attached debdiff to delayed/2. Let me > know if you're o.k. with it and I'll reuplod without delay. Thanks a lot for this. I just uploaded version 7.4.0 so your upload is not required. -- Brian May <b...@debian.org>

Bug#868188: RM: python-django-south -- ROM; Depreciated and broken

2017-07-12 Thread Brian May
Package: ftp.debian.org Severity: normal python-django-south is broken and not compatable with any supported version for Django. See #807994. Please remove from unstable and testing. Thanks

Bug#867637: python-livereload: Please package latest upstream version

2017-07-07 Thread Brian May
Source: python-livereload Version: 2.4.0-1 Severity: normal The latest version of this package is required by the latest version of python-mkdocs. Thanks -- System Information: Debian Release: 9.0 APT prefers oldoldstable APT policy: (500, 'oldoldstable'), (500, 'stable'), (500,

Bug#867481: [Python-modules-team] Bug#867481: celery FTBFS: test_recursive runs forever with python 3.6

2017-07-07 Thread Brian May
Adrian Bunk <b...@debian.org> writes: >> * sphinx_celery > > https://tracker.debian.org/pkg/sphinx-celery Looks like there is only a Python3 version of the package... -- Brian May <b...@debian.org>

Bug#867481: [Python-modules-team] Bug#867481: celery FTBFS: test_recursive runs forever with python 3.6

2017-07-07 Thread Brian May
elery. However it looks like the latest celery requires two new packages not yet in Debian: * sphinx_celery * cyanide -- Brian May <b...@debian.org>

Bug#865588: [Python-modules-team] Bug#865588: djangorestframework FTBFS with Django 1.11: ERROR collecting tests/test_fields.py

2017-07-04 Thread Brian May
ot;/<>/docs_theme/main.html", line 7, in top-level template code {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 430, in getattr return getattr(obj, attribute) jinja2.exceptions.UndefinedError: 'page' is undefined -- Brian May <b...@debian.org>

Bug#865937: [Python-modules-team] Bug#865937: python-django-extensions FTBFS: ValueError: expected only letters, got u''

2017-07-04 Thread Brian May
ded it upstream: https://github.com/django-extensions/django-extensions/issues/1072 -- Brian May <b...@debian.org>

Bug#865814: [Python-modules-team] Bug#865814: django-tables FTBFS with Django 1.11

2017-06-25 Thread Brian May
seconds -- Brian May <b...@debian.org>

Bug#865814: [Python-modules-team] Bug#865814: django-tables FTBFS with Django 1.11

2017-06-25 Thread Brian May
Brian May <b...@debian.org> writes: > Looks like fixing this is going to require python3-tablib package. We > have a python-tablib package, not a python3-tablib one though. > > I filled a bug report against python-tablib source. #865855 -- Brian May <b...@debian.org>

Bug#865855: python-tablib: Please provide python3-tablib package

2017-06-25 Thread Brian May
Source: python-tablib Version: 0.9.11-2 Severity: normal This is required to build the latest version of django-tables. Thanks. -- System Information: Debian Release: 9.0 APT prefers oldoldstable APT policy: (500, 'oldoldstable'), (500, 'stable'), (500, 'oldstable'), (100, 'unstable')

Bug#852512: marked as pending

2017-06-24 Thread Brian May
Chris Lamb <la...@debian.org> writes: > Brian May wrote: >> >> Bug #852512 reported by you has been fixed in the Git repository. You can >> see the changelog below, and you can check the diff of the fix at: >> >> >> https://anonscm.debian.org/c

Bug#855829: [Python-modules-team] Bug#855829: Where is the build log for django-tables2?

2017-06-23 Thread Brian May
d why you made the above changes. -- Brian May <b...@debian.org>

Bug#769052: libapache2-mod-wsgi-py3: should not provide httpd-wsgi

2017-06-19 Thread Brian May
Brian May <b...@debian.org> writes: > On Tue, Nov 11, 2014 at 11:40:56AM +1100, Brian May wrote: >> A bug report has been filled against debian-policy for a httpd-wsgi3 >> virtual package for Python 3 WSGI, see #768117. > > This happened years ago... > > Please

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-30 Thread Brian May
get loaded? Maybe it stopped loading apps the moment it detects a bad dependancy? After looking at the code, this doesn't exactly make sense, but maybe something here might help regardless. -- Brian May <b...@debian.org>

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-28 Thread Brian May
On 2017-05-26 19:05, Neil Williams wrote: > No. This is django making the wrong decision about problems it has > previously supported when trying to include bug fixes for other > problems. It is a regression in django 1.10 Feel free to argue this point in

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-28 Thread Brian May
control: forwarded -1 https://code.djangoproject.com/ticket/28250#ticket Brian May <b...@debian.org> writes: > B. Create a Django bug report pointing to our test case. They may or may > not accept it as a bug in Django, however it would be good to get their > feedbac

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-26 Thread Brian May
Django. -- Brian May <b...@debian.org>

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-26 Thread Brian May
this migration really has been applied. -- Brian May <b...@debian.org>

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-26 Thread Brian May
rrect behaviour here. However I am inclined to think maybe this isn't a Django 1.10 fault, because the migration in Jessie clearly says it depends on a migration that was never applied - because it doesn't even exist at this point. -- Brian May <b...@debian.org>

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-26 Thread Brian May
s is what is triggering the Django 1.10 bug. To the best of my knowledge this should still be supported. If I am right, then it should be possible to work around this by manually applying the migration in fake mode. -- Brian May <b...@debian.org>

Bug#863267: [Python-modules-team] Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8

2017-05-26 Thread Brian May
Neil Williams <codeh...@debian.org> writes: > Upgrading directly to Stretch: Just to clarify: Was this upgrading the entire system to stretch, or just the relevant packages? -- Brian May <b...@debian.org>

Bug#863026: [Python-modules-team] Bug#863026: Broken symlinks break collecstatic on deploy

2017-05-20 Thread Brian May
+djangorestframework (3.0.5-0.2) experimental; urgency=medium + + * Non-maintainer upload. + * Fix broken links to media files. Remove debian/*.links, these symlinks are +no longer relevant. + + -- Brian May <b...@debian.org> Mon, 16 Mar 2015 14:20:11 +1100 + > I noticed after send

Bug#863026: [Python-modules-team] Bug#863026: Broken symlinks break collecstatic on deploy

2017-05-20 Thread Brian May
er to version 3.4.0-2 which is in stretch and sid. In any case, it sounds like this bug, which *is* fixed in 3.4.0-2: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858811 -- Brian May <b...@debian.org>

Bug#862725: ITP: python-parse-type -- Extends the parse module

2017-05-16 Thread Brian May
Currently blocked by https://github.com/jenisys/parse_type/issues/7 -- Brian May <b...@debian.org>

Bug#862725: ITP: python-parse-type -- Extends the parse module

2017-05-16 Thread Brian May
Package: wnpp Severity: wishlist Owner: Brian May <b...@debian.org> * Package name: python-parse-type Version : 0.3.4 Upstream Author : Jens Engel * URL : https://github.com/jenisys/parse_type * License : BSD-3-clause Programming Lang: Python Descr

Bug#728410: ITP: python-glob2 -- enhanced glob module for Python

2017-05-16 Thread Brian May
this under the Debian Python Modules Team umbrella. -- Brian May <b...@debian.org>

Bug#825071: RFP: python-pytest-bdd -- BDD library for the py.test runner

2017-05-15 Thread Brian May
control: retitle -1 ITP: python-pytest-bdd -- BDD library for the py.test runner control: owner -1 ! I intend to package python-pytest-bdd for debian, under the Debian Python Modules Team Umbrella. I need it for some personal Debian packages I am creating. -- Brian May <b...@debian.org>

Bug#861276: unblock: heimdal/7.1.0+dfsg-13

2017-04-26 Thread Brian May
:35.0 +1000 +++ heimdal-7.1.0+dfsg/debian/changelog 2017-04-26 19:38:20.0 +1000 @@ -1,3 +1,10 @@ +heimdal (7.1.0+dfsg-13) unstable; urgency=medium + + * Add missing symbols base64_decode and base64_encode back into +libroken. Closes: #848694. + + -- Brian May <b...@debian.org>

Bug#848694: libroken18-heimdal >= 1.7~git20150920 removed two symbols

2017-04-25 Thread Brian May
roblem - at least in theory - for locally built packages however. -- Brian May <b...@debian.org>

Bug#848694: libroken18-heimdal >= 1.7~git20150920 removed two symbols

2017-04-25 Thread Brian May
Brian May <b...@debian.org> writes: > In this case I don't think interference with gcrypt is likely, as the > only package in Debian that uses Heimdal is OpenAFS, and neither Heimdal > or OpenAFS depend on heimdal. Might be a problem - at least in theory > for locally buil

Bug#848694: libroken18-heimdal >= 1.7~git20150920 removed two symbols

2017-04-24 Thread Brian May
install the latest clients without the latest libraries. After the Stretch release this bug is going to become irrelevant, as we don't support upgrades from Jessie to Buster. -- Brian May <b...@debian.org>

Bug#860882: [Python-modules-team] Bug#860882: [package:python-passlib] Generated egg version is invalid. Breaks Ansible runs.

2017-04-23 Thread Brian May
Control: reassign -1 ansible Control: retitle -1 Ansible cannot parse python-passlib version number Control: forward -1 https://github.com/ansible/ansible/issues/20199 Control: tag -1 upstream Definitely. If you look at the Python package versioning PEP [1], 1.7.0.post20170421091442 is a

Bug#860882: [package:python-passlib] Generated egg version is invalid. Breaks Ansible runs.

2017-04-22 Thread Brian May
Brian May <b...@debian.org> writes: > In what way do you consider this a bug in python-passlib and not > ansible? Looks like an Ansible bug to me: https://github.com/ansible/ansible/issues/20199 -- Brian May <b...@debian.org>

Bug#860882: [package:python-passlib] Generated egg version is invalid. Breaks Ansible runs.

2017-04-22 Thread Brian May
t saying you are wrong, just trying to understand this better) -- Brian May <b...@debian.org>

Bug#860717: unblock: python-passlib/1.7.1-1

2017-04-22 Thread Brian May
esting-proposed-updates; urgency=medium + + * Fix FTBFS with timestampe overlow overflow on i386. Closes: #860619. + + -- Brian May <b...@debian.org> Sun, 23 Apr 2017 08:16:49 +1000 + python-passlib (1.7.0-1) unstable; urgency=medium * Team upload. diff -Nru python-passlib-1.7.0/debian/gbp

Bug#860880: [Python-modules-team] Bug#860880: [python-passlib] Module reports invalid version format and breaks ansible

2017-04-21 Thread Brian May
Aurelien ROUGEMONT <arougem...@synthesio.com> writes: > Tags: patch Why did you give this a patch tag? I don't see any patches... > --- Please enter the report below this line. --- Care to provide any more details? -- Brian May <b...@debian.org>

Bug#860673: [Python-modules-team] Bug#860673: python-django: FTBFS on i386: E: Build killed with signal TERM after 150 minutes of inactivity

2017-04-19 Thread Brian May
uldn't reproduce this locally. I use a 32bit schroot. -- Brian May <b...@debian.org>

Bug#860619: [Python-modules-team] Bug#860619: python-passlib: FTBFS on i386: Test failures

2017-04-19 Thread Brian May
Brian May <b...@debian.org> writes: > I believe this is fixed in version 1.7.1 which is in unstable. Unblock request sent: #860717 -- Brian May <b...@debian.org>

Bug#860717: unblock: python-passlib/1.7.1-1

2017-04-19 Thread Brian May
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package python-passlib Fixes a RC FTBFS issue on i386. See #860619. The version in unstable is a new upstream version that fixes the problem (and was already uploaded). The

Bug#860619: [Python-modules-team] Bug#860619: python-passlib: FTBFS on i386: Test failures

2017-04-19 Thread Brian May
Brian May <b...@debian.org> writes: > This is actually Python 3.6 bug: Actually that claim makes no sense as Python 3.6 isn't in Debian testing or unstable yet. -- Brian May <b...@debian.org>

Bug#860619: [Python-modules-team] Bug#860619: python-passlib: FTBFS on i386: Test failures

2017-04-19 Thread Brian May
s://bugs.python.org/issue29100 https://bugs.python.org/issue29346 python-passlib applied a work around: https://bitbucket.org/ecollins/passlib/commits/80f838f5771f6753b0e46716ab25b48641aeef89 -- Brian May <b...@debian.org>

Bug#860342: [Python-modules-team] Bug#860342: python3-taglib: Newer upstream releases available since Jan 21, 2014

2017-04-16 Thread Brian May
ntal; the latter is perplexing to me. As far as I can tell, libstdc++6 doesn't actually depend on python3-taglib. No idea why your results show otherwise. blumindo is not in unstable or stretch. Guessing you were looking at the version in experimental. -- Brian May <b...@debian.org>

Bug#860342: [Python-modules-team] Bug#860342: python3-taglib: Newer upstream releases available since Jan 21, 2014

2017-04-15 Thread Brian May
't see anything in testing. (no, I do not I consider this grounds for an RM by itself). -- Brian May <b...@debian.org>

Bug#860288: unblock: heimdal/7.1.0+dfsg-12

2017-04-14 Thread Brian May
. + + -- Brian May <b...@debian.org> Mon, 10 Apr 2017 17:21:35 +1000 + heimdal (7.1.0+dfsg-11) unstable; urgency=medium * Remove legacy provides/conflicts/replaces headers. Old daemons diff -Nru heimdal-7.1.0+dfsg/debian/patches/CVE-2017-6594 heimdal-7.1.0+dfsg/debian/patches/CVE-201

Bug#850723: heimdal: FTBFS on x32 because libtommath thinks it’s amd64

2017-04-11 Thread Brian May
ething I should be trying to get fixed in stretch? I suspect maybe not, it looks like X32 isn't a Debian supported platform. If you disagree, please give good reasons that would statisfy the Debian release team. -- Brian May <b...@debian.org>

Bug#850723: heimdal: FTBFS on x32 because libtommath thinks it’s amd64

2017-04-10 Thread Brian May
ug=850723#10. You already fixed this bug in libtommath, but this bug is against Heimdal not libtommath. As the bug is not fixed in Heimdal so we have to keep this bug report open. -- Brian May <b...@debian.org>

Bug#850723: heimdal: FTBFS on x32 because libtommath thinks it’s amd64

2017-04-08 Thread Brian May
re was a change commited to the Debian git repository, however never included in any released version. I have tried to reproduce this problem, without the change, and not had any success. Regards -- Brian May <b...@debian.org>

Bug#859863: unblock: heimdal/7.1.0+dfsg-11

2017-04-08 Thread Brian May
legacy provides/conflicts/replaces headers. Old daemons +such as ftp have been removed. Closes: #236902, #859664. + + -- Brian May <b...@debian.org> Sat, 08 Apr 2017 11:38:13 +1000 + heimdal (7.1.0+dfsg-9) unstable; urgency=medium * Switch back to collab-maint URL until pkg-heimdal permi

Bug#859199: ITP: dh-curl-sudo-bash -- debhelper tools for automated non-packaging

2017-04-02 Thread Brian May
-sudo-bash package should be able to scrape a given wikipedia page to obtain the URL that it should download the bash script from. With a check to ensure it is prefixed with http:// not https://. That way anybody can update the URL as required, not just the Debian developer. Oh, sorry, not April 1st anymore :-( -- Brian May <b...@debian.org>

Bug#859144: unblock: celery/3.1.23-7

2017-03-30 Thread Brian May
-3.1.23/debian/changelog 2017-03-24 17:00:36.0 +1100 +++ celery-3.1.23/debian/changelog 2017-03-30 07:55:02.0 +1100 @@ -1,3 +1,9 @@ +celery (3.1.23-7) unstable; urgency=medium + + * Fix bashisms in initd scripts. Closes: #858298. + + -- Brian May <b...@debian.org> Thu,

Bug#858305: [Python-modules-team] Bug#858305: celeryd: celerdy should depend on python-celery-common?

2017-03-28 Thread Brian May
ck request sent: #858864 -- Brian May <b...@debian.org>

<    1   2   3   4   5   6   7   8   9   10   >