Pascal Ernster

Results 20 comments of Pascal Ernster

It appears this doesn't work after all (the `stdout timestamp` prefix and the last 3 lines are from the way I run the `PKGBUILD` to build the package for Archlinux):...

No matter what I try, I can't seem to get this to work, not even by patching `scripts/hak/fetch.ts` such that the substring `serhat:https://github.com/` is replaced on the fly with `github:`....

One of the issues that would need to be solved for this is the conflicting compression algorithm identifiers in `squashfs-tools/squashfs_fs.h`. [sasquatch 4.3](https://github.com/devttys0/sasquatch/blob/3e0cc40fc6dbe32bd3a5e6c553b3320d5d91ceed/patches/patch0.txt#L38263): ```C #define LZ4_COMPRESSION 5 // CJH: Added #defines...

I've built kernel 5.13.12 with your 5.13-hardened1-rc1 patch, but the system (a VM booting in BIOS mode) hangs without any error message immediately after booting. I'm unsure if this is...

Wouldn't it be better to outright reject the import if it uses an unknown catalog? My fear is that people assume some sort of "sane" behavior if the catalog used...

@april: Exactly what @rugk said/wrote.

Sadly, specifying/implementing such an API for web extensions [was declined](https://groups.google.com/forum/m/#!topic/mozilla.dev.security.policy/yyzRatMijpE) (for no good reason IMHO, but that's off-topic for the scope of this feature request) by the people in charge...

Theoretically, it *might* even be possible to write an extension that blocks connections to servers based on certificate information, but that would require really nasty hacks, be very slow, and...

> > certificate pinning via HSTS, > > HSTS only covers the fact that browsers do connect via HTTPS, not HTTP. You probably meant HPKP. With it, you can really...

On Archlinux, I could solve this by adding the `python-setuptools` package to the `makedepends` array in the `PKGBUILD`. Therefore I think that you can probably solve this on Alpine by...