mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add aacskeys, makemkv, rebuild handbrake-full, update
This commit is contained in:
parent
7f5563a331
commit
f2804af989
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -334,3 +334,9 @@
|
|||||||
[submodule "pkg/ltspice"]
|
[submodule "pkg/ltspice"]
|
||||||
path = pkg/ltspice
|
path = pkg/ltspice
|
||||||
url = https://aur.archlinux.org/ltspice.git
|
url = https://aur.archlinux.org/ltspice.git
|
||||||
|
[submodule "pkg/aacskeys"]
|
||||||
|
path = pkg/aacskeys
|
||||||
|
url = https://aur.archlinux.org/aacskeys.git
|
||||||
|
[submodule "pkg/makemkv"]
|
||||||
|
path = pkg/makemkv
|
||||||
|
url = https://aur.archlinux.org/makemkv.git
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
activitywatch-bin adwaita-qt amdgpu-pro-installer aurutils balena-etcher base-devel-meta calindori-git chili-sddm-theme chromaprint-fftw clion crema davs2 deskreen decklink-sdk digitemp discord_arch_electron firefox-profile-switcher-connector flite1 flite1-patched forklift-git gconf gnome-meta gnome-shell-extension-appindicator-git gurk-bin handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin jexiftoolgui kirigami-addons-git lensfun-git lib32-ncurses5-compat-libs libbdplus libklvanc-git libopenmpt-svn librespeed-cli-bin librewolf-bin librist libwacom-surface ltspice mauikit-git miniconda3 mkcue mrwriter-git mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nodejs-markdown-toc nordic-kde-git opencl-amd openh264 phantomjs portfolio-file-manager pmbootstrap-git pycharm-professional pyspread python2-beaker python-mpv python-mypy-protobuf qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift toggle-bluetooth ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vdhcoapp virtualbox-ext-oracle vo-amrwbenc vobcopy vulkan-headers-git wkhtmltopdf-static woeusb x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xml2 xorg-meta xournalpp-git yay yt-dlp-git zoom zotero
|
aacskeys activitywatch-bin adwaita-qt amdgpu-pro-installer aurutils balena-etcher base-devel-meta calindori-git chili-sddm-theme chromaprint-fftw clion crema davs2 deskreen decklink-sdk digitemp discord_arch_electron firefox-profile-switcher-connector flite1 flite1-patched forklift-git gconf gnome-meta gnome-shell-extension-appindicator-git gurk-bin handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin jexiftoolgui kirigami-addons-git lensfun-git lib32-ncurses5-compat-libs libbdplus libklvanc-git libopenmpt-svn librespeed-cli-bin librewolf-bin librist libwacom-surface ltspice mauikit-git miniconda3 mkcue mrwriter-git mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nodejs-markdown-toc nordic-kde-git opencl-amd openh264 phantomjs portfolio-file-manager pmbootstrap-git pycharm-professional pyspread python2-beaker python-mpv python-mypy-protobuf qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift toggle-bluetooth ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vdhcoapp virtualbox-ext-oracle vo-amrwbenc vobcopy vulkan-headers-git wkhtmltopdf-static woeusb x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xml2 xorg-meta xournalpp-git yay yt-dlp-git zoom zotero
|
||||||
adwaita-qt4 aosp-devel kclock nodejs-markdown-pdf pocketsphinx python2-mako riseup-vpn riseup-vpn-git youplay zoom-firejail
|
adwaita-qt4 aosp-devel kclock nodejs-markdown-pdf pocketsphinx python2-mako riseup-vpn riseup-vpn-git youplay zoom-firejail
|
||||||
ffmpeg-amd-full lineageos-devel riseup-vpn-terminal
|
ffmpeg-amd-full lineageos-devel riseup-vpn-terminal
|
||||||
|
1
pkg/aacskeys
Submodule
1
pkg/aacskeys
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1e8babefaee108834520dc30e0c15c6072168f73
|
@ -1 +1 @@
|
|||||||
Subproject commit 60edc67461a834299ae6d1444f69b19f0d189588
|
Subproject commit 7fd0a0f4cdf7ad041080b28ab74ba83e30ad41b1
|
10
pkg/de-p1st-dns/.install
Normal file
10
pkg/de-p1st-dns/.install
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
## arg 1: the new package version
|
||||||
|
post_install() {
|
||||||
|
systemctl preset-all
|
||||||
|
}
|
||||||
|
|
||||||
|
## arg 1: the new package version
|
||||||
|
## arg 2: the old package version
|
||||||
|
post_upgrade() {
|
||||||
|
systemctl preset-all
|
||||||
|
}
|
@ -2,7 +2,7 @@
|
|||||||
_pkgname=dns
|
_pkgname=dns
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.4
|
pkgver=0.0.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="DNS configuration: Use DNS over TLS"
|
pkgdesc="DNS configuration: Use DNS over TLS"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -17,6 +17,7 @@ depends+=('systemd-resolvconf')
|
|||||||
depends+=('de-p1st-networkmanager')
|
depends+=('de-p1st-networkmanager')
|
||||||
|
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
|
install='.install'
|
||||||
conflicts=() # 'openresolv' conflicts with 'systemd-resolvd'
|
conflicts=() # 'openresolv' conflicts with 'systemd-resolvd'
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
@ -3,24 +3,26 @@
|
|||||||
List of DNS servers
|
List of DNS servers
|
||||||
|
|
||||||
* kuketz-blog
|
* kuketz-blog
|
||||||
* https://www.kuketz-blog.de/empfehlungsecke/#dns
|
* [https://www.kuketz-blog.de/empfehlungsecke/#dns]()
|
||||||
* Digitalcourage
|
* Digitalcourage
|
||||||
* https://digitalcourage.de/support/zensurfreier-dns-server
|
* [https://digitalcourage.de/support/zensurfreier-dns-server]()
|
||||||
* DoT, DNSSEC: 5.9.164.112:853#dns3.digitalcourage.de
|
* DoT, DNSSEC: 5.9.164.112:853#dns3.digitalcourage.de
|
||||||
* DoT, DNSSEC: 46.182.19.48:853#dns2.digitalcourage.de
|
* DoT, DNSSEC: 46.182.19.48:853#dns2.digitalcourage.de
|
||||||
* Digitale Gesellschaft
|
* Digitale Gesellschaft
|
||||||
* https://www.digitale-gesellschaft.ch/dns/
|
* [https://www.digitale-gesellschaft.ch/dns/]()
|
||||||
* DoT, DNSSEC: 185.95.218.42:853#dns.digitale-gesellschaft.ch
|
* DoT, DNSSEC: 185.95.218.42:853#dns.digitale-gesellschaft.ch
|
||||||
* DoT, DNSSEC: 185.95.218.43:853#dns.digitale-gesellschaft.ch
|
* DoT, DNSSEC: 185.95.218.43:853#dns.digitale-gesellschaft.ch
|
||||||
* UncensoredDNS
|
* UncensoredDNS
|
||||||
* https://blog.uncensoreddns.org/dns-servers/
|
* [https://blog.uncensoreddns.org/dns-servers/]()
|
||||||
* 89.233.43.71:853#unicast.uncensoreddns.org
|
* 89.233.43.71:853#unicast.uncensoreddns.org
|
||||||
* https://ffmuc.net/wiki/doku.php?id=knb:dohdot
|
* Freifunk München
|
||||||
* 5.1.66.255:853#dot.ffmuc.net
|
* [https://ffmuc.net/wiki/doku.php?id=knb:dohdot]()
|
||||||
|
* DoT: 5.1.66.255:853#dot.ffmuc.net
|
||||||
|
* DoH: 5.1.66.255:853#doh.ffmuc.net
|
||||||
|
|
||||||
## Unencrypted DNS - Network Manager Configuration
|
## Unencrypted DNS - Network Manager Configuration
|
||||||
|
|
||||||
* https://wiki.archlinux.org/index.php/NetworkManager#Custom_DNS_servers
|
* [https://wiki.archlinux.org/index.php/NetworkManager#Custom_DNS_servers]()
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
echo '[global-dns-domain-*]
|
echo '[global-dns-domain-*]
|
||||||
@ -33,11 +35,11 @@ sudo systemctl restart NetworkManager
|
|||||||
|
|
||||||
## Encrypted DNS - systemd-resolved
|
## Encrypted DNS - systemd-resolved
|
||||||
|
|
||||||
* https://wiki.archlinux.org/index.php/Systemd-resolved#DNS_over_TLS
|
* [https://wiki.archlinux.org/index.php/Systemd-resolved#DNS_over_TLS]()
|
||||||
* https://www.freedesktop.org/software/systemd/man/resolved.conf.html#
|
* [https://www.freedesktop.org/software/systemd/man/resolved.conf.html]()
|
||||||
* `domains=~.`
|
* `domains=~.`
|
||||||
* https://unix.stackexchange.com/a/632292
|
* [https://unix.stackexchange.com/a/632292]()
|
||||||
* https://fedoramagazine.org/use-dns-over-tls/
|
* [https://fedoramagazine.org/use-dns-over-tls/]()
|
||||||
|
|
||||||
> systemd-resolved provides resolver services
|
> systemd-resolved provides resolver services
|
||||||
> for Domain Name System (DNS) (including DNSSEC
|
> for Domain Name System (DNS) (including DNSSEC
|
||||||
@ -80,14 +82,14 @@ Cache=yes
|
|||||||
NetworkManager -> use systemd-resolved:
|
NetworkManager -> use systemd-resolved:
|
||||||
|
|
||||||
- There are multiple alternatives to do this
|
- There are multiple alternatives to do this
|
||||||
- From man page https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html:
|
- From man page [https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html]():
|
||||||
If resolv.conf is symlink (see symlink
|
If resolv.conf is symlink (see symlink
|
||||||
line below), then NetworkManager wil automatically use
|
line below), then NetworkManager wil automatically use
|
||||||
resolvd. This is the nicest method.
|
resolvd. This is the nicest method.
|
||||||
- https://wiki.archlinux.org/index.php/Systemd-resolved#DNS
|
- [https://wiki.archlinux.org/index.php/Systemd-resolved#DNS]()
|
||||||
- Alternative: Add "[main] <newLine> dns=systemd-resolved"
|
- Alternative: Add "[main] <newLine> dns=systemd-resolved"
|
||||||
to /etc/NetworkManager/conf.d/dns.conf
|
to `/etc/NetworkManager/conf.d/dns.conf`
|
||||||
- https://wiki.archlinux.org/index.php/NetworkManager#systemd-resolved
|
- [https://wiki.archlinux.org/index.php/NetworkManager#systemd-resolved]()
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# resolv.conf generated by NetworkManager
|
# resolv.conf generated by NetworkManager
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 747713f0415d2a3fee43b968fef2be6799a649e8
|
Subproject commit 0c3efb91c8cdbaa430bf863e974e39b73bf6f1f8
|
@ -1 +1 @@
|
|||||||
Subproject commit f0bc4db0a38e6c302d830152c373e5a11d37d306
|
Subproject commit db53d10253ccb78e4ca7249fcf9f29c013530487
|
@ -1 +1 @@
|
|||||||
Subproject commit fa7f7060d2d02189cfd4630b106a163e53a502f3
|
Subproject commit 73f47d754bea184c4254ce938f68eb201f974087
|
@ -1 +1 @@
|
|||||||
Subproject commit cbe6fe05e96efe79033f33c8c76703ab43fec111
|
Subproject commit 032024f97eaa7809dc2341e9d5cee94fca332852
|
@ -1 +1 @@
|
|||||||
Subproject commit b0f91d3ef5581fc3ef4d469faafcdadbde9dff0b
|
Subproject commit 6af78db172c345fcec028bc31d52e6fe784a96d4
|
1
pkg/makemkv
Submodule
1
pkg/makemkv
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1994ef8a643b04b429224041ab8dbba201d0336d
|
@ -1 +1 @@
|
|||||||
Subproject commit bce965a856e6634be804f1bd9072c128fb2eb972
|
Subproject commit 8b8dcc9f676ccc69e49ef2b51691abe0763fea5a
|
@ -1 +1 @@
|
|||||||
Subproject commit fb1dbcdba39e8bb044afb95d535af9e0547759d7
|
Subproject commit 46678b6505cbe1ac4af8bf9ab66d18b9af99afbf
|
2
pkg/zoom
2
pkg/zoom
@ -1 +1 @@
|
|||||||
Subproject commit 048d9deff2b12a4da57bb4ce489612f9299b329c
|
Subproject commit e294e4408b3330bc6aaabc046229c7a8f682780c
|
Loading…
Reference in New Issue
Block a user