- 02 Dec, 2022 1 commit
-
-
Michael Tremer authored
RIPE seems to have misconfigured their webserver which now sends application/octet-stream for all gzipped files instead of application/x-gzip or similar which is what the importer would expect. Instead of only checking the content type, we will now test whether we see the gzip magic and try to decompress the file then. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 29 Oct, 2022 6 commits
-
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Petr Písař authored
On Fedora, the original code placed files into /usr/lib64/perl5/5.36/. That location is not recognized by Fedora perl. It also supresses installation and uninstallaion of packlist and perlocal inventory files. They cannot be reliably uninstalled without corrupting them. Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 21 Oct, 2022 3 commits
-
-
Michael Tremer authored
If the first signature check returned an error, the error code was overwritten by the second signature check, returning an overall incorrect result. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Petr Písař authored
It's a tool a non-superuser can use. It's installed into /usr/bin. Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 20 Oct, 2022 5 commits
-
-
Petr Písař authored
Shebangs only belong to standalone executables. Fixes: #12956 Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Petr Písař authored
It's a tool a non-superuser can use. It's installed into /usr/bin. Fixes: #12957 Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Fixes: #12958 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
The database can easily be updated using "make update-database" which will have to be executed before every release. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Petr Písař authored
Running make in parallel (make -j5) randomly failed with: /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -include ./config.h -DSYSCONFDIR=\""/etc"\" -I./src -Wall -Wchar-subscripts -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wtype-limits -fno-semantic-interposition -ffunction-sections -fdata-sections -DLIBLOC_PRIVATE -fvisibility=hidden -g -O2 -c -o src/libloc_internal_la-database.lo `test -f 'src/database.c' || echo './'`src/database.c /usr/bin/ld: cannot find -lloc: No such file or directory collect2: error: ld returned 1 exit status make[3]: *** [Makefile:482: blib/arch/auto/Location/Location.so] Error 1 make[2]: *** [Makefile:2982: build-perl] Error 2 That's because build-perl did not depend on libloc library. A similar issue was with running tests and installing files. Moreover, thess two targets rebuilt Perl binding from scratch. This patch make the dependencies explicit and turns build-perl into non-PHONY. Fixes: #12961 Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 17 Oct, 2022 1 commit
-
-
Michael Tremer authored
This reverts commit fb574759. Suggested-by: Petr Pisar <ppisar@redhat.com> Fixes: #12955 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 04 Oct, 2022 1 commit
-
-
Michael Tremer authored
The tag that is being used in the filename was set after creating the filename. The order has now been fixed and the export works fine for me. Fixes: #12944 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 01 Oct, 2022 1 commit
-
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 27 Sep, 2022 6 commits
-
-
Michael Tremer authored
This is useful when we have some offset that isn't initialised. It will point to the start of the string pool which is some random string that happened to be added first. An empty string at least signifies better that something is unset. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Reported-by: Jochen Sprickerhof <jochen@sprickerhof.de> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Peter Müller authored
Note that the precise location of "ap-southeast-6" is currently undocumented. However, all IPv4 networks allocated are not routed at the time of writing, hence our allocation of Asia/Pacific should be acceptable for the time being. Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Peter Müller authored
Previously, the lack of distinction between different DROP lists caused only the last one to be persisted. The second version of this patch incorporates suggestions from Michael on the first version. Tested-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 26 Sep, 2022 1 commit
-
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 13 Sep, 2022 2 commits
-
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 09 Sep, 2022 3 commits
-
-
Michael Tremer authored
This might solve a race in the testsuite. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
This reverts commit 8a330e55. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 01 Sep, 2022 1 commit
-
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
- 23 Aug, 2022 9 commits
-
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-
Michael Tremer authored
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-