Re: [MBF] Moving mountnfs.sh script to runlevel 2

2019-01-13 Thread Ansgar
one of (/run /dev/shm /tmp) What will happen on systems where users changed the configuration files and these changes are not applied automatically? Ansgar

Re: Potentially insecure Perl scripts

2019-01-24 Thread Ansgar
@INC by default. It also wasn't seen as a security problem when I reported it as such (or not worth fixing at the time), but only years later when someone else reported it again. So maybe awareness changed a bit. But "<>" isn't the only problem, there are way too many uses of the two-argument form of Perl's "open" too... Ansgar

Re: package management symlink

2019-02-05 Thread Ansgar
for example. No, that already stops working when package are named differently which is frequently the case. There is no readline-devel package in Debian and no libreadline-dev in Red Had or Gentoo. Also what you suggest already exists, for example in the form of "pacapt" (but there are alternatives too!). What is the benefit of adding yet another version of these scripts? Ansgar

Re: Bug#877900: How to get 24-hour time on en_US.UTF-8 locale now?

2019-02-07 Thread Ansgar
, > which defeats my understanding of the purpose of this proposal. So, for > example, in ls -l: I don't think the "C.UTF-8" locale covered by any promises POSIX might make for "C". (Nor is what happens when no LC_*, LANG vairables are set at all.) Ansgar

Re: Bug#877900: How to get 24-hour time on en_US.UTF-8 locale now?

2019-02-07 Thread Ansgar
dian in C.UTF-8: WEEKDAY MMM DD HH:MM:SS TZ while en_US.UTF-8 has at least DD MMM ... Having -MM-DD HH:MM:SS[+] instead would be much nicer if we were to create an arbitrary set of new rules for a new universal "en" locale ;-) ) Ansgar

Re: Removal of linux-base from jessie-backports broke Xen upstream CI

2019-02-13 Thread Ansgar
e from jessie-security; arm64 wasn't removed from -backports as there is no LTS for backports and jessie- backports will eventually be archived as is.) Ansgar [1] https://www.debian.org/News/2018/20180623

Re: Bug#922155: [Pkg-matrix-maintainers] ITP: matrix-archive-keyring -- OpenPGP archive key for the Matrix.org package repository

2019-02-13 Thread Ansgar
the keys. IMHO installing a non-Debian keyring should *not* make the keys trusted by APT by default (i.e. with the default answer if debconf is used). ubuntu-keyring does that; most other keyrings sadly do not follow this. Ansgar

Re: Use of the Build-Conflicts field

2019-02-15 Thread Ansgar
d environments is in contrast a fairly friendly failure mode. So it should not be a serious bug (whether RC or not is something for the release team). > For the purposes of this e-mail, let's assume that we have a good grasp > on what a "reasonable standard development workstation install" means. I doubt we have, but let's ignore that. Ansgar

Re: merged-/usr-via-symlinks vs a-different-layout

2019-02-19 Thread Ansgar
ng the packaging system even more, when the >compat symlinks could have been shipped in the binary packages. As far as I know maintainer scripts are only required for moving files from / to /usr when (a) a compat symlink is required, and (b) only when both merged-/usr and non-merged-/usr is supported. Ansgar

Re: merged-/usr-via-symlinks vs a-different-layout

2019-02-23 Thread Ansgar
Guillem Jover writes: > On Tue, 2019-02-19 at 08:54:12 +0100, Ansgar wrote: >> Guillem Jover writes: >> > 3) Switching packages to the merged-/usr layout could have been >> >accomplished automatically via debhelper for a coverage of around >> >99% (?)

Re: [Idea] Debian User Repository? (Not simply mimicing AUR)

2019-04-08 Thread Ansgar
kg-deb to > convert the results to Debian packages? How should this handle dependencies (probably named differently in Debian) or maintainer scripts? Tools like `alien` to convert RPM and Debian packages have similar limitations and I don't remember them working that well. Ansgar

Re: Discussion on eventual transition away from source packages

