diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-27 10:17:56 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 14:46:06 +0200 |
commit | 34c3f9d61ef86a46e3b774130fe3877f4ec0ea32 (patch) | |
tree | b71caac8943906af4fe2b8f402d408612460d292 /NEWS | |
parent | 9bdd99afee76630ee6de7bdf61f63bd0b487a2eb (diff) | |
download | urpmi-34c3f9d61ef86a46e3b774130fe3877f4ec0ea32.tar urpmi-34c3f9d61ef86a46e3b774130fe3877f4ec0ea32.tar.gz urpmi-34c3f9d61ef86a46e3b774130fe3877f4ec0ea32.tar.bz2 urpmi-34c3f9d61ef86a46e3b774130fe3877f4ec0ea32.tar.xz urpmi-34c3f9d61ef86a46e3b774130fe3877f4ec0ea32.zip |
fix failing when serving over HTTP from within /root
rationale:
If we switch from root to nobody/nogroup while running in /root,
everytime simple-httpd accesses to a files while answering to urpmi will
fail with "-1 EACCES (Permission denied)"
Then t/tmp/error.log contains "Error - 404 - file not found" but that's
hidden when running tests as part of CPAN testers.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ o display RPM version in cpan-testers logs o do not fail test when libnss.so is not found in Debian 9 or FreeBSD o fix failing to build some rpms on FreeBSD + o fix failing tests when serving over HTTP from within /root o fix test with rpm < 4.13 on CentOS7 o make sure genhdlist2 works o perform some file conflict tests only on Mageia |