Re: [Burp-users] ziirish package of burp-client for debian bullseye
Brought to you by:
grke
|
From: Benjamin Z. S. <zi...@zi...> - 2021-08-17 15:36:21
|
* On Tuesday, August 17, 2021 at 04:44 PM +0200, Benjamin Ziirish SANS <zi...@zi...> wrote: > * On Tuesday, August 17, 2021 at 09:53 AM -0400, Michael Kohne <mh...@ko...> wrote: > > I've just re-installed a server with the latest version of ProxMox > > (based on Debian Bullseye). > > I normally use the ziirish packages for burp, and I had no problem > > putting in the ziirish burp bullseye repo: > > > > deb [trusted=yes] http://ziirish.info/repos/debian/bullseye zi-stable main > > > > But attempts to do 'apt-get install burp-client' gives me > > > > The following packages have unmet dependencies: > > burp-core : Depends: librsync1 but it is not installable > > E: Unable to correct problems, you have held broken packages. > > > > apt search librsync1 gives no results. > > > > apt search librsync shows a librsync2. > > Hello, > > I built the bullseye packages several weeks ago, before the official release of > Debian 11 and I had no such testing environment. > I will have a look and build new packages. > > Thanks for the report New packages have been built and now depends on librsync2 for Debian 11 (Bullseye) as well as recent Ubuntu distribs. In the other hand, it would be great to check if there is no breaking changes between librsync1 and librsync2 and make sure burp behaves as expected with this "new" version of librsync. I have had a quick look at the librsync's release notes and they say "Note: despite the major version bump, this release has few changes and should be binary and API compatible with the previous version." so I believe we shouldn't worry too much. Also I believe the Windows installer ships with librsync2 for a while too. |