2019-04-19 Thread Ansgar
ot;verifying a git > tag". Doesn't Git also only use hash algorithms that are no longer recommended for cryptographic applications? Or have they finished moving to stronger algorithms? I don't think we should downgrade to SHA-1 for new services. Ansgar

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-04-29 Thread Ansgar
elease, I ideally just have to drop the new upstream tarball, update d/changelog and am done. Compare with [1] which is much more complicated, even ignoring the extra complexity using dgit adds compared to just using git. Ansgar [1] https://manpages.debian.org/stretch-backports/dgit/dgit-maint-merge.7.en.html#NEW_UPSTREAM_RELEASES

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-02 Thread Ansgar
On Thu, 2019-05-02 at 13:45 +0100, Ian Jackson wrote: > Ansgar Burchardt writes ("Re: Preferred git branch structure when > upstream moves from tarballs to git"): > > On Tue, 2019-04-30 at 16:00 -0700, Sean Whitton wrote: > > > As a package maintainer, if you don

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-02 Thread Ansgar
On Thu, 2019-05-02 at 09:15 -0700, Russ Allbery wrote: > Ansgar writes: > > > Having to know about branches, merging, dealing with multiple remotes, > > ... *is* an entry barrier compared to not having to know about it. Now > > you have to teach people that before you ev

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-03 Thread Ansgar
On Fri, 2019-05-03 at 15:59 +0100, Ian Jackson wrote: > Ansgar writes ("Re: Preferred git branch structure when upstream moves from > tarballs to git"): > > On Thu, 2019-05-02 at 09:15 -0700, Russ Allbery wrote: > > > Ansgar writes: > > > > Having to

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-03 Thread Ansgar
On Fri, 2019-05-03 at 17:39 +0100, Ian Jackson wrote: > Ansgar writes ("Re: Preferred git branch structure when upstream > moves from tarballs to git"): > > On Fri, 2019-05-03 at 15:59 +0100, Ian Jackson wrote: > > > Ansgar writes ("Re: Preferred git branch stru

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-06 Thread Ansgar
aging information), and possibly other directories below base for build artifacts (instead of unpredictable locations under base/debian). Which leads back to the beginning of the subthread[1]. [1] https://lists.debian.org/debian-devel/2019/04/msg00462.html Ansgar

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-07 Thread Ansgar
On Tue, 2019-05-07 at 12:51 +0100, Ian Jackson wrote: > Ansgar Burchardt writes ("Re: Preferred git branch structure when > upstream moves from tarballs to git"): > > Sam Hartman writes: > > > OK, I didn't hear that as an answer but think I'm coming to the

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-08 Thread Ansgar
the chance to move away from tar? We have various applications that only want to extract single members of the package (changelog, NEWS, copyright, ...); tar is a really bad format for such an operation. Other formats (zip, 7z, ...) are more suited for them. Ansgar

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-08 Thread Ansgar
Jeremy Stanley writes: > On 2019-05-08 22:35:58 +0200 (+0200), Ansgar wrote: >> Switching to a different binary format will break various tools. If we >> want to do this, I wonder if we shouldn't take the chance to move away >> from tar? >> >> We have

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-09 Thread Ansgar
Adam Borowski writes: > On Wed, May 08, 2019 at 10:35:58PM +0200, Ansgar wrote: >> Adam Borowski writes: >> > I've recently did some research on how can we improve the speed of >> > unpacking >> > packages. There's a lot of other stages that can b

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-09 Thread Ansgar
ished is what is the actual preferred form of modification (as it is what the maintainer uses), but if so desired one can still get a "dgit view". (Though for contributing changes to the maintainer, one should probably base them on the maintainer view...) In this case the published history also matches the "git histories we are actually using ourselves", a design goal not met currently; one could also apply the mangling feature to repositories not published on the dgit server. Ansgar

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-09 Thread Ansgar
atible change, it is an appropriate time to bundle any other incompatible changes (if there are any). That is why I suggested that it might be useful to also replace the `tar` archives with another format. Ansgar

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-13 Thread Ansgar
n just seek from one header to the next and only need to do so few times). Ansgar

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-13 Thread Ansgar
archive; though for 7z one would need to check if it does the right thing first... Ansgar [1] https://en.wikipedia.org/wiki/Solid_compression

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-13 Thread Ansgar
Adam Borowski writes: > On Mon, May 13, 2019 at 11:25:11AM +0200, Ansgar wrote: >> It supports solid compression[1] which >> compresses multiple files into one block like tar.xz, but unlike tar.xz >> can use more than one block: "Later versions of 7-zip use a variable &g

