Bug#1072506: marked as pending in pipenv

2024-06-25 Thread Ileana Dumitrescu
Control: tag -1 pending

Hello,

Bug #1072506 in pipenv reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/python-team/packages/pipenv/-/commit/1fd775884f209fdd915fe2c22cf0cd2c149b55ac


Remove conflicting python file (Closes: #1072506)

Utilize DESTDIR variable more and remove conflicting python file that
should only be installed in /usr/share/doc/pipenv (Closes: #1072506).


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1072506



Bug#1072506: marked as pending in pipenv

2024-06-25 Thread Ileana Dumitrescu
Control: tag -1 pending

Hello,

Bug #1072506 in pipenv reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/python-team/packages/pipenv/-/commit/1fd775884f209fdd915fe2c22cf0cd2c149b55ac


Remove conflicting python file (Closes: #1072506)

Utilize DESTDIR variable more and remove conflicting python file that
should only be installed in /usr/share/doc/pipenv (Closes: #1072506).


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1072506



Bug#1020436: giac failed tests with new pari

2022-10-21 Thread Ileana Dumitrescu
Hi Tobias,

> are you aware of the bug
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020436

> Bill posted a suggestion how to fix this test there yesterday.

Yes I saw the bug and initial comments by Bill but thanks for letting me know 
about Bill's latest comments.

I applied the patch from sagemath (define-anyarg.patch) and built giac 
1.9.0.21+dfsg2 in my pbuilder environment and was able to reproduce the 
chk_fhan4 seg fault from above. I added an additional patch 
(increase-pari-size.patch) to export PARI_SIZE=2048000 in chk_fhan4 as in 
Gonzalo Tornaria's comment here: https://trac.sagemath.org/ticket/34583. This 
allowed the build to complete without error on my pbuilder environment and I 
committed the changes to salsa. Please feel free to test and upload if the 
updates look good.

IleanaFrom 2238c88dbb3ea8eacd7b3d8f071cd8a977c47e98 Mon Sep 17 00:00:00 2001
From: Ileana Dumitrescu 
Date: Fri, 21 Oct 2022 16:41:42 +0300
Subject: [PATCH] define anyarg

---
 src/pari.cc | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/src/pari.cc b/src/pari.cc
index 76ce8e1..8d5b22b 100644
--- a/src/pari.cc
+++ b/src/pari.cc
@@ -39,6 +39,12 @@ using namespace std;
 #endif
 
 #ifdef HAVE_LIBPARI
+// ANYARG disappeared from PARI 2.15.0
+#ifdef __cplusplus
+# define ANYARG ...
+#else
+# define ANYARG
+#endif
 
 #ifdef HAVE_PTHREAD_H
 #include 
-- 
2.37.2

From f32439947309f276d963234c827c1e8918bb808c Mon Sep 17 00:00:00 2001
From: Ileana Dumitrescu 
Date: Fri, 21 Oct 2022 17:10:36 +0300
Subject: [PATCH] increase pari size

---
 check/chk_fhan4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/check/chk_fhan4 b/check/chk_fhan4
index 5d1e1e8..29429d3 100755
--- a/check/chk_fhan4
+++ b/check/chk_fhan4
@@ -1,4 +1,5 @@
 #! /bin/sh
 unset LANG
+export PARI_SIZE=2048000
 ../src/icas TP04-sol.cas > TP04.tst
 diff TP04.tst TP04-sol.cas.out1
-- 
2.37.2



Bug#995640: boxbackup: FTBFS with OpenSSL 3.0

2022-08-19 Thread Ileana Dumitrescu
>> Also please note that .gitattributes makes the repo have an unclean
state on checkout when you are not on Windows.
>> You should fix that in future uploads by exluding or patching that file
or by importing the crlf files with the expected
>> line ending.

Ok I will look out for that.

>> I can but please use the same email in d/changelog as in Maintainer
field.

>> I have just added one commit that addresses a dpkg-gencontrol warning.

>> The latest published version is not tagged in git. Please add a
debian/... tag for that.
>> The to-be-sponsored version does not have an upstream tag. Please add
that now and a debian/... tag after the package
>> was uploaded.

> Please also check d/copyright which seems to be incomplete.

I added the previous tags for debian and upstream and a new tag after the
latest updates. I fixed the control file email and copyright file in the
most recent commits, and I added your commit to the changelog.

Thank you for all the feedback! It should be good to upload now.

Ileana

On Thu, Aug 18, 2022 at 7:21 PM Bastian Germann  wrote:

> Please also check d/copyright which seems to be incomplete.
>


-- 
Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354


Bug#995640: boxbackup: FTBFS with OpenSSL 3.0

2022-08-18 Thread Ileana Dumitrescu
> Well, the preferred thing would be to just generate new sha256 certs to
> bundle with the test suite, so that the tests pass.  I didn't see a
> script to auto-generate all the needed certs, but there is a file
> ./test/basicserver/testfiles/key-creation.txt that has instructions for
> at least some of them.

I agree and that is what I meant for potentially patching the tests. I
edited the rules file to ignore test errors and added your OpenSSL 3.0
patch to be used in the next debian version (0.13~~git20220405.g7703ac8-2)
which will include newer upstream than what is currently in Ubuntu.

I just pushed to the salsa repo at https://salsa.debian.org/debian/boxbackup.
Bastian, would you be able to sponsor the upload to unstable?

Ileana

On Wed, Aug 17, 2022 at 6:21 PM Ian Goldberg  wrote:

> On Wed, Aug 17, 2022 at 05:54:53PM +0300, Ileana Dumitrescu wrote:
> > > I made the attached patch, which causes the package to build and run on
> > both openssl 3.x and pre-3.x systems.
> >
> > Thank you for the patch! I will add it to the next debian upload.
> >
> > > Note, however, that on openssl 3.x systems, a number of the tests run
> at
> > > build time still fail with:
> >
> > > FAILED: Exception caught: TLSServerWeakCertificate: Failed to load
> certificates from testfiles/clientCerts.pem: hash too weak for current
> security level
> >
> > > but that is for a different reason: the pre-built certificates bundled
> > > with the source package for running the tests use the
> > > now-deemed-insecure SHA1 hash.
> >
> > > Nonetheless, the package builds, and works fine at runtime, assuming
> > > you've upgraded your certs to sha256 as recommended here:
> >
> > I am also still seeing this error during the tests, which fails the build
> > overall. If the package still works fine at runtime, I will look into
> > patching the failed tests so that this can make it into the stable
> > repository.
>
> Well, the preferred thing would be to just generate new sha256 certs to
> bundle with the test suite, so that the tests pass.  I didn't see a
> script to auto-generate all the needed certs, but there is a file
> ./test/basicserver/testfiles/key-creation.txt that has instructions for
> at least some of them.
>
> But the ubuntu version of the package does successfully build the deb
> files, even if some of the tests fail.  The changelog says:
>
> boxbackup (0.13~~git20200326.g8e8b63c-1ubuntu1) groovy; urgency=medium
>
>   * Merge from Debian unstable.  Remaining changes:
> - Ignore test suite results, always fails, not run on most arches
> anyway.
>
>  -- Gianfranco Costamagna   Mon, 11 May 2020
> 16:11:17 +0200
>
>

-- 
Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354


Bug#995640: boxbackup: FTBFS with OpenSSL 3.0

2022-08-17 Thread Ileana Dumitrescu
> I made the attached patch, which causes the package to build and run on
both openssl 3.x and pre-3.x systems.

Thank you for the patch! I will add it to the next debian upload.

> Note, however, that on openssl 3.x systems, a number of the tests run at
> build time still fail with:

> FAILED: Exception caught: TLSServerWeakCertificate: Failed to load 
> certificates from testfiles/clientCerts.pem: hash too weak for current 
> security level

> but that is for a different reason: the pre-built certificates bundled
> with the source package for running the tests use the
> now-deemed-insecure SHA1 hash.

> Nonetheless, the package builds, and works fine at runtime, assuming
> you've upgraded your certs to sha256 as recommended here:

I am also still seeing this error during the tests, which fails the build
overall. If the package still works fine at runtime, I will look into
patching the failed tests so that this can make it into the stable
repository.

Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354