-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable nscd and enable systemd-resolved by default (#426)
Changes: - Disable nscd support in glibc - Disable crypt support in glibc and move it to libxcrypt - Enable systemd-resolved by default - Update nss-mdns to v0.15.1 - Clean up the network-manager package a bit, notably: - Switch to meson build - Use internal dhcp implementation instead of dhclient (EOL upstream) - Fix how it's enabled by default - Remove dnsmasq as rundep (superseded by systemd-resolved functionality) - Cleanup 32bit package - Remove unneeded dhclient (superseded by network-manager internal dhcp client) and libnm-legacy (only used by Scout/Heavy steam runtimes, doesn't build anyway and not easy to fix) Closes #422 --------- Signed-off-by: Reilly Brogan <[email protected]>
- Loading branch information
1 parent
d35f092
commit 535dc4e
Showing
68 changed files
with
783 additions
and
5,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Create a symlink to the package manager maintained version of this library. | ||
# This is a workaround for the fact that we don't have upgrade hooks yet. | ||
# This can only run safely during boot. | ||
L+! /etc/nsswitch.conf - - - - ../usr/share/defaults/etc/nsswitch.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
hosts: files mymachines mdns4_minimal [NOTFOUND=return] dns mdns4 myhostname | ||
### This file is managed by the Solus package manager. Do not edit, your changes will be overridden on future package updates. | ||
## If you need to make changes to this file, you can do the following: | ||
# | ||
## Prevent tmpfiles.d from re-creating the symlink (overriding your changes to the file) | ||
# sudo mkdir -p /etc/tmpfiles.d/ | ||
# sudo ln -sv /dev/null /etc/tmpfiles.d/etc-nsswitch-conf.conf | ||
# | ||
## Copy the Solus-managed version of the file to /etc/ | ||
# sudo cp /usr/share/defaults/etc/nsswitch.conf /etc/nsswitch.conf | ||
# | ||
## Then you can make your changes to the /etc/nsswitch.conf as needed. | ||
hosts: mymachines mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,8 @@ | |
<AdditionalFile owner="root" permission="0644" target="/usr/lib/os-release">os-release</AdditionalFile> | ||
<AdditionalFile owner="root" permission="0644" target="/etc/services">services</AdditionalFile> | ||
<AdditionalFile owner="root" permission="0644" target="/etc/protocols">protocols</AdditionalFile> | ||
<AdditionalFile owner="root" permission="0644" target="/etc/nsswitch.conf">nsswitch.conf</AdditionalFile> | ||
<AdditionalFile owner="root" permission="0644" target="/usr/share/defaults/etc/nsswitch.conf">nsswitch.conf</AdditionalFile> | ||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/etc-nsswitch-conf.conf">etc-nsswitch-conf.conf</AdditionalFile> | ||
<AdditionalFile owner="root" permission="0644" target="/usr/share/defaults/etc/xprofile">system-xprofile</AdditionalFile> | ||
<AdditionalFile owner="root" permission="0644" target="/etc/skel/.xprofile">user-xprofile</AdditionalFile> | ||
</AdditionalFiles> | ||
|
@@ -56,6 +57,14 @@ | |
</Package> | ||
|
||
<History> | ||
<Update release="71"> | ||
<Date>10-07-2023</Date> | ||
<Version>1.8.0</Version> | ||
<Comment>Package bump</Comment> | ||
<Name>Reilly Brogan</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
|
||
<Update release="70"> | ||
<Date>06-24-2023</Date> | ||
<Version>1.8.0</Version> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
packages/d/dhclient/files/0001-Point-dhclient-script-path-to-where-it-s-installed.patch
This file was deleted.
Oops, something went wrong.
117 changes: 0 additions & 117 deletions
117
packages/d/dhclient/files/0002-117-fixed-gcc-10-compilation-issues.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.