Re: ZFS in Buster

2019-05-28 Thread Ansgar
mething Debian would probably not like that much...) Ansgar

Re: Why do we take so long to realise good ideas (Was: Difficult Packaging Practices)

2019-05-29 Thread Ansgar
asons. > > Use the $300,000 on our bank accounts? I heard that this didn't work out well the last time ("dunc tank"), though that was before the time I followed Debian development. Ansgar

Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-06-05 Thread Ansgar
esterday. The move should be completed with this. Ansgar

getting rid of "testing"

2019-06-24 Thread Ansgar
uot;bionic" instead of just writing the version in sources.list is annoying (I always have to look up the codename to be sure as I don't use Ubuntu that much). Ansgar

Re: Content Rating System in Debian

2019-06-25 Thread Ansgar
. Also, parental | monitoring and guidance can reduce likehood of teens breaking such | systems. Maybe because teens are largest marketshare for TVs. Ansgar - rating "kill -KILL" X-rated for extreme violence

Re: getting rid of "testing"

2019-06-25 Thread Ansgar
On Tue, 2019-06-25 at 16:39 +0800, Paul Wise wrote: > On Tue, Jun 25, 2019 at 2:08 PM Ansgar wrote: > > what do people think about getting rid of current suite names ("stable", > > "testing", "unstable") for most purposes? We already recommend usin

Re: git & Debian packaging sprint report

2019-07-14 Thread Ansgar
Sean Whitton writes: > On Fri 12 Jul 2019 at 02:06PM +02, Ansgar wrote: >> Depends on a lot of things. As far as I understand this work is in a >> very early stage and a first brainstorming session on what problem this >> is intended to solve, why one should consider d

Re: Debian and our frenemies of containers and userland repos

2019-07-23 Thread Ansgar
it so far, but at least "whalebuilder" exists. The gitlab-ci used on salsa.d.o also uses Docker containers; people also build packages using this (mostly for testing though, see for example [1]). Ansgar [1] https://salsa.debian.org/salsa-ci-team/pipeline

Re: tag2upload (git-debpush) service architecture - draft

