<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git, branch origin/0.44.x</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2F0.44.x</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2F0.44.x'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2021-12-21T00:14:51Z</updated>
<entry>
<title>version 0.44.10</title>
<updated>2021-12-21T00:14:51Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-12-21T00:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=0053bc4198f584574dfa609ccdeceaef4e2f9be1'/>
<id>urn:sha1:0053bc4198f584574dfa609ccdeceaef4e2f9be1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update ChangeLog</title>
<updated>2021-12-20T23:54:25Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-12-20T23:54:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=90f73039010cfc21df21512273d2dd660204c5e8'/>
<id>urn:sha1:90f73039010cfc21df21512273d2dd660204c5e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rc-status: fix uptime types and simplify</title>
<updated>2021-12-20T23:49:15Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2021-12-13T00:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=7d46c8ca6e8271aa1c9bc1e5247fd1f861f68153'/>
<id>urn:sha1:7d46c8ca6e8271aa1c9bc1e5247fd1f861f68153</id>
<content type='text'>
This fixes #484.
This fixes #483.
</content>
</entry>
<entry>
<title>version 0.44.9</title>
<updated>2021-12-07T19:01:16Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-12-07T19:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=20f049b0e94c0ef386b65a9a786fe24c51877ba8'/>
<id>urn:sha1:20f049b0e94c0ef386b65a9a786fe24c51877ba8</id>
<content type='text'>
This will need to be bumped again if we do 0.44.10
</content>
</entry>
<entry>
<title>update ChangeLog</title>
<updated>2021-11-29T15:53:30Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-11-29T15:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d0160dd96e92d0aadc531d4c06b010ee2ef72955'/>
<id>urn:sha1:d0160dd96e92d0aadc531d4c06b010ee2ef72955</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support/init.d.examples: Do not use @PKG_PREFIX@ in service examples</title>
<updated>2021-11-29T15:51:35Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-11-29T05:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=eca4c2d31efc29ed653dbcfc3a3cc043d24bd08d'/>
<id>urn:sha1:eca4c2d31efc29ed653dbcfc3a3cc043d24bd08d</id>
<content type='text'>
I can't think of a reason to do this since these scripts are just
examples.

This is for #474.
</content>
</entry>
<entry>
<title>meson: fallback to libcrypt detection outside of pkg-config</title>
<updated>2021-11-27T21:51:06Z</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2021-11-24T19:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=6a91444bd9f7f122f580d1297f33d58d5b518359'/>
<id>urn:sha1:6a91444bd9f7f122f580d1297f33d58d5b518359</id>
<content type='text'>
Much like PAM, not all implementations of libcrypt provide a pkg-config
file, and hence we can't find it using the old logic.

Let's fall back to the standard AC_SEARCH_LIBS-style check if the pkg-config-style
detection fails.

This fixes finding e.g. musl's libcrypt.

X-Gentoo-Bug: 827074
X-Gentoo-Bug-URL: https://bugs.gentoo.org/827074
</content>
</entry>
<entry>
<title>src/rc/rc-selinux.c: fix use of deprecated security_context_t</title>
<updated>2021-11-27T21:49:03Z</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2021-11-22T10:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=075fb7c6465824b51881fa47c6419650011f4e0f'/>
<id>urn:sha1:075fb7c6465824b51881fa47c6419650011f4e0f</id>
<content type='text'>
It's only a char* and has been deprecated upstream [0].

[0] https://github.com/SELinuxProject/selinux/commit/7a124ca27581

Fixes: #478
</content>
</entry>
<entry>
<title>meson: only find libcrypt if SELinux and no PAM</title>
<updated>2021-11-27T21:48:32Z</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2021-11-22T10:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=7f597d024af1612d8a104ed6fe591aae71105220'/>
<id>urn:sha1:7f597d024af1612d8a104ed6fe591aae71105220</id>
<content type='text'>
We only need libcrypt if we're building _with_ SELinux and
_without_ PAM. We don't use libcrypt for general SELinux
with PAM.

This is mostly a correctness change as libcrypt should
generally be available (as opposed to the previous
change which fixed some real-world cases).

Fixes: f3f0fde861b438c80f99afdd49fe175e9d0a68ca
Fixes: #478
</content>
</entry>
<entry>
<title>meson: link against libcrypt for SELinux if no PAM</title>
<updated>2021-11-27T20:53:19Z</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2021-11-20T12:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=27219666abf15117c8722dcd716681f7e6e957bf'/>
<id>urn:sha1:27219666abf15117c8722dcd716681f7e6e957bf</id>
<content type='text'>
We use libcrypt's crypt() if we're _not_ using PAM
in the SELinux code (rc-selinux, specifically).

X-Gentoo-Bug: 824954
X-Gentoo-Bug-URL: https://bugs.gentoo.org/824954
Fixes: https://github.com/openrc/openrc/pull/477
</content>
</entry>
</feed>
