mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/etc/sysconfig/lm_sensors
|
||||
/etc/unbound/unbound.conf
|
||||
*.tmp
|
||||
/var/ipfire/ethernet/settings
|
||||
/var/ipfire/firewall/bin/*
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
/etc/check_mk/
|
||||
@@ -1,2 +0,0 @@
|
||||
/src/client175/site.conf
|
||||
/var/ipfire/mpfire/*.m3u
|
||||
@@ -1,5 +0,0 @@
|
||||
/var/ipfire/dma
|
||||
/var/ipfire/dma/dma.conf
|
||||
/var/ipfire/dma/auth.conf
|
||||
/var/ipfire/dma/mail.conf
|
||||
/var/spool/dma
|
||||
@@ -1,6 +0,0 @@
|
||||
/var/ipfire/lcr/extensions
|
||||
/var/ipfire/lcr/directory.list
|
||||
/var/ipfire/lcr/interface.conf
|
||||
/var/ipfire/lcr/options.conf
|
||||
/var/ipfire/lcr/routing.conf
|
||||
/var/log/lcr
|
||||
1
config/backup/includes/minidlna
Normal file
1
config/backup/includes/minidlna
Normal file
@@ -0,0 +1 @@
|
||||
/etc/minidlna.conf
|
||||
@@ -3,13 +3,34 @@
|
||||
set -e
|
||||
|
||||
# Create file layout.
|
||||
mkdir -pv certs certs/legacy-default certs/legacy-disable
|
||||
mkdir -pv certs
|
||||
mkdir -pv /etc/pki/ca-trust/source
|
||||
cp certdata.txt certs
|
||||
cd certs
|
||||
|
||||
python ../certdata2pem.py
|
||||
python3 ../certdata2pem.py
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
cat <<EOF > ca-bundle.trust.p11-kit
|
||||
# This is a bundle of X.509 certificates of public Certificate
|
||||
# Authorities. It was generated from the Mozilla root CA list.
|
||||
# These certificates and trust/distrust attributes use the file format accepted
|
||||
# by the p11-kit-trust module.
|
||||
#
|
||||
# Source: mozilla/security/nss/lib/ckfw/builtins/certdata.txt
|
||||
#
|
||||
EOF
|
||||
|
||||
|
||||
P11FILES=`find certs -name \*.tmp-p11-kit | wc -l`
|
||||
if [ $P11FILES -ne 0 ]; then
|
||||
for p in certs/*.tmp-p11-kit; do
|
||||
cat "$p" >> /etc/pki/ca-trust/source/ca-bundle.trust.p11-kit
|
||||
done
|
||||
fi
|
||||
|
||||
cat <<EOF > ca-bundle.crt
|
||||
# This is a bundle of X.509 certificates of public Certificate
|
||||
# Authorities. It was generated from the Mozilla root CA list.
|
||||
@@ -28,24 +49,11 @@ cat <<EOF > ca-bundle.trust.crt
|
||||
#
|
||||
EOF
|
||||
|
||||
for f in certs/*.crt; do
|
||||
[ -z "${f}" ] && continue
|
||||
trust extract --comment --filter=certificates --format=openssl-bundle --overwrite ca-bundle.trust
|
||||
cat ca-bundle.trust >> ca-bundle.trust.crt
|
||||
|
||||
tbits=$(sed -n '/^# openssl-trust/{s/^.*=//;p;}' ${f})
|
||||
case "${tbits}" in
|
||||
*serverAuth*)
|
||||
openssl x509 -text -in "${f}" >> ca-bundle.crt
|
||||
;;
|
||||
esac
|
||||
trust extract --comment --filter=ca-anchors --format=pem-bundle --overwrite --purpose server-auth ca-bundle
|
||||
cat ca-bundle >> ca-bundle.crt
|
||||
|
||||
if [ -n "$tbits" ]; then
|
||||
targs=""
|
||||
for t in ${tbits}; do
|
||||
targs="${targs} -addtrust ${t}"
|
||||
done
|
||||
|
||||
openssl x509 -text -in "${f}" -trustout $targs >> ca-bundle.trust.crt
|
||||
fi
|
||||
done
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
@@ -22304,3 +22304,774 @@ CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||
|
||||
#
|
||||
# Certificate "TunTrust Root CA"
|
||||
#
|
||||
# Issuer: CN=TunTrust Root CA,O=Agence Nationale de Certification Electronique,C=TN
|
||||
# Serial Number:13:02:d5:e2:40:4c:92:46:86:16:67:5d:b4:bb:bb:b2:6b:3e:fc:13
|
||||
# Subject: CN=TunTrust Root CA,O=Agence Nationale de Certification Electronique,C=TN
|
||||
# Not Valid Before: Fri Apr 26 08:57:56 2019
|
||||
# Not Valid After : Tue Apr 26 08:57:56 2044
|
||||
# Fingerprint (SHA-256): 2E:44:10:2A:B5:8C:B8:54:19:45:1C:8E:19:D9:AC:F3:66:2C:AF:BC:61:4B:6A:53:96:0A:30:F7:D0:E2:EB:41
|
||||
# Fingerprint (SHA1): CF:E9:70:84:0F:E0:73:0F:9D:F6:0C:7F:2C:4B:EE:20:46:34:9C:BB
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "TunTrust Root CA"
|
||||
CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
|
||||
CKA_SUBJECT MULTILINE_OCTAL
|
||||
\060\141\061\013\060\011\006\003\125\004\006\023\002\124\116\061
|
||||
\067\060\065\006\003\125\004\012\014\056\101\147\145\156\143\145
|
||||
\040\116\141\164\151\157\156\141\154\145\040\144\145\040\103\145
|
||||
\162\164\151\146\151\143\141\164\151\157\156\040\105\154\145\143
|
||||
\164\162\157\156\151\161\165\145\061\031\060\027\006\003\125\004
|
||||
\003\014\020\124\165\156\124\162\165\163\164\040\122\157\157\164
|
||||
\040\103\101
|
||||
END
|
||||
CKA_ID UTF8 "0"
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\141\061\013\060\011\006\003\125\004\006\023\002\124\116\061
|
||||
\067\060\065\006\003\125\004\012\014\056\101\147\145\156\143\145
|
||||
\040\116\141\164\151\157\156\141\154\145\040\144\145\040\103\145
|
||||
\162\164\151\146\151\143\141\164\151\157\156\040\105\154\145\143
|
||||
\164\162\157\156\151\161\165\145\061\031\060\027\006\003\125\004
|
||||
\003\014\020\124\165\156\124\162\165\163\164\040\122\157\157\164
|
||||
\040\103\101
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\024\023\002\325\342\100\114\222\106\206\026\147\135\264\273
|
||||
\273\262\153\076\374\023
|
||||
END
|
||||
CKA_VALUE MULTILINE_OCTAL
|
||||
\060\202\005\263\060\202\003\233\240\003\002\001\002\002\024\023
|
||||
\002\325\342\100\114\222\106\206\026\147\135\264\273\273\262\153
|
||||
\076\374\023\060\015\006\011\052\206\110\206\367\015\001\001\013
|
||||
\005\000\060\141\061\013\060\011\006\003\125\004\006\023\002\124
|
||||
\116\061\067\060\065\006\003\125\004\012\014\056\101\147\145\156
|
||||
\143\145\040\116\141\164\151\157\156\141\154\145\040\144\145\040
|
||||
\103\145\162\164\151\146\151\143\141\164\151\157\156\040\105\154
|
||||
\145\143\164\162\157\156\151\161\165\145\061\031\060\027\006\003
|
||||
\125\004\003\014\020\124\165\156\124\162\165\163\164\040\122\157
|
||||
\157\164\040\103\101\060\036\027\015\061\071\060\064\062\066\060
|
||||
\070\065\067\065\066\132\027\015\064\064\060\064\062\066\060\070
|
||||
\065\067\065\066\132\060\141\061\013\060\011\006\003\125\004\006
|
||||
\023\002\124\116\061\067\060\065\006\003\125\004\012\014\056\101
|
||||
\147\145\156\143\145\040\116\141\164\151\157\156\141\154\145\040
|
||||
\144\145\040\103\145\162\164\151\146\151\143\141\164\151\157\156
|
||||
\040\105\154\145\143\164\162\157\156\151\161\165\145\061\031\060
|
||||
\027\006\003\125\004\003\014\020\124\165\156\124\162\165\163\164
|
||||
\040\122\157\157\164\040\103\101\060\202\002\042\060\015\006\011
|
||||
\052\206\110\206\367\015\001\001\001\005\000\003\202\002\017\000
|
||||
\060\202\002\012\002\202\002\001\000\303\315\323\374\275\004\123
|
||||
\335\014\040\072\325\210\056\005\113\101\365\203\202\176\367\131
|
||||
\237\236\236\143\350\163\332\366\006\251\117\037\264\371\013\037
|
||||
\071\214\232\040\320\176\006\324\354\064\331\206\274\165\133\207
|
||||
\210\360\322\331\324\243\012\262\154\033\353\111\054\076\254\135
|
||||
\330\224\003\240\354\064\345\060\304\065\175\373\046\115\033\156
|
||||
\060\124\330\365\200\105\234\071\255\234\311\045\004\115\232\220
|
||||
\076\116\100\156\212\153\315\051\147\306\314\055\340\164\350\005
|
||||
\127\012\110\120\372\172\103\332\176\354\133\232\016\142\166\376
|
||||
\352\235\035\205\162\354\021\273\065\350\037\047\277\301\241\307
|
||||
\273\110\026\335\126\327\314\116\240\341\271\254\333\325\203\031
|
||||
\032\205\321\224\227\327\312\243\145\013\363\070\371\002\256\335
|
||||
\366\147\317\311\077\365\212\054\107\032\231\157\005\015\375\320
|
||||
\035\202\061\374\051\314\000\130\227\221\114\200\000\034\063\205
|
||||
\226\057\313\101\302\213\020\204\303\011\044\211\037\265\017\331
|
||||
\331\167\107\030\222\224\140\134\307\231\003\074\376\367\225\247
|
||||
\175\120\241\200\302\251\203\255\130\226\125\041\333\206\131\324
|
||||
\257\306\274\335\201\156\007\333\140\142\376\354\020\156\332\150
|
||||
\001\364\203\033\251\076\242\133\043\327\144\306\337\334\242\175
|
||||
\330\113\272\202\322\121\370\146\277\006\106\344\171\052\046\066
|
||||
\171\217\037\116\231\035\262\217\014\016\034\377\311\135\300\375
|
||||
\220\020\246\261\067\363\315\072\044\156\264\205\220\277\200\271
|
||||
\014\214\325\233\326\310\361\126\077\032\200\211\172\251\342\033
|
||||
\062\121\054\076\362\337\173\366\135\172\051\031\216\345\310\275
|
||||
\066\161\213\135\114\302\035\077\255\130\242\317\075\160\115\246
|
||||
\120\230\045\334\043\371\270\130\101\010\161\277\117\270\204\240
|
||||
\217\000\124\025\374\221\155\130\247\226\073\353\113\226\047\315
|
||||
\153\242\241\206\254\015\174\124\346\146\114\146\137\220\276\041
|
||||
\232\002\106\055\344\203\302\200\271\317\113\076\350\177\074\001
|
||||
\354\217\136\315\177\322\050\102\001\225\212\342\227\075\020\041
|
||||
\175\366\235\034\305\064\241\354\054\016\012\122\054\022\125\160
|
||||
\044\075\313\302\024\065\103\135\047\116\276\300\275\252\174\226
|
||||
\347\374\236\141\255\104\323\000\227\002\003\001\000\001\243\143
|
||||
\060\141\060\035\006\003\125\035\016\004\026\004\024\006\232\233
|
||||
\037\123\175\361\365\244\310\323\206\076\241\163\131\264\367\104
|
||||
\041\060\017\006\003\125\035\023\001\001\377\004\005\060\003\001
|
||||
\001\377\060\037\006\003\125\035\043\004\030\060\026\200\024\006
|
||||
\232\233\037\123\175\361\365\244\310\323\206\076\241\163\131\264
|
||||
\367\104\041\060\016\006\003\125\035\017\001\001\377\004\004\003
|
||||
\002\001\006\060\015\006\011\052\206\110\206\367\015\001\001\013
|
||||
\005\000\003\202\002\001\000\252\005\156\266\335\025\311\277\263
|
||||
\306\040\366\006\107\260\206\223\045\323\215\271\310\000\077\227
|
||||
\365\122\047\210\161\311\164\375\353\312\144\333\133\357\036\135
|
||||
\272\277\321\353\356\134\151\272\026\310\363\271\217\323\066\056
|
||||
\100\111\007\015\131\336\213\020\260\111\005\342\377\221\077\113
|
||||
\267\335\002\216\370\201\050\134\314\334\155\257\137\024\234\175
|
||||
\130\170\015\366\200\011\271\351\016\227\051\031\270\267\353\370
|
||||
\026\313\125\022\344\306\175\273\304\354\370\265\034\116\076\147
|
||||
\277\305\137\033\155\155\107\050\252\004\130\141\326\166\277\042
|
||||
\177\320\007\152\247\144\123\360\227\215\235\200\077\273\301\007
|
||||
\333\145\257\346\233\062\232\303\124\223\304\034\010\303\104\373
|
||||
\173\143\021\103\321\152\032\141\152\171\155\220\117\051\216\107
|
||||
\005\301\022\151\151\326\306\066\061\341\374\372\200\272\134\117
|
||||
\304\353\267\062\254\370\165\141\027\327\020\031\271\361\322\011
|
||||
\357\172\102\235\133\132\013\324\306\225\116\052\316\377\007\327
|
||||
\117\176\030\006\210\361\031\265\331\230\273\256\161\304\034\347
|
||||
\164\131\130\357\014\211\317\213\037\165\223\032\004\024\222\110
|
||||
\120\251\353\127\051\000\026\343\066\034\310\370\277\360\063\325
|
||||
\101\017\304\314\074\335\351\063\103\001\221\020\053\036\321\271
|
||||
\135\315\062\031\213\217\214\040\167\327\042\304\102\334\204\026
|
||||
\233\045\155\350\264\125\161\177\260\174\263\323\161\111\271\317
|
||||
\122\244\004\077\334\075\240\273\257\063\236\012\060\140\216\333
|
||||
\235\135\224\250\275\140\347\142\200\166\201\203\014\214\314\060
|
||||
\106\111\342\014\322\250\257\353\141\161\357\347\042\142\251\367
|
||||
\134\144\154\237\026\214\147\066\047\105\365\011\173\277\366\020
|
||||
\012\361\260\215\124\103\214\004\272\243\077\357\342\065\307\371
|
||||
\164\340\157\064\101\320\277\163\145\127\040\371\233\147\172\146
|
||||
\150\044\116\200\145\275\020\231\006\131\362\145\257\270\306\107
|
||||
\273\375\220\170\213\101\163\056\257\125\037\334\073\222\162\156
|
||||
\204\323\320\141\114\015\314\166\127\342\055\205\042\025\066\015
|
||||
\353\001\235\353\330\353\304\204\231\373\300\014\314\062\350\343
|
||||
\167\332\203\104\213\236\125\050\300\213\130\323\220\076\116\033
|
||||
\000\361\025\255\203\053\232
|
||||
END
|
||||
CKA_NSS_MOZILLA_CA_POLICY CK_BBOOL CK_TRUE
|
||||
CKA_NSS_SERVER_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
CKA_NSS_EMAIL_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
|
||||
# Trust for "TunTrust Root CA"
|
||||
# Issuer: CN=TunTrust Root CA,O=Agence Nationale de Certification Electronique,C=TN
|
||||
# Serial Number:13:02:d5:e2:40:4c:92:46:86:16:67:5d:b4:bb:bb:b2:6b:3e:fc:13
|
||||
# Subject: CN=TunTrust Root CA,O=Agence Nationale de Certification Electronique,C=TN
|
||||
# Not Valid Before: Fri Apr 26 08:57:56 2019
|
||||
# Not Valid After : Tue Apr 26 08:57:56 2044
|
||||
# Fingerprint (SHA-256): 2E:44:10:2A:B5:8C:B8:54:19:45:1C:8E:19:D9:AC:F3:66:2C:AF:BC:61:4B:6A:53:96:0A:30:F7:D0:E2:EB:41
|
||||
# Fingerprint (SHA1): CF:E9:70:84:0F:E0:73:0F:9D:F6:0C:7F:2C:4B:EE:20:46:34:9C:BB
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "TunTrust Root CA"
|
||||
CKA_CERT_SHA1_HASH MULTILINE_OCTAL
|
||||
\317\351\160\204\017\340\163\017\235\366\014\177\054\113\356\040
|
||||
\106\064\234\273
|
||||
END
|
||||
CKA_CERT_MD5_HASH MULTILINE_OCTAL
|
||||
\205\023\271\220\133\066\134\266\136\270\132\370\340\061\127\264
|
||||
END
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\141\061\013\060\011\006\003\125\004\006\023\002\124\116\061
|
||||
\067\060\065\006\003\125\004\012\014\056\101\147\145\156\143\145
|
||||
\040\116\141\164\151\157\156\141\154\145\040\144\145\040\103\145
|
||||
\162\164\151\146\151\143\141\164\151\157\156\040\105\154\145\143
|
||||
\164\162\157\156\151\161\165\145\061\031\060\027\006\003\125\004
|
||||
\003\014\020\124\165\156\124\162\165\163\164\040\122\157\157\164
|
||||
\040\103\101
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\024\023\002\325\342\100\114\222\106\206\026\147\135\264\273
|
||||
\273\262\153\076\374\023
|
||||
END
|
||||
CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||
|
||||
#
|
||||
# Certificate "HARICA TLS RSA Root CA 2021"
|
||||
#
|
||||
# Issuer: CN=HARICA TLS RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:39:ca:93:1c:ef:43:f3:c6:8e:93:c7:f4:64:89:38:7e
|
||||
# Subject: CN=HARICA TLS RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 10:55:38 2021
|
||||
# Not Valid After : Mon Feb 13 10:55:37 2045
|
||||
# Fingerprint (SHA-256): D9:5D:0E:8E:DA:79:52:5B:F9:BE:B1:1B:14:D2:10:0D:32:94:98:5F:0C:62:D9:FA:BD:9C:D9:99:EC:CB:7B:1D
|
||||
# Fingerprint (SHA1): 02:2D:05:82:FA:88:CE:14:0C:06:79:DE:7F:14:10:E9:45:D7:A5:6D
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA TLS RSA Root CA 2021"
|
||||
CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
|
||||
CKA_SUBJECT MULTILINE_OCTAL
|
||||
\060\154\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\044\060\042\006\003\125\004
|
||||
\003\014\033\110\101\122\111\103\101\040\124\114\123\040\122\123
|
||||
\101\040\122\157\157\164\040\103\101\040\062\060\062\061
|
||||
END
|
||||
CKA_ID UTF8 "0"
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\154\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\044\060\042\006\003\125\004
|
||||
\003\014\033\110\101\122\111\103\101\040\124\114\123\040\122\123
|
||||
\101\040\122\157\157\164\040\103\101\040\062\060\062\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\071\312\223\034\357\103\363\306\216\223\307\364\144\211
|
||||
\070\176
|
||||
END
|
||||
CKA_VALUE MULTILINE_OCTAL
|
||||
\060\202\005\244\060\202\003\214\240\003\002\001\002\002\020\071
|
||||
\312\223\034\357\103\363\306\216\223\307\364\144\211\070\176\060
|
||||
\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\154
|
||||
\061\013\060\011\006\003\125\004\006\023\002\107\122\061\067\060
|
||||
\065\006\003\125\004\012\014\056\110\145\154\154\145\156\151\143
|
||||
\040\101\143\141\144\145\155\151\143\040\141\156\144\040\122\145
|
||||
\163\145\141\162\143\150\040\111\156\163\164\151\164\165\164\151
|
||||
\157\156\163\040\103\101\061\044\060\042\006\003\125\004\003\014
|
||||
\033\110\101\122\111\103\101\040\124\114\123\040\122\123\101\040
|
||||
\122\157\157\164\040\103\101\040\062\060\062\061\060\036\027\015
|
||||
\062\061\060\062\061\071\061\060\065\065\063\070\132\027\015\064
|
||||
\065\060\062\061\063\061\060\065\065\063\067\132\060\154\061\013
|
||||
\060\011\006\003\125\004\006\023\002\107\122\061\067\060\065\006
|
||||
\003\125\004\012\014\056\110\145\154\154\145\156\151\143\040\101
|
||||
\143\141\144\145\155\151\143\040\141\156\144\040\122\145\163\145
|
||||
\141\162\143\150\040\111\156\163\164\151\164\165\164\151\157\156
|
||||
\163\040\103\101\061\044\060\042\006\003\125\004\003\014\033\110
|
||||
\101\122\111\103\101\040\124\114\123\040\122\123\101\040\122\157
|
||||
\157\164\040\103\101\040\062\060\062\061\060\202\002\042\060\015
|
||||
\006\011\052\206\110\206\367\015\001\001\001\005\000\003\202\002
|
||||
\017\000\060\202\002\012\002\202\002\001\000\213\302\347\257\145
|
||||
\233\005\147\226\311\015\044\271\320\016\144\374\316\342\044\030
|
||||
\054\204\177\167\121\313\004\021\066\270\136\355\151\161\247\236
|
||||
\344\045\011\227\147\301\107\302\317\221\026\066\142\075\070\004
|
||||
\341\121\202\377\254\322\264\151\335\056\354\021\243\105\356\153
|
||||
\153\073\114\277\214\215\244\036\235\021\271\351\070\371\172\016
|
||||
\014\230\342\043\035\321\116\143\324\347\270\101\104\373\153\257
|
||||
\153\332\037\323\305\221\210\133\244\211\222\321\201\346\214\071
|
||||
\130\240\326\151\103\251\255\230\122\130\156\333\012\373\153\317
|
||||
\150\372\343\244\136\072\105\163\230\007\352\137\002\162\336\014
|
||||
\245\263\237\256\251\035\267\035\263\374\212\131\347\156\162\145
|
||||
\255\365\060\224\043\007\363\202\026\113\065\230\234\123\273\057
|
||||
\312\344\132\331\307\215\035\374\230\231\373\054\244\202\153\360
|
||||
\052\037\216\013\137\161\134\134\256\102\173\051\211\201\313\003
|
||||
\243\231\312\210\236\013\100\011\101\063\333\346\130\172\375\256
|
||||
\231\160\300\132\017\326\023\206\161\057\166\151\374\220\335\333
|
||||
\055\156\321\362\233\365\032\153\236\157\025\214\172\360\113\050
|
||||
\240\042\070\200\044\154\066\244\073\362\060\221\363\170\023\317
|
||||
\301\077\065\253\361\035\021\043\265\103\042\236\001\222\267\030
|
||||
\002\345\021\321\202\333\025\000\314\141\067\301\052\174\232\341
|
||||
\320\272\263\120\106\356\202\254\235\061\370\373\043\342\003\000
|
||||
\110\160\243\011\046\171\025\123\140\363\070\134\255\070\352\201
|
||||
\000\143\024\271\063\136\335\013\333\240\105\007\032\063\011\370
|
||||
\115\264\247\002\246\151\364\302\131\005\210\145\205\126\256\113
|
||||
\313\340\336\074\175\055\032\310\351\373\037\243\141\112\326\052
|
||||
\023\255\167\114\032\030\233\221\017\130\330\006\124\305\227\370
|
||||
\252\077\040\212\246\205\246\167\366\246\374\034\342\356\156\224
|
||||
\063\052\203\120\204\012\345\117\206\370\120\105\170\000\201\353
|
||||
\133\150\343\046\215\314\173\134\121\364\024\054\100\276\032\140
|
||||
\035\172\162\141\035\037\143\055\210\252\316\242\105\220\010\374
|
||||
\153\276\263\120\052\132\375\250\110\030\106\326\220\100\222\220
|
||||
\012\204\136\150\061\370\353\355\015\323\035\306\175\231\030\125
|
||||
\126\047\145\056\215\105\305\044\354\316\343\002\003\001\000\001
|
||||
\243\102\060\100\060\017\006\003\125\035\023\001\001\377\004\005
|
||||
\060\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024
|
||||
\012\110\043\246\140\244\222\012\063\352\223\133\305\127\352\045
|
||||
\115\275\022\356\060\016\006\003\125\035\017\001\001\377\004\004
|
||||
\003\002\001\206\060\015\006\011\052\206\110\206\367\015\001\001
|
||||
\013\005\000\003\202\002\001\000\076\220\110\252\156\142\025\045
|
||||
\146\173\014\325\214\213\211\235\327\355\116\007\357\234\320\024
|
||||
\137\136\120\275\150\226\220\244\024\021\252\150\155\011\065\071
|
||||
\100\011\332\364\011\054\064\245\173\131\204\111\051\227\164\310
|
||||
\007\036\107\155\362\316\034\120\046\343\236\075\100\123\077\367
|
||||
\177\226\166\020\305\106\245\320\040\113\120\364\065\073\030\364
|
||||
\125\152\101\033\107\006\150\074\273\011\010\142\331\137\125\102
|
||||
\252\254\123\205\254\225\126\066\126\253\344\005\214\305\250\332
|
||||
\037\243\151\275\123\017\304\377\334\312\343\176\362\114\210\206
|
||||
\107\106\032\363\000\365\200\221\242\334\103\102\224\233\040\360
|
||||
\321\315\262\353\054\123\302\123\170\112\117\004\224\101\232\217
|
||||
\047\062\301\345\111\031\277\361\362\302\213\250\012\071\061\050
|
||||
\264\175\142\066\054\115\354\037\063\266\176\167\155\176\120\360
|
||||
\237\016\327\021\217\317\030\305\343\047\376\046\357\005\235\317
|
||||
\317\067\305\320\173\332\073\260\026\204\014\072\223\326\276\027
|
||||
\333\017\076\016\031\170\011\307\251\002\162\042\113\367\067\166
|
||||
\272\165\304\205\003\132\143\325\261\165\005\302\271\275\224\255
|
||||
\214\025\231\247\223\175\366\305\363\252\164\317\004\205\224\230
|
||||
\000\364\342\371\312\044\145\277\340\142\257\310\305\372\262\311
|
||||
\236\126\110\332\171\375\226\166\025\276\243\216\126\304\263\064
|
||||
\374\276\107\364\301\264\250\374\325\060\210\150\356\313\256\311
|
||||
\143\304\166\276\254\070\030\341\136\134\317\256\072\042\121\353
|
||||
\321\213\263\363\053\063\007\124\207\372\264\262\023\173\272\123
|
||||
\004\142\001\235\361\300\117\356\341\072\324\213\040\020\372\002
|
||||
\127\346\357\301\013\267\220\106\234\031\051\214\334\157\240\112
|
||||
\151\151\224\267\044\145\240\377\254\077\316\001\373\041\056\375
|
||||
\150\370\233\362\245\317\061\070\134\025\252\346\227\000\301\337
|
||||
\132\245\247\071\252\351\204\177\074\121\250\072\331\224\133\214
|
||||
\277\117\010\161\345\333\250\134\324\322\246\376\000\243\306\026
|
||||
\307\017\350\200\316\034\050\144\164\031\010\323\102\343\316\000
|
||||
\135\177\261\334\023\260\341\005\313\321\040\252\206\164\236\071
|
||||
\347\221\375\377\133\326\367\255\246\057\003\013\155\343\127\124
|
||||
\353\166\123\030\215\021\230\272
|
||||
END
|
||||
CKA_NSS_MOZILLA_CA_POLICY CK_BBOOL CK_TRUE
|
||||
CKA_NSS_SERVER_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
CKA_NSS_EMAIL_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
|
||||
# Trust for "HARICA TLS RSA Root CA 2021"
|
||||
# Issuer: CN=HARICA TLS RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:39:ca:93:1c:ef:43:f3:c6:8e:93:c7:f4:64:89:38:7e
|
||||
# Subject: CN=HARICA TLS RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 10:55:38 2021
|
||||
# Not Valid After : Mon Feb 13 10:55:37 2045
|
||||
# Fingerprint (SHA-256): D9:5D:0E:8E:DA:79:52:5B:F9:BE:B1:1B:14:D2:10:0D:32:94:98:5F:0C:62:D9:FA:BD:9C:D9:99:EC:CB:7B:1D
|
||||
# Fingerprint (SHA1): 02:2D:05:82:FA:88:CE:14:0C:06:79:DE:7F:14:10:E9:45:D7:A5:6D
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA TLS RSA Root CA 2021"
|
||||
CKA_CERT_SHA1_HASH MULTILINE_OCTAL
|
||||
\002\055\005\202\372\210\316\024\014\006\171\336\177\024\020\351
|
||||
\105\327\245\155
|
||||
END
|
||||
CKA_CERT_MD5_HASH MULTILINE_OCTAL
|
||||
\145\107\233\130\206\335\054\360\374\242\204\037\036\226\304\221
|
||||
END
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\154\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\044\060\042\006\003\125\004
|
||||
\003\014\033\110\101\122\111\103\101\040\124\114\123\040\122\123
|
||||
\101\040\122\157\157\164\040\103\101\040\062\060\062\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\071\312\223\034\357\103\363\306\216\223\307\364\144\211
|
||||
\070\176
|
||||
END
|
||||
CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||
|
||||
#
|
||||
# Certificate "HARICA TLS ECC Root CA 2021"
|
||||
#
|
||||
# Issuer: CN=HARICA TLS ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:67:74:9d:8d:77:d8:3b:6a:db:22:f4:ff:59:e2:bf:ce
|
||||
# Subject: CN=HARICA TLS ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 11:01:10 2021
|
||||
# Not Valid After : Mon Feb 13 11:01:09 2045
|
||||
# Fingerprint (SHA-256): 3F:99:CC:47:4A:CF:CE:4D:FE:D5:87:94:66:5E:47:8D:15:47:73:9F:2E:78:0F:1B:B4:CA:9B:13:30:97:D4:01
|
||||
# Fingerprint (SHA1): BC:B0:C1:9D:E9:98:92:70:19:38:57:E9:8D:A7:B4:5D:6E:EE:01:48
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA TLS ECC Root CA 2021"
|
||||
CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
|
||||
CKA_SUBJECT MULTILINE_OCTAL
|
||||
\060\154\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\044\060\042\006\003\125\004
|
||||
\003\014\033\110\101\122\111\103\101\040\124\114\123\040\105\103
|
||||
\103\040\122\157\157\164\040\103\101\040\062\060\062\061
|
||||
END
|
||||
CKA_ID UTF8 "0"
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\154\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\044\060\042\006\003\125\004
|
||||
\003\014\033\110\101\122\111\103\101\040\124\114\123\040\105\103
|
||||
\103\040\122\157\157\164\040\103\101\040\062\060\062\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\147\164\235\215\167\330\073\152\333\042\364\377\131\342
|
||||
\277\316
|
||||
END
|
||||
CKA_VALUE MULTILINE_OCTAL
|
||||
\060\202\002\124\060\202\001\333\240\003\002\001\002\002\020\147
|
||||
\164\235\215\167\330\073\152\333\042\364\377\131\342\277\316\060
|
||||
\012\006\010\052\206\110\316\075\004\003\003\060\154\061\013\060
|
||||
\011\006\003\125\004\006\023\002\107\122\061\067\060\065\006\003
|
||||
\125\004\012\014\056\110\145\154\154\145\156\151\143\040\101\143
|
||||
\141\144\145\155\151\143\040\141\156\144\040\122\145\163\145\141
|
||||
\162\143\150\040\111\156\163\164\151\164\165\164\151\157\156\163
|
||||
\040\103\101\061\044\060\042\006\003\125\004\003\014\033\110\101
|
||||
\122\111\103\101\040\124\114\123\040\105\103\103\040\122\157\157
|
||||
\164\040\103\101\040\062\060\062\061\060\036\027\015\062\061\060
|
||||
\062\061\071\061\061\060\061\061\060\132\027\015\064\065\060\062
|
||||
\061\063\061\061\060\061\060\071\132\060\154\061\013\060\011\006
|
||||
\003\125\004\006\023\002\107\122\061\067\060\065\006\003\125\004
|
||||
\012\014\056\110\145\154\154\145\156\151\143\040\101\143\141\144
|
||||
\145\155\151\143\040\141\156\144\040\122\145\163\145\141\162\143
|
||||
\150\040\111\156\163\164\151\164\165\164\151\157\156\163\040\103
|
||||
\101\061\044\060\042\006\003\125\004\003\014\033\110\101\122\111
|
||||
\103\101\040\124\114\123\040\105\103\103\040\122\157\157\164\040
|
||||
\103\101\040\062\060\062\061\060\166\060\020\006\007\052\206\110
|
||||
\316\075\002\001\006\005\053\201\004\000\042\003\142\000\004\070
|
||||
\010\376\261\240\226\322\172\254\257\111\072\320\300\340\303\073
|
||||
\050\252\361\162\155\145\000\107\210\204\374\232\046\153\252\113
|
||||
\272\154\004\012\210\136\027\362\125\207\374\060\260\064\342\064
|
||||
\130\127\032\204\123\351\060\331\251\362\226\164\303\121\037\130
|
||||
\111\061\314\230\116\140\021\207\165\323\162\224\220\117\233\020
|
||||
\045\052\250\170\055\276\220\101\130\220\025\162\247\241\267\243
|
||||
\102\060\100\060\017\006\003\125\035\023\001\001\377\004\005\060
|
||||
\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\311
|
||||
\033\123\201\022\376\004\325\026\321\252\274\232\157\267\240\225
|
||||
\031\156\312\060\016\006\003\125\035\017\001\001\377\004\004\003
|
||||
\002\001\206\060\012\006\010\052\206\110\316\075\004\003\003\003
|
||||
\147\000\060\144\002\060\021\336\256\370\334\116\210\260\251\360
|
||||
\042\255\302\121\100\357\140\161\055\356\217\002\304\135\003\160
|
||||
\111\244\222\352\305\024\210\160\246\323\015\260\252\312\054\100
|
||||
\234\373\351\202\156\232\002\060\053\107\232\007\306\321\302\201
|
||||
\174\312\013\226\030\101\033\243\364\060\011\236\265\043\050\015
|
||||
\237\024\266\074\123\242\114\006\151\175\372\154\221\306\052\111
|
||||
\105\346\354\267\023\341\072\154
|
||||
END
|
||||
CKA_NSS_MOZILLA_CA_POLICY CK_BBOOL CK_TRUE
|
||||
CKA_NSS_SERVER_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
CKA_NSS_EMAIL_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
|
||||
# Trust for "HARICA TLS ECC Root CA 2021"
|
||||
# Issuer: CN=HARICA TLS ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:67:74:9d:8d:77:d8:3b:6a:db:22:f4:ff:59:e2:bf:ce
|
||||
# Subject: CN=HARICA TLS ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 11:01:10 2021
|
||||
# Not Valid After : Mon Feb 13 11:01:09 2045
|
||||
# Fingerprint (SHA-256): 3F:99:CC:47:4A:CF:CE:4D:FE:D5:87:94:66:5E:47:8D:15:47:73:9F:2E:78:0F:1B:B4:CA:9B:13:30:97:D4:01
|
||||
# Fingerprint (SHA1): BC:B0:C1:9D:E9:98:92:70:19:38:57:E9:8D:A7:B4:5D:6E:EE:01:48
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA TLS ECC Root CA 2021"
|
||||
CKA_CERT_SHA1_HASH MULTILINE_OCTAL
|
||||
\274\260\301\235\351\230\222\160\031\070\127\351\215\247\264\135
|
||||
\156\356\001\110
|
||||
END
|
||||
CKA_CERT_MD5_HASH MULTILINE_OCTAL
|
||||
\256\367\114\345\146\065\321\267\233\214\042\223\164\323\113\260
|
||||
END
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\154\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\044\060\042\006\003\125\004
|
||||
\003\014\033\110\101\122\111\103\101\040\124\114\123\040\105\103
|
||||
\103\040\122\157\157\164\040\103\101\040\062\060\062\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\147\164\235\215\167\330\073\152\333\042\364\377\131\342
|
||||
\277\316
|
||||
END
|
||||
CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||
|
||||
#
|
||||
# Certificate "HARICA Client RSA Root CA 2021"
|
||||
#
|
||||
# Issuer: CN=HARICA Client RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:55:52:f8:1e:db:1b:24:2c:9e:bb:96:18:cd:02:28:3e
|
||||
# Subject: CN=HARICA Client RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 10:58:46 2021
|
||||
# Not Valid After : Mon Feb 13 10:58:45 2045
|
||||
# Fingerprint (SHA-256): 1B:E7:AB:E3:06:86:B1:63:48:AF:D1:C6:1B:68:66:A0:EA:7F:48:21:E6:7D:5E:8A:F9:37:CF:80:11:BC:75:0D
|
||||
# Fingerprint (SHA1): 46:C6:90:0A:77:3A:B6:BC:F4:65:AD:AC:FC:E3:F7:07:00:6E:DE:6E
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA Client RSA Root CA 2021"
|
||||
CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
|
||||
CKA_SUBJECT MULTILINE_OCTAL
|
||||
\060\157\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\047\060\045\006\003\125\004
|
||||
\003\014\036\110\101\122\111\103\101\040\103\154\151\145\156\164
|
||||
\040\122\123\101\040\122\157\157\164\040\103\101\040\062\060\062
|
||||
\061
|
||||
END
|
||||
CKA_ID UTF8 "0"
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\157\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\047\060\045\006\003\125\004
|
||||
\003\014\036\110\101\122\111\103\101\040\103\154\151\145\156\164
|
||||
\040\122\123\101\040\122\157\157\164\040\103\101\040\062\060\062
|
||||
\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\125\122\370\036\333\033\044\054\236\273\226\030\315\002
|
||||
\050\076
|
||||
END
|
||||
CKA_VALUE MULTILINE_OCTAL
|
||||
\060\202\005\252\060\202\003\222\240\003\002\001\002\002\020\125
|
||||
\122\370\036\333\033\044\054\236\273\226\030\315\002\050\076\060
|
||||
\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\157
|
||||
\061\013\060\011\006\003\125\004\006\023\002\107\122\061\067\060
|
||||
\065\006\003\125\004\012\014\056\110\145\154\154\145\156\151\143
|
||||
\040\101\143\141\144\145\155\151\143\040\141\156\144\040\122\145
|
||||
\163\145\141\162\143\150\040\111\156\163\164\151\164\165\164\151
|
||||
\157\156\163\040\103\101\061\047\060\045\006\003\125\004\003\014
|
||||
\036\110\101\122\111\103\101\040\103\154\151\145\156\164\040\122
|
||||
\123\101\040\122\157\157\164\040\103\101\040\062\060\062\061\060
|
||||
\036\027\015\062\061\060\062\061\071\061\060\065\070\064\066\132
|
||||
\027\015\064\065\060\062\061\063\061\060\065\070\064\065\132\060
|
||||
\157\061\013\060\011\006\003\125\004\006\023\002\107\122\061\067
|
||||
\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156\151
|
||||
\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040\122
|
||||
\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165\164
|
||||
\151\157\156\163\040\103\101\061\047\060\045\006\003\125\004\003
|
||||
\014\036\110\101\122\111\103\101\040\103\154\151\145\156\164\040
|
||||
\122\123\101\040\122\157\157\164\040\103\101\040\062\060\062\061
|
||||
\060\202\002\042\060\015\006\011\052\206\110\206\367\015\001\001
|
||||
\001\005\000\003\202\002\017\000\060\202\002\012\002\202\002\001
|
||||
\000\201\333\127\102\220\054\164\065\364\370\270\164\031\115\253
|
||||
\011\132\167\105\201\163\142\260\065\237\370\320\267\063\000\207
|
||||
\023\266\226\253\016\124\022\060\007\274\233\267\110\327\321\031
|
||||
\203\256\216\330\251\361\251\000\204\260\214\136\236\350\014\217
|
||||
\124\151\277\366\324\010\117\046\160\376\030\101\143\032\263\062
|
||||
\213\100\370\007\253\127\061\360\306\026\166\147\232\264\335\057
|
||||
\362\321\153\305\320\222\204\221\161\156\017\056\143\351\037\123
|
||||
\244\335\122\023\314\011\203\051\201\014\305\123\165\104\261\016
|
||||
\147\123\030\320\303\037\210\113\237\224\044\264\051\274\273\350
|
||||
\116\375\157\322\025\035\111\334\215\160\362\021\032\040\121\125
|
||||
\021\272\210\157\304\367\120\171\326\252\061\342\204\075\136\062
|
||||
\310\167\052\120\161\345\013\057\351\266\352\357\253\012\063\071
|
||||
\016\375\217\245\147\103\202\216\230\151\011\011\033\100\315\070
|
||||
\147\107\352\311\354\227\161\022\336\044\365\162\074\321\367\103
|
||||
\114\046\367\220\262\211\351\105\113\125\075\061\005\172\101\342
|
||||
\225\272\103\300\027\305\266\205\075\031\215\144\160\363\133\254
|
||||
\315\237\323\051\165\207\113\225\147\152\246\370\321\335\274\220
|
||||
\206\211\103\051\251\067\133\365\135\260\046\132\123\102\166\220
|
||||
\053\317\236\126\154\053\124\317\134\232\145\337\133\213\110\140
|
||||
\070\174\373\305\013\317\166\004\143\002\063\052\175\365\203\147
|
||||
\347\372\306\103\375\053\017\324\046\057\167\244\062\301\044\352
|
||||
\144\235\277\263\070\161\061\104\362\107\270\242\146\101\241\373
|
||||
\233\173\274\307\106\152\165\277\132\242\214\350\152\104\301\270
|
||||
\226\265\300\062\010\055\173\164\065\163\262\312\306\376\257\021
|
||||
\162\030\366\347\310\302\317\245\052\352\173\326\131\350\174\240
|
||||
\262\152\100\011\151\016\245\226\333\321\000\271\361\210\156\066
|
||||
\360\210\262\235\361\122\362\303\174\277\060\211\074\012\151\371
|
||||
\042\244\145\341\233\340\164\306\261\205\227\226\054\256\224\217
|
||||
\120\246\071\022\037\276\107\362\201\170\323\165\066\236\175\132
|
||||
\040\227\342\122\256\231\237\306\174\233\146\363\376\330\317\356
|
||||
\275\227\006\035\055\205\334\076\066\123\226\173\040\272\350\310
|
||||
\341\255\226\142\076\021\174\263\000\204\236\247\114\161\253\112
|
||||
\067\002\003\001\000\001\243\102\060\100\060\017\006\003\125\035
|
||||
\023\001\001\377\004\005\060\003\001\001\377\060\035\006\003\125
|
||||
\035\016\004\026\004\024\240\326\007\075\136\044\367\173\240\104
|
||||
\056\044\122\015\031\252\053\004\221\247\060\016\006\003\125\035
|
||||
\017\001\001\377\004\004\003\002\001\206\060\015\006\011\052\206
|
||||
\110\206\367\015\001\001\013\005\000\003\202\002\001\000\015\107
|
||||
\371\011\146\061\122\354\171\356\302\250\362\150\076\355\226\105
|
||||
\313\072\246\230\143\077\352\053\115\116\003\320\034\202\341\313
|
||||
\323\345\326\253\133\147\050\274\235\376\014\231\012\200\125\247
|
||||
\316\033\043\141\015\260\127\360\376\340\312\276\346\220\333\203
|
||||
\054\276\203\216\364\171\266\376\320\015\102\247\130\037\151\352
|
||||
\201\365\005\245\376\106\150\353\154\170\311\340\352\347\346\336
|
||||
\061\305\322\325\054\202\143\050\235\135\250\032\176\210\346\347
|
||||
\053\361\054\325\320\005\236\334\055\275\067\146\324\004\242\247
|
||||
\255\277\072\302\250\073\255\377\215\235\063\340\271\232\204\241
|
||||
\207\037\166\364\202\164\327\016\371\060\110\076\133\210\076\252
|
||||
\134\153\326\057\014\350\216\163\302\030\221\203\071\266\146\132
|
||||
\320\037\140\047\135\115\343\366\072\015\146\120\234\170\173\253
|
||||
\363\023\020\256\017\057\253\350\144\263\030\040\235\106\065\144
|
||||
\045\163\352\233\020\134\130\065\211\261\106\110\247\364\254\324
|
||||
\035\236\133\314\251\245\032\023\117\044\120\252\331\033\155\261
|
||||
\100\373\235\335\130\164\304\302\157\024\162\354\333\065\237\270
|
||||
\124\165\105\303\246\310\032\050\065\072\256\145\362\251\230\316
|
||||
\257\133\311\070\214\061\073\177\314\334\226\375\342\133\326\320
|
||||
\131\364\166\272\013\313\117\203\020\307\100\320\035\140\351\052
|
||||
\345\110\130\167\014\105\151\276\031\161\004\044\342\343\044\037
|
||||
\112\310\301\076\231\365\226\230\070\110\045\241\025\260\033\327
|
||||
\342\204\030\133\366\161\065\232\150\173\100\314\030\134\014\044
|
||||
\235\324\225\365\231\252\106\352\256\254\277\364\024\031\044\350
|
||||
\214\354\343\365\274\006\150\212\052\014\005\137\012\227\165\247
|
||||
\334\176\300\375\327\172\030\337\060\321\070\113\037\260\230\160
|
||||
\277\314\174\163\360\156\304\061\245\244\227\035\254\277\316\154
|
||||
\041\112\276\047\043\147\363\006\126\201\012\221\216\266\341\003
|
||||
\005\063\054\332\064\010\115\116\120\043\255\037\245\305\324\172
|
||||
\376\352\011\354\247\050\140\213\106\174\265\352\233\335\117\371
|
||||
\347\153\025\306\210\317\103\333\345\047\334\004\126\156\157\106
|
||||
\025\361\126\055\350\134\014\163\303\043\201\070\040\313\311\014
|
||||
\151\317\054\253\073\204\140\063\031\122\375\151\024\063
|
||||
END
|
||||
CKA_NSS_MOZILLA_CA_POLICY CK_BBOOL CK_TRUE
|
||||
CKA_NSS_SERVER_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
CKA_NSS_EMAIL_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
|
||||
# Trust for "HARICA Client RSA Root CA 2021"
|
||||
# Issuer: CN=HARICA Client RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:55:52:f8:1e:db:1b:24:2c:9e:bb:96:18:cd:02:28:3e
|
||||
# Subject: CN=HARICA Client RSA Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 10:58:46 2021
|
||||
# Not Valid After : Mon Feb 13 10:58:45 2045
|
||||
# Fingerprint (SHA-256): 1B:E7:AB:E3:06:86:B1:63:48:AF:D1:C6:1B:68:66:A0:EA:7F:48:21:E6:7D:5E:8A:F9:37:CF:80:11:BC:75:0D
|
||||
# Fingerprint (SHA1): 46:C6:90:0A:77:3A:B6:BC:F4:65:AD:AC:FC:E3:F7:07:00:6E:DE:6E
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA Client RSA Root CA 2021"
|
||||
CKA_CERT_SHA1_HASH MULTILINE_OCTAL
|
||||
\106\306\220\012\167\072\266\274\364\145\255\254\374\343\367\007
|
||||
\000\156\336\156
|
||||
END
|
||||
CKA_CERT_MD5_HASH MULTILINE_OCTAL
|
||||
\157\355\134\327\210\314\070\251\334\351\335\331\135\333\330\355
|
||||
END
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\157\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\047\060\045\006\003\125\004
|
||||
\003\014\036\110\101\122\111\103\101\040\103\154\151\145\156\164
|
||||
\040\122\123\101\040\122\157\157\164\040\103\101\040\062\060\062
|
||||
\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\125\122\370\036\333\033\044\054\236\273\226\030\315\002
|
||||
\050\076
|
||||
END
|
||||
CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||
|
||||
#
|
||||
# Certificate "HARICA Client ECC Root CA 2021"
|
||||
#
|
||||
# Issuer: CN=HARICA Client ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:31:68:d9:d8:e1:62:57:1e:d2:19:44:88:e6:10:7d:f0
|
||||
# Subject: CN=HARICA Client ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 11:03:34 2021
|
||||
# Not Valid After : Mon Feb 13 11:03:33 2045
|
||||
# Fingerprint (SHA-256): 8D:D4:B5:37:3C:B0:DE:36:76:9C:12:33:92:80:D8:27:46:B3:AA:6C:D4:26:E7:97:A3:1B:AB:E4:27:9C:F0:0B
|
||||
# Fingerprint (SHA1): BE:64:D3:DA:14:4B:D2:6B:CD:AF:8F:DB:A6:A6:72:F8:DE:26:F9:00
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA Client ECC Root CA 2021"
|
||||
CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
|
||||
CKA_SUBJECT MULTILINE_OCTAL
|
||||
\060\157\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\047\060\045\006\003\125\004
|
||||
\003\014\036\110\101\122\111\103\101\040\103\154\151\145\156\164
|
||||
\040\105\103\103\040\122\157\157\164\040\103\101\040\062\060\062
|
||||
\061
|
||||
END
|
||||
CKA_ID UTF8 "0"
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\157\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\047\060\045\006\003\125\004
|
||||
\003\014\036\110\101\122\111\103\101\040\103\154\151\145\156\164
|
||||
\040\105\103\103\040\122\157\157\164\040\103\101\040\062\060\062
|
||||
\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\061\150\331\330\341\142\127\036\322\031\104\210\346\020
|
||||
\175\360
|
||||
END
|
||||
CKA_VALUE MULTILINE_OCTAL
|
||||
\060\202\002\132\060\202\001\341\240\003\002\001\002\002\020\061
|
||||
\150\331\330\341\142\127\036\322\031\104\210\346\020\175\360\060
|
||||
\012\006\010\052\206\110\316\075\004\003\003\060\157\061\013\060
|
||||
\011\006\003\125\004\006\023\002\107\122\061\067\060\065\006\003
|
||||
\125\004\012\014\056\110\145\154\154\145\156\151\143\040\101\143
|
||||
\141\144\145\155\151\143\040\141\156\144\040\122\145\163\145\141
|
||||
\162\143\150\040\111\156\163\164\151\164\165\164\151\157\156\163
|
||||
\040\103\101\061\047\060\045\006\003\125\004\003\014\036\110\101
|
||||
\122\111\103\101\040\103\154\151\145\156\164\040\105\103\103\040
|
||||
\122\157\157\164\040\103\101\040\062\060\062\061\060\036\027\015
|
||||
\062\061\060\062\061\071\061\061\060\063\063\064\132\027\015\064
|
||||
\065\060\062\061\063\061\061\060\063\063\063\132\060\157\061\013
|
||||
\060\011\006\003\125\004\006\023\002\107\122\061\067\060\065\006
|
||||
\003\125\004\012\014\056\110\145\154\154\145\156\151\143\040\101
|
||||
\143\141\144\145\155\151\143\040\141\156\144\040\122\145\163\145
|
||||
\141\162\143\150\040\111\156\163\164\151\164\165\164\151\157\156
|
||||
\163\040\103\101\061\047\060\045\006\003\125\004\003\014\036\110
|
||||
\101\122\111\103\101\040\103\154\151\145\156\164\040\105\103\103
|
||||
\040\122\157\157\164\040\103\101\040\062\060\062\061\060\166\060
|
||||
\020\006\007\052\206\110\316\075\002\001\006\005\053\201\004\000
|
||||
\042\003\142\000\004\007\030\255\225\226\224\320\134\017\202\367
|
||||
\052\100\372\002\311\311\075\066\246\243\004\152\301\155\225\001
|
||||
\210\140\022\124\154\134\242\053\156\023\072\210\225\014\034\046
|
||||
\206\066\112\211\031\267\030\336\073\350\250\120\037\312\337\133
|
||||
\277\111\200\025\333\343\060\341\035\132\307\052\212\001\007\376
|
||||
\155\054\064\357\050\050\227\274\301\371\127\206\225\213\065\317
|
||||
\236\132\321\150\225\243\102\060\100\060\017\006\003\125\035\023
|
||||
\001\001\377\004\005\060\003\001\001\377\060\035\006\003\125\035
|
||||
\016\004\026\004\024\122\010\322\276\062\201\045\375\365\032\227
|
||||
\354\116\137\032\273\123\315\220\255\060\016\006\003\125\035\017
|
||||
\001\001\377\004\004\003\002\001\206\060\012\006\010\052\206\110
|
||||
\316\075\004\003\003\003\147\000\060\144\002\060\114\061\105\106
|
||||
\117\250\346\276\303\167\262\032\030\113\055\210\173\130\346\253
|
||||
\224\153\104\003\260\027\377\337\202\163\104\121\054\375\223\035
|
||||
\006\173\024\322\211\354\100\014\357\041\001\056\002\060\057\311
|
||||
\056\132\154\054\035\331\225\340\236\260\271\134\122\174\366\370
|
||||
\070\312\056\361\324\035\362\242\111\242\225\370\301\130\136\117
|
||||
\376\163\012\357\061\260\253\043\130\023\214\213\336\073
|
||||
END
|
||||
CKA_NSS_MOZILLA_CA_POLICY CK_BBOOL CK_TRUE
|
||||
CKA_NSS_SERVER_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
CKA_NSS_EMAIL_DISTRUST_AFTER CK_BBOOL CK_FALSE
|
||||
|
||||
# Trust for "HARICA Client ECC Root CA 2021"
|
||||
# Issuer: CN=HARICA Client ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Serial Number:31:68:d9:d8:e1:62:57:1e:d2:19:44:88:e6:10:7d:f0
|
||||
# Subject: CN=HARICA Client ECC Root CA 2021,O=Hellenic Academic and Research Institutions CA,C=GR
|
||||
# Not Valid Before: Fri Feb 19 11:03:34 2021
|
||||
# Not Valid After : Mon Feb 13 11:03:33 2045
|
||||
# Fingerprint (SHA-256): 8D:D4:B5:37:3C:B0:DE:36:76:9C:12:33:92:80:D8:27:46:B3:AA:6C:D4:26:E7:97:A3:1B:AB:E4:27:9C:F0:0B
|
||||
# Fingerprint (SHA1): BE:64:D3:DA:14:4B:D2:6B:CD:AF:8F:DB:A6:A6:72:F8:DE:26:F9:00
|
||||
CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST
|
||||
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||
CKA_LABEL UTF8 "HARICA Client ECC Root CA 2021"
|
||||
CKA_CERT_SHA1_HASH MULTILINE_OCTAL
|
||||
\276\144\323\332\024\113\322\153\315\257\217\333\246\246\162\370
|
||||
\336\046\371\000
|
||||
END
|
||||
CKA_CERT_MD5_HASH MULTILINE_OCTAL
|
||||
\255\270\120\246\251\202\172\154\075\032\252\244\322\143\244\104
|
||||
END
|
||||
CKA_ISSUER MULTILINE_OCTAL
|
||||
\060\157\061\013\060\011\006\003\125\004\006\023\002\107\122\061
|
||||
\067\060\065\006\003\125\004\012\014\056\110\145\154\154\145\156
|
||||
\151\143\040\101\143\141\144\145\155\151\143\040\141\156\144\040
|
||||
\122\145\163\145\141\162\143\150\040\111\156\163\164\151\164\165
|
||||
\164\151\157\156\163\040\103\101\061\047\060\045\006\003\125\004
|
||||
\003\014\036\110\101\122\111\103\101\040\103\154\151\145\156\164
|
||||
\040\105\103\103\040\122\157\157\164\040\103\101\040\062\060\062
|
||||
\061
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\002\020\061\150\331\330\341\142\127\036\322\031\104\210\346\020
|
||||
\175\360
|
||||
END
|
||||
CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
|
||||
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||
|
||||
@@ -26,16 +26,17 @@ import os.path
|
||||
import re
|
||||
import sys
|
||||
import textwrap
|
||||
import urllib
|
||||
import urllib.request, urllib.parse, urllib.error
|
||||
import subprocess
|
||||
|
||||
objects = []
|
||||
|
||||
def printable_serial(obj):
|
||||
return ".".join(map(lambda x:str(ord(x)), obj['CKA_SERIAL_NUMBER']))
|
||||
return ".".join([str(x) for x in obj['CKA_SERIAL_NUMBER']])
|
||||
|
||||
# Dirty file parser.
|
||||
in_data, in_multiline, in_obj = False, False, False
|
||||
field, type, value, obj = None, None, None, dict()
|
||||
field, ftype, value, binval, obj = None, None, None, bytearray(), dict()
|
||||
for line in open('certdata.txt', 'r'):
|
||||
# Ignore the file header.
|
||||
if not in_data:
|
||||
@@ -55,33 +56,36 @@ for line in open('certdata.txt', 'r'):
|
||||
continue
|
||||
if in_multiline:
|
||||
if not line.startswith('END'):
|
||||
if type == 'MULTILINE_OCTAL':
|
||||
if ftype == 'MULTILINE_OCTAL':
|
||||
line = line.strip()
|
||||
for i in re.finditer(r'\\([0-3][0-7][0-7])', line):
|
||||
value += chr(int(i.group(1), 8))
|
||||
integ = int(i.group(1), 8)
|
||||
binval.extend((integ).to_bytes(1, sys.byteorder))
|
||||
obj[field] = binval
|
||||
else:
|
||||
value += line
|
||||
obj[field] = value
|
||||
continue
|
||||
obj[field] = value
|
||||
in_multiline = False
|
||||
continue
|
||||
if line.startswith('CKA_CLASS'):
|
||||
in_obj = True
|
||||
line_parts = line.strip().split(' ', 2)
|
||||
if len(line_parts) > 2:
|
||||
field, type = line_parts[0:2]
|
||||
field, ftype = line_parts[0:2]
|
||||
value = ' '.join(line_parts[2:])
|
||||
elif len(line_parts) == 2:
|
||||
field, type = line_parts
|
||||
field, ftype = line_parts
|
||||
value = None
|
||||
else:
|
||||
raise NotImplementedError, 'line_parts < 2 not supported.\n' + line
|
||||
if type == 'MULTILINE_OCTAL':
|
||||
raise NotImplementedError('line_parts < 2 not supported.\n' + line)
|
||||
if ftype == 'MULTILINE_OCTAL':
|
||||
in_multiline = True
|
||||
value = ""
|
||||
binval = bytearray()
|
||||
continue
|
||||
obj[field] = value
|
||||
if len(obj.items()) > 0:
|
||||
if len(list(obj.items())) > 0:
|
||||
objects.append(obj)
|
||||
|
||||
# Build up trust database.
|
||||
@@ -91,7 +95,7 @@ for obj in objects:
|
||||
continue
|
||||
key = obj['CKA_LABEL'] + printable_serial(obj)
|
||||
trustmap[key] = obj
|
||||
print " added trust", key
|
||||
print(" added trust", key)
|
||||
|
||||
# Build up cert database.
|
||||
certmap = dict()
|
||||
@@ -100,7 +104,7 @@ for obj in objects:
|
||||
continue
|
||||
key = obj['CKA_LABEL'] + printable_serial(obj)
|
||||
certmap[key] = obj
|
||||
print " added cert", key
|
||||
print(" added cert", key)
|
||||
|
||||
def obj_to_filename(obj):
|
||||
label = obj['CKA_LABEL'][1:-1]
|
||||
@@ -109,10 +113,32 @@ def obj_to_filename(obj):
|
||||
.replace('(', '=')\
|
||||
.replace(')', '=')\
|
||||
.replace(',', '_')
|
||||
label = re.sub(r'\\x[0-9a-fA-F]{2}', lambda m:chr(int(m.group(0)[2:], 16)), label)
|
||||
labelbytes = bytearray()
|
||||
i = 0
|
||||
imax = len(label)
|
||||
while i < imax:
|
||||
if i < imax-3 and label[i] == '\\' and label[i+1] == 'x':
|
||||
labelbytes.extend(bytes.fromhex(label[i+2:i+4]))
|
||||
i += 4
|
||||
continue
|
||||
labelbytes.extend(str.encode(label[i]))
|
||||
i = i+1
|
||||
continue
|
||||
label = labelbytes.decode('utf-8')
|
||||
serial = printable_serial(obj)
|
||||
return label + ":" + serial
|
||||
|
||||
def write_cert_ext_to_file(f, oid, value, public_key):
|
||||
f.write("[p11-kit-object-v1]\n")
|
||||
f.write("label: ");
|
||||
f.write(tobj['CKA_LABEL'])
|
||||
f.write("\n")
|
||||
f.write("class: x-certificate-extension\n");
|
||||
f.write("object-id: " + oid + "\n")
|
||||
f.write("value: \"" + value + "\"\n")
|
||||
f.write("modifiable: false\n");
|
||||
f.write(public_key)
|
||||
|
||||
trust_types = {
|
||||
"CKA_TRUST_DIGITAL_SIGNATURE": "digital-signature",
|
||||
"CKA_TRUST_NON_REPUDIATION": "non-repudiation",
|
||||
@@ -151,34 +177,39 @@ openssl_trust = {
|
||||
"CKA_TRUST_EMAIL_PROTECTION": "emailProtection",
|
||||
}
|
||||
|
||||
cert_distrust_types = {
|
||||
"CKA_NSS_SERVER_DISTRUST_AFTER": "nss-server-distrust-after",
|
||||
"CKA_NSS_EMAIL_DISTRUST_AFTER": "nss-email-distrust-after",
|
||||
}
|
||||
|
||||
for tobj in objects:
|
||||
if tobj['CKA_CLASS'] == 'CKO_NSS_TRUST':
|
||||
key = tobj['CKA_LABEL'] + printable_serial(tobj)
|
||||
print "producing trust for " + key
|
||||
print("producing trust for " + key)
|
||||
trustbits = []
|
||||
distrustbits = []
|
||||
openssl_trustflags = []
|
||||
openssl_distrustflags = []
|
||||
legacy_trustbits = []
|
||||
legacy_openssl_trustflags = []
|
||||
for t in trust_types.keys():
|
||||
if tobj.has_key(t) and tobj[t] == 'CKT_NSS_TRUSTED_DELEGATOR':
|
||||
for t in list(trust_types.keys()):
|
||||
if t in tobj and tobj[t] == 'CKT_NSS_TRUSTED_DELEGATOR':
|
||||
trustbits.append(t)
|
||||
if t in openssl_trust:
|
||||
openssl_trustflags.append(openssl_trust[t])
|
||||
if tobj.has_key(t) and tobj[t] == 'CKT_NSS_NOT_TRUSTED':
|
||||
if t in tobj and tobj[t] == 'CKT_NSS_NOT_TRUSTED':
|
||||
distrustbits.append(t)
|
||||
if t in openssl_trust:
|
||||
openssl_distrustflags.append(openssl_trust[t])
|
||||
|
||||
for t in legacy_trust_types.keys():
|
||||
if tobj.has_key(t) and tobj[t] == 'CKT_NSS_TRUSTED_DELEGATOR':
|
||||
for t in list(legacy_trust_types.keys()):
|
||||
if t in tobj and tobj[t] == 'CKT_NSS_TRUSTED_DELEGATOR':
|
||||
real_t = legacy_to_real_trust_types[t]
|
||||
legacy_trustbits.append(real_t)
|
||||
if real_t in openssl_trust:
|
||||
legacy_openssl_trustflags.append(openssl_trust[real_t])
|
||||
if tobj.has_key(t) and tobj[t] == 'CKT_NSS_NOT_TRUSTED':
|
||||
raise NotImplementedError, 'legacy distrust not supported.\n' + line
|
||||
if t in tobj and tobj[t] == 'CKT_NSS_NOT_TRUSTED':
|
||||
raise NotImplementedError('legacy distrust not supported.\n' + line)
|
||||
|
||||
fname = obj_to_filename(tobj)
|
||||
try:
|
||||
@@ -186,43 +217,181 @@ for tobj in objects:
|
||||
except:
|
||||
obj = None
|
||||
|
||||
if obj != None:
|
||||
fname += ".crt"
|
||||
else:
|
||||
fname += ".p11-kit"
|
||||
# optional debug code, that dumps the parsed input to files
|
||||
#fulldump = "dump-" + fname
|
||||
#dumpf = open(fulldump, 'w')
|
||||
#dumpf.write(str(obj));
|
||||
#dumpf.write(str(tobj));
|
||||
#dumpf.close();
|
||||
|
||||
is_legacy = 0
|
||||
if tobj.has_key('LEGACY_CKA_TRUST_SERVER_AUTH') or tobj.has_key('LEGACY_CKA_TRUST_EMAIL_PROTECTION') or tobj.has_key('LEGACY_CKA_TRUST_CODE_SIGNING'):
|
||||
if 'LEGACY_CKA_TRUST_SERVER_AUTH' in tobj or 'LEGACY_CKA_TRUST_EMAIL_PROTECTION' in tobj or 'LEGACY_CKA_TRUST_CODE_SIGNING' in tobj:
|
||||
is_legacy = 1
|
||||
if obj == None:
|
||||
raise NotImplementedError, 'found legacy trust without certificate.\n' + line
|
||||
legacy_fname = "legacy-default/" + fname
|
||||
raise NotImplementedError('found legacy trust without certificate.\n' + line)
|
||||
|
||||
legacy_fname = "legacy-default/" + fname + ".crt"
|
||||
f = open(legacy_fname, 'w')
|
||||
f.write("# alias=%s\n"%tobj['CKA_LABEL'])
|
||||
f.write("# trust=" + " ".join(legacy_trustbits) + "\n")
|
||||
if legacy_openssl_trustflags:
|
||||
f.write("# openssl-trust=" + " ".join(legacy_openssl_trustflags) + "\n")
|
||||
f.write("-----BEGIN CERTIFICATE-----\n")
|
||||
f.write("\n".join(textwrap.wrap(base64.b64encode(obj['CKA_VALUE']), 64)))
|
||||
temp_encoded_b64 = base64.b64encode(obj['CKA_VALUE'])
|
||||
temp_wrapped = textwrap.wrap(temp_encoded_b64.decode(), 64)
|
||||
f.write("\n".join(temp_wrapped))
|
||||
f.write("\n-----END CERTIFICATE-----\n")
|
||||
f.close()
|
||||
if tobj.has_key('CKA_TRUST_SERVER_AUTH') or tobj.has_key('CKA_TRUST_EMAIL_PROTECTION') or tobj.has_key('CKA_TRUST_CODE_SIGNING'):
|
||||
fname = "legacy-disable/" + fname
|
||||
else:
|
||||
continue
|
||||
|
||||
f = open(fname, 'w')
|
||||
if 'CKA_TRUST_SERVER_AUTH' in tobj or 'CKA_TRUST_EMAIL_PROTECTION' in tobj or 'CKA_TRUST_CODE_SIGNING' in tobj:
|
||||
legacy_fname = "legacy-disable/" + fname + ".crt"
|
||||
f = open(legacy_fname, 'w')
|
||||
f.write("# alias=%s\n"%tobj['CKA_LABEL'])
|
||||
f.write("# trust=" + " ".join(trustbits) + "\n")
|
||||
if openssl_trustflags:
|
||||
f.write("# openssl-trust=" + " ".join(openssl_trustflags) + "\n")
|
||||
f.write("-----BEGIN CERTIFICATE-----\n")
|
||||
f.write("\n".join(textwrap.wrap(base64.b64encode(obj['CKA_VALUE']), 64)))
|
||||
f.write("\n-----END CERTIFICATE-----\n")
|
||||
f.close()
|
||||
|
||||
# don't produce p11-kit output for legacy certificates
|
||||
continue
|
||||
|
||||
pk = ''
|
||||
cert_comment = ''
|
||||
if obj != None:
|
||||
f.write("# alias=%s\n"%tobj['CKA_LABEL'])
|
||||
f.write("# trust=" + " ".join(trustbits) + "\n")
|
||||
f.write("# distrust=" + " ".join(distrustbits) + "\n")
|
||||
if openssl_trustflags:
|
||||
f.write("# openssl-trust=" + " ".join(openssl_trustflags) + "\n")
|
||||
if openssl_distrustflags:
|
||||
f.write("# openssl-distrust=" + " ".join(openssl_distrustflags) + "\n")
|
||||
# must extract the public key from the cert, let's use openssl
|
||||
cert_fname = "cert-" + fname
|
||||
fc = open(cert_fname, 'w')
|
||||
fc.write("-----BEGIN CERTIFICATE-----\n")
|
||||
temp_encoded_b64 = base64.b64encode(obj['CKA_VALUE'])
|
||||
temp_wrapped = textwrap.wrap(temp_encoded_b64.decode(), 64)
|
||||
fc.write("\n".join(temp_wrapped))
|
||||
fc.write("\n-----END CERTIFICATE-----\n")
|
||||
fc.close();
|
||||
pk_fname = "pubkey-" + fname
|
||||
fpkout = open(pk_fname, "w")
|
||||
dump_pk_command = ["openssl", "x509", "-in", cert_fname, "-noout", "-pubkey"]
|
||||
subprocess.call(dump_pk_command, stdout=fpkout)
|
||||
fpkout.close()
|
||||
with open (pk_fname, "r") as myfile:
|
||||
pk=myfile.read()
|
||||
# obtain certificate information suitable as a comment
|
||||
comment_fname = "comment-" + fname
|
||||
fcout = open(comment_fname, "w")
|
||||
comment_command = ["openssl", "x509", "-in", cert_fname, "-noout", "-text"]
|
||||
subprocess.call(comment_command, stdout=fcout)
|
||||
fcout.close()
|
||||
sed_command = ["sed", "--in-place", "s/^/#/", comment_fname]
|
||||
subprocess.call(sed_command)
|
||||
with open (comment_fname, "r", errors = 'replace') as myfile:
|
||||
cert_comment=myfile.read()
|
||||
|
||||
fname += ".tmp-p11-kit"
|
||||
f = open(fname, 'w')
|
||||
|
||||
if obj != None:
|
||||
is_distrusted = False
|
||||
has_server_trust = False
|
||||
has_email_trust = False
|
||||
has_code_trust = False
|
||||
|
||||
if 'CKA_TRUST_SERVER_AUTH' in tobj:
|
||||
if tobj['CKA_TRUST_SERVER_AUTH'] == 'CKT_NSS_NOT_TRUSTED':
|
||||
is_distrusted = True
|
||||
elif tobj['CKA_TRUST_SERVER_AUTH'] == 'CKT_NSS_TRUSTED_DELEGATOR':
|
||||
has_server_trust = True
|
||||
|
||||
if 'CKA_TRUST_EMAIL_PROTECTION' in tobj:
|
||||
if tobj['CKA_TRUST_EMAIL_PROTECTION'] == 'CKT_NSS_NOT_TRUSTED':
|
||||
is_distrusted = True
|
||||
elif tobj['CKA_TRUST_EMAIL_PROTECTION'] == 'CKT_NSS_TRUSTED_DELEGATOR':
|
||||
has_email_trust = True
|
||||
|
||||
if 'CKA_TRUST_CODE_SIGNING' in tobj:
|
||||
if tobj['CKA_TRUST_CODE_SIGNING'] == 'CKT_NSS_NOT_TRUSTED':
|
||||
is_distrusted = True
|
||||
elif tobj['CKA_TRUST_CODE_SIGNING'] == 'CKT_NSS_TRUSTED_DELEGATOR':
|
||||
has_code_trust = True
|
||||
|
||||
if is_distrusted:
|
||||
trust_ext_oid = "1.3.6.1.4.1.3319.6.10.1"
|
||||
trust_ext_value = "0.%06%0a%2b%06%01%04%01%99w%06%0a%01%04 0%1e%06%08%2b%06%01%05%05%07%03%04%06%08%2b%06%01%05%05%07%03%01%06%08%2b%06%01%05%05%07%03%03"
|
||||
write_cert_ext_to_file(f, trust_ext_oid, trust_ext_value, pk)
|
||||
|
||||
trust_ext_oid = "2.5.29.37"
|
||||
if has_server_trust:
|
||||
if has_email_trust:
|
||||
if has_code_trust:
|
||||
# server + email + code
|
||||
trust_ext_value = "0%2a%06%03U%1d%25%01%01%ff%04 0%1e%06%08%2b%06%01%05%05%07%03%04%06%08%2b%06%01%05%05%07%03%01%06%08%2b%06%01%05%05%07%03%03"
|
||||
else:
|
||||
# server + email
|
||||
trust_ext_value = "0 %06%03U%1d%25%01%01%ff%04%160%14%06%08%2b%06%01%05%05%07%03%04%06%08%2b%06%01%05%05%07%03%01"
|
||||
else:
|
||||
if has_code_trust:
|
||||
# server + code
|
||||
trust_ext_value = "0 %06%03U%1d%25%01%01%ff%04%160%14%06%08%2b%06%01%05%05%07%03%01%06%08%2b%06%01%05%05%07%03%03"
|
||||
else:
|
||||
# server
|
||||
trust_ext_value = "0%16%06%03U%1d%25%01%01%ff%04%0c0%0a%06%08%2b%06%01%05%05%07%03%01"
|
||||
else:
|
||||
if has_email_trust:
|
||||
if has_code_trust:
|
||||
# email + code
|
||||
trust_ext_value = "0 %06%03U%1d%25%01%01%ff%04%160%14%06%08%2b%06%01%05%05%07%03%04%06%08%2b%06%01%05%05%07%03%03"
|
||||
else:
|
||||
# email
|
||||
trust_ext_value = "0%16%06%03U%1d%25%01%01%ff%04%0c0%0a%06%08%2b%06%01%05%05%07%03%04"
|
||||
else:
|
||||
if has_code_trust:
|
||||
# code
|
||||
trust_ext_value = "0%16%06%03U%1d%25%01%01%ff%04%0c0%0a%06%08%2b%06%01%05%05%07%03%03"
|
||||
else:
|
||||
# none
|
||||
trust_ext_value = "0%18%06%03U%1d%25%01%01%ff%04%0e0%0c%06%0a%2b%06%01%04%01%99w%06%0a%10"
|
||||
|
||||
# no 2.5.29.37 for neutral certificates
|
||||
if (is_distrusted or has_server_trust or has_email_trust or has_code_trust):
|
||||
write_cert_ext_to_file(f, trust_ext_oid, trust_ext_value, pk)
|
||||
|
||||
pk = ''
|
||||
f.write("\n")
|
||||
|
||||
f.write("[p11-kit-object-v1]\n")
|
||||
f.write("label: ");
|
||||
f.write(tobj['CKA_LABEL'])
|
||||
f.write("\n")
|
||||
if is_distrusted:
|
||||
f.write("x-distrusted: true\n")
|
||||
elif has_server_trust or has_email_trust or has_code_trust:
|
||||
f.write("trusted: true\n")
|
||||
else:
|
||||
f.write("trusted: false\n")
|
||||
|
||||
# requires p11-kit >= 0.23.4
|
||||
f.write("nss-mozilla-ca-policy: true\n")
|
||||
f.write("modifiable: false\n");
|
||||
|
||||
# requires p11-kit >= 0.23.19
|
||||
for t in list(cert_distrust_types.keys()):
|
||||
if t in obj:
|
||||
value = obj[t]
|
||||
if value == 'CK_FALSE':
|
||||
value = bytearray(1)
|
||||
f.write(cert_distrust_types[t] + ": \"")
|
||||
f.write(urllib.parse.quote(value));
|
||||
f.write("\"\n")
|
||||
|
||||
f.write("-----BEGIN CERTIFICATE-----\n")
|
||||
f.write("\n".join(textwrap.wrap(base64.b64encode(obj['CKA_VALUE']), 64)))
|
||||
temp_encoded_b64 = base64.b64encode(obj['CKA_VALUE'])
|
||||
temp_wrapped = textwrap.wrap(temp_encoded_b64.decode(), 64)
|
||||
f.write("\n".join(temp_wrapped))
|
||||
f.write("\n-----END CERTIFICATE-----\n")
|
||||
f.write(cert_comment)
|
||||
f.write("\n")
|
||||
|
||||
else:
|
||||
f.write("[p11-kit-object-v1]\n")
|
||||
f.write("label: ");
|
||||
@@ -230,14 +399,15 @@ for tobj in objects:
|
||||
f.write("\n")
|
||||
f.write("class: certificate\n")
|
||||
f.write("certificate-type: x-509\n")
|
||||
f.write("modifiable: false\n");
|
||||
f.write("issuer: \"");
|
||||
f.write(urllib.quote(tobj['CKA_ISSUER']));
|
||||
f.write(urllib.parse.quote(tobj['CKA_ISSUER']));
|
||||
f.write("\"\n")
|
||||
f.write("serial-number: \"");
|
||||
f.write(urllib.quote(tobj['CKA_SERIAL_NUMBER']));
|
||||
f.write(urllib.parse.quote(tobj['CKA_SERIAL_NUMBER']));
|
||||
f.write("\"\n")
|
||||
if (tobj['CKA_TRUST_SERVER_AUTH'] == 'CKT_NSS_NOT_TRUSTED') or (tobj['CKA_TRUST_EMAIL_PROTECTION'] == 'CKT_NSS_NOT_TRUSTED') or (tobj['CKA_TRUST_CODE_SIGNING'] == 'CKT_NSS_NOT_TRUSTED'):
|
||||
f.write("x-distrusted: true\n")
|
||||
f.write("\n\n")
|
||||
f.close()
|
||||
print " -> written as '%s', trust = %s, openssl-trust = %s, distrust = %s, openssl-distrust = %s" % (fname, trustbits, openssl_trustflags, distrustbits, openssl_distrustflags)
|
||||
print(" -> written as '%s', trust = %s, openssl-trust = %s, distrust = %s, openssl-distrust = %s" % (fname, trustbits, openssl_trustflags, distrustbits, openssl_distrustflags))
|
||||
|
||||
@@ -601,7 +601,7 @@ sub checksubnets
|
||||
foreach my $key (keys %ipsecconf){
|
||||
if ($ipsecconf{$key}[11] ne '' && $ipsecconf{$key}[36] eq ""){
|
||||
foreach my $ipsecsubitem (split(/\|/, $ipsecconf{$key}[11])) {
|
||||
my ($ipsecip,$ipsecsub) = split (/\//, $ipsecconf{$key}[11]);
|
||||
my ($ipsecip,$ipsecsub) = split (/\//, $ipsecsubitem);
|
||||
$ipsecsub=&iporsubtodec($ipsecsub);
|
||||
if($ipsecconf{$key}[1] ne $ccdname){
|
||||
if ( &IpInSubnet ($ip,$ipsecip,$ipsecsub) ){
|
||||
@@ -1227,6 +1227,7 @@ sub firewall_reload() {
|
||||
}
|
||||
|
||||
# Function which will return the used interface for the red network zone (red0, ppp0, etc).
|
||||
# if you change this also check speed.cgi that include a local copy for systemload reasons
|
||||
sub get_red_interface() {
|
||||
|
||||
open(IFACE, "${General::swroot}/red/iface") or die "Could not open /var/ipfire/red/iface";
|
||||
@@ -1238,17 +1239,6 @@ sub get_red_interface() {
|
||||
return $interface;
|
||||
}
|
||||
|
||||
sub dnssec_status() {
|
||||
my $path = "${General::swroot}/red/dnssec-status";
|
||||
|
||||
open(STATUS, $path) or return 0;
|
||||
my $status = <STATUS>;
|
||||
close(STATUS);
|
||||
|
||||
chomp($status);
|
||||
|
||||
return $status;
|
||||
}
|
||||
sub number_cpu_cores() {
|
||||
open my $cpuinfo, "/proc/cpuinfo" or die "Can't open cpuinfo: $!\n";
|
||||
my $cores = scalar (map /^processor/, <$cpuinfo>);
|
||||
@@ -1363,6 +1353,42 @@ sub formatBytes {
|
||||
return sprintf("%.2f %s", $bytes, $unit);
|
||||
}
|
||||
|
||||
# Function to collect and generate a hash for translating protocol numbers into
|
||||
# their names.
|
||||
sub generateProtoTransHash () {
|
||||
# File which contains the protocol definitions.
|
||||
my $protocols_file = "/etc/protocols";
|
||||
|
||||
my %protocols = ();
|
||||
|
||||
# Open protocols file.
|
||||
open(FILE, "$protocols_file") or die "Could not open $protocols_file. $!\n";
|
||||
|
||||
# Loop through the file.
|
||||
while (my $line = <FILE>) {
|
||||
# Skip comments.
|
||||
next if ($line =~ /^\#/);
|
||||
|
||||
# Skip blank lines.
|
||||
next if ($line =~ /^\s*$/);
|
||||
|
||||
# Remove any newlines.
|
||||
chomp($line);
|
||||
|
||||
# Split line content.
|
||||
my ($protocol_lc, $number, $protocol_uc, $comment) = split(' ', $line);
|
||||
|
||||
# Add proto details to the hash of protocols.
|
||||
$protocols{$number} = $protocol_uc;
|
||||
}
|
||||
|
||||
# Close file handle.
|
||||
close(FILE);
|
||||
|
||||
# Return the hash.
|
||||
return %protocols;
|
||||
}
|
||||
|
||||
# Cloud Stuff
|
||||
|
||||
sub running_in_cloud() {
|
||||
|
||||
@@ -40,7 +40,7 @@ my $ERROR;
|
||||
|
||||
my @GRAPH_ARGS = (
|
||||
# Output format
|
||||
"--imgformat", "PNG",
|
||||
"--imgformat", "SVG",
|
||||
|
||||
# No border
|
||||
"--border", "0",
|
||||
|
||||
@@ -181,13 +181,6 @@ sub genmenu {
|
||||
$menu->{'03.network'}{'subMenu'}->{'80.macadressmenu'}{'enabled'} = 0;
|
||||
$menu->{'03.network'}{'subMenu'}->{'90.wakeonlan'}{'enabled'} = 0;
|
||||
}
|
||||
|
||||
# Disable proxy when no GREEN is available
|
||||
if (!&green_used()) {
|
||||
$menu->{'03.network'}{'subMenu'}->{'20.proxy'}{'enabled'} = 0;
|
||||
$menu->{'03.network'}{'subMenu'}->{'21.urlfilter'}{'enabled'} = 0;
|
||||
$menu->{'03.network'}{'subMenu'}->{'22.updxlrator'}{'enabled'} = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -360,7 +360,7 @@ sub _get_wireless_status($) {
|
||||
my $intf = shift;
|
||||
|
||||
if (!$wireless_status{$intf}) {
|
||||
$wireless_status{$intf} = &General::system_output("iwconfig", "$intf");
|
||||
$wireless_status{$intf} = join('\n', &General::system_output("iwconfig", "$intf"));
|
||||
}
|
||||
|
||||
return $wireless_status{$intf};
|
||||
@@ -403,7 +403,11 @@ sub wifi_get_link_quality($) {
|
||||
|
||||
my ($cur, $max) = $status =~ /Link Quality=(\d+)\/(\d+)/;
|
||||
|
||||
return $cur * 100 / $max;
|
||||
if($max > 0) {
|
||||
return sprintf('%.0f', ($cur * 100) / $max);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
sub wifi_get_signal_level($) {
|
||||
|
||||
@@ -55,6 +55,9 @@ my @PRIVATE_NETWORKS = (
|
||||
"100.64.0.0/10",
|
||||
);
|
||||
|
||||
# MARK masks
|
||||
my $NAT_MASK = 0x0f000000;
|
||||
|
||||
my %fwdfwsettings=();
|
||||
my %fwoptions = ();
|
||||
my %defaultNetworks=();
|
||||
@@ -449,16 +452,28 @@ sub buildrules {
|
||||
my @nat_protocol_options = &get_protocol_options($hash, $key, $protocol, 1);
|
||||
push(@nat_options, @nat_protocol_options);
|
||||
}
|
||||
|
||||
# Add time options.
|
||||
push(@nat_options, @time_options);
|
||||
|
||||
# Determine if a REDIRECT rule should be created.
|
||||
my $use_redirect = ($destination_is_firewall && !$destination && $protocol_has_ports);
|
||||
|
||||
# Make port-forwardings useable from the internal networks.
|
||||
my @internal_addresses = &fwlib::get_internal_firewall_ip_addresses(1);
|
||||
unless ($nat_address ~~ @internal_addresses) {
|
||||
&add_dnat_mangle_rules($nat_address, $source_intf, @nat_options);
|
||||
if (!$use_redirect) {
|
||||
my @internal_addresses = &fwlib::get_internal_firewall_ip_addresses(1);
|
||||
unless ($nat_address ~~ @internal_addresses) {
|
||||
&add_dnat_mangle_rules($nat_address, $source_intf, @nat_options);
|
||||
}
|
||||
}
|
||||
|
||||
# Add source options.
|
||||
push(@nat_options, @source_options);
|
||||
push(@nat_options, ("-d", $nat_address));
|
||||
|
||||
# Add NAT address.
|
||||
if (!$use_redirect) {
|
||||
push(@nat_options, ("-d", $nat_address));
|
||||
}
|
||||
|
||||
my $dnat_port;
|
||||
if ($protocol_has_ports) {
|
||||
@@ -468,9 +483,13 @@ sub buildrules {
|
||||
my @nat_action_options = ();
|
||||
|
||||
# Use iptables REDIRECT
|
||||
my $use_redirect = ($destination_is_firewall && !$destination && $protocol_has_ports && $dnat_port);
|
||||
if ($use_redirect) {
|
||||
push(@nat_action_options, ("-j", "REDIRECT", "--to-ports", $dnat_port));
|
||||
push(@nat_action_options, ("-j", "REDIRECT"));
|
||||
|
||||
# Redirect to specified port if one has given.
|
||||
if ($dnat_port) {
|
||||
push(@nat_action_options, ("--to-ports", $dnat_port));
|
||||
}
|
||||
|
||||
# Use iptables DNAT
|
||||
} else {
|
||||
@@ -813,10 +832,8 @@ sub add_dnat_mangle_rules {
|
||||
my $interface = shift;
|
||||
my @options = @_;
|
||||
|
||||
my $mark = 0;
|
||||
my $mark = 0x01000000;
|
||||
foreach my $zone ("GREEN", "BLUE", "ORANGE") {
|
||||
$mark++;
|
||||
|
||||
# Skip rule if not all required information exists.
|
||||
next unless (exists $defaultNetworks{$zone . "_NETADDRESS"});
|
||||
next unless (exists $defaultNetworks{$zone . "_NETMASK"});
|
||||
@@ -829,9 +846,11 @@ sub add_dnat_mangle_rules {
|
||||
$netaddress .= "/" . $defaultNetworks{$zone . "_NETMASK"};
|
||||
|
||||
push(@mangle_options, ("-s", $netaddress, "-d", $nat_address));
|
||||
push(@mangle_options, ("-j", "MARK", "--set-mark", $mark));
|
||||
push(@mangle_options, ("-j", "MARK", "--set-xmark", "$mark/$NAT_MASK"));
|
||||
|
||||
run("$IPTABLES -t mangle -A $CHAIN_MANGLE_NAT_DESTINATION_FIX @mangle_options");
|
||||
|
||||
$mark <<= 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -23,8 +23,16 @@ cat <<EOF
|
||||
# Read the system manufacturer string from the BIOS
|
||||
smbios --type 1 --get-string 4 --set system_manufacturer
|
||||
|
||||
# Read the chassis asset tag
|
||||
smbios --type 3 --get-string 8 --set chassis_asset_tag
|
||||
|
||||
# Are we on Amazon EC2?
|
||||
if [ "\$system_manufacturer" = "Amazon EC2" ]; then
|
||||
next_entry=gnulinux-${KERNEL_RELEASE}-serial-${boot_device_id}
|
||||
fi
|
||||
|
||||
# Are we on Oracle Cloud?
|
||||
if [ "\$chassis_asset_tag" = "OracleCloud.com" ]; then
|
||||
next_entry=gnulinux-${KERNEL_RELEASE}-serial-${boot_device_id}
|
||||
fi
|
||||
EOF
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%tr = (
|
||||
%tr,
|
||||
|
||||
'guaranteed bandwith' => 'Guaranteed bandwith',
|
||||
'guaranteed bandwidth' => 'Guaranteed bandwidth',
|
||||
'guardian alertfile' => 'Alertfile',
|
||||
'guardian configuration' => 'Guardian Configuration',
|
||||
'guardian ignorefile' => 'Ignorefile',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.10.55-ipfire Kernel Configuration
|
||||
# Linux/arm64 5.10.76-ipfire Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
@@ -95,7 +95,8 @@ CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
CONFIG_TASK_IO_ACCOUNTING=y
|
||||
# CONFIG_PSI is not set
|
||||
CONFIG_PSI=y
|
||||
# CONFIG_PSI_DEFAULT_DISABLED is not set
|
||||
# end of CPU/Task time and stats accounting
|
||||
|
||||
CONFIG_CPU_ISOLATION=y
|
||||
@@ -141,7 +142,7 @@ CONFIG_FAIR_GROUP_SCHED=y
|
||||
# CONFIG_CFS_BANDWIDTH is not set
|
||||
CONFIG_RT_GROUP_SCHED=y
|
||||
CONFIG_CGROUP_PIDS=y
|
||||
# CONFIG_CGROUP_RDMA is not set
|
||||
CONFIG_CGROUP_RDMA=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
CONFIG_CPUSETS=y
|
||||
CONFIG_PROC_PID_CPUSET=y
|
||||
@@ -225,7 +226,7 @@ CONFIG_PERF_EVENTS=y
|
||||
# end of Kernel Performance Events And Counters
|
||||
|
||||
CONFIG_VM_EVENT_COUNTERS=y
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
# CONFIG_SLUB_DEBUG is not set
|
||||
# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_SLAB is not set
|
||||
@@ -370,11 +371,11 @@ CONFIG_NR_CPUS=8
|
||||
CONFIG_HOTPLUG_CPU=y
|
||||
# CONFIG_NUMA is not set
|
||||
CONFIG_HOLES_IN_ZONE=y
|
||||
CONFIG_HZ_100=y
|
||||
# CONFIG_HZ_100 is not set
|
||||
# CONFIG_HZ_250 is not set
|
||||
# CONFIG_HZ_300 is not set
|
||||
# CONFIG_HZ_1000 is not set
|
||||
CONFIG_HZ=100
|
||||
CONFIG_HZ_1000=y
|
||||
CONFIG_HZ=1000
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
||||
@@ -389,7 +390,6 @@ CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
|
||||
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
|
||||
# CONFIG_PARAVIRT is not set
|
||||
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
|
||||
# CONFIG_KEXEC is not set
|
||||
# CONFIG_KEXEC_FILE is not set
|
||||
CONFIG_CRASH_DUMP=y
|
||||
# CONFIG_XEN is not set
|
||||
@@ -480,20 +480,13 @@ CONFIG_SYSVIPC_COMPAT=y
|
||||
#
|
||||
# Power management options
|
||||
#
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SUSPEND_FREEZER=y
|
||||
# CONFIG_SUSPEND_SKIP_SYNC is not set
|
||||
# CONFIG_SUSPEND is not set
|
||||
# CONFIG_HIBERNATION is not set
|
||||
CONFIG_PM_SLEEP=y
|
||||
CONFIG_PM_SLEEP_SMP=y
|
||||
# CONFIG_PM_AUTOSLEEP is not set
|
||||
# CONFIG_PM_WAKELOCKS is not set
|
||||
CONFIG_PM=y
|
||||
# CONFIG_PM_DEBUG is not set
|
||||
CONFIG_PM_CLK=y
|
||||
CONFIG_PM_GENERIC_DOMAINS=y
|
||||
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
|
||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
||||
CONFIG_CPU_PM=y
|
||||
# CONFIG_ENERGY_MODEL is not set
|
||||
@@ -618,7 +611,6 @@ CONFIG_ACPI_BATTERY=y
|
||||
CONFIG_ACPI_BUTTON=m
|
||||
# CONFIG_ACPI_TINY_POWER_BUTTON is not set
|
||||
CONFIG_ACPI_FAN=m
|
||||
# CONFIG_ACPI_TAD is not set
|
||||
# CONFIG_ACPI_DOCK is not set
|
||||
CONFIG_ACPI_PROCESSOR_IDLE=y
|
||||
CONFIG_ACPI_MCFG=y
|
||||
@@ -957,11 +949,12 @@ CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
|
||||
# CONFIG_MEMORY_FAILURE is not set
|
||||
# CONFIG_TRANSPARENT_HUGEPAGE is not set
|
||||
CONFIG_CLEANCACHE=y
|
||||
# CONFIG_FRONTSWAP is not set
|
||||
CONFIG_FRONTSWAP=y
|
||||
CONFIG_CMA=y
|
||||
# CONFIG_CMA_DEBUG is not set
|
||||
# CONFIG_CMA_DEBUGFS is not set
|
||||
CONFIG_CMA_AREAS=7
|
||||
# CONFIG_ZSWAP is not set
|
||||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZBUD is not set
|
||||
# CONFIG_ZSMALLOC is not set
|
||||
@@ -1596,10 +1589,7 @@ CONFIG_NET_SCH_FIFO=y
|
||||
# CONFIG_DCB is not set
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
# CONFIG_BATMAN_ADV is not set
|
||||
CONFIG_OPENVSWITCH=m
|
||||
CONFIG_OPENVSWITCH_GRE=m
|
||||
CONFIG_OPENVSWITCH_VXLAN=m
|
||||
CONFIG_OPENVSWITCH_GENEVE=m
|
||||
# CONFIG_OPENVSWITCH is not set
|
||||
CONFIG_VSOCKETS=m
|
||||
CONFIG_VSOCKETS_DIAG=m
|
||||
CONFIG_VSOCKETS_LOOPBACK=m
|
||||
@@ -1820,7 +1810,6 @@ CONFIG_EXTRA_FIRMWARE=""
|
||||
CONFIG_FW_LOADER_USER_HELPER=y
|
||||
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
|
||||
# CONFIG_FW_LOADER_COMPRESS is not set
|
||||
CONFIG_FW_CACHE=y
|
||||
# end of Firmware loader
|
||||
|
||||
CONFIG_WANT_DEV_COREDUMP=y
|
||||
@@ -3266,6 +3255,7 @@ CONFIG_INPUT_UINPUT=m
|
||||
# CONFIG_INPUT_PCF8574 is not set
|
||||
# CONFIG_INPUT_PWM_BEEPER is not set
|
||||
# CONFIG_INPUT_PWM_VIBRA is not set
|
||||
CONFIG_INPUT_RK805_PWRKEY=m
|
||||
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
|
||||
# CONFIG_INPUT_ADXL34X is not set
|
||||
# CONFIG_INPUT_IMS_PCU is not set
|
||||
@@ -3305,7 +3295,6 @@ CONFIG_TTY=y
|
||||
CONFIG_VT=y
|
||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
||||
CONFIG_VT_CONSOLE=y
|
||||
CONFIG_VT_CONSOLE_SLEEP=y
|
||||
CONFIG_HW_CONSOLE=y
|
||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
||||
CONFIG_UNIX98_PTYS=y
|
||||
@@ -3425,7 +3414,19 @@ CONFIG_DEVMEM=y
|
||||
CONFIG_RAW_DRIVER=y
|
||||
CONFIG_MAX_RAW_DEVS=8192
|
||||
CONFIG_DEVPORT=y
|
||||
# CONFIG_TCG_TPM is not set
|
||||
CONFIG_TCG_TPM=m
|
||||
CONFIG_HW_RANDOM_TPM=y
|
||||
CONFIG_TCG_TIS_CORE=m
|
||||
CONFIG_TCG_TIS=m
|
||||
CONFIG_TCG_TIS_I2C_ATMEL=m
|
||||
CONFIG_TCG_TIS_I2C_INFINEON=m
|
||||
CONFIG_TCG_TIS_I2C_NUVOTON=m
|
||||
CONFIG_TCG_ATMEL=m
|
||||
CONFIG_TCG_INFINEON=m
|
||||
CONFIG_TCG_CRB=m
|
||||
CONFIG_TCG_VTPM_PROXY=m
|
||||
CONFIG_TCG_TIS_ST33ZP24=m
|
||||
CONFIG_TCG_TIS_ST33ZP24_I2C=m
|
||||
# CONFIG_XILLYBUS is not set
|
||||
# end of Character devices
|
||||
|
||||
@@ -3512,7 +3513,7 @@ CONFIG_I2C_NOMADIK=y
|
||||
CONFIG_I2C_PCA_PLATFORM=m
|
||||
CONFIG_I2C_PXA=m
|
||||
# CONFIG_I2C_PXA_SLAVE is not set
|
||||
CONFIG_I2C_RK3X=m
|
||||
CONFIG_I2C_RK3X=y
|
||||
CONFIG_I2C_SIMTEC=m
|
||||
CONFIG_I2C_VERSATILE=m
|
||||
# CONFIG_I2C_THUNDERX is not set
|
||||
@@ -3596,6 +3597,7 @@ CONFIG_PINCTRL_ROCKCHIP=y
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
CONFIG_PINCTRL_STMFX=m
|
||||
CONFIG_PINCTRL_RK805=y
|
||||
# CONFIG_PINCTRL_OCELOT is not set
|
||||
CONFIG_PINCTRL_BCM2835=y
|
||||
# CONFIG_PINCTRL_AS370 is not set
|
||||
@@ -4016,7 +4018,7 @@ CONFIG_IMX_THERMAL=m
|
||||
CONFIG_IMX8MM_THERMAL=m
|
||||
# CONFIG_QORIQ_THERMAL is not set
|
||||
CONFIG_SUN8I_THERMAL=y
|
||||
CONFIG_ROCKCHIP_THERMAL=m
|
||||
CONFIG_ROCKCHIP_THERMAL=y
|
||||
CONFIG_ARMADA_THERMAL=m
|
||||
CONFIG_AMLOGIC_THERMAL=y
|
||||
|
||||
@@ -4160,7 +4162,7 @@ CONFIG_MFD_RETU=m
|
||||
# CONFIG_MFD_RDC321X is not set
|
||||
# CONFIG_MFD_RT5033 is not set
|
||||
# CONFIG_MFD_RC5T583 is not set
|
||||
# CONFIG_MFD_RK808 is not set
|
||||
CONFIG_MFD_RK808=y
|
||||
# CONFIG_MFD_RN5T618 is not set
|
||||
# CONFIG_MFD_SEC_CORE is not set
|
||||
# CONFIG_MFD_SI476X_CORE is not set
|
||||
@@ -4256,8 +4258,9 @@ CONFIG_REGULATOR_PFUZE100=y
|
||||
# CONFIG_REGULATOR_PV88060 is not set
|
||||
# CONFIG_REGULATOR_PV88080 is not set
|
||||
# CONFIG_REGULATOR_PV88090 is not set
|
||||
# CONFIG_REGULATOR_PWM is not set
|
||||
CONFIG_REGULATOR_PWM=y
|
||||
# CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set
|
||||
CONFIG_REGULATOR_RK808=y
|
||||
# CONFIG_REGULATOR_RT4801 is not set
|
||||
# CONFIG_REGULATOR_RTMV20 is not set
|
||||
# CONFIG_REGULATOR_SLG51000 is not set
|
||||
@@ -5113,6 +5116,15 @@ CONFIG_DRM_MALI_DISPLAY=m
|
||||
# CONFIG_DRM_NOUVEAU is not set
|
||||
# CONFIG_DRM_VGEM is not set
|
||||
# CONFIG_DRM_VKMS is not set
|
||||
CONFIG_DRM_ROCKCHIP=m
|
||||
CONFIG_ROCKCHIP_ANALOGIX_DP=y
|
||||
CONFIG_ROCKCHIP_CDN_DP=y
|
||||
CONFIG_ROCKCHIP_DW_HDMI=y
|
||||
CONFIG_ROCKCHIP_DW_MIPI_DSI=y
|
||||
CONFIG_ROCKCHIP_INNO_HDMI=y
|
||||
CONFIG_ROCKCHIP_LVDS=y
|
||||
CONFIG_ROCKCHIP_RGB=y
|
||||
CONFIG_ROCKCHIP_RK3066_HDMI=y
|
||||
CONFIG_DRM_UDL=m
|
||||
# CONFIG_DRM_AST is not set
|
||||
# CONFIG_DRM_MGAG200 is not set
|
||||
@@ -5210,6 +5222,7 @@ CONFIG_DRM_DW_HDMI=m
|
||||
CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
|
||||
CONFIG_DRM_DW_HDMI_I2S_AUDIO=m
|
||||
CONFIG_DRM_DW_HDMI_CEC=m
|
||||
CONFIG_DRM_DW_MIPI_DSI=m
|
||||
# end of Display Interface Bridges
|
||||
|
||||
# CONFIG_DRM_IMX_DCSS is not set
|
||||
@@ -6213,19 +6226,19 @@ CONFIG_MMC_MESON_GX=y
|
||||
# CONFIG_MMC_TIFM_SD is not set
|
||||
# CONFIG_MMC_CB710 is not set
|
||||
# CONFIG_MMC_VIA_SDMMC is not set
|
||||
CONFIG_MMC_DW=m
|
||||
CONFIG_MMC_DW_PLTFM=m
|
||||
CONFIG_MMC_DW=y
|
||||
CONFIG_MMC_DW_PLTFM=y
|
||||
# CONFIG_MMC_DW_BLUEFIELD is not set
|
||||
CONFIG_MMC_DW_EXYNOS=m
|
||||
# CONFIG_MMC_DW_HI3798CV200 is not set
|
||||
CONFIG_MMC_DW_K3=m
|
||||
# CONFIG_MMC_DW_PCI is not set
|
||||
# CONFIG_MMC_DW_ROCKCHIP is not set
|
||||
CONFIG_MMC_DW_ROCKCHIP=y
|
||||
CONFIG_MMC_VUB300=m
|
||||
CONFIG_MMC_USHC=m
|
||||
# CONFIG_MMC_USDHI6ROL0 is not set
|
||||
# CONFIG_MMC_REALTEK_PCI is not set
|
||||
# CONFIG_MMC_REALTEK_USB is not set
|
||||
CONFIG_MMC_REALTEK_PCI=m
|
||||
CONFIG_MMC_REALTEK_USB=m
|
||||
CONFIG_MMC_SUNXI=y
|
||||
CONFIG_MMC_CQHCI=m
|
||||
# CONFIG_MMC_HSQ is not set
|
||||
@@ -6350,6 +6363,7 @@ CONFIG_RTC_DRV_DS1374=m
|
||||
CONFIG_RTC_DRV_DS1672=m
|
||||
CONFIG_RTC_DRV_HYM8563=m
|
||||
CONFIG_RTC_DRV_MAX6900=m
|
||||
CONFIG_RTC_DRV_RK808=y
|
||||
CONFIG_RTC_DRV_RS5C372=m
|
||||
CONFIG_RTC_DRV_ISL1208=m
|
||||
CONFIG_RTC_DRV_ISL12022=m
|
||||
@@ -6547,6 +6561,7 @@ CONFIG_STAGING=y
|
||||
CONFIG_LTE_GDM724X=m
|
||||
# CONFIG_GS_FPGABOOT is not set
|
||||
# CONFIG_UNISYSSPAR is not set
|
||||
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
|
||||
# CONFIG_KS7010 is not set
|
||||
CONFIG_BCM_VIDEOCORE=m
|
||||
CONFIG_BCM2835_VCHIQ=m
|
||||
@@ -6582,6 +6597,7 @@ CONFIG_CLK_VEXPRESS_OSC=y
|
||||
# end of Clock driver for ARM Reference designs
|
||||
|
||||
# CONFIG_COMMON_CLK_MAX9485 is not set
|
||||
CONFIG_COMMON_CLK_RK808=y
|
||||
# CONFIG_COMMON_CLK_SCMI is not set
|
||||
# CONFIG_COMMON_CLK_SI5341 is not set
|
||||
CONFIG_COMMON_CLK_SI5351=m
|
||||
@@ -6705,8 +6721,8 @@ CONFIG_IOMMU_SUPPORT=y
|
||||
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
|
||||
CONFIG_OF_IOMMU=y
|
||||
CONFIG_IOMMU_DMA=y
|
||||
# CONFIG_ROCKCHIP_IOMMU is not set
|
||||
# CONFIG_SUN50I_IOMMU is not set
|
||||
CONFIG_ROCKCHIP_IOMMU=y
|
||||
CONFIG_SUN50I_IOMMU=y
|
||||
# CONFIG_ARM_SMMU is not set
|
||||
# CONFIG_ARM_SMMU_V3 is not set
|
||||
# CONFIG_VIRTIO_IOMMU is not set
|
||||
@@ -6759,7 +6775,6 @@ CONFIG_RASPBERRYPI_POWER=y
|
||||
# NXP/Freescale QorIQ SoC drivers
|
||||
#
|
||||
# CONFIG_QUICC_ENGINE is not set
|
||||
# CONFIG_FSL_RCPM is not set
|
||||
# end of NXP/Freescale QorIQ SoC drivers
|
||||
|
||||
#
|
||||
@@ -6776,8 +6791,8 @@ CONFIG_QCOM_QMI_HELPERS=m
|
||||
# end of Qualcomm SoC drivers
|
||||
|
||||
CONFIG_ROCKCHIP_GRF=y
|
||||
# CONFIG_ROCKCHIP_IODOMAIN is not set
|
||||
# CONFIG_ROCKCHIP_PM_DOMAINS is not set
|
||||
CONFIG_ROCKCHIP_IODOMAIN=y
|
||||
CONFIG_ROCKCHIP_PM_DOMAINS=y
|
||||
CONFIG_SUNXI_SRAM=y
|
||||
# CONFIG_SOC_TI is not set
|
||||
|
||||
@@ -6804,8 +6819,9 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
|
||||
#
|
||||
# CONFIG_ARM_IMX_BUS_DEVFREQ is not set
|
||||
# CONFIG_ARM_IMX8M_DDRC_DEVFREQ is not set
|
||||
# CONFIG_ARM_RK3399_DMC_DEVFREQ is not set
|
||||
# CONFIG_PM_DEVFREQ_EVENT is not set
|
||||
CONFIG_ARM_RK3399_DMC_DEVFREQ=y
|
||||
CONFIG_PM_DEVFREQ_EVENT=y
|
||||
CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI=y
|
||||
CONFIG_EXTCON=y
|
||||
|
||||
#
|
||||
@@ -6834,7 +6850,7 @@ CONFIG_PWM_BCM2835=y
|
||||
# CONFIG_PWM_IMX_TPM is not set
|
||||
# CONFIG_PWM_MESON is not set
|
||||
# CONFIG_PWM_PCA9685 is not set
|
||||
# CONFIG_PWM_ROCKCHIP is not set
|
||||
CONFIG_PWM_ROCKCHIP=y
|
||||
CONFIG_PWM_SUN4I=m
|
||||
CONFIG_PWM_TWL=m
|
||||
CONFIG_PWM_TWL_LED=m
|
||||
@@ -6880,6 +6896,7 @@ CONFIG_RESET_SUNXI=y
|
||||
# PHY Subsystem
|
||||
#
|
||||
CONFIG_GENERIC_PHY=y
|
||||
CONFIG_GENERIC_PHY_MIPI_DPHY=y
|
||||
# CONFIG_PHY_XGENE is not set
|
||||
CONFIG_PHY_SUN4I_USB=y
|
||||
# CONFIG_PHY_SUN6I_MIPI_DPHY is not set
|
||||
@@ -6910,15 +6927,15 @@ CONFIG_PHY_MVEBU_A3700_UTMI=y
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_ROCKCHIP_DP is not set
|
||||
# CONFIG_PHY_ROCKCHIP_DPHY_RX0 is not set
|
||||
# CONFIG_PHY_ROCKCHIP_EMMC is not set
|
||||
# CONFIG_PHY_ROCKCHIP_INNO_HDMI is not set
|
||||
# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set
|
||||
# CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY is not set
|
||||
# CONFIG_PHY_ROCKCHIP_PCIE is not set
|
||||
# CONFIG_PHY_ROCKCHIP_TYPEC is not set
|
||||
# CONFIG_PHY_ROCKCHIP_USB is not set
|
||||
CONFIG_PHY_ROCKCHIP_DP=m
|
||||
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
|
||||
CONFIG_PHY_ROCKCHIP_EMMC=m
|
||||
CONFIG_PHY_ROCKCHIP_INNO_HDMI=m
|
||||
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
|
||||
CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m
|
||||
CONFIG_PHY_ROCKCHIP_PCIE=y
|
||||
CONFIG_PHY_ROCKCHIP_TYPEC=m
|
||||
CONFIG_PHY_ROCKCHIP_USB=y
|
||||
# CONFIG_PHY_SAMSUNG_USB2 is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# end of PHY Subsystem
|
||||
@@ -6955,8 +6972,8 @@ CONFIG_NVMEM=y
|
||||
CONFIG_NVMEM_SYSFS=y
|
||||
# CONFIG_NVMEM_IMX_IIM is not set
|
||||
# CONFIG_NVMEM_IMX_OCOTP is not set
|
||||
# CONFIG_ROCKCHIP_EFUSE is not set
|
||||
# CONFIG_ROCKCHIP_OTP is not set
|
||||
CONFIG_ROCKCHIP_EFUSE=y
|
||||
CONFIG_ROCKCHIP_OTP=y
|
||||
CONFIG_NVMEM_SUNXI_SID=y
|
||||
# CONFIG_MESON_EFUSE is not set
|
||||
# CONFIG_MESON_MX_EFUSE is not set
|
||||
@@ -7092,7 +7109,8 @@ CONFIG_VFAT_FS=m
|
||||
CONFIG_FAT_DEFAULT_CODEPAGE=437
|
||||
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
||||
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||
# CONFIG_EXFAT_FS is not set
|
||||
CONFIG_EXFAT_FS=m
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# end of DOS/FAT/EXFAT/NT Filesystems
|
||||
|
||||
@@ -7273,13 +7291,13 @@ CONFIG_IO_WQ=y
|
||||
CONFIG_KEYS=y
|
||||
# CONFIG_KEYS_REQUEST_CACHE is not set
|
||||
# CONFIG_PERSISTENT_KEYRINGS is not set
|
||||
# CONFIG_TRUSTED_KEYS is not set
|
||||
# CONFIG_ENCRYPTED_KEYS is not set
|
||||
# CONFIG_KEY_DH_OPERATIONS is not set
|
||||
CONFIG_SECURITY_DMESG_RESTRICT=y
|
||||
CONFIG_SECURITY=y
|
||||
CONFIG_SECURITYFS=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_SECURITY_NETWORK_XFRM=y
|
||||
# CONFIG_SECURITY_NETWORK is not set
|
||||
# CONFIG_SECURITY_PATH is not set
|
||||
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
@@ -7315,7 +7333,7 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK=y
|
||||
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
|
||||
# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
|
||||
# CONFIG_GCC_PLUGIN_STACKLEAK is not set
|
||||
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
|
||||
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
||||
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
|
||||
# end of Memory initialization
|
||||
# end of Kernel hardening options
|
||||
@@ -7752,7 +7770,6 @@ CONFIG_GENERIC_PTDUMP=y
|
||||
CONFIG_PTDUMP_CORE=y
|
||||
# CONFIG_PTDUMP_DEBUGFS is not set
|
||||
# CONFIG_DEBUG_OBJECTS is not set
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
||||
# CONFIG_DEBUG_KMEMLEAK is not set
|
||||
@@ -7917,48 +7934,7 @@ CONFIG_IO_STRICT_DEVMEM=y
|
||||
CONFIG_ARCH_HAS_KCOV=y
|
||||
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
|
||||
# CONFIG_KCOV is not set
|
||||
CONFIG_RUNTIME_TESTING_MENU=y
|
||||
# CONFIG_LKDTM is not set
|
||||
# CONFIG_TEST_LIST_SORT is not set
|
||||
# CONFIG_TEST_MIN_HEAP is not set
|
||||
# CONFIG_TEST_SORT is not set
|
||||
# CONFIG_BACKTRACE_SELF_TEST is not set
|
||||
CONFIG_RBTREE_TEST=m
|
||||
# CONFIG_REED_SOLOMON_TEST is not set
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_PERCPU_TEST is not set
|
||||
# CONFIG_ATOMIC64_SELFTEST is not set
|
||||
CONFIG_ASYNC_RAID6_TEST=m
|
||||
# CONFIG_TEST_HEXDUMP is not set
|
||||
# CONFIG_TEST_STRING_HELPERS is not set
|
||||
# CONFIG_TEST_STRSCPY is not set
|
||||
# CONFIG_TEST_KSTRTOX is not set
|
||||
# CONFIG_TEST_PRINTF is not set
|
||||
# CONFIG_TEST_BITMAP is not set
|
||||
# CONFIG_TEST_UUID is not set
|
||||
# CONFIG_TEST_XARRAY is not set
|
||||
# CONFIG_TEST_OVERFLOW is not set
|
||||
# CONFIG_TEST_RHASHTABLE is not set
|
||||
# CONFIG_TEST_HASH is not set
|
||||
# CONFIG_TEST_IDA is not set
|
||||
# CONFIG_TEST_PARMAN is not set
|
||||
# CONFIG_TEST_LKM is not set
|
||||
# CONFIG_TEST_BITOPS is not set
|
||||
# CONFIG_TEST_VMALLOC is not set
|
||||
# CONFIG_TEST_USER_COPY is not set
|
||||
# CONFIG_TEST_BPF is not set
|
||||
# CONFIG_TEST_BLACKHOLE_DEV is not set
|
||||
# CONFIG_FIND_BIT_BENCHMARK is not set
|
||||
# CONFIG_TEST_FIRMWARE is not set
|
||||
# CONFIG_TEST_SYSCTL is not set
|
||||
# CONFIG_TEST_UDELAY is not set
|
||||
# CONFIG_TEST_STATIC_KEYS is not set
|
||||
# CONFIG_TEST_KMOD is not set
|
||||
# CONFIG_TEST_MEMCAT_P is not set
|
||||
# CONFIG_TEST_OBJAGG is not set
|
||||
# CONFIG_TEST_STACKINIT is not set
|
||||
# CONFIG_TEST_MEMINIT is not set
|
||||
# CONFIG_TEST_FREE_PAGES is not set
|
||||
# CONFIG_RUNTIME_TESTING_MENU is not set
|
||||
# CONFIG_MEMTEST is not set
|
||||
# end of Kernel Testing and Coverage
|
||||
# end of Kernel hacking
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.10.55-ipfire Kernel Configuration
|
||||
# Linux/arm 5.10.76-ipfire Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
@@ -103,7 +103,8 @@ CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
CONFIG_TASK_IO_ACCOUNTING=y
|
||||
# CONFIG_PSI is not set
|
||||
CONFIG_PSI=y
|
||||
# CONFIG_PSI_DEFAULT_DISABLED is not set
|
||||
# end of CPU/Task time and stats accounting
|
||||
|
||||
CONFIG_CPU_ISOLATION=y
|
||||
@@ -146,7 +147,7 @@ CONFIG_FAIR_GROUP_SCHED=y
|
||||
# CONFIG_CFS_BANDWIDTH is not set
|
||||
CONFIG_RT_GROUP_SCHED=y
|
||||
CONFIG_CGROUP_PIDS=y
|
||||
# CONFIG_CGROUP_RDMA is not set
|
||||
CONFIG_CGROUP_RDMA=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
CONFIG_CPUSETS=y
|
||||
CONFIG_PROC_PID_CPUSET=y
|
||||
@@ -195,6 +196,7 @@ CONFIG_ELF_CORE=y
|
||||
CONFIG_BASE_FULL=y
|
||||
CONFIG_FUTEX=y
|
||||
CONFIG_FUTEX_PI=y
|
||||
CONFIG_HAVE_FUTEX_CMPXCHG=y
|
||||
CONFIG_EPOLL=y
|
||||
CONFIG_SIGNALFD=y
|
||||
CONFIG_TIMERFD=y
|
||||
@@ -226,7 +228,7 @@ CONFIG_PERF_EVENTS=y
|
||||
# end of Kernel Performance Events And Counters
|
||||
|
||||
CONFIG_VM_EVENT_COUNTERS=y
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
# CONFIG_SLUB_DEBUG is not set
|
||||
# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_SLAB is not set
|
||||
@@ -588,13 +590,13 @@ CONFIG_HOTPLUG_CPU=y
|
||||
CONFIG_ARM_PSCI=y
|
||||
CONFIG_ARCH_NR_GPIO=512
|
||||
CONFIG_HZ_FIXED=0
|
||||
CONFIG_HZ_100=y
|
||||
# CONFIG_HZ_100 is not set
|
||||
# CONFIG_HZ_200 is not set
|
||||
# CONFIG_HZ_250 is not set
|
||||
# CONFIG_HZ_300 is not set
|
||||
# CONFIG_HZ_500 is not set
|
||||
# CONFIG_HZ_1000 is not set
|
||||
CONFIG_HZ=100
|
||||
CONFIG_HZ_1000=y
|
||||
CONFIG_HZ=1000
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
CONFIG_ARM_PATCH_IDIV=y
|
||||
CONFIG_AEABI=y
|
||||
@@ -634,7 +636,6 @@ CONFIG_CMDLINE="console=ttyAM0,115200 root=/dev/sda1 rootdelay=20"
|
||||
CONFIG_CMDLINE_FROM_BOOTLOADER=y
|
||||
# CONFIG_CMDLINE_EXTEND is not set
|
||||
# CONFIG_CMDLINE_FORCE is not set
|
||||
# CONFIG_KEXEC is not set
|
||||
CONFIG_CRASH_DUMP=y
|
||||
CONFIG_AUTO_ZRELADDR=y
|
||||
# CONFIG_EFI is not set
|
||||
@@ -702,23 +703,15 @@ CONFIG_NEON=y
|
||||
#
|
||||
# Power management options
|
||||
#
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SUSPEND_FREEZER=y
|
||||
# CONFIG_SUSPEND_SKIP_SYNC is not set
|
||||
# CONFIG_SUSPEND is not set
|
||||
# CONFIG_HIBERNATION is not set
|
||||
CONFIG_PM_SLEEP=y
|
||||
CONFIG_PM_SLEEP_SMP=y
|
||||
# CONFIG_PM_AUTOSLEEP is not set
|
||||
# CONFIG_PM_WAKELOCKS is not set
|
||||
CONFIG_PM=y
|
||||
# CONFIG_PM_DEBUG is not set
|
||||
CONFIG_APM_EMULATION=y
|
||||
CONFIG_PM_CLK=y
|
||||
CONFIG_PM_GENERIC_DOMAINS=y
|
||||
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
|
||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
||||
CONFIG_CPU_PM=y
|
||||
# CONFIG_ENERGY_MODEL is not set
|
||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
||||
CONFIG_ARM_CPU_SUSPEND=y
|
||||
@@ -965,11 +958,12 @@ CONFIG_BOUNCE=y
|
||||
CONFIG_KSM=y
|
||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
|
||||
CONFIG_CLEANCACHE=y
|
||||
# CONFIG_FRONTSWAP is not set
|
||||
CONFIG_FRONTSWAP=y
|
||||
CONFIG_CMA=y
|
||||
# CONFIG_CMA_DEBUG is not set
|
||||
# CONFIG_CMA_DEBUGFS is not set
|
||||
CONFIG_CMA_AREAS=7
|
||||
# CONFIG_ZSWAP is not set
|
||||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZBUD is not set
|
||||
# CONFIG_ZSMALLOC is not set
|
||||
@@ -1608,10 +1602,7 @@ CONFIG_NET_SCH_FIFO=y
|
||||
# CONFIG_DCB is not set
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
# CONFIG_BATMAN_ADV is not set
|
||||
CONFIG_OPENVSWITCH=m
|
||||
CONFIG_OPENVSWITCH_GRE=m
|
||||
CONFIG_OPENVSWITCH_VXLAN=m
|
||||
CONFIG_OPENVSWITCH_GENEVE=m
|
||||
# CONFIG_OPENVSWITCH is not set
|
||||
CONFIG_VSOCKETS=m
|
||||
CONFIG_VSOCKETS_DIAG=m
|
||||
CONFIG_VSOCKETS_LOOPBACK=m
|
||||
@@ -1827,7 +1818,6 @@ CONFIG_EXTRA_FIRMWARE=""
|
||||
CONFIG_FW_LOADER_USER_HELPER=y
|
||||
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
|
||||
# CONFIG_FW_LOADER_COMPRESS is not set
|
||||
CONFIG_FW_CACHE=y
|
||||
# end of Firmware loader
|
||||
|
||||
CONFIG_WANT_DEV_COREDUMP=y
|
||||
@@ -3342,7 +3332,6 @@ CONFIG_TTY=y
|
||||
CONFIG_VT=y
|
||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
||||
CONFIG_VT_CONSOLE=y
|
||||
CONFIG_VT_CONSOLE_SLEEP=y
|
||||
CONFIG_HW_CONSOLE=y
|
||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
||||
CONFIG_UNIX98_PTYS=y
|
||||
@@ -3466,7 +3455,16 @@ CONFIG_DEVMEM=y
|
||||
CONFIG_RAW_DRIVER=y
|
||||
CONFIG_MAX_RAW_DEVS=8192
|
||||
CONFIG_DEVPORT=y
|
||||
# CONFIG_TCG_TPM is not set
|
||||
CONFIG_TCG_TPM=m
|
||||
CONFIG_HW_RANDOM_TPM=y
|
||||
CONFIG_TCG_TIS_CORE=m
|
||||
CONFIG_TCG_TIS=m
|
||||
CONFIG_TCG_TIS_I2C_ATMEL=m
|
||||
CONFIG_TCG_TIS_I2C_INFINEON=m
|
||||
CONFIG_TCG_TIS_I2C_NUVOTON=m
|
||||
CONFIG_TCG_VTPM_PROXY=m
|
||||
CONFIG_TCG_TIS_ST33ZP24=m
|
||||
CONFIG_TCG_TIS_ST33ZP24_I2C=m
|
||||
# CONFIG_XILLYBUS is not set
|
||||
# end of Character devices
|
||||
|
||||
@@ -6625,6 +6623,7 @@ CONFIG_STAGING=y
|
||||
CONFIG_LTE_GDM724X=m
|
||||
# CONFIG_GS_FPGABOOT is not set
|
||||
# CONFIG_UNISYSSPAR is not set
|
||||
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
|
||||
# CONFIG_KS7010 is not set
|
||||
CONFIG_BCM_VIDEOCORE=m
|
||||
CONFIG_BCM2835_VCHIQ=m
|
||||
@@ -6848,7 +6847,6 @@ CONFIG_RASPBERRYPI_POWER=y
|
||||
# NXP/Freescale QorIQ SoC drivers
|
||||
#
|
||||
# CONFIG_QUICC_ENGINE is not set
|
||||
# CONFIG_FSL_RCPM is not set
|
||||
# end of NXP/Freescale QorIQ SoC drivers
|
||||
|
||||
#
|
||||
@@ -7192,7 +7190,8 @@ CONFIG_VFAT_FS=m
|
||||
CONFIG_FAT_DEFAULT_CODEPAGE=437
|
||||
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
||||
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||
# CONFIG_EXFAT_FS is not set
|
||||
CONFIG_EXFAT_FS=m
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# end of DOS/FAT/EXFAT/NT Filesystems
|
||||
|
||||
@@ -7368,13 +7367,13 @@ CONFIG_IO_WQ=y
|
||||
CONFIG_KEYS=y
|
||||
# CONFIG_KEYS_REQUEST_CACHE is not set
|
||||
# CONFIG_PERSISTENT_KEYRINGS is not set
|
||||
# CONFIG_TRUSTED_KEYS is not set
|
||||
# CONFIG_ENCRYPTED_KEYS is not set
|
||||
# CONFIG_KEY_DH_OPERATIONS is not set
|
||||
CONFIG_SECURITY_DMESG_RESTRICT=y
|
||||
CONFIG_SECURITY=y
|
||||
CONFIG_SECURITYFS=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_SECURITY_NETWORK_XFRM=y
|
||||
# CONFIG_SECURITY_NETWORK is not set
|
||||
# CONFIG_SECURITY_PATH is not set
|
||||
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
@@ -7409,7 +7408,7 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK=y
|
||||
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
|
||||
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
|
||||
# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
|
||||
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
|
||||
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
||||
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
|
||||
# end of Memory initialization
|
||||
# end of Kernel hardening options
|
||||
@@ -7827,7 +7826,6 @@ CONFIG_DEBUG_MISC=y
|
||||
# CONFIG_DEBUG_RODATA_TEST is not set
|
||||
# CONFIG_DEBUG_WX is not set
|
||||
# CONFIG_DEBUG_OBJECTS is not set
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
||||
# CONFIG_DEBUG_KMEMLEAK is not set
|
||||
@@ -7990,48 +7988,7 @@ CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
||||
CONFIG_ARCH_HAS_KCOV=y
|
||||
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
|
||||
# CONFIG_KCOV is not set
|
||||
CONFIG_RUNTIME_TESTING_MENU=y
|
||||
# CONFIG_LKDTM is not set
|
||||
# CONFIG_TEST_LIST_SORT is not set
|
||||
# CONFIG_TEST_MIN_HEAP is not set
|
||||
# CONFIG_TEST_SORT is not set
|
||||
# CONFIG_BACKTRACE_SELF_TEST is not set
|
||||
CONFIG_RBTREE_TEST=m
|
||||
# CONFIG_REED_SOLOMON_TEST is not set
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_PERCPU_TEST is not set
|
||||
# CONFIG_ATOMIC64_SELFTEST is not set
|
||||
CONFIG_ASYNC_RAID6_TEST=m
|
||||
# CONFIG_TEST_HEXDUMP is not set
|
||||
# CONFIG_TEST_STRING_HELPERS is not set
|
||||
# CONFIG_TEST_STRSCPY is not set
|
||||
# CONFIG_TEST_KSTRTOX is not set
|
||||
# CONFIG_TEST_PRINTF is not set
|
||||
# CONFIG_TEST_BITMAP is not set
|
||||
# CONFIG_TEST_UUID is not set
|
||||
# CONFIG_TEST_XARRAY is not set
|
||||
# CONFIG_TEST_OVERFLOW is not set
|
||||
# CONFIG_TEST_RHASHTABLE is not set
|
||||
# CONFIG_TEST_HASH is not set
|
||||
# CONFIG_TEST_IDA is not set
|
||||
# CONFIG_TEST_PARMAN is not set
|
||||
# CONFIG_TEST_LKM is not set
|
||||
# CONFIG_TEST_BITOPS is not set
|
||||
# CONFIG_TEST_VMALLOC is not set
|
||||
# CONFIG_TEST_USER_COPY is not set
|
||||
# CONFIG_TEST_BPF is not set
|
||||
# CONFIG_TEST_BLACKHOLE_DEV is not set
|
||||
# CONFIG_FIND_BIT_BENCHMARK is not set
|
||||
# CONFIG_TEST_FIRMWARE is not set
|
||||
# CONFIG_TEST_SYSCTL is not set
|
||||
# CONFIG_TEST_UDELAY is not set
|
||||
# CONFIG_TEST_STATIC_KEYS is not set
|
||||
# CONFIG_TEST_KMOD is not set
|
||||
# CONFIG_TEST_MEMCAT_P is not set
|
||||
# CONFIG_TEST_OBJAGG is not set
|
||||
# CONFIG_TEST_STACKINIT is not set
|
||||
# CONFIG_TEST_MEMINIT is not set
|
||||
# CONFIG_TEST_FREE_PAGES is not set
|
||||
# CONFIG_RUNTIME_TESTING_MENU is not set
|
||||
# CONFIG_MEMTEST is not set
|
||||
# end of Kernel Testing and Coverage
|
||||
# end of Kernel hacking
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.10.55-ipfire Kernel Configuration
|
||||
# Linux/x86 5.10.76-ipfire Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
@@ -103,7 +103,7 @@ CONFIG_PREEMPT_VOLUNTARY=y
|
||||
# CPU/Task time and stats accounting
|
||||
#
|
||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
||||
CONFIG_IRQ_TIME_ACCOUNTING=y
|
||||
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||
CONFIG_HAVE_SCHED_AVG_IRQ=y
|
||||
CONFIG_BSD_PROCESS_ACCT=y
|
||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||
@@ -111,7 +111,8 @@ CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
CONFIG_TASK_IO_ACCOUNTING=y
|
||||
# CONFIG_PSI is not set
|
||||
CONFIG_PSI=y
|
||||
# CONFIG_PSI_DEFAULT_DISABLED is not set
|
||||
# end of CPU/Task time and stats accounting
|
||||
|
||||
CONFIG_CPU_ISOLATION=y
|
||||
@@ -144,14 +145,18 @@ CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
|
||||
|
||||
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
|
||||
CONFIG_CGROUPS=y
|
||||
# CONFIG_MEMCG is not set
|
||||
CONFIG_PAGE_COUNTER=y
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_MEMCG_KMEM=y
|
||||
CONFIG_BLK_CGROUP=y
|
||||
CONFIG_CGROUP_WRITEBACK=y
|
||||
CONFIG_CGROUP_SCHED=y
|
||||
CONFIG_FAIR_GROUP_SCHED=y
|
||||
# CONFIG_CFS_BANDWIDTH is not set
|
||||
CONFIG_RT_GROUP_SCHED=y
|
||||
CONFIG_CGROUP_PIDS=y
|
||||
# CONFIG_CGROUP_RDMA is not set
|
||||
CONFIG_CGROUP_RDMA=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
CONFIG_CPUSETS=y
|
||||
CONFIG_PROC_PID_CPUSET=y
|
||||
@@ -234,7 +239,8 @@ CONFIG_PERF_EVENTS=y
|
||||
# end of Kernel Performance Events And Counters
|
||||
|
||||
CONFIG_VM_EVENT_COUNTERS=y
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
# CONFIG_SLUB_DEBUG is not set
|
||||
# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_SLAB is not set
|
||||
CONFIG_SLUB=y
|
||||
@@ -438,11 +444,11 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y
|
||||
# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set
|
||||
CONFIG_EFI=y
|
||||
CONFIG_EFI_STUB=y
|
||||
CONFIG_HZ_100=y
|
||||
# CONFIG_HZ_100 is not set
|
||||
# CONFIG_HZ_250 is not set
|
||||
# CONFIG_HZ_300 is not set
|
||||
# CONFIG_HZ_1000 is not set
|
||||
CONFIG_HZ=100
|
||||
CONFIG_HZ_1000=y
|
||||
CONFIG_HZ=1000
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
# CONFIG_KEXEC is not set
|
||||
CONFIG_CRASH_DUMP=y
|
||||
@@ -464,14 +470,8 @@ CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||
#
|
||||
# Power management and ACPI options
|
||||
#
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SUSPEND_FREEZER=y
|
||||
# CONFIG_SUSPEND_SKIP_SYNC is not set
|
||||
# CONFIG_SUSPEND is not set
|
||||
# CONFIG_HIBERNATION is not set
|
||||
CONFIG_PM_SLEEP=y
|
||||
CONFIG_PM_SLEEP_SMP=y
|
||||
# CONFIG_PM_AUTOSLEEP is not set
|
||||
# CONFIG_PM_WAKELOCKS is not set
|
||||
CONFIG_PM=y
|
||||
# CONFIG_PM_DEBUG is not set
|
||||
CONFIG_PM_CLK=y
|
||||
@@ -484,7 +484,6 @@ CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
|
||||
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
|
||||
# CONFIG_ACPI_DEBUGGER is not set
|
||||
CONFIG_ACPI_SPCR_TABLE=y
|
||||
CONFIG_ACPI_SLEEP=y
|
||||
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
|
||||
CONFIG_ACPI_EC_DEBUGFS=m
|
||||
CONFIG_ACPI_AC=y
|
||||
@@ -492,7 +491,6 @@ CONFIG_ACPI_BATTERY=y
|
||||
CONFIG_ACPI_BUTTON=y
|
||||
CONFIG_ACPI_VIDEO=m
|
||||
CONFIG_ACPI_FAN=y
|
||||
CONFIG_ACPI_TAD=m
|
||||
CONFIG_ACPI_DOCK=y
|
||||
CONFIG_ACPI_CPU_FREQ_PSS=y
|
||||
CONFIG_ACPI_PROCESSOR_CSTATE=y
|
||||
@@ -530,13 +528,6 @@ CONFIG_PMIC_OPREGION=y
|
||||
# CONFIG_CHT_WC_PMIC_OPREGION is not set
|
||||
CONFIG_X86_PM_TIMER=y
|
||||
CONFIG_SFI=y
|
||||
CONFIG_X86_APM_BOOT=y
|
||||
CONFIG_APM=y
|
||||
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
|
||||
# CONFIG_APM_DO_ENABLE is not set
|
||||
CONFIG_APM_CPU_IDLE=y
|
||||
# CONFIG_APM_DISPLAY_BLANK is not set
|
||||
# CONFIG_APM_ALLOW_INTS is not set
|
||||
|
||||
#
|
||||
# CPU Frequency scaling
|
||||
@@ -952,8 +943,9 @@ CONFIG_TRANSPARENT_HUGEPAGE=y
|
||||
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
|
||||
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
|
||||
CONFIG_CLEANCACHE=y
|
||||
# CONFIG_FRONTSWAP is not set
|
||||
CONFIG_FRONTSWAP=y
|
||||
# CONFIG_CMA is not set
|
||||
# CONFIG_ZSWAP is not set
|
||||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZBUD is not set
|
||||
# CONFIG_ZSMALLOC is not set
|
||||
@@ -1587,10 +1579,7 @@ CONFIG_NET_SCH_FIFO=y
|
||||
# CONFIG_DCB is not set
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
# CONFIG_BATMAN_ADV is not set
|
||||
CONFIG_OPENVSWITCH=m
|
||||
CONFIG_OPENVSWITCH_GRE=m
|
||||
CONFIG_OPENVSWITCH_VXLAN=m
|
||||
CONFIG_OPENVSWITCH_GENEVE=m
|
||||
# CONFIG_OPENVSWITCH is not set
|
||||
CONFIG_VSOCKETS=m
|
||||
CONFIG_VSOCKETS_DIAG=m
|
||||
CONFIG_VSOCKETS_LOOPBACK=m
|
||||
@@ -1822,7 +1811,6 @@ CONFIG_EXTRA_FIRMWARE=""
|
||||
CONFIG_FW_LOADER_USER_HELPER=y
|
||||
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
|
||||
# CONFIG_FW_LOADER_COMPRESS is not set
|
||||
CONFIG_FW_CACHE=y
|
||||
# end of Firmware loader
|
||||
|
||||
CONFIG_WANT_DEV_COREDUMP=y
|
||||
@@ -3322,7 +3310,6 @@ CONFIG_TTY=y
|
||||
CONFIG_VT=y
|
||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
||||
CONFIG_VT_CONSOLE=y
|
||||
CONFIG_VT_CONSOLE_SLEEP=y
|
||||
CONFIG_HW_CONSOLE=y
|
||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
||||
CONFIG_UNIX98_PTYS=y
|
||||
@@ -3453,7 +3440,20 @@ CONFIG_DEVPORT=y
|
||||
CONFIG_HPET=y
|
||||
# CONFIG_HPET_MMAP is not set
|
||||
CONFIG_HANGCHECK_TIMER=m
|
||||
# CONFIG_TCG_TPM is not set
|
||||
CONFIG_TCG_TPM=m
|
||||
CONFIG_HW_RANDOM_TPM=y
|
||||
CONFIG_TCG_TIS_CORE=m
|
||||
CONFIG_TCG_TIS=m
|
||||
CONFIG_TCG_TIS_I2C_ATMEL=m
|
||||
CONFIG_TCG_TIS_I2C_INFINEON=m
|
||||
CONFIG_TCG_TIS_I2C_NUVOTON=m
|
||||
CONFIG_TCG_NSC=m
|
||||
CONFIG_TCG_ATMEL=m
|
||||
CONFIG_TCG_INFINEON=m
|
||||
CONFIG_TCG_CRB=m
|
||||
CONFIG_TCG_VTPM_PROXY=m
|
||||
CONFIG_TCG_TIS_ST33ZP24=m
|
||||
CONFIG_TCG_TIS_ST33ZP24_I2C=m
|
||||
# CONFIG_TELCLOCK is not set
|
||||
# CONFIG_XILLYBUS is not set
|
||||
# end of Character devices
|
||||
@@ -5128,7 +5128,6 @@ CONFIG_DRM_AMD_DC=y
|
||||
CONFIG_DRM_AMD_DC_DCN=y
|
||||
CONFIG_DRM_AMD_DC_DCN3_0=y
|
||||
CONFIG_DRM_AMD_DC_HDCP=y
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
# end of Display Engine Configuration
|
||||
|
||||
CONFIG_DRM_NOUVEAU=m
|
||||
@@ -6377,7 +6376,6 @@ CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
|
||||
CONFIG_INTEL_ATOMISP2_LED=m
|
||||
CONFIG_INTEL_ATOMISP2_PM=m
|
||||
CONFIG_INTEL_HID_EVENT=m
|
||||
CONFIG_INTEL_INT0002_VGPIO=m
|
||||
# CONFIG_INTEL_MENLOW is not set
|
||||
CONFIG_INTEL_OAKTRAIL=m
|
||||
CONFIG_INTEL_VBTN=m
|
||||
@@ -6912,13 +6910,13 @@ CONFIG_IO_WQ=y
|
||||
CONFIG_KEYS=y
|
||||
# CONFIG_KEYS_REQUEST_CACHE is not set
|
||||
# CONFIG_PERSISTENT_KEYRINGS is not set
|
||||
# CONFIG_TRUSTED_KEYS is not set
|
||||
CONFIG_ENCRYPTED_KEYS=y
|
||||
# CONFIG_KEY_DH_OPERATIONS is not set
|
||||
CONFIG_SECURITY_DMESG_RESTRICT=y
|
||||
CONFIG_SECURITY=y
|
||||
# CONFIG_SECURITYFS is not set
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
# CONFIG_SECURITY_NETWORK_XFRM is not set
|
||||
# CONFIG_SECURITY_NETWORK is not set
|
||||
# CONFIG_SECURITY_PATH is not set
|
||||
# CONFIG_INTEL_TXT is not set
|
||||
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
|
||||
@@ -7385,7 +7383,6 @@ CONFIG_GENERIC_PTDUMP=y
|
||||
CONFIG_PTDUMP_CORE=y
|
||||
# CONFIG_PTDUMP_DEBUGFS is not set
|
||||
# CONFIG_DEBUG_OBJECTS is not set
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
||||
# CONFIG_DEBUG_KMEMLEAK is not set
|
||||
@@ -7578,49 +7575,7 @@ CONFIG_UNWINDER_FRAME_POINTER=y
|
||||
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
|
||||
# CONFIG_FAULT_INJECTION is not set
|
||||
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
|
||||
CONFIG_RUNTIME_TESTING_MENU=y
|
||||
# CONFIG_LKDTM is not set
|
||||
# CONFIG_TEST_LIST_SORT is not set
|
||||
# CONFIG_TEST_MIN_HEAP is not set
|
||||
# CONFIG_TEST_SORT is not set
|
||||
# CONFIG_BACKTRACE_SELF_TEST is not set
|
||||
# CONFIG_RBTREE_TEST is not set
|
||||
# CONFIG_REED_SOLOMON_TEST is not set
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_PERCPU_TEST is not set
|
||||
# CONFIG_ATOMIC64_SELFTEST is not set
|
||||
# CONFIG_ASYNC_RAID6_TEST is not set
|
||||
# CONFIG_TEST_HEXDUMP is not set
|
||||
# CONFIG_TEST_STRING_HELPERS is not set
|
||||
# CONFIG_TEST_STRSCPY is not set
|
||||
# CONFIG_TEST_KSTRTOX is not set
|
||||
# CONFIG_TEST_PRINTF is not set
|
||||
# CONFIG_TEST_BITMAP is not set
|
||||
# CONFIG_TEST_UUID is not set
|
||||
# CONFIG_TEST_XARRAY is not set
|
||||
# CONFIG_TEST_OVERFLOW is not set
|
||||
# CONFIG_TEST_RHASHTABLE is not set
|
||||
# CONFIG_TEST_HASH is not set
|
||||
# CONFIG_TEST_IDA is not set
|
||||
# CONFIG_TEST_PARMAN is not set
|
||||
# CONFIG_TEST_LKM is not set
|
||||
# CONFIG_TEST_BITOPS is not set
|
||||
# CONFIG_TEST_VMALLOC is not set
|
||||
# CONFIG_TEST_USER_COPY is not set
|
||||
# CONFIG_TEST_BPF is not set
|
||||
# CONFIG_TEST_BLACKHOLE_DEV is not set
|
||||
# CONFIG_FIND_BIT_BENCHMARK is not set
|
||||
# CONFIG_TEST_FIRMWARE is not set
|
||||
# CONFIG_TEST_SYSCTL is not set
|
||||
# CONFIG_TEST_UDELAY is not set
|
||||
# CONFIG_TEST_STATIC_KEYS is not set
|
||||
# CONFIG_TEST_KMOD is not set
|
||||
# CONFIG_TEST_MEMCAT_P is not set
|
||||
# CONFIG_TEST_OBJAGG is not set
|
||||
# CONFIG_TEST_STACKINIT is not set
|
||||
# CONFIG_TEST_MEMINIT is not set
|
||||
# CONFIG_TEST_FREE_PAGES is not set
|
||||
# CONFIG_TEST_FPU is not set
|
||||
# CONFIG_RUNTIME_TESTING_MENU is not set
|
||||
# CONFIG_MEMTEST is not set
|
||||
# CONFIG_HYPERV_TESTING is not set
|
||||
# end of Kernel Testing and Coverage
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.10.55-ipfire Kernel Configuration
|
||||
# Linux/x86 5.10.76-ipfire Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
@@ -107,7 +107,7 @@ CONFIG_PREEMPT_VOLUNTARY=y
|
||||
#
|
||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
||||
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
|
||||
CONFIG_IRQ_TIME_ACCOUNTING=y
|
||||
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||
CONFIG_HAVE_SCHED_AVG_IRQ=y
|
||||
CONFIG_BSD_PROCESS_ACCT=y
|
||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||
@@ -115,7 +115,8 @@ CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
CONFIG_TASK_IO_ACCOUNTING=y
|
||||
# CONFIG_PSI is not set
|
||||
CONFIG_PSI=y
|
||||
# CONFIG_PSI_DEFAULT_DISABLED is not set
|
||||
# end of CPU/Task time and stats accounting
|
||||
|
||||
CONFIG_CPU_ISOLATION=y
|
||||
@@ -151,14 +152,18 @@ CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
|
||||
CONFIG_CC_HAS_INT128=y
|
||||
CONFIG_ARCH_SUPPORTS_INT128=y
|
||||
CONFIG_CGROUPS=y
|
||||
# CONFIG_MEMCG is not set
|
||||
CONFIG_PAGE_COUNTER=y
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_MEMCG_KMEM=y
|
||||
CONFIG_BLK_CGROUP=y
|
||||
CONFIG_CGROUP_WRITEBACK=y
|
||||
CONFIG_CGROUP_SCHED=y
|
||||
CONFIG_FAIR_GROUP_SCHED=y
|
||||
# CONFIG_CFS_BANDWIDTH is not set
|
||||
CONFIG_RT_GROUP_SCHED=y
|
||||
CONFIG_CGROUP_PIDS=y
|
||||
# CONFIG_CGROUP_RDMA is not set
|
||||
CONFIG_CGROUP_RDMA=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
CONFIG_CPUSETS=y
|
||||
CONFIG_PROC_PID_CPUSET=y
|
||||
@@ -244,7 +249,8 @@ CONFIG_PERF_EVENTS=y
|
||||
# end of Kernel Performance Events And Counters
|
||||
|
||||
CONFIG_VM_EVENT_COUNTERS=y
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
# CONFIG_SLUB_DEBUG is not set
|
||||
# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_SLAB is not set
|
||||
CONFIG_SLUB=y
|
||||
@@ -430,11 +436,11 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y
|
||||
CONFIG_EFI=y
|
||||
CONFIG_EFI_STUB=y
|
||||
CONFIG_EFI_MIXED=y
|
||||
CONFIG_HZ_100=y
|
||||
# CONFIG_HZ_100 is not set
|
||||
# CONFIG_HZ_250 is not set
|
||||
# CONFIG_HZ_300 is not set
|
||||
# CONFIG_HZ_1000 is not set
|
||||
CONFIG_HZ=100
|
||||
CONFIG_HZ_1000=y
|
||||
CONFIG_HZ=1000
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
# CONFIG_KEXEC is not set
|
||||
# CONFIG_KEXEC_FILE is not set
|
||||
@@ -468,9 +474,7 @@ CONFIG_ARCH_ENABLE_THP_MIGRATION=y
|
||||
#
|
||||
# Power management and ACPI options
|
||||
#
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SUSPEND_FREEZER=y
|
||||
# CONFIG_SUSPEND_SKIP_SYNC is not set
|
||||
# CONFIG_SUSPEND is not set
|
||||
CONFIG_HIBERNATE_CALLBACKS=y
|
||||
# CONFIG_HIBERNATION is not set
|
||||
CONFIG_PM_SLEEP=y
|
||||
@@ -490,7 +494,6 @@ CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
|
||||
# CONFIG_ACPI_DEBUGGER is not set
|
||||
CONFIG_ACPI_SPCR_TABLE=y
|
||||
CONFIG_ACPI_LPIT=y
|
||||
CONFIG_ACPI_SLEEP=y
|
||||
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
|
||||
CONFIG_ACPI_EC_DEBUGFS=m
|
||||
CONFIG_ACPI_AC=y
|
||||
@@ -952,8 +955,9 @@ CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
|
||||
CONFIG_ARCH_WANTS_THP_SWAP=y
|
||||
CONFIG_THP_SWAP=y
|
||||
CONFIG_CLEANCACHE=y
|
||||
# CONFIG_FRONTSWAP is not set
|
||||
CONFIG_FRONTSWAP=y
|
||||
# CONFIG_CMA is not set
|
||||
# CONFIG_ZSWAP is not set
|
||||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZBUD is not set
|
||||
# CONFIG_ZSMALLOC is not set
|
||||
@@ -1593,10 +1597,7 @@ CONFIG_NET_SCH_FIFO=y
|
||||
# CONFIG_DCB is not set
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
# CONFIG_BATMAN_ADV is not set
|
||||
CONFIG_OPENVSWITCH=m
|
||||
CONFIG_OPENVSWITCH_GRE=m
|
||||
CONFIG_OPENVSWITCH_VXLAN=m
|
||||
CONFIG_OPENVSWITCH_GENEVE=m
|
||||
# CONFIG_OPENVSWITCH is not set
|
||||
CONFIG_VSOCKETS=m
|
||||
CONFIG_VSOCKETS_DIAG=m
|
||||
CONFIG_VSOCKETS_LOOPBACK=m
|
||||
@@ -3417,7 +3418,21 @@ CONFIG_DEVPORT=y
|
||||
CONFIG_HPET=y
|
||||
# CONFIG_HPET_MMAP is not set
|
||||
CONFIG_HANGCHECK_TIMER=m
|
||||
# CONFIG_TCG_TPM is not set
|
||||
CONFIG_TCG_TPM=m
|
||||
CONFIG_HW_RANDOM_TPM=y
|
||||
CONFIG_TCG_TIS_CORE=m
|
||||
CONFIG_TCG_TIS=m
|
||||
CONFIG_TCG_TIS_I2C_ATMEL=m
|
||||
CONFIG_TCG_TIS_I2C_INFINEON=m
|
||||
CONFIG_TCG_TIS_I2C_NUVOTON=m
|
||||
CONFIG_TCG_NSC=m
|
||||
CONFIG_TCG_ATMEL=m
|
||||
CONFIG_TCG_INFINEON=m
|
||||
CONFIG_TCG_XEN=m
|
||||
CONFIG_TCG_CRB=m
|
||||
CONFIG_TCG_VTPM_PROXY=m
|
||||
CONFIG_TCG_TIS_ST33ZP24=m
|
||||
CONFIG_TCG_TIS_ST33ZP24_I2C=m
|
||||
# CONFIG_TELCLOCK is not set
|
||||
# CONFIG_XILLYBUS is not set
|
||||
# end of Character devices
|
||||
@@ -4979,7 +4994,6 @@ CONFIG_DRM_AMD_DC=y
|
||||
CONFIG_DRM_AMD_DC_DCN=y
|
||||
# CONFIG_DRM_AMD_DC_DCN3_0 is not set
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
# end of Display Engine Configuration
|
||||
|
||||
# CONFIG_HSA_AMD is not set
|
||||
@@ -6570,7 +6584,8 @@ CONFIG_VFAT_FS=m
|
||||
CONFIG_FAT_DEFAULT_CODEPAGE=437
|
||||
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
||||
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||
# CONFIG_EXFAT_FS is not set
|
||||
CONFIG_EXFAT_FS=m
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# end of DOS/FAT/EXFAT/NT Filesystems
|
||||
|
||||
@@ -6749,14 +6764,14 @@ CONFIG_IO_WQ=y
|
||||
CONFIG_KEYS=y
|
||||
# CONFIG_KEYS_REQUEST_CACHE is not set
|
||||
# CONFIG_PERSISTENT_KEYRINGS is not set
|
||||
# CONFIG_TRUSTED_KEYS is not set
|
||||
# CONFIG_ENCRYPTED_KEYS is not set
|
||||
# CONFIG_KEY_DH_OPERATIONS is not set
|
||||
CONFIG_SECURITY_DMESG_RESTRICT=y
|
||||
CONFIG_SECURITY=y
|
||||
CONFIG_SECURITYFS=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
# CONFIG_SECURITY_NETWORK is not set
|
||||
CONFIG_PAGE_TABLE_ISOLATION=y
|
||||
# CONFIG_SECURITY_NETWORK_XFRM is not set
|
||||
# CONFIG_SECURITY_PATH is not set
|
||||
# CONFIG_INTEL_TXT is not set
|
||||
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
|
||||
@@ -6794,7 +6809,7 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK=y
|
||||
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
|
||||
# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
|
||||
# CONFIG_GCC_PLUGIN_STACKLEAK is not set
|
||||
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
|
||||
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
||||
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
|
||||
# end of Memory initialization
|
||||
# end of Kernel hardening options
|
||||
@@ -7251,7 +7266,6 @@ CONFIG_GENERIC_PTDUMP=y
|
||||
CONFIG_PTDUMP_CORE=y
|
||||
# CONFIG_PTDUMP_DEBUGFS is not set
|
||||
# CONFIG_DEBUG_OBJECTS is not set
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
||||
# CONFIG_DEBUG_KMEMLEAK is not set
|
||||
@@ -7448,49 +7462,7 @@ CONFIG_UNWINDER_ORC=y
|
||||
CONFIG_ARCH_HAS_KCOV=y
|
||||
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
|
||||
# CONFIG_KCOV is not set
|
||||
CONFIG_RUNTIME_TESTING_MENU=y
|
||||
# CONFIG_LKDTM is not set
|
||||
# CONFIG_TEST_LIST_SORT is not set
|
||||
# CONFIG_TEST_MIN_HEAP is not set
|
||||
# CONFIG_TEST_SORT is not set
|
||||
# CONFIG_BACKTRACE_SELF_TEST is not set
|
||||
CONFIG_RBTREE_TEST=m
|
||||
# CONFIG_REED_SOLOMON_TEST is not set
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_PERCPU_TEST is not set
|
||||
# CONFIG_ATOMIC64_SELFTEST is not set
|
||||
CONFIG_ASYNC_RAID6_TEST=m
|
||||
# CONFIG_TEST_HEXDUMP is not set
|
||||
# CONFIG_TEST_STRING_HELPERS is not set
|
||||
# CONFIG_TEST_STRSCPY is not set
|
||||
# CONFIG_TEST_KSTRTOX is not set
|
||||
# CONFIG_TEST_PRINTF is not set
|
||||
# CONFIG_TEST_BITMAP is not set
|
||||
# CONFIG_TEST_UUID is not set
|
||||
# CONFIG_TEST_XARRAY is not set
|
||||
# CONFIG_TEST_OVERFLOW is not set
|
||||
# CONFIG_TEST_RHASHTABLE is not set
|
||||
# CONFIG_TEST_HASH is not set
|
||||
# CONFIG_TEST_IDA is not set
|
||||
# CONFIG_TEST_PARMAN is not set
|
||||
# CONFIG_TEST_LKM is not set
|
||||
# CONFIG_TEST_BITOPS is not set
|
||||
# CONFIG_TEST_VMALLOC is not set
|
||||
# CONFIG_TEST_USER_COPY is not set
|
||||
# CONFIG_TEST_BPF is not set
|
||||
# CONFIG_TEST_BLACKHOLE_DEV is not set
|
||||
# CONFIG_FIND_BIT_BENCHMARK is not set
|
||||
# CONFIG_TEST_FIRMWARE is not set
|
||||
# CONFIG_TEST_SYSCTL is not set
|
||||
# CONFIG_TEST_UDELAY is not set
|
||||
# CONFIG_TEST_STATIC_KEYS is not set
|
||||
# CONFIG_TEST_KMOD is not set
|
||||
# CONFIG_TEST_MEMCAT_P is not set
|
||||
# CONFIG_TEST_OBJAGG is not set
|
||||
# CONFIG_TEST_STACKINIT is not set
|
||||
# CONFIG_TEST_MEMINIT is not set
|
||||
# CONFIG_TEST_FREE_PAGES is not set
|
||||
# CONFIG_TEST_FPU is not set
|
||||
# CONFIG_RUNTIME_TESTING_MENU is not set
|
||||
# CONFIG_MEMTEST is not set
|
||||
# CONFIG_HYPERV_TESTING is not set
|
||||
# end of Kernel Testing and Coverage
|
||||
|
||||
2
config/logwatch/sudoers/logwatch-mdadm
Normal file
2
config/logwatch/sudoers/logwatch-mdadm
Normal file
@@ -0,0 +1,2 @@
|
||||
# The following commands need to be executed by logwatch in case there's an MD Raid
|
||||
logwatch ALL=(root) NOPASSWD: /sbin/mdadm --misc --detail /dev/md*, /sbin/mdadm --detail --scan
|
||||
@@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2021 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -56,6 +56,14 @@ my $portfile = "/var/ipfire/qos/portconfig";
|
||||
my $tosfile = "/var/ipfire/qos/tosconfig";
|
||||
my $fqcodel_options = "limit 10240 quantum 1514";
|
||||
|
||||
# Define iptables MARKs
|
||||
my $QOS_INC_MASK = 0x0000ff00;
|
||||
my $QOS_INC_SHIFT = 8;
|
||||
my $QOS_OUT_MASK = 0x000000ff;
|
||||
my $QOS_OUT_SHIFT = 0;
|
||||
my $QOS_INC_SKIP_MASK = $QOS_INC_MASK;
|
||||
my $QOS_OUT_SKIP_MASK = $QOS_OUT_MASK;
|
||||
|
||||
&General::readhash("${General::swroot}/ethernet/settings", \%netsettings);
|
||||
|
||||
$qossettings{'ENABLED'} = 'off';
|
||||
@@ -66,7 +74,6 @@ $qossettings{'DEF_OUT_SPD'} = '';
|
||||
$qossettings{'DEF_INC_SPD'} = '';
|
||||
$qossettings{'DEFCLASS_INC'} = '';
|
||||
$qossettings{'DEFCLASS_OUT'} = '';
|
||||
$qossettings{'ACK'} = '';
|
||||
$qossettings{'RED_DEV'} = `cat /var/ipfire/red/iface`;
|
||||
$qossettings{'IMQ_DEV'} = 'imq0';
|
||||
$qossettings{'TOS'} = '';
|
||||
@@ -74,6 +81,9 @@ $qossettings{'VALID'} = 'yes';
|
||||
|
||||
&General::readhash("${General::swroot}/qos/settings", \%qossettings);
|
||||
|
||||
my $DEF_OUT_MARK = ($qossettings{'DEFCLASS_OUT'} << $QOS_OUT_SHIFT) . "/$QOS_OUT_MASK";
|
||||
my $DEF_INC_MARK = ($qossettings{'DEFCLASS_INC'} << $QOS_INC_SHIFT) . "/$QOS_INC_MASK";
|
||||
|
||||
open( FILE, "< $classfile" ) or die "Unable to read $classfile";
|
||||
@classes = <FILE>;
|
||||
close FILE;
|
||||
@@ -200,42 +210,19 @@ foreach $classentry (sort @classes)
|
||||
if ($qossettings{'RED_DEV'} eq $classline[0]) {
|
||||
$qossettings{'DEVICE'} = $classline[0];
|
||||
$qossettings{'CLASS'} = $classline[1];
|
||||
print "\ttc filter add dev $qossettings{'DEVICE'} parent 1:0 prio 0 protocol ip handle $qossettings{'CLASS'} fw flowid 1:$qossettings{'CLASS'}\n";
|
||||
print "\ttc filter add dev $qossettings{'DEVICE'} parent 1:0 prio 0 protocol ip";
|
||||
printf(" u32 match mark 0x%x 0x%x flowid 1:%d\n", ($qossettings{'CLASS'} << $QOS_OUT_SHIFT), $QOS_OUT_MASK, $qossettings{'CLASS'});
|
||||
}
|
||||
}
|
||||
|
||||
print <<END
|
||||
|
||||
### ADD QOS-OUT CHAIN TO THE MANGLE TABLE IN IPTABLES
|
||||
iptables -t mangle -N QOS-OUT
|
||||
iptables -t mangle -I POSTROUTING -o $qossettings{'RED_DEV'} -j QOS-OUT
|
||||
iptables -t mangle -A POSTROUTING -o $qossettings{'RED_DEV'} -j QOS-OUT
|
||||
|
||||
### Don't change mark on traffic for the ipsec tunnel
|
||||
iptables -t mangle -A QOS-OUT -m mark --mark 50 -j RETURN
|
||||
|
||||
### MARK ACKs
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags SYN,RST SYN -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags SYN,RST SYN -j RETURN
|
||||
|
||||
iptables -t mangle -A QOS-OUT -p icmp -m length --length 40:100 -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p icmp -m length --length 40:100 -j RETURN
|
||||
|
||||
iptables -t mangle -A QOS-OUT -p tcp --syn -m length --length 40:68 -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p tcp --syn -m length --length 40:68 -j RETURN
|
||||
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL SYN,ACK -m length --length 40:68 -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL SYN,ACK -m length --length 40:68 -j RETURN
|
||||
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL ACK -m length --length 40:100 -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL ACK -m length --length 40:100 -j RETURN
|
||||
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL RST -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL RST -j RETURN
|
||||
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL ACK,RST -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL ACK,RST -j RETURN
|
||||
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL ACK,FIN -j MARK --set-mark $qossettings{'ACK'}
|
||||
iptables -t mangle -A QOS-OUT -p tcp --tcp-flags ALL ACK,FIN -j RETURN
|
||||
# If the packet is already marked, then skip the processing
|
||||
iptables -t mangle -A QOS-OUT -m mark ! --mark 0/$QOS_OUT_SKIP_MASK -j RETURN
|
||||
|
||||
### SET TOS
|
||||
END
|
||||
@@ -247,7 +234,7 @@ END
|
||||
$qossettings{'TOS'} = abs $tosruleline[2] * 2;
|
||||
if ( $tosruleline[1] eq $qossettings{'RED_DEV'} )
|
||||
{
|
||||
print "\tiptables -t mangle -A QOS-OUT -m tos --tos $qossettings{'TOS'} -j MARK --set-mark $qossettings{'CLASS'}\n";
|
||||
print "\tiptables -t mangle -A QOS-OUT -m tos --tos $qossettings{'TOS'} -j MARK --set-xmark " . ($qossettings{'CLASS'} << $QOS_OUT_SHIFT) . "/$QOS_OUT_MASK\n";
|
||||
print "\tiptables -t mangle -A QOS-OUT -m tos --tos $qossettings{'TOS'} -j RETURN\n";
|
||||
}
|
||||
}
|
||||
@@ -265,7 +252,7 @@ print "\n\t### SET PORT-RULES\n";
|
||||
$qossettings{'QPORT'} = $portruleline[4];
|
||||
$qossettings{'DIP'} = $portruleline[5];
|
||||
$qossettings{'DPORT'} = $portruleline[6];
|
||||
print "\tiptables -t mangle -A QOS-OUT ";
|
||||
print "\tiptables -t mangle -A QOS-OUT -m mark --mark 0/$QOS_OUT_MASK ";
|
||||
if ($qossettings{'QIP'} ne ''){
|
||||
print "-s $qossettings{'QIP'} ";
|
||||
}
|
||||
@@ -282,25 +269,7 @@ print "\n\t### SET PORT-RULES\n";
|
||||
if ($qossettings{'DPORT'} ne ''){
|
||||
print "--dport $qossettings{'DPORT'} ";
|
||||
}
|
||||
print "-j MARK --set-mark $qossettings{'CLASS'}\n";
|
||||
print "\tiptables -t mangle -A QOS-OUT ";
|
||||
if ($qossettings{'QIP'} ne ''){
|
||||
print "-s $qossettings{'QIP'} ";
|
||||
}
|
||||
if ($qossettings{'DIP'} ne ''){
|
||||
print "-d $qossettings{'DIP'} ";
|
||||
}
|
||||
print "-p $qossettings{'PPROT'} ";
|
||||
# if (($qossettings{'QPORT'} ne '') || ($qossettings{'DPORT'} ne '')){
|
||||
# print "-m multiport ";
|
||||
# }
|
||||
if ($qossettings{'QPORT'} ne ''){
|
||||
print "--sport $qossettings{'QPORT'} ";
|
||||
}
|
||||
if ($qossettings{'DPORT'} ne ''){
|
||||
print "--dport $qossettings{'DPORT'} ";
|
||||
}
|
||||
print "-j RETURN\n\n";
|
||||
print "-j MARK --set-xmark " . ($qossettings{'CLASS'} << $QOS_OUT_SHIFT) . "/$QOS_OUT_MASK\n";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -319,29 +288,24 @@ END
|
||||
$qossettings{'L7PROT'} = $l7ruleline[2];
|
||||
$qossettings{'QIP'} = $l7ruleline[3];
|
||||
$qossettings{'DIP'} = $l7ruleline[4];
|
||||
print "\tiptables -t mangle -A QOS-OUT ";
|
||||
print "\tiptables -t mangle -A QOS-OUT -m mark --mark 0/$QOS_OUT_MASK ";
|
||||
if ($qossettings{'QIP'} ne ''){
|
||||
print "-s $qossettings{'QIP'} ";
|
||||
}
|
||||
if ($qossettings{'DIP'} ne ''){
|
||||
print "-d $qossettings{'DIP'} ";
|
||||
}
|
||||
print "-m layer7 --l7dir /etc/l7-protocols/protocols --l7proto $qossettings{'L7PROT'} -j MARK --set-mark $qossettings{'CLASS'}\n";
|
||||
print "\tiptables -t mangle -A QOS-OUT ";
|
||||
if ($qossettings{'QIP'} ne ''){
|
||||
print "-s $qossettings{'QIP'} ";
|
||||
}
|
||||
if ($qossettings{'DIP'} ne ''){
|
||||
print "-d $qossettings{'DIP'} ";
|
||||
}
|
||||
print "-m layer7 --l7dir /etc/l7-protocols/protocols --l7proto $qossettings{'L7PROT'} -j RETURN\n";
|
||||
print "-m layer7 --l7dir /etc/l7-protocols/protocols --l7proto $qossettings{'L7PROT'} -j MARK --set-xmark " . ($qossettings{'CLASS'} << $QOS_OUT_SHIFT) . "/$QOS_OUT_MASK\n";
|
||||
}
|
||||
}
|
||||
|
||||
print <<END
|
||||
|
||||
### REDUNDANT: SET ALL NONMARKED PACKETS TO DEFAULT CLASS
|
||||
iptables -t mangle -A QOS-OUT -m mark --mark 0 -j MARK --set-mark $qossettings{'DEFCLASS_OUT'}
|
||||
iptables -t mangle -A QOS-OUT -m mark --mark 0/$QOS_OUT_MASK -m layer7 ! --l7proto unset -j MARK --set-xmark $DEF_OUT_MARK
|
||||
|
||||
# Save mark in connection tracking
|
||||
iptables -t mangle -A QOS-OUT -m mark ! --mark 0/$QOS_OUT_MASK -j CONNMARK --save-mark --mask $QOS_OUT_MASK
|
||||
|
||||
###
|
||||
### $qossettings{'IMQ_DEV'}
|
||||
@@ -357,7 +321,14 @@ print <<END
|
||||
|
||||
ip link set $qossettings{'IMQ_DEV'} up
|
||||
|
||||
tc filter add dev $qossettings{'RED_DEV'} parent ffff: protocol all u32 match u32 0 0 \\
|
||||
### Pass IPSec traffic without redirect
|
||||
tc filter add dev $qossettings{'RED_DEV'} parent ffff: prio 1 protocol all basic \\
|
||||
match "ipt(-m policy --pol ipsec --dir in)" \\
|
||||
action pass
|
||||
|
||||
### Restore connmark and send rest of the traffic to $qossettings{'IMQ_DEV'}
|
||||
tc filter add dev $qossettings{'RED_DEV'} parent ffff: prio 2 protocol all u32 \\
|
||||
match u32 0 0 \\
|
||||
action connmark \\
|
||||
action mirred egress redirect dev $qossettings{'IMQ_DEV'}
|
||||
|
||||
@@ -410,7 +381,8 @@ foreach $classentry (sort @classes)
|
||||
if ($qossettings{'IMQ_DEV'} eq $classline[0]) {
|
||||
$qossettings{'DEVICE'} = $classline[0];
|
||||
$qossettings{'CLASS'} = $classline[1];
|
||||
print "\ttc filter add dev $qossettings{'DEVICE'} parent 2:0 prio 0 protocol ip handle $qossettings{'CLASS'} fw flowid 2:$qossettings{'CLASS'}\n";
|
||||
print "\ttc filter add dev $qossettings{'DEVICE'} parent 2:0 prio 0 protocol ip";
|
||||
printf(" u32 match mark 0x%x 0x%x flowid 2:%d\n", ($qossettings{'CLASS'} << $QOS_INC_SHIFT), $QOS_INC_MASK, $qossettings{'CLASS'});
|
||||
}
|
||||
}
|
||||
print <<END
|
||||
@@ -420,7 +392,7 @@ print <<END
|
||||
iptables -t mangle -A PREROUTING -i $qossettings{'RED_DEV'} -j QOS-INC
|
||||
|
||||
# If the packet is already marked, then skip the processing
|
||||
iptables -t mangle -A QOS-INC -m mark ! --mark 0 -j RETURN
|
||||
iptables -t mangle -A QOS-INC -m mark ! --mark 0/$QOS_INC_SKIP_MASK -j RETURN
|
||||
|
||||
### SET TOS
|
||||
END
|
||||
@@ -432,7 +404,7 @@ END
|
||||
$qossettings{'TOS'} = abs $tosruleline[2] * 2;
|
||||
if ( $tosruleline[1] eq $qossettings{'IMQ_DEV'} )
|
||||
{
|
||||
print "\tiptables -t mangle -A QOS-INC -m mark --mark 0 -m tos --tos $qossettings{'TOS'} -j MARK --set-mark $qossettings{'CLASS'}\n";
|
||||
print "\tiptables -t mangle -A QOS-INC -m tos --tos $qossettings{'TOS'} -j MARK --set-xmark " . ($qossettings{'CLASS'} << $QOS_INC_SHIFT) . "/$QOS_INC_MASK\n";
|
||||
}
|
||||
|
||||
}
|
||||
@@ -450,7 +422,7 @@ print "\n\t### SET PORT-RULES\n";
|
||||
$qossettings{'QPORT'} = $portruleline[4];
|
||||
$qossettings{'DIP'} = $portruleline[5];
|
||||
$qossettings{'DPORT'} = $portruleline[6];
|
||||
print "\tiptables -t mangle -A QOS-INC -m mark --mark 0 ";
|
||||
print "\tiptables -t mangle -A QOS-INC -m mark --mark 0/$QOS_INC_MASK ";
|
||||
if ($qossettings{'QIP'} ne ''){
|
||||
print "-s $qossettings{'QIP'} ";
|
||||
}
|
||||
@@ -467,7 +439,7 @@ print "\n\t### SET PORT-RULES\n";
|
||||
if ($qossettings{'DPORT'} ne ''){
|
||||
print "--dport $qossettings{'DPORT'} ";
|
||||
}
|
||||
print "-j MARK --set-mark $qossettings{'CLASS'}\n";
|
||||
print "-j MARK --set-xmark " . ($qossettings{'CLASS'} << $QOS_INC_SHIFT) . "/$QOS_INC_MASK\n";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -486,23 +458,23 @@ END
|
||||
$qossettings{'L7PROT'} = $l7ruleline[2];
|
||||
$qossettings{'QIP'} = $l7ruleline[3];
|
||||
$qossettings{'DIP'} = $l7ruleline[4];
|
||||
print "\tiptables -t mangle -A QOS-INC -m mark --mark 0 ";
|
||||
print "\tiptables -t mangle -A QOS-INC -m mark --mark 0/$QOS_INC_MASK ";
|
||||
if ($qossettings{'QIP'} ne ''){
|
||||
print "-s $qossettings{'QIP'} ";
|
||||
}
|
||||
if ($qossettings{'DIP'} ne ''){
|
||||
print "-d $qossettings{'DIP'} ";
|
||||
}
|
||||
print "-m layer7 --l7dir /etc/l7-protocols/protocols --l7proto $qossettings{'L7PROT'} -j MARK --set-mark $qossettings{'CLASS'}\n";
|
||||
print "-m layer7 --l7dir /etc/l7-protocols/protocols --l7proto $qossettings{'L7PROT'} -j MARK --set-xmark " . ($qossettings{'CLASS'} << $QOS_INC_SHIFT) . "/$QOS_INC_MASK\n";
|
||||
}
|
||||
}
|
||||
|
||||
print <<END
|
||||
### REDUNDANT: SET ALL NONMARKED PACKETS TO DEFAULT CLASS
|
||||
iptables -t mangle -A QOS-INC -m mark --mark 0 -m layer7 ! --l7proto unset -j MARK --set-mark $qossettings{'DEFCLASS_INC'}
|
||||
iptables -t mangle -A QOS-INC -m mark --mark 0/$QOS_INC_MASK -m layer7 ! --l7proto unset -j MARK --set-xmark $DEF_INC_MARK
|
||||
|
||||
# Save mark in connection tracking
|
||||
iptables -t mangle -A QOS-INC -j CONNMARK --save-mark
|
||||
iptables -t mangle -A QOS-INC -m mark ! --mark 0/$QOS_INC_MASK -j CONNMARK --save-mark --mask $QOS_INC_MASK
|
||||
|
||||
## STARTING COLLECTOR
|
||||
/usr/local/bin/qosd $qossettings{'RED_DEV'} >/dev/null 2>&1
|
||||
|
||||
6
config/rootfiles/common/ExtUtils-PkgConfig
Normal file
6
config/rootfiles/common/ExtUtils-PkgConfig
Normal file
@@ -0,0 +1,6 @@
|
||||
#usr/lib/perl5/site_perl/5.32.1/ExtUtils
|
||||
#usr/lib/perl5/site_perl/5.32.1/ExtUtils/PkgConfig.pm
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/ExtUtils
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/ExtUtils/PkgConfig
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/ExtUtils/PkgConfig/.packlist
|
||||
#usr/share/man/man3/ExtUtils::PkgConfig.3
|
||||
@@ -1,2 +1,4 @@
|
||||
#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text
|
||||
#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text/.packlist
|
||||
#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text-Wrap
|
||||
#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text-Wrap/.packlist
|
||||
#usr/share/man/man3/modern::Text::Tabs.3
|
||||
#usr/share/man/man3/modern::Text::Wrap.3
|
||||
|
||||
20
config/rootfiles/common/aarch64/dtc
Normal file
20
config/rootfiles/common/aarch64/dtc
Normal file
@@ -0,0 +1,20 @@
|
||||
#bin/convert-dtsv0
|
||||
#bin/dtc
|
||||
#bin/dtdiff
|
||||
#bin/fdtdump
|
||||
#bin/fdtget
|
||||
#bin/fdtoverlay
|
||||
#bin/fdtput
|
||||
#include
|
||||
#include/fdt.h
|
||||
#include/libfdt.h
|
||||
#include/libfdt_env.h
|
||||
#lib/libfdt-1.6.1.so
|
||||
#lib/libfdt.a
|
||||
#lib/libfdt.so
|
||||
#lib/libfdt.so.1
|
||||
#lib/python3.8
|
||||
#lib/python3.8/site-packages
|
||||
#lib/python3.8/site-packages/_libfdt.cpython-38-aarch64-linux-gnu.so
|
||||
#lib/python3.8/site-packages/libfdt-1.6.1-py3.8.egg-info
|
||||
#lib/python3.8/site-packages/libfdt.py
|
||||
@@ -6532,6 +6532,9 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/pmu/acpi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/psci
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/psci/fw.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/rk3399
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/rk3399/dmc
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/rk3399/dmc/devfreq.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/scmi
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/scmi/power
|
||||
#lib/modules/KVER-ipfire/build/include/config/arm/scmi/power/domain.h
|
||||
@@ -6667,7 +6670,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/pq.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6/recov.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6/test.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx/dma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx/enable
|
||||
@@ -7108,6 +7110,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/net/prio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/perf.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/pids.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/rdma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/sched.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/writeback.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroups.h
|
||||
@@ -7206,6 +7209,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/common/clk/meson/vid
|
||||
#lib/modules/KVER-ipfire/build/include/config/common/clk/meson/vid/pll
|
||||
#lib/modules/KVER-ipfire/build/include/config/common/clk/meson/vid/pll/div.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/common/clk/rk808.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/common/clk/rockchip.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/common/clk/si5351.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/common/clk/si570.h
|
||||
@@ -7494,6 +7498,9 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/dev
|
||||
#lib/modules/KVER-ipfire/build/include/config/dev/coredump.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/devfreq
|
||||
#lib/modules/KVER-ipfire/build/include/config/devfreq/event
|
||||
#lib/modules/KVER-ipfire/build/include/config/devfreq/event/rockchip
|
||||
#lib/modules/KVER-ipfire/build/include/config/devfreq/event/rockchip/dfi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/devfreq/gov
|
||||
#lib/modules/KVER-ipfire/build/include/config/devfreq/gov/simple
|
||||
#lib/modules/KVER-ipfire/build/include/config/devfreq/gov/simple/ondemand.h
|
||||
@@ -7588,6 +7595,8 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/dw/hdmi/cec.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/dw/hdmi/i2s
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/dw/hdmi/i2s/audio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/dw/mipi
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/dw/mipi/dsi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/fbdev
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/fbdev/emulation.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/fbdev/overalloc.h
|
||||
@@ -7655,6 +7664,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/rcar
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/rcar/dw
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/rcar/dw/hdmi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/rockchip.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/sii902x.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/sil
|
||||
#lib/modules/KVER-ipfire/build/include/config/drm/sil/sii8620.h
|
||||
@@ -7963,6 +7973,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/event
|
||||
#lib/modules/KVER-ipfire/build/include/config/event/tracing.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/eventfd.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/default
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/default/iocharset.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/fs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/expert.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exportfs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/ext4
|
||||
@@ -8057,6 +8071,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/detect/primary.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/rotation.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/frontswap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/iomap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/mbcache.h
|
||||
@@ -8097,7 +8112,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/futex.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/futex/pi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/cache.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader/paged
|
||||
@@ -8164,7 +8178,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/net/utils.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/pci
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/pci/iomap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/phy
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/phy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/phy/mipi
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/phy/mipi/dphy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/pinconf.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/pinctrl
|
||||
#lib/modules/KVER-ipfire/build/include/config/generic/pinctrl/groups.h
|
||||
@@ -8486,6 +8503,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/meson.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/omap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/timeriomem.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/virtio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/xiphera.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hwmon
|
||||
@@ -8494,7 +8512,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hwspinlock.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/100.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/1000.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c/algobit.h
|
||||
@@ -8610,6 +8628,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env/arg
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env/arg/limit.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc/default
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc/default/on.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/initramfs
|
||||
#lib/modules/KVER-ipfire/build/include/config/initramfs/source.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/inline
|
||||
@@ -8680,6 +8702,8 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/powermate.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/retu
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/retu/pwrbutton.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/rk805
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/rk805/pwrkey.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/sparsekmap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/twl4030
|
||||
#lib/modules/KVER-ipfire/build/include/config/input/twl4030/pwrbutton.h
|
||||
@@ -9313,6 +9337,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/mfd/lm3533.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mfd/mt6360.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mfd/retu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mfd/rk808.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mfd/sm501
|
||||
#lib/modules/KVER-ipfire/build/include/config/mfd/sm501.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mfd/sm501/gpio.h
|
||||
@@ -9380,8 +9405,12 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/dw/exynos.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/dw/k3.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/dw/pltfm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/dw/rockchip.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/meson
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/meson/gx.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/realtek
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/realtek/pci.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/realtek/usb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/sdhci
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/sdhci.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/mmc/sdhci/io
|
||||
@@ -10204,11 +10233,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/oid/registry.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/old
|
||||
#lib/modules/KVER-ipfire/build/include/config/old/sigsuspend3.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/geneve.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/gre.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/vxlan.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/orinoco
|
||||
#lib/modules/KVER-ipfire/build/include/config/orinoco/usb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/p54
|
||||
@@ -10312,6 +10336,18 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/mvebu/a3700
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/mvebu/a3700/comphy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/mvebu/a3700/utmi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/dp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/dphy
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/dphy/rx0.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/emmc.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/inno
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/inno/dsidphy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/inno/hdmi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/inno/usb2.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/pcie.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/typec.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/rockchip/usb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/sun4i
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/sun4i/usb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/phy/sun9i
|
||||
@@ -10350,6 +10386,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/pinctrl/meson8
|
||||
#lib/modules/KVER-ipfire/build/include/config/pinctrl/meson8/pmx.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pinctrl/mvebu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pinctrl/rk805.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pinctrl/rockchip.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pinctrl/single.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pinctrl/stmfx.h
|
||||
@@ -10384,16 +10421,14 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/clk.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/devfreq
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/devfreq.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/devfreq/event.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains/of.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/opp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep/smp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pmbus.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pnfs
|
||||
#lib/modules/KVER-ipfire/build/include/config/pnfs/block.h
|
||||
@@ -10462,6 +10497,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/sysctl.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/vmcore.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psample.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore/compress
|
||||
@@ -10484,6 +10520,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/pwm
|
||||
#lib/modules/KVER-ipfire/build/include/config/pwm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pwm/bcm2835.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pwm/rockchip.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pwm/sun4i.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pwm/sysfs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pwm/twl
|
||||
@@ -10547,8 +10584,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rational.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/raw
|
||||
#lib/modules/KVER-ipfire/build/include/config/raw/driver.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rbtree
|
||||
#lib/modules/KVER-ipfire/build/include/config/rbtree/test.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rc
|
||||
#lib/modules/KVER-ipfire/build/include/config/rc/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rc/decoders.h
|
||||
@@ -10594,6 +10629,8 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/regulator/gpio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/regulator/lp8755.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/regulator/pfuze100.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/regulator/pwm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/regulator/rk808.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/regulator/twl4030.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/regulator/vexpress.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/reiserfs
|
||||
@@ -10630,9 +10667,29 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/ring/buffer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/ring/buffer/benchmark.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/analogix
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/analogix/dp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/cdn
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/cdn/dp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/dw
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/dw/hdmi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/dw/mipi
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/dw/mipi/dsi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/efuse.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/grf.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/inno
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/inno/hdmi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/iodomain.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/iommu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/lvds.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/mbox.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/otp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/phy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/pm
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/pm/domains.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/rgb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/rk3066
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/rk3066/hdmi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/thermal.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rockchip/timer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rocker.h
|
||||
@@ -10714,6 +10771,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtc/drv/pcf8583.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtc/drv/pl030.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtc/drv/pl031.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtc/drv/rk808.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtc/drv/rp5c01.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtc/drv/rs5c372.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtc/drv/rv3029
|
||||
@@ -10782,9 +10840,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/8822ce.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/pci.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing/menu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin/on
|
||||
@@ -10869,9 +10924,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/security.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg/restrict.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network/xfrm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/securityfs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/select
|
||||
#lib/modules/KVER-ipfire/build/include/config/select/memory
|
||||
@@ -11097,7 +11149,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu/partial.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/debug.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smc91x.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sms
|
||||
@@ -11425,6 +11476,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/sun50i/h6/ccu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sun50i/h6/r
|
||||
#lib/modules/KVER-ipfire/build/include/config/sun50i/h6/r/ccu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sun50i/iommu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sun6i
|
||||
#lib/modules/KVER-ipfire/build/include/config/sun6i/msgbox.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sun8i
|
||||
@@ -11451,9 +11503,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunxi/rsb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunxi/sram.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunxi/watchdog.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/swap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/swiotlb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/swp
|
||||
@@ -11501,6 +11550,23 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/tasks/rude
|
||||
#lib/modules/KVER-ipfire/build/include/config/tasks/rude/rcu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/taskstats.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/atmel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/crb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/infineon.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/atmel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/infineon.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/nuvoton.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24/i2c.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm/proxy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp/cong
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp/cong/advanced.h
|
||||
@@ -12162,9 +12228,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/vsockets/loopback.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw/console
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw/console/binding.h
|
||||
@@ -19653,7 +19717,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_raid6_recov.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_tx.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_xor.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/raid6test.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/authenc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/authencesn.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/blake2b_generic.ko.xz
|
||||
@@ -19756,6 +19819,20 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/ipmi/ipmi_watchdog.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/lp.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/ppdev.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24_i2c.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_atmel.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_crb.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_atmel.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_infineon.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_nuvoton.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_infineon.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis_core.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_vtpm_proxy.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/virtio_console.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk/clk-si5351.ko.xz
|
||||
@@ -19806,6 +19883,7 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/bridge/synopsys/dw-hdmi.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/bridge/tc358767.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/bridge/ti-tfp410.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/drm.ko.xz
|
||||
@@ -19838,6 +19916,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/pl111/pl111_drm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/rcar-du
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/rockchip
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/rockchip/rockchipdrm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/ttm
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/ttm/ttm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/gpu/drm/udl
|
||||
@@ -19988,7 +20068,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/i2c/busses/i2c-parport.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/i2c/busses/i2c-pca-platform.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/i2c/busses/i2c-pxa.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/i2c/busses/i2c-rk3x.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/i2c/busses/i2c-robotfuzz-osif.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/i2c/busses/i2c-simtec.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/i2c/busses/i2c-tiny-usb.ko.xz
|
||||
@@ -20024,6 +20103,7 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/input/misc/keyspan_remote.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/input/misc/powermate.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/input/misc/retu-pwrbutton.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/input/misc/rk805-pwrkey.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/input/misc/rotary_encoder.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/input/misc/twl4030-pwrbutton.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/input/misc/twl4030-vibra.ko.xz
|
||||
@@ -20698,8 +20778,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/cqhci.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/dw_mmc-exynos.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/dw_mmc-k3.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/dw_mmc-pltfm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/dw_mmc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/rtsx_pci_sdmmc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/rtsx_usb_sdmmc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/sdhci-of-arasan.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/sdhci-pxav3.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/mmc/host/ushc.ko.xz
|
||||
@@ -20925,7 +21005,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_switchx2.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8842.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_mll.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_common.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_par.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ksz884x.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip/lan743x.ko.xz
|
||||
@@ -21374,6 +21455,14 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/pci/controller/dwc
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/pci/controller/dwc/pci-meson.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/pci/controller/pcie-rockchip-host.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy/rockchip
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy/rockchip/phy-rockchip-dp.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy/rockchip/phy-rockchip-dphy-rx0.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy/rockchip/phy-rockchip-emmc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy/rockchip/phy-rockchip-inno-hdmi.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/phy/rockchip/phy-rockchip-typec.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/pinctrl
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/pinctrl/freescale
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/pinctrl/freescale/pinctrl-imx.ko.xz
|
||||
@@ -21488,7 +21577,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/thermal/armada_thermal.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/thermal/imx8mm_thermal.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/thermal/imx_thermal.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/thermal/rockchip_thermal.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/tty
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/tty/n_gsm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/tty/n_hdlc.ko.xz
|
||||
@@ -21687,6 +21775,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/fs/dlm/dlm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/efivarfs
|
||||
#lib/modules/KVER-ipfire/kernel/fs/efivarfs/efivarfs.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/exfat
|
||||
#lib/modules/KVER-ipfire/kernel/fs/exfat/exfat.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat/fat.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat/msdos.ko.xz
|
||||
@@ -21799,7 +21889,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/lib/parman.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/raid6
|
||||
#lib/modules/KVER-ipfire/kernel/lib/raid6/raid6_pq.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/rbtree_test.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_bm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_fsm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_kmp.ko.xz
|
||||
@@ -22129,11 +22218,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/net/netlink/netlink_diag.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh/nsh.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/openvswitch.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-geneve.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-gre.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-vxlan.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample/psample.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/qrtr
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,13 @@
|
||||
boot/boot.cmd
|
||||
boot/boot.mk
|
||||
boot/boot.scr
|
||||
boot/uEnv.txt
|
||||
boot/uboot.env
|
||||
boot/u-boot-rpi3.bin
|
||||
boot/u-boot-rpi4.bin
|
||||
boot/uEnv.txt
|
||||
boot/uboot.env
|
||||
#usr/share/u-boot
|
||||
#usr/share/u-boot/nanopi_r2s
|
||||
usr/share/u-boot/nanopi_r2s/u-boot-rockchip.bin
|
||||
#usr/share/u-boot/rpi
|
||||
usr/share/u-boot/rpi/u-boot-rpi3.bin
|
||||
usr/share/u-boot/rpi/u-boot-rpi4.bin
|
||||
|
||||
@@ -57,7 +57,7 @@ usr/bin/eject
|
||||
usr/bin/fallocate
|
||||
usr/bin/flock
|
||||
usr/bin/getopt
|
||||
#usr/bin/hexdump
|
||||
usr/bin/hexdump
|
||||
usr/bin/ionice
|
||||
#usr/bin/ipcmk
|
||||
#usr/bin/ipcrm
|
||||
@@ -126,6 +126,8 @@ usr/sbin/partx
|
||||
usr/sbin/resizepart
|
||||
usr/sbin/rtcwake
|
||||
#usr/sbin/uuidd
|
||||
#usr/share/bash-completion
|
||||
#usr/share/bash-completion/completions
|
||||
#usr/share/bash-completion/completions/addpart
|
||||
#usr/share/bash-completion/completions/blkdiscard
|
||||
#usr/share/bash-completion/completions/blkid
|
||||
|
||||
@@ -7093,7 +7093,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/pq.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6/recov.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6/test.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx/dma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx/enable
|
||||
@@ -7510,6 +7509,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/net/prio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/perf.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/pids.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/rdma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/sched.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/writeback.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroups.h
|
||||
@@ -7695,7 +7695,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/cpu/pabrt/v7.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cpu/pj4.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cpu/pj4b.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cpu/pm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cpu/rmap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cpu/spectre.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cpu/sw
|
||||
@@ -8389,6 +8388,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/event
|
||||
#lib/modules/KVER-ipfire/build/include/config/event/tracing.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/eventfd.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/default
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/default/iocharset.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/fs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/expert.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exportfs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/ext4
|
||||
@@ -8491,6 +8494,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/detect/primary.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/rotation.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/frontswap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/iomap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/mbcache.h
|
||||
@@ -8530,7 +8534,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/futex.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/futex/pi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/cache.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader/paged
|
||||
@@ -8732,6 +8735,8 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/function/graph
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/function/graph/tracer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/function/tracer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/futex
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/futex/cmpxchg.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/gcc
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/gcc/plugins.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/have/generic
|
||||
@@ -8905,6 +8910,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/omap3
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/omap3/rom.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/timeriomem.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/xiphera.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hwbm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hwmon
|
||||
@@ -8915,7 +8921,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hwspinlock/omap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/100.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/1000.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/fixed.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c.h
|
||||
@@ -9038,6 +9044,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env/arg
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env/arg/limit.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc/default
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc/default/on.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/initramfs
|
||||
#lib/modules/KVER-ipfire/build/include/config/initramfs/source.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/inline
|
||||
@@ -10696,11 +10706,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/omap5/errata
|
||||
#lib/modules/KVER-ipfire/build/include/config/omap5/errata/801819.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/omap5/thermal.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/geneve.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/gre.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/vxlan.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/orinoco
|
||||
#lib/modules/KVER-ipfire/build/include/config/orinoco/usb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/orion
|
||||
@@ -10925,11 +10930,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains/of.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/generic/domains/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/opp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep/smp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pmbus.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pnfs
|
||||
#lib/modules/KVER-ipfire/build/include/config/pnfs/block.h
|
||||
@@ -11002,6 +11003,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/sysctl.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/vmcore.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psample.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore/compress
|
||||
@@ -11079,8 +11081,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rational.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/raw
|
||||
#lib/modules/KVER-ipfire/build/include/config/raw/driver.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rbtree
|
||||
#lib/modules/KVER-ipfire/build/include/config/rbtree/test.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rcu
|
||||
#lib/modules/KVER-ipfire/build/include/config/rcu/cpu
|
||||
#lib/modules/KVER-ipfire/build/include/config/rcu/cpu/stall
|
||||
@@ -11314,9 +11314,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/8822ce.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/pci.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing/menu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin/on
|
||||
@@ -11396,9 +11393,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/security.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg/restrict.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network/xfrm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/securityfs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/select
|
||||
#lib/modules/KVER-ipfire/build/include/config/select/memory
|
||||
@@ -11631,7 +11625,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu/partial.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/debug.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smc911x.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smc91x.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smp
|
||||
@@ -12027,9 +12020,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunxi/rsb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunxi/sram.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunxi/watchdog.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/swap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/swp
|
||||
#lib/modules/KVER-ipfire/build/include/config/swp/emulate.h
|
||||
@@ -12073,6 +12063,20 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/tasks/rude
|
||||
#lib/modules/KVER-ipfire/build/include/config/tasks/rude/rcu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/taskstats.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/atmel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/infineon.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/nuvoton.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24/i2c.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm/proxy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp/cong
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp/cong/advanced.h
|
||||
@@ -12716,9 +12720,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/vsockets/loopback.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw/console
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw/console/binding.h
|
||||
@@ -20216,7 +20218,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_raid6_recov.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_tx.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_xor.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/raid6test.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/authenc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/authencesn.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/blake2b_generic.ko.xz
|
||||
@@ -20314,6 +20315,17 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/ipmi/ipmi_watchdog.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/lp.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/ppdev.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24_i2c.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_atmel.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_infineon.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_nuvoton.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis_core.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_vtpm_proxy.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk/clk-si5351.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk/clk-si570.ko.xz
|
||||
@@ -21304,7 +21316,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_switchx2.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8842.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_mll.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_common.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_par.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ksz884x.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip/lan743x.ko.xz
|
||||
@@ -22071,6 +22084,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/fs/configfs/configfs.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/dlm
|
||||
#lib/modules/KVER-ipfire/kernel/fs/dlm/dlm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/exfat
|
||||
#lib/modules/KVER-ipfire/kernel/fs/exfat/exfat.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat/fat.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat/msdos.ko.xz
|
||||
@@ -22183,7 +22198,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/lib/parman.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/raid6
|
||||
#lib/modules/KVER-ipfire/kernel/lib/raid6/raid6_pq.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/rbtree_test.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_bm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_fsm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_kmp.ko.xz
|
||||
@@ -22519,11 +22533,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/net/netlink/netlink_diag.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh/nsh.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/openvswitch.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-geneve.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-gre.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-vxlan.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample/psample.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/qrtr
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,4 @@
|
||||
usr/bin/2to3
|
||||
usr/bin/2to3-3.8
|
||||
usr/bin/easy_install-3.8
|
||||
usr/bin/idle3
|
||||
|
||||
@@ -57,7 +57,7 @@ usr/bin/eject
|
||||
usr/bin/fallocate
|
||||
usr/bin/flock
|
||||
usr/bin/getopt
|
||||
#usr/bin/hexdump
|
||||
usr/bin/hexdump
|
||||
usr/bin/ionice
|
||||
#usr/bin/ipcmk
|
||||
#usr/bin/ipcrm
|
||||
@@ -126,6 +126,8 @@ usr/sbin/partx
|
||||
usr/sbin/resizepart
|
||||
usr/sbin/rtcwake
|
||||
#usr/sbin/uuidd
|
||||
#usr/share/bash-completion
|
||||
#usr/share/bash-completion/completions
|
||||
#usr/share/bash-completion/completions/addpart
|
||||
#usr/share/bash-completion/completions/blkdiscard
|
||||
#usr/share/bash-completion/completions/blkid
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#etc/pki
|
||||
#etc/pki/ca-trust
|
||||
#etc/pki/ca-trust/source
|
||||
etc/pki/ca-trust/source/ca-bundle.trust.p11-kit
|
||||
etc/ssl/cert.pem
|
||||
#etc/ssl/certs
|
||||
etc/ssl/certs/ca-bundle.crt
|
||||
etc/ssl/certs/ca-bundle.trust.crt
|
||||
|
||||
@@ -3,7 +3,6 @@ etc/collectd.custom
|
||||
etc/collectd.precache
|
||||
etc/collectd.thermal
|
||||
etc/collectd.vpn
|
||||
etc/rc.d/init.d/collectd
|
||||
etc/rc.d/rc0.d/K50collectd
|
||||
etc/rc.d/rc3.d/S29collectd
|
||||
etc/rc.d/rc6.d/K50collectd
|
||||
@@ -139,9 +138,6 @@ usr/lib/collectd/processes.so
|
||||
#usr/lib/collectd/protocols.a
|
||||
#usr/lib/collectd/protocols.la
|
||||
usr/lib/collectd/protocols.so
|
||||
#usr/lib/collectd/python.a
|
||||
#usr/lib/collectd/python.la
|
||||
usr/lib/collectd/python.so
|
||||
#usr/lib/collectd/rrdcached.a
|
||||
#usr/lib/collectd/rrdcached.la
|
||||
usr/lib/collectd/rrdcached.so
|
||||
@@ -242,5 +238,6 @@ usr/share/collectd/types.db
|
||||
#usr/share/man/man5/collectd-unixsock.5
|
||||
#usr/share/man/man5/collectd.conf.5
|
||||
#usr/share/man/man5/types.db.5
|
||||
#var/lib/collectd
|
||||
var/ipfire/ovpn/collectd.vpn
|
||||
#var/lib/collectd
|
||||
etc/rc.d/init.d/collectd
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
lib/udev/rules.d/85-regulatory.rules
|
||||
#root/.python-eggs
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-xxxMACHINExxx.egg-tmp
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-xxxMACHINExxx.egg-tmp/M2Crypto
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-xxxMACHINExxx.egg-tmp/M2Crypto/__m2crypto.so
|
||||
sbin/crda
|
||||
sbin/regdbdump
|
||||
#usr/include/reglib
|
||||
#usr/include/reglib/nl80211.h
|
||||
#usr/include/reglib/regdb.h
|
||||
#usr/include/reglib/reglib.h
|
||||
usr/lib/libreg.so
|
||||
#usr/share/man/man8/crda.8.gz
|
||||
#usr/share/man/man8/regdbdump.8.gz
|
||||
@@ -1,28 +1,33 @@
|
||||
sbin/dosfsck
|
||||
sbin/dosfslabel
|
||||
sbin/fatlabel
|
||||
sbin/fsck.fat
|
||||
sbin/fsck.msdos
|
||||
sbin/fsck.vfat
|
||||
sbin/mkdosfs
|
||||
sbin/mkfs.fat
|
||||
sbin/mkfs.msdos
|
||||
sbin/mkfs.vfat
|
||||
#share
|
||||
#share/doc
|
||||
#share/doc/dosfstools
|
||||
#share/doc/dosfstools/ANNOUNCE.mkdosfs
|
||||
#share/doc/dosfstools/ChangeLog
|
||||
#share/doc/dosfstools/ChangeLog.dosfsck
|
||||
#share/doc/dosfstools/ChangeLog.dosfstools-2.x
|
||||
#share/doc/dosfstools/ChangeLog.mkdosfs
|
||||
#share/doc/dosfstools/README.dosfsck
|
||||
#share/doc/dosfstools/README.dosfstools-2.x
|
||||
#share/doc/dosfstools/README.mkdosfs
|
||||
#share/doc/dosfstools/TODO.dosfstools-2.x
|
||||
#share/man
|
||||
#share/man/man8
|
||||
#share/man/man8/dosfsck.8
|
||||
#share/man/man8/dosfslabel.8
|
||||
#share/man/man8/fsck.msdos.8
|
||||
#share/man/man8/fsck.vfat.8
|
||||
#share/man/man8/mkdosfs.8
|
||||
#share/man/man8/mkfs.msdos.8
|
||||
#share/man/man8/mkfs.vfat.8
|
||||
#usr/share/doc/dosfstools
|
||||
#usr/share/doc/dosfstools/ANNOUNCE.mkdosfs
|
||||
#usr/share/doc/dosfstools/COPYING
|
||||
#usr/share/doc/dosfstools/ChangeLog
|
||||
#usr/share/doc/dosfstools/ChangeLog.dosfsck
|
||||
#usr/share/doc/dosfstools/ChangeLog.dosfstools-2.x
|
||||
#usr/share/doc/dosfstools/ChangeLog.mkdosfs
|
||||
#usr/share/doc/dosfstools/NEWS
|
||||
#usr/share/doc/dosfstools/README
|
||||
#usr/share/doc/dosfstools/README.dosfsck
|
||||
#usr/share/doc/dosfstools/README.dosfstools-2.x
|
||||
#usr/share/doc/dosfstools/README.mkdosfs
|
||||
#usr/share/doc/dosfstools/TODO.dosfstools-2.x
|
||||
#usr/share/man/man8/dosfsck.8
|
||||
#usr/share/man/man8/dosfslabel.8
|
||||
#usr/share/man/man8/fatlabel.8
|
||||
#usr/share/man/man8/fsck.fat.8
|
||||
#usr/share/man/man8/fsck.msdos.8
|
||||
#usr/share/man/man8/fsck.vfat.8
|
||||
#usr/share/man/man8/mkdosfs.8
|
||||
#usr/share/man/man8/mkfs.fat.8
|
||||
#usr/share/man/man8/mkfs.msdos.8
|
||||
#usr/share/man/man8/mkfs.vfat.8
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#etc/e2scrub.conf
|
||||
#etc/mke2fs.conf
|
||||
lib/libcom_err.so.2
|
||||
lib/libcom_err.so.2.1
|
||||
@@ -8,20 +9,18 @@ lib/libext2fs.so.2.4
|
||||
lib/libss.so.2
|
||||
lib/libss.so.2.0
|
||||
sbin/badblocks
|
||||
sbin/blkid
|
||||
sbin/debugfs
|
||||
sbin/dumpe2fs
|
||||
sbin/e2fsck
|
||||
sbin/e2image
|
||||
sbin/e2label
|
||||
sbin/e2mmpstatus
|
||||
sbin/e2scrub
|
||||
sbin/e2scrub_all
|
||||
sbin/e2undo
|
||||
sbin/findfs
|
||||
sbin/fsck
|
||||
sbin/fsck.ext2
|
||||
sbin/fsck.ext3
|
||||
sbin/fsck.ext4
|
||||
#sbin/logsave
|
||||
sbin/mke2fs
|
||||
sbin/mkfs.ext2
|
||||
sbin/mkfs.ext3
|
||||
@@ -32,10 +31,6 @@ usr/bin/chattr
|
||||
#usr/bin/compile_et
|
||||
usr/bin/lsattr
|
||||
#usr/bin/mk_cmds
|
||||
usr/bin/uuidgen
|
||||
#usr/include/blkid
|
||||
#usr/include/blkid/blkid.h
|
||||
#usr/include/blkid/blkid_types.h
|
||||
#usr/include/com_err.h
|
||||
#usr/include/e2p
|
||||
#usr/include/e2p/e2p.h
|
||||
@@ -56,8 +51,6 @@ usr/bin/uuidgen
|
||||
#usr/include/ss
|
||||
#usr/include/ss/ss.h
|
||||
#usr/include/ss/ss_err.h
|
||||
#usr/include/uuid
|
||||
#usr/include/uuid/uuid.h
|
||||
#usr/lib/e2initrd_helper
|
||||
#usr/lib/libcom_err.a
|
||||
usr/lib/libcom_err.so
|
||||
@@ -67,20 +60,15 @@ usr/lib/libe2p.so
|
||||
usr/lib/libext2fs.so
|
||||
#usr/lib/libss.a
|
||||
usr/lib/libss.so
|
||||
#usr/lib/libuuid.a
|
||||
usr/lib/libuuid.so
|
||||
#usr/lib/pkgconfig/blkid.pc
|
||||
#usr/lib/pkgconfig/com_err.pc
|
||||
#usr/lib/pkgconfig/e2p.pc
|
||||
#usr/lib/pkgconfig/ext2fs.pc
|
||||
#usr/lib/pkgconfig/ss.pc
|
||||
#usr/lib/pkgconfig/uuid.pc
|
||||
usr/sbin/e2freefrag
|
||||
usr/sbin/e4crypt
|
||||
usr/sbin/e4defrag
|
||||
usr/sbin/filefrag
|
||||
usr/sbin/mklost+found
|
||||
usr/sbin/uuidd
|
||||
#usr/share/et
|
||||
#usr/share/et/et_c.awk
|
||||
#usr/share/et/et_h.awk
|
||||
@@ -89,27 +77,13 @@ usr/sbin/uuidd
|
||||
#usr/share/man/man1/compile_et.1
|
||||
#usr/share/man/man1/lsattr.1
|
||||
#usr/share/man/man1/mk_cmds.1
|
||||
#usr/share/man/man1/uuidgen.1
|
||||
#usr/share/man/man3/com_err.3
|
||||
#usr/share/man/man3/libblkid.3
|
||||
#usr/share/man/man3/uuid.3
|
||||
#usr/share/man/man3/uuid_clear.3
|
||||
#usr/share/man/man3/uuid_compare.3
|
||||
#usr/share/man/man3/uuid_copy.3
|
||||
#usr/share/man/man3/uuid_generate.3
|
||||
#usr/share/man/man3/uuid_generate_random.3
|
||||
#usr/share/man/man3/uuid_generate_time.3
|
||||
#usr/share/man/man3/uuid_is_null.3
|
||||
#usr/share/man/man3/uuid_parse.3
|
||||
#usr/share/man/man3/uuid_time.3
|
||||
#usr/share/man/man3/uuid_unparse.3
|
||||
#usr/share/man/man5/e2fsck.conf.5
|
||||
#usr/share/man/man5/ext2.5
|
||||
#usr/share/man/man5/ext3.5
|
||||
#usr/share/man/man5/ext4.5
|
||||
#usr/share/man/man5/mke2fs.conf.5
|
||||
#usr/share/man/man8/badblocks.8
|
||||
#usr/share/man/man8/blkid.8
|
||||
#usr/share/man/man8/debugfs.8
|
||||
#usr/share/man/man8/dumpe2fs.8
|
||||
#usr/share/man/man8/e2freefrag.8
|
||||
@@ -117,16 +91,15 @@ usr/sbin/uuidd
|
||||
#usr/share/man/man8/e2image.8
|
||||
#usr/share/man/man8/e2label.8
|
||||
#usr/share/man/man8/e2mmpstatus.8
|
||||
#usr/share/man/man8/e2scrub.8
|
||||
#usr/share/man/man8/e2scrub_all.8
|
||||
#usr/share/man/man8/e2undo.8
|
||||
#usr/share/man/man8/e4crypt.8
|
||||
#usr/share/man/man8/e4defrag.8
|
||||
#usr/share/man/man8/filefrag.8
|
||||
#usr/share/man/man8/findfs.8
|
||||
#usr/share/man/man8/fsck.8
|
||||
#usr/share/man/man8/fsck.ext2.8
|
||||
#usr/share/man/man8/fsck.ext3.8
|
||||
#usr/share/man/man8/fsck.ext4.8
|
||||
#usr/share/man/man8/logsave.8
|
||||
#usr/share/man/man8/mke2fs.8
|
||||
#usr/share/man/man8/mkfs.ext2.8
|
||||
#usr/share/man/man8/mkfs.ext3.8
|
||||
@@ -134,7 +107,6 @@ usr/sbin/uuidd
|
||||
#usr/share/man/man8/mklost+found.8
|
||||
#usr/share/man/man8/resize2fs.8
|
||||
#usr/share/man/man8/tune2fs.8
|
||||
#usr/share/man/man8/uuidd.8
|
||||
#usr/share/ss
|
||||
#usr/share/ss/ct_c.awk
|
||||
#usr/share/ss/ct_c.sed
|
||||
|
||||
10
config/rootfiles/common/exfatprogs
Normal file
10
config/rootfiles/common/exfatprogs
Normal file
@@ -0,0 +1,10 @@
|
||||
usr/sbin/dump.exfat
|
||||
usr/sbin/exfatlabel
|
||||
usr/sbin/fsck.exfat
|
||||
usr/sbin/mkfs.exfat
|
||||
usr/sbin/tune.exfat
|
||||
#usr/share/man/man8/dump.exfat.8
|
||||
#usr/share/man/man8/exfatlabel.8
|
||||
#usr/share/man/man8/fsck.exfat.8
|
||||
#usr/share/man/man8/mkfs.exfat.8
|
||||
#usr/share/man/man8/tune.exfat.8
|
||||
@@ -4,15 +4,15 @@
|
||||
#usr/bin/gd2togif
|
||||
#usr/bin/gd2topng
|
||||
#usr/bin/gdcmpgif
|
||||
#usr/bin/gdlib-config
|
||||
#usr/bin/gdparttopng
|
||||
#usr/bin/gdtopng
|
||||
#usr/bin/giftogd2
|
||||
#usr/bin/pngtogd
|
||||
#usr/bin/pngtogd2
|
||||
#usr/bin/webpng
|
||||
#usr/include/entities.h
|
||||
#usr/include/gd.h
|
||||
#usr/include/gd_color_map.h
|
||||
#usr/include/gd_errors.h
|
||||
#usr/include/gd_io.h
|
||||
#usr/include/gdcache.h
|
||||
#usr/include/gdfontg.h
|
||||
@@ -21,8 +21,9 @@
|
||||
#usr/include/gdfonts.h
|
||||
#usr/include/gdfontt.h
|
||||
#usr/include/gdfx.h
|
||||
#usr/lib/libgd.a
|
||||
#usr/include/gdpp.h
|
||||
#usr/lib/libgd.la
|
||||
usr/lib/libgd.so
|
||||
usr/lib/libgd.so.2
|
||||
usr/lib/libgd.so.2.0.0
|
||||
#usr/lib/libgd.so
|
||||
usr/lib/libgd.so.3
|
||||
usr/lib/libgd.so.3.0.11
|
||||
#usr/lib/pkgconfig/gdlib.pc
|
||||
|
||||
@@ -6278,7 +6278,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/rev/override
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/rev/override/possible.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/sbs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/spcr
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/spcr/table.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/system
|
||||
@@ -6287,7 +6286,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/system/power/states/support.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/table
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/table/upgrade.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/tad.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/thermal
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/thermal.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/thermal/rel.h
|
||||
@@ -6365,10 +6363,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/amilo/rfkill.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/apb
|
||||
#lib/modules/KVER-ipfire/build/include/config/apb/timer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/apm
|
||||
#lib/modules/KVER-ipfire/build/include/config/apm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/apm/cpu
|
||||
#lib/modules/KVER-ipfire/build/include/config/apm/cpu/idle.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/apple
|
||||
#lib/modules/KVER-ipfire/build/include/config/apple/properties.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/aquantia
|
||||
@@ -6991,7 +6985,9 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/net/prio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/perf.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/pids.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/rdma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/sched.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/writeback.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroups.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/check
|
||||
#lib/modules/KVER-ipfire/build/include/config/check/signature.h
|
||||
@@ -8113,6 +8109,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/detect
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/detect/primary.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/frontswap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/encryption
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/encryption.h
|
||||
@@ -8156,7 +8153,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/futex.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/futex/pi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/cache.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fw/loader/paged
|
||||
@@ -8609,6 +8605,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/geode.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/intel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/timeriomem.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/via.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/virtio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/xiphera.h
|
||||
@@ -8630,7 +8627,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hypervisor/guest.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/100.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/1000.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c/algobit.h
|
||||
@@ -8842,8 +8839,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/idle.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/idma64.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/imr.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/int0002
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/int0002/vgpio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/iommu
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/iommu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/intel/iommu/floppy
|
||||
@@ -9137,8 +9132,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/forced
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/forced/threading.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/poll.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/time
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/time/accounting.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/work.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/isa
|
||||
#lib/modules/KVER-ipfire/build/include/config/isa.h
|
||||
@@ -9541,6 +9534,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/megaraid/newgen.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/megaraid/sas.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/membarrier.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg/kmem.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg/swap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memfd
|
||||
#lib/modules/KVER-ipfire/build/include/config/memfd/create.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memory
|
||||
@@ -10490,11 +10487,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/old
|
||||
#lib/modules/KVER-ipfire/build/include/config/old/sigaction.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/old/sigsuspend3.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/geneve.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/gre.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/vxlan.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/oprofile
|
||||
#lib/modules/KVER-ipfire/build/include/config/oprofile/nmi
|
||||
#lib/modules/KVER-ipfire/build/include/config/oprofile/nmi/timer.h
|
||||
@@ -10513,6 +10505,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/packing.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/padata.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/page
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/counter.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/extension.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/offset.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/poisoning
|
||||
@@ -10740,9 +10733,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/clk.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/devfreq.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/opp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pm/sleep/smp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pmbus.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pmc
|
||||
#lib/modules/KVER-ipfire/build/include/config/pmc/atom.h
|
||||
@@ -10815,6 +10805,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/pid/cpuset.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/sysctl.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psample.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore/compress
|
||||
@@ -11149,9 +11140,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/8822ce.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/pci.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing/menu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin/on
|
||||
@@ -11384,7 +11372,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/security.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg/restrict.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/select
|
||||
#lib/modules/KVER-ipfire/build/include/config/select/memory
|
||||
#lib/modules/KVER-ipfire/build/include/config/select/memory/model.h
|
||||
@@ -11676,7 +11663,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu/partial.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/debug.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smc9194.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sms
|
||||
@@ -12050,9 +12036,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunrpc/backchannel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunrpc/debug.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunrpc/gss.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sw
|
||||
#lib/modules/KVER-ipfire/build/include/config/sw/sync.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/swap.h
|
||||
@@ -12106,6 +12089,24 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/taskstats.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tc1100
|
||||
#lib/modules/KVER-ipfire/build/include/config/tc1100/wmi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/atmel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/crb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/infineon.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/nsc.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/atmel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/infineon.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/nuvoton.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24/i2c.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm/proxy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcic.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp/cong
|
||||
@@ -12838,9 +12839,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/vsockets/loopback.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/console/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw/console
|
||||
#lib/modules/KVER-ipfire/build/include/config/vt/hw/console/binding.h
|
||||
@@ -12975,8 +12974,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/amd/platform/device.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/ancient
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/ancient/mce.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/apm
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/apm/boot.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/bootparam
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/bootparam/memory
|
||||
#lib/modules/KVER-ipfire/build/include/config/x86/bootparam/memory/corruption
|
||||
@@ -13112,8 +13109,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/ll
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/ll/temac.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/watchdog.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/zynqmp
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/zynqmp/dpdma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xor
|
||||
#lib/modules/KVER-ipfire/build/include/config/xor/blocks.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xps.h
|
||||
@@ -20576,7 +20571,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/acpi/acpi_extlog.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/acpi/acpi_ipmi.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/acpi/acpi_pad.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/acpi/acpi_tad.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/acpi/ec_sys.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/acpi/sbs.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/acpi/sbshc.ko.xz
|
||||
@@ -20698,6 +20692,21 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/scx200_gpio.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/sonypi.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/toshiba.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24_i2c.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_atmel.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_crb.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_atmel.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_infineon.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_nuvoton.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_infineon.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_nsc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis_core.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_vtpm_proxy.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk/clk-max9485.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/clk/clk-si5341.ko.xz
|
||||
@@ -20773,8 +20782,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/qcom/hdma_mgmt.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/sf-pdma
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/sf-pdma/sf-pdma.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/xilinx
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/xilinx/xilinx_dpdma.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/edac
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/edac/amd64_edac_mod.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/edac/e752x_edac.ko.xz
|
||||
@@ -22173,7 +22180,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_switchx2.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8842.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_mll.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_common.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_par.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ksz884x.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip/lan743x.ko.xz
|
||||
@@ -22709,7 +22717,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/platform/x86/intel-wmi-thunderbolt.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/platform/x86/intel_atomisp2_led.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/platform/x86/intel_atomisp2_pm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/platform/x86/intel_int0002_vgpio.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/platform/x86/intel_ips.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/platform/x86/intel_oaktrail.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/platform/x86/intel_punit_ipc.ko.xz
|
||||
@@ -23744,11 +23751,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/net/netlink/netlink_diag.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh/nsh.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/openvswitch.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-geneve.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-gre.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-vxlan.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample/psample.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/qrtr
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,4 @@
|
||||
usr/bin/2to3
|
||||
usr/bin/2to3-3.8
|
||||
usr/bin/easy_install-3.8
|
||||
usr/bin/idle3
|
||||
|
||||
@@ -57,7 +57,7 @@ usr/bin/eject
|
||||
usr/bin/fallocate
|
||||
usr/bin/flock
|
||||
usr/bin/getopt
|
||||
#usr/bin/hexdump
|
||||
usr/bin/hexdump
|
||||
#usr/bin/i386
|
||||
usr/bin/ionice
|
||||
#usr/bin/ipcmk
|
||||
@@ -127,6 +127,8 @@ usr/sbin/partx
|
||||
usr/sbin/resizepart
|
||||
usr/sbin/rtcwake
|
||||
#usr/sbin/uuidd
|
||||
#usr/share/bash-completion
|
||||
#usr/share/bash-completion/completions
|
||||
#usr/share/bash-completion/completions/addpart
|
||||
#usr/share/bash-completion/completions/blkdiscard
|
||||
#usr/share/bash-completion/completions/blkid
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
#usr/lib/python2.7/ipaddr.py
|
||||
usr/lib/python2.7/ipaddr.pyc
|
||||
@@ -10,12 +10,15 @@ etc/iproute2/rt_scopes
|
||||
etc/iproute2/rt_tables
|
||||
sbin/bridge
|
||||
sbin/ctstat
|
||||
sbin/dcb
|
||||
sbin/devlink
|
||||
sbin/genl
|
||||
sbin/ifcfg
|
||||
sbin/ifstat
|
||||
sbin/ip
|
||||
sbin/lnstat
|
||||
sbin/nstat
|
||||
sbin/rdma
|
||||
sbin/routef
|
||||
sbin/routel
|
||||
sbin/rtacct
|
||||
@@ -24,16 +27,18 @@ sbin/rtpr
|
||||
sbin/rtstat
|
||||
sbin/ss
|
||||
sbin/tc
|
||||
sbin/tipc
|
||||
sbin/vdpa
|
||||
#usr/include/iproute2
|
||||
#usr/include/iproute2/bpf_elf.h
|
||||
#usr/lib/tc
|
||||
#usr/lib/tc/experimental.dist
|
||||
usr/lib/tc/m_ipt.so
|
||||
usr/lib/tc/m_xt.so
|
||||
#usr/lib/tc/normal.dist
|
||||
#usr/lib/tc/pareto.dist
|
||||
#usr/lib/tc/paretonormal.dist
|
||||
#usr/sbin/arpd
|
||||
#usr/share/bash-completion
|
||||
#usr/share/bash-completion/completions
|
||||
#usr/share/bash-completion/completions/devlink
|
||||
usr/share/bash-completion/completions/tc
|
||||
#usr/share/man/man3/libnetlink.3
|
||||
@@ -53,6 +58,7 @@ usr/share/bash-completion/completions/tc
|
||||
#usr/share/man/man8/devlink-health.8
|
||||
#usr/share/man/man8/devlink-monitor.8
|
||||
#usr/share/man/man8/devlink-port.8
|
||||
#usr/share/man/man8/devlink-rate.8
|
||||
#usr/share/man/man8/devlink-region.8
|
||||
#usr/share/man/man8/devlink-resource.8
|
||||
#usr/share/man/man8/devlink-sb.8
|
||||
|
||||
@@ -6,11 +6,10 @@ usr/bin/idn
|
||||
#usr/include/punycode.h
|
||||
#usr/include/stringprep.h
|
||||
#usr/include/tld.h
|
||||
#usr/lib/libidn.a
|
||||
#usr/lib/libidn.la
|
||||
usr/lib/libidn.so
|
||||
#usr/lib/libidn.so
|
||||
usr/lib/libidn.so.12
|
||||
usr/lib/libidn.so.12.6.1
|
||||
usr/lib/libidn.so.12.6.3
|
||||
#usr/lib/pkgconfig/libidn.pc
|
||||
#usr/share/emacs
|
||||
#usr/share/emacs/site-lisp
|
||||
|
||||
@@ -91,6 +91,7 @@ usr/share/xt_geoip/CM.iv4
|
||||
usr/share/xt_geoip/CN.iv4
|
||||
usr/share/xt_geoip/CO.iv4
|
||||
usr/share/xt_geoip/CR.iv4
|
||||
usr/share/xt_geoip/CS.iv4
|
||||
usr/share/xt_geoip/CU.iv4
|
||||
usr/share/xt_geoip/CV.iv4
|
||||
usr/share/xt_geoip/CW.iv4
|
||||
@@ -287,6 +288,7 @@ usr/share/xt_geoip/VN.iv4
|
||||
usr/share/xt_geoip/VU.iv4
|
||||
usr/share/xt_geoip/WF.iv4
|
||||
usr/share/xt_geoip/WS.iv4
|
||||
usr/share/xt_geoip/XD.iv4
|
||||
usr/share/xt_geoip/YE.iv4
|
||||
usr/share/xt_geoip/YT.iv4
|
||||
usr/share/xt_geoip/ZA.iv4
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#usr/include/libssh/callbacks.h
|
||||
#usr/include/libssh/legacy.h
|
||||
#usr/include/libssh/libssh.h
|
||||
#usr/include/libssh/libssh_version.h
|
||||
#usr/include/libssh/libsshpp.hpp
|
||||
#usr/include/libssh/server.h
|
||||
#usr/include/libssh/sftp.h
|
||||
@@ -12,5 +13,5 @@
|
||||
#usr/lib/cmake/libssh/libssh-config.cmake
|
||||
#usr/lib/libssh.so
|
||||
usr/lib/libssh.so.4
|
||||
usr/lib/libssh.so.4.8.4
|
||||
usr/lib/libssh.so.4.8.7
|
||||
#usr/lib/pkgconfig/libssh.pc
|
||||
|
||||
54
config/rootfiles/common/libtasn1
Normal file
54
config/rootfiles/common/libtasn1
Normal file
@@ -0,0 +1,54 @@
|
||||
#usr/bin/asn1Coding
|
||||
#usr/bin/asn1Decoding
|
||||
#usr/bin/asn1Parser
|
||||
#usr/include/libtasn1.h
|
||||
#usr/lib/libtasn1.la
|
||||
#usr/lib/libtasn1.so
|
||||
usr/lib/libtasn1.so.6
|
||||
usr/lib/libtasn1.so.6.6.1
|
||||
#usr/lib/pkgconfig/libtasn1.pc
|
||||
#usr/share/info/libtasn1.info
|
||||
#usr/share/man/man1/asn1Coding.1
|
||||
#usr/share/man/man1/asn1Decoding.1
|
||||
#usr/share/man/man1/asn1Parser.1
|
||||
#usr/share/man/man3/asn1_array2tree.3
|
||||
#usr/share/man/man3/asn1_bit_der.3
|
||||
#usr/share/man/man3/asn1_check_version.3
|
||||
#usr/share/man/man3/asn1_copy_node.3
|
||||
#usr/share/man/man3/asn1_create_element.3
|
||||
#usr/share/man/man3/asn1_decode_simple_ber.3
|
||||
#usr/share/man/man3/asn1_decode_simple_der.3
|
||||
#usr/share/man/man3/asn1_delete_element.3
|
||||
#usr/share/man/man3/asn1_delete_structure.3
|
||||
#usr/share/man/man3/asn1_delete_structure2.3
|
||||
#usr/share/man/man3/asn1_der_coding.3
|
||||
#usr/share/man/man3/asn1_der_decoding.3
|
||||
#usr/share/man/man3/asn1_der_decoding2.3
|
||||
#usr/share/man/man3/asn1_der_decoding_element.3
|
||||
#usr/share/man/man3/asn1_der_decoding_startEnd.3
|
||||
#usr/share/man/man3/asn1_dup_node.3
|
||||
#usr/share/man/man3/asn1_encode_simple_der.3
|
||||
#usr/share/man/man3/asn1_expand_any_defined_by.3
|
||||
#usr/share/man/man3/asn1_expand_octet_string.3
|
||||
#usr/share/man/man3/asn1_find_node.3
|
||||
#usr/share/man/man3/asn1_find_structure_from_oid.3
|
||||
#usr/share/man/man3/asn1_get_bit_der.3
|
||||
#usr/share/man/man3/asn1_get_length_ber.3
|
||||
#usr/share/man/man3/asn1_get_length_der.3
|
||||
#usr/share/man/man3/asn1_get_object_id_der.3
|
||||
#usr/share/man/man3/asn1_get_octet_der.3
|
||||
#usr/share/man/man3/asn1_get_tag_der.3
|
||||
#usr/share/man/man3/asn1_length_der.3
|
||||
#usr/share/man/man3/asn1_number_of_elements.3
|
||||
#usr/share/man/man3/asn1_object_id_der.3
|
||||
#usr/share/man/man3/asn1_octet_der.3
|
||||
#usr/share/man/man3/asn1_parser2array.3
|
||||
#usr/share/man/man3/asn1_parser2tree.3
|
||||
#usr/share/man/man3/asn1_perror.3
|
||||
#usr/share/man/man3/asn1_print_structure.3
|
||||
#usr/share/man/man3/asn1_read_node_value.3
|
||||
#usr/share/man/man3/asn1_read_tag.3
|
||||
#usr/share/man/man3/asn1_read_value.3
|
||||
#usr/share/man/man3/asn1_read_value_type.3
|
||||
#usr/share/man/man3/asn1_strerror.3
|
||||
#usr/share/man/man3/asn1_write_value.3
|
||||
31
config/rootfiles/common/libyang
Normal file
31
config/rootfiles/common/libyang
Normal file
@@ -0,0 +1,31 @@
|
||||
#usr/bin/yanglint
|
||||
#usr/bin/yangre
|
||||
#usr/include/libyang
|
||||
#usr/include/libyang/config.h
|
||||
#usr/include/libyang/context.h
|
||||
#usr/include/libyang/dict.h
|
||||
#usr/include/libyang/in.h
|
||||
#usr/include/libyang/libyang.h
|
||||
#usr/include/libyang/log.h
|
||||
#usr/include/libyang/out.h
|
||||
#usr/include/libyang/parser_data.h
|
||||
#usr/include/libyang/parser_schema.h
|
||||
#usr/include/libyang/plugins.h
|
||||
#usr/include/libyang/plugins_exts.h
|
||||
#usr/include/libyang/plugins_exts_compile.h
|
||||
#usr/include/libyang/plugins_exts_print.h
|
||||
#usr/include/libyang/plugins_types.h
|
||||
#usr/include/libyang/printer_data.h
|
||||
#usr/include/libyang/printer_schema.h
|
||||
#usr/include/libyang/set.h
|
||||
#usr/include/libyang/tree.h
|
||||
#usr/include/libyang/tree_data.h
|
||||
#usr/include/libyang/tree_edit.h
|
||||
#usr/include/libyang/tree_schema.h
|
||||
#usr/include/libyang/version.h
|
||||
#usr/lib/libyang.so
|
||||
#usr/lib/libyang.so.2
|
||||
#usr/lib/libyang.so.2.1.4
|
||||
#usr/lib/pkgconfig
|
||||
#usr/lib/pkgconfig/libyang.pc
|
||||
#usr/share/man/man1/yanglint.1
|
||||
@@ -3,6 +3,8 @@ etc/logwatch/conf
|
||||
#etc/logwatch/logwatch.cron
|
||||
etc/logwatch/scripts
|
||||
etc/logwatch/scripts/services
|
||||
#etc/sudoers.d
|
||||
etc/sudoers.d/logwatch-mdadm
|
||||
usr/sbin/logwatch
|
||||
#usr/share/logwatch
|
||||
#usr/share/logwatch/HOWTO-Customize-LogWatch
|
||||
@@ -117,7 +119,7 @@ usr/share/logwatch/default.conf/services/kernel.conf
|
||||
#usr/share/logwatch/default.conf/services/knockd.conf
|
||||
#usr/share/logwatch/default.conf/services/lvm.conf
|
||||
#usr/share/logwatch/default.conf/services/mailscanner.conf
|
||||
#usr/share/logwatch/default.conf/services/mdadm.conf
|
||||
usr/share/logwatch/default.conf/services/mdadm.conf
|
||||
#usr/share/logwatch/default.conf/services/mod_security2.conf
|
||||
usr/share/logwatch/default.conf/services/modprobe.conf
|
||||
#usr/share/logwatch/default.conf/services/mountd.conf
|
||||
@@ -262,7 +264,7 @@ usr/share/logwatch/scripts/services/kernel
|
||||
#usr/share/logwatch/scripts/services/knockd
|
||||
#usr/share/logwatch/scripts/services/lvm
|
||||
#usr/share/logwatch/scripts/services/mailscanner
|
||||
#usr/share/logwatch/scripts/services/mdadm
|
||||
usr/share/logwatch/scripts/services/mdadm
|
||||
#usr/share/logwatch/scripts/services/mod_security2
|
||||
usr/share/logwatch/scripts/services/modprobe
|
||||
#usr/share/logwatch/scripts/services/mountd
|
||||
|
||||
@@ -599,6 +599,7 @@ usr/lib/libssl.so.1.1
|
||||
#usr/share/doc/openssl/html/man3/BN_RECP_CTX_free.html
|
||||
#usr/share/doc/openssl/html/man3/BN_RECP_CTX_new.html
|
||||
#usr/share/doc/openssl/html/man3/BN_RECP_CTX_set.html
|
||||
#usr/share/doc/openssl/html/man3/BN_abs_is_word.html
|
||||
#usr/share/doc/openssl/html/man3/BN_add.html
|
||||
#usr/share/doc/openssl/html/man3/BN_add_word.html
|
||||
#usr/share/doc/openssl/html/man3/BN_bin2bn.html
|
||||
@@ -4570,6 +4571,7 @@ usr/lib/libssl.so.1.1
|
||||
#usr/share/man/man3/BN_RECP_CTX_free.3
|
||||
#usr/share/man/man3/BN_RECP_CTX_new.3
|
||||
#usr/share/man/man3/BN_RECP_CTX_set.3
|
||||
#usr/share/man/man3/BN_abs_is_word.3
|
||||
#usr/share/man/man3/BN_add.3
|
||||
#usr/share/man/man3/BN_add_word.3
|
||||
#usr/share/man/man3/BN_bin2bn.3
|
||||
|
||||
74
config/rootfiles/common/p11-kit
Normal file
74
config/rootfiles/common/p11-kit
Normal file
@@ -0,0 +1,74 @@
|
||||
usr/bin/p11-kit
|
||||
usr/bin/trust
|
||||
#usr/etc/pkcs11
|
||||
#usr/etc/pkcs11/pkcs11.conf.example
|
||||
#usr/include/p11-kit-1
|
||||
#usr/include/p11-kit-1/p11-kit
|
||||
#usr/include/p11-kit-1/p11-kit/deprecated.h
|
||||
#usr/include/p11-kit-1/p11-kit/iter.h
|
||||
#usr/include/p11-kit-1/p11-kit/p11-kit.h
|
||||
#usr/include/p11-kit-1/p11-kit/pin.h
|
||||
#usr/include/p11-kit-1/p11-kit/pkcs11.h
|
||||
#usr/include/p11-kit-1/p11-kit/pkcs11x.h
|
||||
#usr/include/p11-kit-1/p11-kit/remote.h
|
||||
#usr/include/p11-kit-1/p11-kit/uri.h
|
||||
#usr/lib/libp11-kit.la
|
||||
#usr/lib/libp11-kit.so
|
||||
usr/lib/libp11-kit.so.0
|
||||
usr/lib/libp11-kit.so.0.3.0
|
||||
usr/lib/p11-kit-proxy.so
|
||||
#usr/lib/pkcs11
|
||||
#usr/lib/pkcs11/p11-kit-client.la
|
||||
usr/lib/pkcs11/p11-kit-client.so
|
||||
#usr/lib/pkcs11/p11-kit-trust.la
|
||||
usr/lib/pkcs11/p11-kit-trust.so
|
||||
#usr/lib/pkgconfig/p11-kit-1.pc
|
||||
#usr/libexec/p11-kit
|
||||
#usr/libexec/p11-kit/p11-kit-remote
|
||||
#usr/libexec/p11-kit/p11-kit-server
|
||||
#usr/libexec/p11-kit/trust-extract-compat
|
||||
#usr/share/gtk-doc
|
||||
#usr/share/gtk-doc/html
|
||||
#usr/share/gtk-doc/html/p11-kit
|
||||
#usr/share/gtk-doc/html/p11-kit/config-example.html
|
||||
#usr/share/gtk-doc/html/p11-kit/config-files.html
|
||||
#usr/share/gtk-doc/html/p11-kit/config.html
|
||||
#usr/share/gtk-doc/html/p11-kit/devel-building-style.html
|
||||
#usr/share/gtk-doc/html/p11-kit/devel-building.html
|
||||
#usr/share/gtk-doc/html/p11-kit/devel-commands.html
|
||||
#usr/share/gtk-doc/html/p11-kit/devel-debugging.html
|
||||
#usr/share/gtk-doc/html/p11-kit/devel-paths.html
|
||||
#usr/share/gtk-doc/html/p11-kit/devel-testing.html
|
||||
#usr/share/gtk-doc/html/p11-kit/devel.html
|
||||
#usr/share/gtk-doc/html/p11-kit/gtk-doc.css
|
||||
#usr/share/gtk-doc/html/p11-kit/home.png
|
||||
#usr/share/gtk-doc/html/p11-kit/index.html
|
||||
#usr/share/gtk-doc/html/p11-kit/left-insensitive.png
|
||||
#usr/share/gtk-doc/html/p11-kit/left.png
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit-Future.html
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit-Modules.html
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit-URIs.html
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit.devhelp2
|
||||
#usr/share/gtk-doc/html/p11-kit/p11-kit.html
|
||||
#usr/share/gtk-doc/html/p11-kit/pkcs11-conf.html
|
||||
#usr/share/gtk-doc/html/p11-kit/reference.html
|
||||
#usr/share/gtk-doc/html/p11-kit/remoting.html
|
||||
#usr/share/gtk-doc/html/p11-kit/right-insensitive.png
|
||||
#usr/share/gtk-doc/html/p11-kit/right.png
|
||||
#usr/share/gtk-doc/html/p11-kit/sharing-managed.html
|
||||
#usr/share/gtk-doc/html/p11-kit/sharing.html
|
||||
#usr/share/gtk-doc/html/p11-kit/style.css
|
||||
#usr/share/gtk-doc/html/p11-kit/tools.html
|
||||
#usr/share/gtk-doc/html/p11-kit/trust-disable.html
|
||||
#usr/share/gtk-doc/html/p11-kit/trust-glib-networking.html
|
||||
#usr/share/gtk-doc/html/p11-kit/trust-module.html
|
||||
#usr/share/gtk-doc/html/p11-kit/trust-nss.html
|
||||
#usr/share/gtk-doc/html/p11-kit/trust.html
|
||||
#usr/share/gtk-doc/html/p11-kit/up-insensitive.png
|
||||
#usr/share/gtk-doc/html/p11-kit/up.png
|
||||
#usr/share/p11-kit
|
||||
#usr/share/p11-kit/modules
|
||||
#usr/share/p11-kit/modules/p11-kit-trust.module
|
||||
@@ -10,15 +10,15 @@ usr/bin/pcregrep
|
||||
#usr/lib/libpcre.la
|
||||
usr/lib/libpcre.so
|
||||
usr/lib/libpcre.so.1
|
||||
usr/lib/libpcre.so.1.2.12
|
||||
usr/lib/libpcre.so.1.2.13
|
||||
#usr/lib/libpcre16.la
|
||||
usr/lib/libpcre16.so
|
||||
usr/lib/libpcre16.so.0
|
||||
usr/lib/libpcre16.so.0.2.12
|
||||
usr/lib/libpcre16.so.0.2.13
|
||||
#usr/lib/libpcre32.la
|
||||
usr/lib/libpcre32.so
|
||||
usr/lib/libpcre32.so.0
|
||||
usr/lib/libpcre32.so.0.0.12
|
||||
usr/lib/libpcre32.so.0.0.13
|
||||
#usr/lib/libpcrecpp.la
|
||||
usr/lib/libpcrecpp.so
|
||||
usr/lib/libpcrecpp.so.0
|
||||
@@ -32,72 +32,72 @@ usr/lib/libpcreposix.so.0.0.7
|
||||
#usr/lib/pkgconfig/libpcre32.pc
|
||||
#usr/lib/pkgconfig/libpcrecpp.pc
|
||||
#usr/lib/pkgconfig/libpcreposix.pc
|
||||
#usr/share/doc/pcre-pcre-8.44
|
||||
#usr/share/doc/pcre-pcre-8.44/AUTHORS
|
||||
#usr/share/doc/pcre-pcre-8.44/COPYING
|
||||
#usr/share/doc/pcre-pcre-8.44/ChangeLog
|
||||
#usr/share/doc/pcre-pcre-8.44/LICENCE
|
||||
#usr/share/doc/pcre-pcre-8.44/NEWS
|
||||
#usr/share/doc/pcre-pcre-8.44/README
|
||||
#usr/share/doc/pcre-pcre-8.44/html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/NON-AUTOTOOLS-BUILD.txt
|
||||
#usr/share/doc/pcre-pcre-8.44/html/README.txt
|
||||
#usr/share/doc/pcre-pcre-8.44/html/index.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre-config.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre16.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre32.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_assign_jit_stack.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_compile.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_compile2.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_config.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_copy_named_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_copy_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_dfa_exec.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_exec.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_free_study.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_free_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_free_substring_list.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_fullinfo.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_get_named_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_get_stringnumber.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_get_stringtable_entries.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_get_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_get_substring_list.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_jit_exec.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_jit_stack_alloc.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_jit_stack_free.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_maketables.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_pattern_to_host_byte_order.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_refcount.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_study.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_utf16_to_host_byte_order.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_utf32_to_host_byte_order.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcre_version.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcreapi.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrebuild.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrecallout.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrecompat.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrecpp.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcredemo.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcregrep.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrejit.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrelimits.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrematching.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrepartial.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrepattern.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcreperform.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcreposix.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcreprecompile.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcresample.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcrestack.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcresyntax.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcretest.html
|
||||
#usr/share/doc/pcre-pcre-8.44/html/pcreunicode.html
|
||||
#usr/share/doc/pcre-pcre-8.44/pcre-config.txt
|
||||
#usr/share/doc/pcre-pcre-8.44/pcre.txt
|
||||
#usr/share/doc/pcre-pcre-8.44/pcregrep.txt
|
||||
#usr/share/doc/pcre-pcre-8.44/pcretest.txt
|
||||
#usr/share/doc/pcre-pcre-8.45
|
||||
#usr/share/doc/pcre-pcre-8.45/AUTHORS
|
||||
#usr/share/doc/pcre-pcre-8.45/COPYING
|
||||
#usr/share/doc/pcre-pcre-8.45/ChangeLog
|
||||
#usr/share/doc/pcre-pcre-8.45/LICENCE
|
||||
#usr/share/doc/pcre-pcre-8.45/NEWS
|
||||
#usr/share/doc/pcre-pcre-8.45/README
|
||||
#usr/share/doc/pcre-pcre-8.45/html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/NON-AUTOTOOLS-BUILD.txt
|
||||
#usr/share/doc/pcre-pcre-8.45/html/README.txt
|
||||
#usr/share/doc/pcre-pcre-8.45/html/index.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre-config.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre16.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre32.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_assign_jit_stack.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_compile.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_compile2.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_config.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_copy_named_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_copy_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_dfa_exec.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_exec.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_free_study.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_free_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_free_substring_list.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_fullinfo.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_get_named_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_get_stringnumber.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_get_stringtable_entries.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_get_substring.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_get_substring_list.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_jit_exec.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_jit_stack_alloc.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_jit_stack_free.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_maketables.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_pattern_to_host_byte_order.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_refcount.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_study.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_utf16_to_host_byte_order.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_utf32_to_host_byte_order.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcre_version.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcreapi.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrebuild.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrecallout.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrecompat.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrecpp.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcredemo.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcregrep.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrejit.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrelimits.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrematching.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrepartial.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrepattern.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcreperform.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcreposix.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcreprecompile.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcresample.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcrestack.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcresyntax.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcretest.html
|
||||
#usr/share/doc/pcre-pcre-8.45/html/pcreunicode.html
|
||||
#usr/share/doc/pcre-pcre-8.45/pcre-config.txt
|
||||
#usr/share/doc/pcre-pcre-8.45/pcre.txt
|
||||
#usr/share/doc/pcre-pcre-8.45/pcregrep.txt
|
||||
#usr/share/doc/pcre-pcre-8.45/pcretest.txt
|
||||
#usr/share/man/man1/pcre-config.1
|
||||
#usr/share/man/man1/pcregrep.1
|
||||
#usr/share/man/man1/pcretest.1
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
#usr/bin/bdf2gdfont.pl
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/GD
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/GD.pm
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/GD/Group.pm
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/GD/Image.pm
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/GD/Polygon.pm
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/GD/Polyline.pm
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/GD/Simple.pm
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/GD
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/GD/.packlist
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/GD/GD.bs
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/GD/GD.so
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/GD/autosplit.ix
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/qd.pl
|
||||
#usr/share/man/man1/bdf2gdfont.pl.1
|
||||
#usr/share/man/man3/GD.3
|
||||
#usr/share/man/man3/GD::Group.3
|
||||
#usr/share/man/man3/GD::Image.3
|
||||
#usr/share/man/man3/GD::Polygon.3
|
||||
#usr/share/man/man3/GD::Polyline.3
|
||||
|
||||
@@ -172,8 +172,8 @@ usr/lib/libpoppler-cpp.so.0.9.0
|
||||
usr/lib/libpoppler-glib.so.8
|
||||
usr/lib/libpoppler-glib.so.8.21.0
|
||||
#usr/lib/libpoppler.so
|
||||
usr/lib/libpoppler.so.110
|
||||
usr/lib/libpoppler.so.110.0.0
|
||||
usr/lib/libpoppler.so.111
|
||||
usr/lib/libpoppler.so.111.0.0
|
||||
#usr/lib/pkgconfig/poppler-cpp.pc
|
||||
#usr/lib/pkgconfig/poppler-glib.pc
|
||||
#usr/lib/pkgconfig/poppler.pc
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
etc/ppp/chap-secrets
|
||||
etc/ppp/demonloginscript
|
||||
etc/ppp/dialer
|
||||
#etc/ppp/eaptls-client
|
||||
#etc/ppp/eaptls-server
|
||||
etc/ppp/ioptions
|
||||
etc/ppp/ip-down
|
||||
etc/ppp/ip-up
|
||||
@@ -12,6 +14,7 @@ etc/ppp/standardloginscript
|
||||
#usr/include/pppd/ccp.h
|
||||
#usr/include/pppd/chap-new.h
|
||||
#usr/include/pppd/chap_ms.h
|
||||
#usr/include/pppd/eap-tls.h
|
||||
#usr/include/pppd/eap.h
|
||||
#usr/include/pppd/ecp.h
|
||||
#usr/include/pppd/eui64.h
|
||||
@@ -23,6 +26,7 @@ etc/ppp/standardloginscript
|
||||
#usr/include/pppd/magic.h
|
||||
#usr/include/pppd/md4.h
|
||||
#usr/include/pppd/md5.h
|
||||
#usr/include/pppd/mppe.h
|
||||
#usr/include/pppd/patchlevel.h
|
||||
#usr/include/pppd/pathnames.h
|
||||
#usr/include/pppd/pppcrypt.h
|
||||
@@ -33,18 +37,19 @@ etc/ppp/standardloginscript
|
||||
#usr/include/pppd/tdb.h
|
||||
#usr/include/pppd/upap.h
|
||||
usr/lib/pppd
|
||||
usr/lib/pppd/2.4.8
|
||||
#usr/lib/pppd/2.4.8/minconn.so
|
||||
#usr/lib/pppd/2.4.8/openl2tp.so
|
||||
#usr/lib/pppd/2.4.8/passprompt.so
|
||||
#usr/lib/pppd/2.4.8/passwordfd.so
|
||||
#usr/lib/pppd/2.4.8/pppoatm.so
|
||||
#usr/lib/pppd/2.4.8/pppol2tp.so
|
||||
#usr/lib/pppd/2.4.8/radattr.so
|
||||
#usr/lib/pppd/2.4.8/radius.so
|
||||
#usr/lib/pppd/2.4.8/radrealms.so
|
||||
#usr/lib/pppd/2.4.8/rp-pppoe.so
|
||||
#usr/lib/pppd/2.4.8/winbind.so
|
||||
usr/lib/pppd/2.4.9
|
||||
usr/lib/pppd/2.4.9/minconn.so
|
||||
usr/lib/pppd/2.4.9/openl2tp.so
|
||||
usr/lib/pppd/2.4.9/passprompt.so
|
||||
usr/lib/pppd/2.4.9/passwordfd.so
|
||||
usr/lib/pppd/2.4.9/pppoatm.so
|
||||
usr/lib/pppd/2.4.9/pppoe.so
|
||||
usr/lib/pppd/2.4.9/pppol2tp.so
|
||||
usr/lib/pppd/2.4.9/radattr.so
|
||||
usr/lib/pppd/2.4.9/radius.so
|
||||
usr/lib/pppd/2.4.9/radrealms.so
|
||||
usr/lib/pppd/2.4.9/rp-pppoe.so
|
||||
usr/lib/pppd/2.4.9/winbind.so
|
||||
usr/sbin/chat
|
||||
usr/sbin/pppd
|
||||
usr/sbin/pppdump
|
||||
|
||||
@@ -1,98 +0,0 @@
|
||||
#usr/lib/python2.7/site-packages/M2Crypto
|
||||
#usr/lib/python2.7/site-packages/M2Crypto-0.27.0-py2.7.egg-info
|
||||
#usr/lib/python2.7/site-packages/M2Crypto-0.27.0-py2.7.egg-info/PKG-INFO
|
||||
#usr/lib/python2.7/site-packages/M2Crypto-0.27.0-py2.7.egg-info/SOURCES.txt
|
||||
#usr/lib/python2.7/site-packages/M2Crypto-0.27.0-py2.7.egg-info/dependency_links.txt
|
||||
#usr/lib/python2.7/site-packages/M2Crypto-0.27.0-py2.7.egg-info/requires.txt
|
||||
#usr/lib/python2.7/site-packages/M2Crypto-0.27.0-py2.7.egg-info/top_level.txt
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/ASN1.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/ASN1.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/AuthCookie.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/AuthCookie.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/BIO.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/BIO.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/BN.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/BN.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/DH.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/DH.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/DSA.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/DSA.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/EC.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/EC.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/EVP.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/EVP.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/Engine.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/Engine.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/Err.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/Err.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/PublicKey.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/PublicKey.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/PublicKeyRing.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/PublicKeyRing.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/RSA.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/RSA.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/__init__.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/constants.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/constants.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/packet.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/PGP/packet.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/RC4.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/RC4.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/RSA.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/RSA.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/Rand.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/Rand.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SMIME.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SMIME.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Checker.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Checker.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Cipher.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Cipher.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Connection.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Connection.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Context.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Context.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/SSLServer.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/SSLServer.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Session.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/Session.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/TwistedProtocolWrapper.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/TwistedProtocolWrapper.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/__init__.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/cb.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/cb.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/ssl_dispatcher.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/ssl_dispatcher.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/timeout.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/SSL/timeout.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/X509.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/X509.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/__init__.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/_m2crypto.so
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/callback.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/callback.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/ftpslib.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/ftpslib.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/httpslib.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/httpslib.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2crypto.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2crypto.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2urllib.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2urllib.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2urllib2.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2urllib2.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2xmlrpclib.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/m2xmlrpclib.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/six.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/six.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/threading.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/threading.pyc
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/util.py
|
||||
#usr/lib/python2.7/site-packages/M2Crypto/util.pyc
|
||||
@@ -1,5 +0,0 @@
|
||||
#usr/bin/easy_install
|
||||
#usr/bin/easy_install-2.7
|
||||
#usr/lib/python2.7/site-packages/easy-install.pth
|
||||
#usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg
|
||||
#usr/lib/python2.7/site-packages/setuptools.pth
|
||||
@@ -1,3 +0,0 @@
|
||||
#usr/lib/python2.7/site-packages/typing-3.6.1-py2.7.egg-info
|
||||
#usr/lib/python2.7/site-packages/typing.py
|
||||
#usr/lib/python2.7/site-packages/typing.pyc
|
||||
@@ -1,3 +1,4 @@
|
||||
usr/bin/2to3
|
||||
usr/bin/2to3-3.8
|
||||
usr/bin/easy_install-3.8
|
||||
usr/bin/idle3
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
#usr/include/spice-1
|
||||
#usr/include/spice-1/spice
|
||||
#usr/include/spice-1/spice/barrier.h
|
||||
#usr/include/spice-1/spice/controller_prot.h
|
||||
#usr/include/spice-1/spice/end-packed.h
|
||||
#usr/include/spice-1/spice/enums.h
|
||||
#usr/include/spice-1/spice/error_codes.h
|
||||
#usr/include/spice-1/spice/foreign_menu_prot.h
|
||||
#usr/include/spice-1/spice/ipc_ring.h
|
||||
#usr/include/spice-1/spice/macros.h
|
||||
#usr/include/spice-1/spice/protocol.h
|
||||
@@ -13,8 +10,7 @@
|
||||
#usr/include/spice-1/spice/qxl_windows.h
|
||||
#usr/include/spice-1/spice/start-packed.h
|
||||
#usr/include/spice-1/spice/stats.h
|
||||
#usr/include/spice-1/spice/stream-device.h
|
||||
#usr/include/spice-1/spice/types.h
|
||||
#usr/include/spice-1/spice/vd_agent.h
|
||||
#usr/include/spice-1/spice/vdi_dev.h
|
||||
#usr/share/pkgconfig
|
||||
#usr/share/pkgconfig/spice-protocol.pc
|
||||
|
||||
1
config/rootfiles/common/squid-asnbl
Normal file
1
config/rootfiles/common/squid-asnbl
Normal file
@@ -0,0 +1 @@
|
||||
usr/bin/asnbl-helper.py
|
||||
@@ -1,20 +1,10 @@
|
||||
#bin/dlist_test
|
||||
#bin/get_bus_devices_list
|
||||
#bin/get_class_dev
|
||||
#bin/get_classdev_parent
|
||||
#bin/get_device
|
||||
#bin/get_driver
|
||||
#bin/systool
|
||||
#bin/testlibsysfs
|
||||
#bin/write_attr
|
||||
#lib/libsysfs.a
|
||||
#lib/libsysfs.la
|
||||
lib/libsysfs.so
|
||||
lib/libsysfs.so.1
|
||||
lib/libsysfs.so.1.0.3
|
||||
#man
|
||||
#man/man1
|
||||
#man/man1/systool.1
|
||||
#lib/libsysfs.so
|
||||
lib/libsysfs.so.2
|
||||
lib/libsysfs.so.2.0.1
|
||||
#lib/pkgconfig/libsysfs.pc
|
||||
#usr/bin/systool
|
||||
#usr/include/sysfs
|
||||
#usr/include/sysfs/dlist.h
|
||||
#usr/include/sysfs/libsysfs.h
|
||||
#usr/share/man/man1/systool.1
|
||||
|
||||
@@ -1,25 +1,70 @@
|
||||
#etc/sysconfig/sysstat
|
||||
#etc/sysconfig/sysstat.ioconf
|
||||
#usr/bin/cifsiostat
|
||||
usr/bin/iostat
|
||||
usr/bin/mpstat
|
||||
#usr/bin/pidstat
|
||||
usr/bin/sadf
|
||||
usr/bin/sar
|
||||
#usr/doc
|
||||
#usr/doc/sysstat-6.0.2
|
||||
#usr/doc/sysstat-6.0.2/CHANGES
|
||||
#usr/doc/sysstat-6.0.2/COPYING
|
||||
#usr/doc/sysstat-6.0.2/CREDITS
|
||||
#usr/doc/sysstat-6.0.2/FAQ
|
||||
#usr/doc/sysstat-6.0.2/README
|
||||
#usr/doc/sysstat-6.0.2/sysstat-6.0.2.lsm
|
||||
#usr/bin/tapestat
|
||||
#usr/lib/sa
|
||||
usr/lib/sa/sa1
|
||||
usr/lib/sa/sa2
|
||||
usr/lib/sa/sadc
|
||||
#usr/man/man1/iostat.1
|
||||
#usr/man/man1/mpstat.1
|
||||
#usr/man/man1/sadf.1
|
||||
#usr/man/man1/sar.1
|
||||
#usr/man/man8/sa1.8
|
||||
#usr/man/man8/sa2.8
|
||||
#usr/man/man8/sadc.8
|
||||
#usr/share/doc/sysstat-12.5.4
|
||||
#usr/share/doc/sysstat-12.5.4/CHANGES
|
||||
#usr/share/doc/sysstat-12.5.4/COPYING
|
||||
#usr/share/doc/sysstat-12.5.4/CREDITS
|
||||
#usr/share/doc/sysstat-12.5.4/FAQ.md
|
||||
#usr/share/doc/sysstat-12.5.4/README.md
|
||||
#usr/share/doc/sysstat-12.5.4/sysstat-12.5.4.lsm
|
||||
#usr/share/locale/af/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/cs/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/da/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/de/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/eo/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/es/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/eu/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/fi/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/fr/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/fur/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/gl/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/hr/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/hu/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/id/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/it/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/ja/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/ko/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/ky/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/lv/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/mt
|
||||
#usr/share/locale/mt/LC_MESSAGES
|
||||
#usr/share/locale/mt/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/nb/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/nl/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/nn/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/pl/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/pt/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/pt_BR/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/ro/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/ru/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/sk/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/sr/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/sv/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/tr/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/uk/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/vi/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/zh_CN/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/locale/zh_TW/LC_MESSAGES/sysstat.mo
|
||||
#usr/share/man/man1/cifsiostat.1.xz
|
||||
#usr/share/man/man1/iostat.1.xz
|
||||
#usr/share/man/man1/mpstat.1.xz
|
||||
#usr/share/man/man1/pidstat.1.xz
|
||||
#usr/share/man/man1/sadf.1.xz
|
||||
#usr/share/man/man1/sar.1.xz
|
||||
#usr/share/man/man1/tapestat.1.xz
|
||||
#usr/share/man/man5/sysstat.5.xz
|
||||
#usr/share/man/man8/sa1.8.xz
|
||||
#usr/share/man/man8/sa2.8.xz
|
||||
#usr/share/man/man8/sadc.8.xz
|
||||
var/log/sa
|
||||
|
||||
@@ -76,9 +76,14 @@
|
||||
#usr/share/texinfo/init
|
||||
#usr/share/texinfo/init/book.pm
|
||||
#usr/share/texinfo/init/chm.pm
|
||||
#usr/share/texinfo/init/highlight_syntax.pm
|
||||
#usr/share/texinfo/init/html32.pm
|
||||
#usr/share/texinfo/init/latex2html.pm
|
||||
#usr/share/texinfo/init/tex4ht.pm
|
||||
#usr/share/texinfo/js
|
||||
#usr/share/texinfo/js/info.css
|
||||
#usr/share/texinfo/js/info.js
|
||||
#usr/share/texinfo/js/modernizr.js
|
||||
#usr/share/texinfo/lib
|
||||
#usr/share/texinfo/lib/Text-Unidecode
|
||||
#usr/share/texinfo/lib/Text-Unidecode/lib
|
||||
@@ -419,6 +424,7 @@
|
||||
#usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/_Encode.pm
|
||||
#usr/share/texinfo/lib/libintl-perl/lib/Locale/TextDomain.pm
|
||||
#usr/share/texinfo/lib/libintl-perl/lib/Locale/Util.pm
|
||||
#usr/share/texinfo/lib/libintl-perl/lib/Locale/gettext_dumb.pm
|
||||
#usr/share/texinfo/lib/libintl-perl/lib/Locale/gettext_pp.pm
|
||||
#usr/share/texinfo/texindex.awk
|
||||
#usr/share/texinfo/texinfo.dtd
|
||||
|
||||
@@ -37,6 +37,7 @@ lib/udev/mtd_probe
|
||||
lib/udev/network-hotplug-bridges
|
||||
lib/udev/network-hotplug-rename
|
||||
lib/udev/network-hotplug-vlan
|
||||
lib/udev/network-offloading
|
||||
lib/udev/rule_generator.functions
|
||||
#lib/udev/rules.d
|
||||
lib/udev/rules.d/25-alsa.rules
|
||||
@@ -64,6 +65,7 @@ lib/udev/rules.d/78-sound-card.rules
|
||||
lib/udev/rules.d/80-drivers.rules
|
||||
lib/udev/rules.d/90-hwrng.rules
|
||||
lib/udev/rules.d/99-codel.rules
|
||||
lib/udev/rules.d/99-offloading.rules
|
||||
lib/udev/scsi_id
|
||||
lib/udev/v4l_id
|
||||
lib/udev/write_cd_rules
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
lib/firmware/regulatorydb.txt
|
||||
lib/firmware/regulatory.db
|
||||
lib/firmware/regulatory.db.p7s
|
||||
#usr/lib/crda
|
||||
|
||||
@@ -6281,7 +6281,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/rev/override
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/rev/override/possible.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/sbs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/sleep.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/spcr
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/spcr/table.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/acpi/system
|
||||
@@ -6581,7 +6580,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/pq.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6/recov.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/raid6/test.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/tx/dma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/async/xor.h
|
||||
@@ -7027,7 +7025,9 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/net/prio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/perf.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/pids.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/rdma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/sched.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroup/writeback.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/cgroups.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/check
|
||||
#lib/modules/KVER-ipfire/build/include/config/check/signature.h
|
||||
@@ -7981,6 +7981,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/event
|
||||
#lib/modules/KVER-ipfire/build/include/config/event/tracing.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/eventfd.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/default
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/default/iocharset.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exfat/fs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/expert.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/exportfs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/ext4
|
||||
@@ -8117,6 +8121,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/detect
|
||||
#lib/modules/KVER-ipfire/build/include/config/framebuffer/console/detect/primary.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/frontswap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/iomap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/fs/mbcache.h
|
||||
@@ -8633,6 +8638,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/ba431.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/intel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/timeriomem.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/via.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/virtio.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hw/random/xiphera.h
|
||||
@@ -8653,7 +8659,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/hypervisor/guest.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/100.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/hz/1000.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/i2c/algobit.h
|
||||
@@ -8789,6 +8795,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env/arg
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/env/arg/limit.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc/default
|
||||
#lib/modules/KVER-ipfire/build/include/config/init/on/alloc/default/on.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/initramfs
|
||||
#lib/modules/KVER-ipfire/build/include/config/initramfs/source.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/inline
|
||||
@@ -9146,8 +9156,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/poll.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/remap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/sim.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/time
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/time/accounting.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/irq/work.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/isa
|
||||
#lib/modules/KVER-ipfire/build/include/config/isa/bus
|
||||
@@ -9535,6 +9543,10 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/megaraid/newgen.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/megaraid/sas.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/membarrier.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg/kmem.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memcg/swap.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memfd
|
||||
#lib/modules/KVER-ipfire/build/include/config/memfd/create.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/memory
|
||||
@@ -10467,11 +10479,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/oid/registry.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/old
|
||||
#lib/modules/KVER-ipfire/build/include/config/old/sigsuspend3.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/geneve.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/gre.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/openvswitch/vxlan.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/oprofile
|
||||
#lib/modules/KVER-ipfire/build/include/config/oprofile/nmi
|
||||
#lib/modules/KVER-ipfire/build/include/config/oprofile/nmi/timer.h
|
||||
@@ -10490,6 +10497,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/packing.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/padata.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/page
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/counter.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/poisoning
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/poisoning.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/page/poisoning/zero.h
|
||||
@@ -10771,6 +10779,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/pid/cpuset.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/proc/sysctl.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psample.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/psi.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/pstore/compress
|
||||
@@ -10857,8 +10866,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rational.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/raw
|
||||
#lib/modules/KVER-ipfire/build/include/config/raw/driver.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rbtree
|
||||
#lib/modules/KVER-ipfire/build/include/config/rbtree/test.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rc
|
||||
#lib/modules/KVER-ipfire/build/include/config/rc/ati
|
||||
#lib/modules/KVER-ipfire/build/include/config/rc/ati/remote.h
|
||||
@@ -11084,9 +11091,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/8822ce.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rtw88/pci.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing
|
||||
#lib/modules/KVER-ipfire/build/include/config/runtime/testing/menu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin
|
||||
#lib/modules/KVER-ipfire/build/include/config/rwsem/spin/on
|
||||
@@ -11302,7 +11306,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/security.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/dmesg/restrict.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/security/network.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/securityfs.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/select
|
||||
#lib/modules/KVER-ipfire/build/include/config/select/memory
|
||||
@@ -11600,7 +11603,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/cpu/partial.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/slub/debug.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/smp.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sms
|
||||
#lib/modules/KVER-ipfire/build/include/config/sms/siano
|
||||
@@ -11923,9 +11925,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunrpc/backchannel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunrpc/debug.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sunrpc/gss.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/suspend/freezer.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/sw
|
||||
#lib/modules/KVER-ipfire/build/include/config/sw/sync.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/swap.h
|
||||
@@ -11978,6 +11977,25 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/tasks/rude
|
||||
#lib/modules/KVER-ipfire/build/include/config/tasks/rude/rcu.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/taskstats.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/atmel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/crb.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/infineon.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/nsc.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/core.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/atmel.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/infineon.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/i2c/nuvoton.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tis/st33zp24/i2c.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/tpm.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/vtpm/proxy.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcg/xen.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp/cong
|
||||
#lib/modules/KVER-ipfire/build/include/config/tcp/cong/advanced.h
|
||||
@@ -13001,8 +13019,6 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/ll
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/ll/temac.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/watchdog.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/zynqmp
|
||||
#lib/modules/KVER-ipfire/build/include/config/xilinx/zynqmp/dpdma.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xor
|
||||
#lib/modules/KVER-ipfire/build/include/config/xor/blocks.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/xps.h
|
||||
@@ -20407,7 +20423,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_raid6_recov.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_tx.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/async_xor.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/async_tx/raid6test.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/authenc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/authencesn.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/crypto/blake2b_generic.ko.xz
|
||||
@@ -20591,6 +20606,22 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/mwave
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/mwave/mwave.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/ppdev.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/st33zp24/tpm_st33zp24_i2c.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_atmel.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_crb.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_atmel.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_infineon.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_i2c_nuvoton.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_infineon.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_nsc.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_tis_core.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/tpm_vtpm_proxy.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/char/tpm/xen-tpmfront.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/cpufreq
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/cpufreq/acpi-cpufreq.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/cpufreq/amd_freq_sensitivity.ko.xz
|
||||
@@ -20653,8 +20684,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/qcom/hdma_mgmt.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/sf-pdma
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/sf-pdma/sf-pdma.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/xilinx
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/dma/xilinx/xilinx_dpdma.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/edac
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/edac/amd64_edac_mod.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/edac/e752x_edac.ko.xz
|
||||
@@ -22005,7 +22034,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_switchx2.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8842.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_mll.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_common.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ks8851_par.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/micrel/ksz884x.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip
|
||||
#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/microchip/lan743x.ko.xz
|
||||
@@ -23073,6 +23103,8 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/fs/dlm/dlm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/efivarfs
|
||||
#lib/modules/KVER-ipfire/kernel/fs/efivarfs/efivarfs.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/exfat
|
||||
#lib/modules/KVER-ipfire/kernel/fs/exfat/exfat.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat/fat.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/fs/fat/msdos.ko.xz
|
||||
@@ -23187,7 +23219,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/lib/parman.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/raid6
|
||||
#lib/modules/KVER-ipfire/kernel/lib/raid6/raid6_pq.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/rbtree_test.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_bm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_fsm.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/lib/ts_kmp.ko.xz
|
||||
@@ -23512,11 +23543,6 @@ lib/modules/KVER-ipfire/kernel
|
||||
#lib/modules/KVER-ipfire/kernel/net/netlink/netlink_diag.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh
|
||||
#lib/modules/KVER-ipfire/kernel/net/nsh/nsh.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/openvswitch.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-geneve.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-gre.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/openvswitch/vport-vxlan.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample
|
||||
#lib/modules/KVER-ipfire/kernel/net/psample/psample.ko.xz
|
||||
#lib/modules/KVER-ipfire/kernel/net/qrtr
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -57,7 +57,7 @@ usr/bin/eject
|
||||
usr/bin/fallocate
|
||||
usr/bin/flock
|
||||
usr/bin/getopt
|
||||
#usr/bin/hexdump
|
||||
usr/bin/hexdump
|
||||
#usr/bin/i386
|
||||
usr/bin/ionice
|
||||
#usr/bin/ipcmk
|
||||
@@ -128,6 +128,8 @@ usr/sbin/partx
|
||||
usr/sbin/resizepart
|
||||
usr/sbin/rtcwake
|
||||
#usr/sbin/uuidd
|
||||
#usr/share/bash-completion
|
||||
#usr/share/bash-completion/completions
|
||||
#usr/share/bash-completion/completions/addpart
|
||||
#usr/share/bash-completion/completions/blkdiscard
|
||||
#usr/share/bash-completion/completions/blkid
|
||||
|
||||
1
config/rootfiles/core/161/filelists/ExtUtils-PkgConfig
Symbolic link
1
config/rootfiles/core/161/filelists/ExtUtils-PkgConfig
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/ExtUtils-PkgConfig
|
||||
1
config/rootfiles/core/161/filelists/GD-Graph
Symbolic link
1
config/rootfiles/core/161/filelists/GD-Graph
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/GD-Graph
|
||||
1
config/rootfiles/core/161/filelists/apache2
Symbolic link
1
config/rootfiles/core/161/filelists/apache2
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/apache2
|
||||
1
config/rootfiles/core/161/filelists/ca-certificates
Symbolic link
1
config/rootfiles/core/161/filelists/ca-certificates
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/ca-certificates
|
||||
1
config/rootfiles/core/161/filelists/curl
Symbolic link
1
config/rootfiles/core/161/filelists/curl
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/curl
|
||||
1
config/rootfiles/core/161/filelists/dosfstools
Symbolic link
1
config/rootfiles/core/161/filelists/dosfstools
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/dosfstools
|
||||
1
config/rootfiles/core/161/filelists/exfatprogs
Symbolic link
1
config/rootfiles/core/161/filelists/exfatprogs
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/exfatprogs
|
||||
21
config/rootfiles/core/161/filelists/files
Normal file
21
config/rootfiles/core/161/filelists/files
Normal file
@@ -0,0 +1,21 @@
|
||||
etc/rc.d/init.d/firewall
|
||||
etc/rc.d/init.d/networking/red
|
||||
etc/rc.d/init.d/partresize
|
||||
etc/rc.d/init.d/suricata
|
||||
etc/rc.d/helper/azure-setup
|
||||
etc/suricata/suricata.yaml
|
||||
opt/pakfire/etc/pakfire.conf
|
||||
opt/pakfire/lib/functions.pl
|
||||
srv/web/ipfire/cgi-bin/index.cgi
|
||||
srv/web/ipfire/cgi-bin/pakfire.cgi
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
srv/web/ipfire/cgi-bin/qos.cgi
|
||||
srv/web/ipfire/cgi-bin/speed.cgi
|
||||
usr/bin/2to3
|
||||
usr/bin/hexdump
|
||||
usr/lib/firewall/rules.pl
|
||||
usr/local/bin/hddshutdown
|
||||
usr/local/bin/makegraphs
|
||||
var/ipfire/backup/exclude
|
||||
var/ipfire/general-functions.pl
|
||||
var/ipfire/qos/bin/makeqosscripts.pl
|
||||
1
config/rootfiles/core/161/filelists/gd
Symbolic link
1
config/rootfiles/core/161/filelists/gd
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/gd
|
||||
1
config/rootfiles/core/161/filelists/iproute2
Symbolic link
1
config/rootfiles/core/161/filelists/iproute2
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/iproute2
|
||||
1
config/rootfiles/core/161/filelists/logwatch
Symbolic link
1
config/rootfiles/core/161/filelists/logwatch
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/logwatch
|
||||
1
config/rootfiles/core/161/filelists/perl-GD
Symbolic link
1
config/rootfiles/core/161/filelists/perl-GD
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/perl-GD
|
||||
1
config/rootfiles/core/161/filelists/ppp
Symbolic link
1
config/rootfiles/core/161/filelists/ppp
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/ppp
|
||||
1
config/rootfiles/core/161/filelists/squid-asnbl
Symbolic link
1
config/rootfiles/core/161/filelists/squid-asnbl
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/squid-asnbl
|
||||
1
config/rootfiles/core/161/filelists/strongswan
Symbolic link
1
config/rootfiles/core/161/filelists/strongswan
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/strongswan
|
||||
203
config/rootfiles/core/161/update.sh
Normal file
203
config/rootfiles/core/161/update.sh
Normal file
@@ -0,0 +1,203 @@
|
||||
#!/bin/bash
|
||||
############################################################################
|
||||
# #
|
||||
# This file is part of the IPFire Firewall. #
|
||||
# #
|
||||
# IPFire is free software; you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
# the Free Software Foundation; either version 3 of the License, or #
|
||||
# (at your option) any later version. #
|
||||
# #
|
||||
# IPFire is distributed in the hope that it will be useful, #
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||
# GNU General Public License for more details. #
|
||||
# #
|
||||
# You should have received a copy of the GNU General Public License #
|
||||
# along with IPFire; if not, write to the Free Software #
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
# #
|
||||
# Copyright (C) 2021 IPFire-Team <info@ipfire.org>. #
|
||||
# #
|
||||
############################################################################
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
|
||||
core=161
|
||||
|
||||
exit_with_error() {
|
||||
# Set last succesfull installed core.
|
||||
echo $(($core-1)) > /opt/pakfire/db/core/mine
|
||||
# force fsck at next boot, this may fix free space on xfs
|
||||
touch /forcefsck
|
||||
# don't start pakfire again at error
|
||||
killall -KILL pak_update
|
||||
/usr/bin/logger -p syslog.emerg -t ipfire \
|
||||
"core-update-${core}: $1"
|
||||
exit $2
|
||||
}
|
||||
|
||||
# Remove old core updates from pakfire cache to save space...
|
||||
for (( i=1; i<=$core; i++ )); do
|
||||
rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
|
||||
done
|
||||
|
||||
KVER="xxxKVERxxx"
|
||||
|
||||
# Backup uEnv.txt if exist
|
||||
if [ -e /boot/uEnv.txt ]; then
|
||||
cp -vf /boot/uEnv.txt /boot/uEnv.txt.org
|
||||
fi
|
||||
|
||||
# Do some sanity checks.
|
||||
case $(uname -r) in
|
||||
*-ipfire*)
|
||||
# Ok.
|
||||
;;
|
||||
*)
|
||||
exit_with_error "ERROR cannot update. No IPFire Kernel." 1
|
||||
;;
|
||||
esac
|
||||
if [ -e /boot/grub/grub.conf ]; then
|
||||
exit_with_error "ERROR unsupported GRUB1/pygrub found!" 1
|
||||
fi
|
||||
|
||||
# Check diskspace on root
|
||||
ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
|
||||
|
||||
if [ $ROOTSPACE -lt 100000 ]; then
|
||||
exit_with_error "ERROR cannot update because not enough free space on root." 2
|
||||
exit 2
|
||||
fi
|
||||
|
||||
# Remove the old kernel
|
||||
rm -rf /boot/System.map-*
|
||||
rm -rf /boot/config-*
|
||||
rm -rf /boot/ipfirerd-*
|
||||
rm -rf /boot/initramfs-*
|
||||
rm -rf /boot/vmlinuz-*
|
||||
rm -rf /boot/uImage-*-ipfire-*
|
||||
rm -rf /boot/zImage-*-ipfire-*
|
||||
rm -rf /boot/uInit-*-ipfire-*
|
||||
rm -rf /boot/dtb-*-ipfire-*
|
||||
rm -rf /lib/modules
|
||||
|
||||
# remove old/renamed u-boot files
|
||||
rm -rf /boot/kernel*
|
||||
rm -rf /usr/share/u-boot/rpi*
|
||||
|
||||
# Remove dropped packages
|
||||
for package in client175; do
|
||||
if [ -e "/opt/pakfire/db/installed/meta-${package}" ]; then
|
||||
stop_service "${package}"
|
||||
for i in $(</opt/pakfire/db/rootfiles/${package}); do
|
||||
rm -rfv "/${i}"
|
||||
done
|
||||
fi
|
||||
rm -f "/opt/pakfire/db/installed/meta-${package}"
|
||||
rm -f "/opt/pakfire/db/meta/meta-${package}"
|
||||
rm -f "/opt/pakfire/db/rootfiles/${package}"
|
||||
done
|
||||
|
||||
# Remove files
|
||||
rm -rf /usr/bin/python
|
||||
rm -rf /usr/bin/python2
|
||||
rm -rf /usr/bin/python2.7
|
||||
rm -rf /usr/lib/libpython2*
|
||||
rm -rf /usr/lib/python2*
|
||||
rm -rf /usr/lib/collectd/python.so
|
||||
|
||||
# Stop services
|
||||
/etc/init.d/ipsec stop
|
||||
|
||||
# disconnect if red is ppp0
|
||||
if [ $(</var/ipfire/red/iface) = "ppp0" ]; then
|
||||
/usr/local/bin/connscheduler hangup
|
||||
fi
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
# Fix permissions just in case they broke again
|
||||
chmod -v 755 \
|
||||
/usr \
|
||||
/usr/bin \
|
||||
/usr/lib \
|
||||
/usr/sbin \
|
||||
/var \
|
||||
/var/ipfire
|
||||
|
||||
# update linker config
|
||||
ldconfig
|
||||
|
||||
# Update Language cache
|
||||
/usr/local/bin/update-lang-cache
|
||||
|
||||
# Filesytem cleanup
|
||||
/usr/local/bin/filesystem-cleanup
|
||||
|
||||
# restart firewall
|
||||
/etc/init.d/firewall restart
|
||||
|
||||
# reconnect if red is ppp0
|
||||
if [ $(</var/ipfire/red/iface) = "ppp0" ]; then
|
||||
/usr/local/bin/connscheduler reconnect
|
||||
fi
|
||||
|
||||
# Start services
|
||||
if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
|
||||
/etc/init.d/ipsec start
|
||||
fi
|
||||
|
||||
# Delete orphaned shared object files
|
||||
rm -rf \
|
||||
/usr/lib/pppd/2.4.8 \
|
||||
/usr/lib/itcl4.0.5 \
|
||||
/usr/lib/sqlite3.13.0 \
|
||||
/usr/lib/tcl8.4 \
|
||||
/usr/lib/tdbc1.0.4 \
|
||||
/usr/lib/tdbcmysql1.0.4 \
|
||||
/usr/lib/tdbcodbc1.0.4 \
|
||||
/usr/lib/tdbcpostgres1.0.4 \
|
||||
/usr/lib/thread2.8.0
|
||||
|
||||
# Generate new qos.sh
|
||||
/usr/local/bin/qosctrl stop
|
||||
/usr/local/bin/qosctrl generate
|
||||
/usr/local/bin/qosctrl start
|
||||
|
||||
# remove lm_sensor config after collectd was started
|
||||
# to reserch sensors at next boot with updated kernel
|
||||
rm -f /etc/sysconfig/lm_sensors
|
||||
|
||||
# Upadate Kernel version uEnv.txt
|
||||
if [ -e /boot/uEnv.txt ]; then
|
||||
sed -i -e "s/KVER=.*/KVER=${KVER}/g" /boot/uEnv.txt
|
||||
fi
|
||||
|
||||
# call user update script (needed for some arm boards)
|
||||
if [ -e /boot/pakfire-kernel-update ]; then
|
||||
/boot/pakfire-kernel-update ${KVER}
|
||||
fi
|
||||
|
||||
# This update needs a reboot...
|
||||
touch /var/run/need_reboot
|
||||
|
||||
# Finish
|
||||
/etc/init.d/fireinfo start
|
||||
sendprofile
|
||||
|
||||
# Install updated grub
|
||||
/usr/bin/install-bootloader
|
||||
|
||||
# Update grub config to display new core version
|
||||
if [ -e /boot/grub/grub.cfg ]; then
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
fi
|
||||
|
||||
sync
|
||||
|
||||
# Don't report the exitcode last command
|
||||
exit 0
|
||||
# Stop services
|
||||
@@ -17,14 +17,14 @@
|
||||
# along with IPFire; if not, write to the Free Software #
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
# #
|
||||
# Copyright (C) 2020 IPFire-Team <info@ipfire.org>. #
|
||||
# Copyright (C) 2021 IPFire-Team <info@ipfire.org>. #
|
||||
# #
|
||||
############################################################################
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
|
||||
core=151
|
||||
core=160
|
||||
|
||||
# Remove old core updates from pakfire cache to save space...
|
||||
for (( i=1; i<=$core; i++ )); do
|
||||
@@ -32,13 +32,13 @@ for (( i=1; i<=$core; i++ )); do
|
||||
done
|
||||
|
||||
# Remove files
|
||||
rm -rfv \
|
||||
/usr/lib/perl5/site_perl/5.30.0/Locale \
|
||||
/usr/lib/perl5/site_perl/5.30.0/*/Net/DNS \
|
||||
/usr/lib/perl5/site_perl/5.30.0/*/Net/DNS.pm
|
||||
rm -vf /lib/udev/rules.d/85-regulatory.rules
|
||||
rm -vf /sbin/crda
|
||||
rm -vf /sbin/regdbdump
|
||||
rm -vf /usr/lib/libreg.so
|
||||
|
||||
# Stop services
|
||||
/etc/init.d/ipsec stop
|
||||
/etc/init.d/ipsec start
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
@@ -46,6 +46,9 @@ extract_files
|
||||
# update linker config
|
||||
ldconfig
|
||||
|
||||
# restart init (glibc update)
|
||||
telinit u
|
||||
|
||||
# Update Language cache
|
||||
/usr/local/bin/update-lang-cache
|
||||
|
||||
@@ -60,10 +63,6 @@ ldconfig
|
||||
if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
|
||||
/etc/init.d/ipsec start
|
||||
fi
|
||||
/etc/init.d/collectd restart
|
||||
|
||||
# Reload sysctl.conf
|
||||
sysctl -p
|
||||
|
||||
# This update needs a reboot...
|
||||
#touch /var/run/need_reboot
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user