Rolf Eike Beer
Rolf Eike Beer
If you can give me a simple test I can test on 3.4 and 4.1..4.5, which I have around but which are too old to be used as system compilers.
Builds fine and passes the testsuite when applied to 1.2.0.
Done in #84 and #85.
> I'm not getting warnings without the missing includes, probably because the system header is already included transitively. I'm in favor of direct inclusion, though, so as usual I'm curious...
So what we have left are 5 commits, 4 of them add sort-of missing headers, and then the somewhat dangerous memset thing. This has been much more at the start,...
The relevant commits have been moved to #237, I think the remainder can be dropped. * ```byte_zero()``` is kept to make it more likely that the zeroing of the password...
Maybe just wait until 1.08 is out, the build is done and we are satisfied with it, and then merge it. I would like to avoid that we have a...
I took the opportunity to rebase this on current master, adapt to some 1.08 changes, and add a second optional commit that drops some things that we want to remove...
I upgraded one of my servers using this RPM this morning and everything went fine. Some thoughts: -is it the default to enable a newly installed service? -what happens if...
You can do something like "git checkout docker; git reset --hard HEAD^; git push --force" which would wipe the last commit from that given branch.