2019-07-29 Thread Ansgar
x27;t rely on a third-party service for this. (In particular the service in question here doesn't do that as far as I can tell.) Ansgar

Re: Please stop hating on sysvinit (was Re: do packages depend on lexical order or {daily,weekly,monthly} cron jobs?)

2019-08-09 Thread Ansgar
ght make things a bit easier for Hurd/kFreeBSD, but it's not an absolute requirement for such a port to exist. Ansgar

Re: Bypassing the 2/3/4GB virtual memory space on 32-bit ports

2019-08-22 Thread Ansgar
s is not future-proof (and hasn't been for a while); even phones have started to move to 64bit systems a while ago. Ansgar

Re: Proposed build profile: noinsttests

2019-09-04 Thread Ansgar
file. I think a name without abbreviations like "no-installed-tests" is better. While it is clear what the name means for people working with build profiles all the time, a more expressive name might be easier on people only dealing with them occasionally. Ansgar

Re: Git Packaging: Native source formats

2019-09-04 Thread Ansgar
balls are probably also the easiest way for upstream to provide a signed version of their software which we have tried to encourage (for example by including such signatures in Debian's archive). Ansgar

Re: Git Packaging Round 2: When to Salsa mirror

2019-09-09 Thread Ansgar
isions might need to be sneaked in there to get included in release tarballs[1]. Ansgar [1] https://public-inbox.org/git/pine.lnx.4.58.0504291221250.18...@ppc970.osdl.org/

Re: Git Packaging Round 2: When to Salsa

2019-09-09 Thread Ansgar
ion | (e.g. merge-request or mail) is expected. +---[ https://wiki.debian.org/Salsa/Doc#Collaborative_Maintenance:_.22Debian.22_group ] Ansgar

Re: Git Packaging Round 2: When to Salsa

2019-09-12 Thread Ansgar
use that. (Using dgit to upload packages is sadly incompatible with best practices around packaging.) Ansgar

Re: Mozilla Firefox DoH to CloudFlare by default (for US users)?

2019-09-12 Thread Ansgar
emented. It's probably easier to use DNSSEC with DoH as you avoid broken resolvers at ISP or customer routers that don't speak DNSSEC or not even proper DNS. I've encountered customer routers that knew only about `A` RRs and lied about `PTR` which breaks stuff in interesting ways... Ansgar

Re: Git Packaging Round 2: When to Salsa

2019-09-15 Thread Ansgar
Anthony DeRobertis writes: > On 9/12/19 8:57 AM, Ansgar wrote: >> I don't see much value in this requirement (besides additional work). >> One should look at the repository anyway whan planning to do changes >> (to match the existing style used); one would naturally see

Re: Git Packaging Round 2: When to Salsa

2019-09-26 Thread Ansgar
(language, domain) and consider following whatever they do" to make it easier to interact with these people when asking for advice or so. Ansgar

should all bug reports be filed against /source/ packages?

2019-10-22 Thread Ansgar
nged to use `Source: ...` instead of `Package: ...`; more places could follow later. Ansgar

Re: [RFC] Proposal for new source format

2019-10-23 Thread Ansgar
by their archive management system. As far as I understand git-archive is fairly good as reproducing identical uncompressed tarballs at a later time from the git repository. Ansgar

Re: should all bug reports be filed against /source/ packages?

2019-10-27 Thread Ansgar
Guillem Jover writes: > On Wed, 2019-10-23 at 08:32:11 +0200, Ansgar wrote: >> the thread about naming (source) packages reminded me of an other thing: >> Debian's bug tracking system currently (mostly) tracks bugs against >> binary packages and (less often) against sou

Re: should all bug reports be filed against /source/ packages?

2019-10-27 Thread Ansgar
Sune Vuorela writes: > On 2019-10-23, Ansgar wrote: >> So I'm wondering if we should start just filing all bug reports against >> source packages? Reportbug could probably be easily changed to use >> `Source: ...` instead of `Package: ...`; more places could follo

Re: Integration with systemd

2019-10-31 Thread Ansgar
ss possible as everything shipping any systemd service will start to pull in systemd, even though one might not use it to start the service. I think this is not a good idea. > - apt being able to blacklist packages and hide packages that depend on >those Implicitly hiding some packages seems very confusing. Ansgar

Re: Integration with systemd

2019-10-31 Thread Ansgar
t; then this question >doesn't arise. But it's entirely possible that the answer to question >1 is "yes" but the answer to this question is still "no." I don't really believe writing init systems is Debian's goal, just like implementing our own X server or other stuff. That other implementations that use systemd's unit files might be useful, but so far no other implementation has come into existence for years. Ansgar

Bug#943914: RM: firefox-esr [armel] -- RoQA; build-dependency nodejs not available on armel

2019-10-31 Thread Ansgar
Package: ftp.debian.org Hideki Yamane writes: > firefox-esr package doesn't migrate to testing but I cannot > find the reason at https://qa.debian.org/excuses.php?package=firefox-esr I believe we should remove firefox-esr/armel to allow the current version to migrate to testing. Ansgar

Re: Integration with systemd

2019-10-31 Thread Ansgar
even marginally preparing. I'm not sure what that has to do with Debian supporting multiple init systems? Nobody is suggesting to not package software that doesn't need tight integration with systemd; most software probably won't. Ansgar

Re: Integration with systemd

2019-11-01 Thread Ansgar
esides that, from earlier communication from the 2000 active developers of the Devuan distribution, they were planning to stop importing updates from Debian anyway. Ansgar

Re: Integration with systemd

2019-11-01 Thread Ansgar
difficult because it's > more featureful. There is already an alternative implementation for tmpfiles.d: https://github.com/OpenRC/opentmpfiles I don't know more than that it exists though. Ansgar

Re: Facilitating external repositories

2019-11-04 Thread Ansgar
could > migrate from /etc/apt/trusted.gpg.d/ to /usr/share/keyrings/ + > signed-by. Right now it ships keyrings in both places. I would recommend against doing this as long as sources.list is a configuration file: it would need regular updates to change to the new signing key. That doesn't work out of the box. Ansgar

Re: Integration with systemd

2019-11-05 Thread Ansgar
an we provide security updates for > them, or will we shunt these users onto a "rolling release" track, and if > yes, who manages that track? Currently the systemd maintainers also maintain a backport for systemd. Ansgar

Re: Secureboot: how to use MOK

2019-11-06 Thread Ansgar
It shouldn't matter if you can sign the kernel or any module run in the same context as the kernel. Ansgar

Re: Git Branch Names / DEP-14

2019-11-06 Thread Ansgar
new branch to be a descendant by "fake" merges, but that is not a good idea for various reasons: it creates an incorrect history and confuses tools that now think commits were applies when they really were not.) Ansgar

Re: Automated removal of RC buggy packages

2019-11-12 Thread Ansgar
perimental and/or only available via experimental. But for packages like firefox, users should really get updates by default. Unstable is arguably also easier to use than experimental (no extra source entries, no pinning, ...). I believe binNMUs are also mostly only scheduled for packages in unstable. Ansgar

Re: libraries depending on interpreters

2019-11-17 Thread Ansgar
t; pretty consistent in the archive. As far as I know Python also byte-compiles modules in postinst, so such a dependency might be required for that alone. Though that tests if the `py3compile` program (or similar) is actually installed. Ansgar

Re: MBF: make fdisk non-essential

2019-12-25 Thread Ansgar
Thomas Goirand writes: > Do you already have a list of affected package? A list of affected packages was attached to the mail. Ansgar

Re: opentmpfiles & opensysusers, and its use in the Debian policy

2020-01-02 Thread Ansgar
e reason there is /bin/bash and /usr/bin/bash probably? Ansgar

Re: opentmpfiles & opensysusers, and its use in the Debian policy

2020-01-03 Thread Ansgar
.) Alternatively the upstream repository without the Debian packaging bits can be found at [1] (might be a mirror, not sure). Ansgar [1]: https://github.com/OpenRC/opentmpfiles

Re: opentmpfiles & opensysusers, and its use in the Debian policy

2020-01-03 Thread Ansgar
hould Debian choose to use tmpfiles for more generic purposes. > this does not entirely > obviate my concerns related to needing to have systemd-the-package's > daemons present in order to gain access to these facilities. I'm happy to have helped overcome these concerns. Ansgar

Re: Is running dpkg-buildpackage manually from the command line forbidden?

2020-01-16 Thread Ansgar
nd effort on this. Ansgar

Re: Is running dpkg-buildpackage manually from the command line forbidden?

2020-01-17 Thread Ansgar
ckage may cause your system to become totally broken and you may not even be able to use dpkg to put things back, so only do so if you know what you are doing." "Essential" packages just have additional requirements (in particular essential packages must work even in the "unpacked" state). Ansgar

Re: Y2038 - best way forward in Debian?

2020-02-04 Thread Ansgar
ontexts for a long time and there it might be easier to just change the ABI, but for a general-purpose distribution we start seeing more and more problems and I don't really see us supporting them as a full architecture in 10+ years. Ansgar

Re: Y2038 - best way forward in Debian?

2020-02-05 Thread Ansgar
Russ Allbery writes: > Ansgar writes: > >> So maybe just recommend people to move to 64-bit architectures and put >> 32-bit applications in a time namespace so they believe they are still >> in 2001 ;-) 32-bit architectures will probably still be useful in >> embedde

Re: Heads up: persistent journal has been enabled in systemd

2020-02-05 Thread Ansgar
it yet. I think a `--facility` option should be fairly easy to implement. Just adapt some code from the existing `--identifier` and `--priority` options, there is already a method to translate facility names to numbers (see calls to `log_facility_unshifted_from_string`). Ansgar [1]: https://gith

Re: Y2038 - best way forward in Debian?

2020-02-05 Thread Ansgar
-linux-i386, i386 are distict architectures after all. So an incompatible newglibc-linux-i386 would be different from i386 as well? Ansgar

Re: Heads up: persistent journal has been enabled in systemd

2020-02-05 Thread Ansgar
ment. Just > > adapt some code from the existing `--identifier` and `--priority` > > options, there is already a method to translate facility names to > > numbers (see calls to `log_facility_unshifted_from_string`). > > > > Ansgar > > > > [1]: https:/

Re: Y2038 - best way forward in Debian?

2020-02-05 Thread Ansgar
On Wed, 2020-02-05 at 09:55 -0500, Sam Hartman wrote: > > > > > > "Ansgar" == Ansgar writes: > > Ansgar> On Wed, 2020-02-05 at 08:33 -0500, Sam Hartman wrote: > >> Steve, you're presuming that we would not create a new soname > f

Re: Heads up: persistent journal has been enabled in systemd

2020-02-06 Thread Ansgar
n I already have to install other packages anyway... I have no problem installing a different MTA than Debian's default (exim), my preferred shell, my preferred editor and so on either. Ansgar

Re: Heads up: persistent journal has been enabled in systemd

2020-02-06 Thread Ansgar
d expect significantly more server installations than desktop ones. So popcon might overestimate sysvinit usage and it might in reality be lower over the total installation base. Ansgar

Re: Debian package manager privilege escalation attack

2021-08-12 Thread Ansgar
age (install, remove, update) packages, then I believe PackageKit[1] tries to offer this. Ansgar [1]: https://www.freedesktop.org/software/PackageKit/

Upload processing ⏸d until 🛍→🐈

2021-08-13 Thread Ansgar
ransitions should be coordinated). Upload processing on the security archive will also be ⏸d tomorrow morning. Ansgar

Re: Question Re: Advertising in Packages

2021-08-16 Thread Ansgar
ld suggest [1]. But be careful as [1] itself is non-free (licensed as CC-ND). Ansgar [1]: https://www.gnu.org/distros/free-distros.html

Re: Q: Use https for {deb,security}.debian.org by default

2021-08-20 Thread Ansgar
APT is not the only way to download packages: often enough users (and developers) will ignore apt, download packages manually for various reasons, *not* do the integrity checks apt does and install them. Using https:// URLs for mirrors wherever possible makes this a bit less bad. Ansgar

Re: Q: Use https for {deb,security}.debian.org by default

2021-08-20 Thread Ansgar
should not support. Ansgar

Re: merged-/usr vs. partially-symlink-farmed-root

2021-08-22 Thread Ansgar
rs is insignificant and can be totally ignored feels rather far fetched just to support an outcome you want to see true. We would have much, much larger problems for the future of Debian and Debian-based distributions than merged-/usr if this was true. So if you have any support for this claim, I'm interested in seeing it. Ansgar

Re: merged-/usr vs. partially-symlink-farmed-root

2021-08-22 Thread Ansgar
Hi, On Sun, 2021-08-22 at 12:29 -0400, Marvin Renich wrote: > * Ansgar [210822 05:08]: > > To get a filesystem layout equivalent to merged-/usr via symlinks > > farming *every* package shipping files in at least /usr/bin, > > /usr/sbin > > and possibly some of /us

Re: merged-/usr vs. partially-symlink-farmed-root

2021-08-23 Thread Ansgar
maken your point.  It clutters the discussion with needless > debunking. I think you misunderstand how the partially-symlink-farmed-root proposal is different from the merged-/usr proposal. Exactly to avoid such misunderstandings the partially-symlink-farmed-root proposal should not be named merged-/usr. Ansgar

Re: merged /usr vs. symlink farms

2021-08-23 Thread Ansgar
nstable: lib/systemd/system/ifup@.service: root=admin/ifupdown2 usr=admin/ifupdown lib/systemd/system/networking.service: root=admin/ifupdown2 usr=admin/ifupdown Ansgar

Re: Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-01 Thread Ansgar
> Caching packages and transport level encryption are fundamentally > incompatible. No. You can explicitly configure apt to use a local caching mirror or use a trusted TLS certificate for the mirror the proxy impersonates. Ansgar

Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-02 Thread Ansgar
acing deb.d.o by a non-CDN feasible? If no, what does use of https change? As far as I know there is also at least https://cdn-aws.deb.debian.org/ if you don't like Fastly. Ansgar

Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-03 Thread Ansgar
, but not other packages, that > mechanism doesn't exist yet. If a CA is untrustworthy, I don't think we would only want to detrust it for apt's https method. So I see no problem. > > It's not about what I like, but on what external services we want to > depend. So your concern is about Debian providing the deb.debian.org service at all? That seems unrelated to the https or not question. Ansgar

Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-08 Thread Ansgar
that one size > does not fit everyone. Either way makes some people unhappy. Maybe we should just find out who is responsible for this decision and reassign the bug to them. The installer team maintaining d-i and debootstrap or the mirror team seem reasonable choices? Ansgar

Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-08 Thread Ansgar
On Wed, 2021-09-08 at 13:53 +0200, Helmut Grohne wrote: > On Wed, Sep 08, 2021 at 01:37:37PM +0200, Ansgar wrote: > > Maybe we should just find out who is responsible for this decision > > and > > reassign the bug to them.  The installer team maintaining d-i and > > deb

Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-08 Thread Ansgar
ey in the Certificate suffered a Key | Compromise +---[ https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.8.0.pdf ] So that would not be helpful. Ansgar

Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-08 Thread Ansgar
On Wed, 2021-09-08 at 15:41 +0200, Helmut Grohne wrote: > On Wed, Sep 08, 2021 at 02:01:03PM +0200, Ansgar wrote: > > So what do you suggest then? Tech-ctte as with merged-/usr? Or a > > GR? Or > > something else? > > I propose that the proponents pay the cost. In this

Bug#992692: general: Use https for {deb,security}.debian.org by default

2021-09-10 Thread Ansgar
ckages. (And I'm not sure debootstrap even checks Valid-Until.) Ansgar

Re: No processing/acceptance from dak for some packages?

2021-09-26 Thread Ansgar
uld *not* edit .changes files manually as it is too easy to refer to the wrong files, e.g., a different .orig tarball than was used to build the package. I suspect someone did manually edit the file here. Ansgar

Re: OpenSSL 3.0 - Apache 2.0 vs GPL 2 (Re: Bug#995636: transition: openssl)

2021-10-06 Thread Ansgar
em to keep adding TLS support to more and more libraries, so such a dependency can just silently appear later. Python programs using OpenSSL also usually don't have such an exception. 🐾, Ansgar

Re: merged-/usr transition: debconf or not?

2021-11-11 Thread Ansgar
behavior of contributors. Please see https://www.debian.org/code_of_conduct Ansgar

Re: merged-/usr transition: debconf or not?

2021-11-19 Thread Ansgar
place to one where it has. Why do you claim that? Given packages already did such moves in the last years and you claim this happens in a non-negligible number of cases, could you please point to some examples where this already happens in practice? Ansgar

Re: merged-/usr transition: debconf or not?

2021-11-22 Thread Ansgar
ettings in /etc/dpkg/origins/debian, the version in /etc/debian_version and so on.) Ansgar

Re: Bug#1005324: ITP: valgrind-if-available -- dependency package to pull in Valgrind if it's available

2022-02-11 Thread Ansgar
| source, amd64, arm64, armhf, i386, mips64el, mipsel, ppc64el, s390x +--- So this would just be "Depends: valgrind" on all architetures? Ansgar

Re: Getting in contact with the i386 porters

2022-02-15 Thread Ansgar
thout fallback (which as far as I understand some software already does on i386 or would like to do) or dropping support for AMD Geode processors. Ansgar [1]: https://salsa.debian.org/release-team/release.debian.org/-/blob/bb0660c80401eeacbe7063044a9a1b711dcc2303/www/bookworm/arch_spec.yaml#L108

  1   2   3   4   5   6   >