]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
2 years agocore164: fix adding additional optionfw settings
Arne Fitzenreiter [Thu, 17 Feb 2022 17:07:28 +0000 (17:07 +0000)] 
core164: fix adding additional optionfw settings

the old code erase the settings and cannot reinstalled.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agosquid: Update from 5.2 => 5.4.1
Matthias Fischer [Sat, 12 Feb 2022 17:16:20 +0000 (18:16 +0100)] 
squid: Update from 5.2 => 5.4.1

For details see:
http://www.squid-cache.org/Versions/v5/changesets/SQUID_5_4_1.html

This is 'squid 5.4.1', containing the previous patch for Bug #5055.

Prior to this patch I reverted my previous patches 'squid: Update 5.2 => 5.4" and
'squid 5.4: Latest patch - Bug #5055 - from upstream' and  marked them as
'superseded' in patchwork.

For a better overview the 'squid-gcc11'-patch has been renamed again and moved
to an own squid-patch-directory.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agofirewall: Revert strict martian check on loopback interface
Arne Fitzenreiter [Mon, 14 Feb 2022 16:32:27 +0000 (17:32 +0100)] 
firewall: Revert strict martian check on loopback interface

If the firewall is talking to itself using one of its private IP
addresses (e.g. the primary green interface IP address), it will use the
loopback interface.

This is due to the local routing table which will be looked up first:

  [root@ipfire ~]# ip rule
  0:      from all lookup local
  128:    from all lookup 220
  220:    from all lookup 220
  32765:  from all lookup static
  32766:  from all lookup main
  32767:  from all lookup default

It contains:

  [root@ipfire ~]# ip route show table local
  local 8x.1x.1x.1x dev ppp0 proto kernel scope host src 8x.1x.1x.1x
  local 127.0.0.0/8 dev lo proto kernel scope host src 127.0.0.1
  local 127.0.0.1 dev lo proto kernel scope host src 127.0.0.1
  broadcast 127.255.255.255 dev lo proto kernel scope link src 127.0.0.1
  local 192.168.x.1 dev green0 proto kernel scope host src 192.168.x.1
  broadcast 192.168.x.255 dev green0 proto kernel scope link src 192.168.x.1

Any lookup for the green IP address will show this:

  local 192.168.x.1 dev lo table local src 192.168.x.1 uid 0
      cache <local>

A test ping shows this in tcpdump:

  [root@ipfire ~]# tcpdump -i any icmp -nn
  tcpdump: data link type LINUX_SLL2
  tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
  listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes
  17:24:22.864293 lo    In  IP 127.0.0.1 > 127.0.0.1: ICMP echo request, id 10420, seq 1, length 64
  17:24:22.864422 lo    In  IP 127.0.0.1 > 127.0.0.1: ICMP echo reply, id 10420, seq 1, length 64
  17:24:29.162021 lo    In  IP 192.168.x.1 > 192.168.x.1: ICMP echo request, id 1555, seq 1, length 64
  17:24:29.162201 lo    In  IP 192.168.x.1 > 192.168.x.1: ICMP echo reply, id 1555, seq 1, length 64

For this reason, we will have to accept any source and destination IP
address on the loopback interface, which is what this patch does.

We can however, continue to check whether we received any packets with
the loopback address on any other interface.

This regression was introduced in commit a36cd34e.

Fixes: #12776 - New spoofed or martian filter block
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Sun, 13 Feb 2022 14:37:49 +0000 (14:37 +0000)] 
Merge remote-tracking branch 'origin/master' into next

2 years agolibvirt: ship arm cpu configfiles
Arne Fitzenreiter [Sun, 13 Feb 2022 08:55:24 +0000 (08:55 +0000)] 
libvirt: ship arm cpu configfiles

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agofirewall: fix missing space
Arne Fitzenreiter [Sat, 12 Feb 2022 18:06:39 +0000 (18:06 +0000)] 
firewall: fix missing space

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agofirewall: initialize IFACE if it is empty
Arne Fitzenreiter [Sat, 12 Feb 2022 18:00:09 +0000 (18:00 +0000)] 
firewall: initialize IFACE if it is empty

at first boot there is no IFACE set which result in iptables
errors at boot.

fixes #12767

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agolibusb: Update to version 1.0.25
Adolf Belka [Wed, 9 Feb 2022 21:29:16 +0000 (22:29 +0100)] 
libusb: Update to version 1.0.25

- Update from 1.0.24 to 1.0.25
- Update of rootfile not required
- Changelog
   2022-01-31: v1.0.25
     * Linux: Fix regression with some particular devices
     * Linux: Fix regression with libusb_handle_events_timeout_completed()
     * Linux: Fix regression with cpu usage in libusb_bulk_transfer
     * Darwin (macOS): Add support for detaching kernel drivers with authorization.
     * Darwin (macOS): Do not drop partial data on timeout.
     * Darwin (macOS): Silence pipe error in set_interface_alt_setting().
     * Windows: Fix HID backend missing byte
     * Windows: Fix segfault with libusbk driver
     * Windows: Fix regression when using libusb0 driver
     * Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
     * New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
     * Various other bug fixes and improvements

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agopartresize: fix/add more NanoPi R* whitspaces
Arne Fitzenreiter [Sat, 12 Feb 2022 07:04:17 +0000 (07:04 +0000)] 
partresize: fix/add more NanoPi R* whitspaces

this fix MAC address generation on R2S
and allow to use the new added overclocked dtb's for R2S and R4S.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agokernel: update to 5.15.23
Arne Fitzenreiter [Sat, 12 Feb 2022 07:03:49 +0000 (07:03 +0000)] 
kernel: update to 5.15.23

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agokernel: aarch64: enable armv8 optimized crypto
Arne Fitzenreiter [Fri, 11 Feb 2022 17:36:01 +0000 (17:36 +0000)] 
kernel: aarch64: enable armv8 optimized crypto

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agofirewall: Ensure the xt_geoip module is always loaded
Peter Müller [Sun, 30 Jan 2022 17:08:21 +0000 (17:08 +0000)] 
firewall: Ensure the xt_geoip module is always loaded

For some reason, this module is not present after the very first boot of
an IPFire installation.

Fixes: #12767
Reported-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agocore164: ship intel-microcode
Arne Fitzenreiter [Thu, 10 Feb 2022 06:58:28 +0000 (06:58 +0000)] 
core164: ship intel-microcode

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agointel-microcode: Update to version 20220207
Adolf Belka [Wed, 9 Feb 2022 21:28:27 +0000 (22:28 +0100)] 
intel-microcode: Update to version 20220207

- Update from 20210608 to 20220207
- Update of rootfile
- Changelog
# Release Notes 20220207
    - Security updates for [INTEL-SA-00528](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00528.html)
    - Security updates for [INTEL-SA-00532](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00532.html)
    - Update for functional issues. Refer to [Third Generation Intel® Xeon® Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/637780) for details.
    - Update for functional issues. Refer to [Second Generation Intel® Xeon® Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/338848) for details.
    - Update for functional issues. Refer to [Intel® Xeon® Processor Scalable Family Specification Update](https://www.intel.com/content/www/us/en/processors/xeon/scalable/xeon-scalable-spec-update.html?wapkw=processor+specification+update) for details.
    - Update for functional issues. Refer to [11th Generation Intel® Core™ Processor Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/631123) for details.
    - Update for functional issues. Refer to [11th Generation Intel® Core™ Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/634808) for details.
    - Update for functional issues. Refer to [10th Gen Intel® Core™ Processor Families Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/341079) for details.
    - Update for functional issues. Refer to [10th Generation Intel® Core™ Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/615213) for details.
    - Update for functional issues. Refer to [8th Generation Intel® Core™ Processor Families Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/338025) for details.
    - Update for functional issues. Refer to [8th Gen Intel® Core™ Processor Family Spec Update](https://www.intel.com/content/www/us/en/products/docs/processors/core/8th-gen-core-family-spec-update.html?wapkw=processor+specification+update) for details.
    - Update for functional issues. Refer to [7th and 8th Generation Intel® Core™ Processor Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/334663) for details.
    - Update for functional issues. Refer to [6th Generation Intel® Processor Family Specification Update](https://www.intel.com/content/www/us/en/processors/core/desktop-6th-gen-core-family-spec-update.html) for details.
    - Update for functional issues. Refer to [Intel® Pentium® Silver and Intel® Celeron® Processors](https://www.intel.com/content/www/us/en/products/docs/processors/pentium/silver-celeron-spec-update.html?wapkw=processor+specification+update) for details.
### New Platforms
    None
### Updated Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | HSX-E/EP       | Cx/M1    | 06-3f-02/6f | 00000046 | 00000049 | Core Gen4 X series; Xeon E5 v3
    | HSX-EX         | E0       | 06-3f-04/80 | 00000019 | 0000001a | Xeon E7 v3
    | SKL-U/Y        | D0       | 06-4e-03/c0 | 000000ea | 000000ec | Core Gen6 Mobile
    | BDX-ML         | B0/M0/R0 | 06-4f-01/ef | 0b00003e | 0b000040 | Xeon E5/E7 v4; Core i7-69xx/68xx
    | SKX-SP         | B1       | 06-55-03/97 | 0100015b | 0100015c | Xeon Scalable
    | SKX-SP         | H0/M0/U0 | 06-55-04/b7 | 02006b06 | 02006c0a | Xeon Scalable
    | SKX-D          | M1       | 06-55-04/b7 | 02006b06 | 02006c0a | Xeon D-21xx
    | CLX-SP         | B0       | 06-55-06/bf | 04003102 | 0400320a | Xeon Scalable Gen2
    | CLX-SP         | B1       | 06-55-07/bf | 05003102 | 0500320a | Xeon Scalable Gen2
    | CPX-SP         | A1       | 06-55-0b/bf | 07002302 | 07002402 | Xeon Scalable Gen3
    | BDX-DE         | V2/V3    | 06-56-03/10 | 0700001b | 0700001c | Xeon D-1518/19/21/27/28/31/33/37/41/48, Pentium D1507/08/09/17/19
    | BDX-DE         | Y0       | 06-56-04/10 | 0f000019 | 0f00001a | Xeon D-1557/59/67/71/77/81/87
    | BDX-NS         | A1       | 06-56-05/10 | 0e000012 | 0e000014 | Xeon D-1513N/23/33/43/53
    | APL            | D0       | 06-5c-09/03 | 00000044 | 00000046 | Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx
    | APL            | E0       | 06-5c-0a/03 | 00000020 | 00000024 | Atom x5-E39xx
    | SKL-H/S        | R0/N0    | 06-5e-03/36 | 000000ea | 000000ec | Core Gen6; Xeon E3 v5
    | DNV            | B0       | 06-5f-01/01 | 00000034 | 00000036 | Atom C Series
    | ICX-SP         | D0       | 06-6a-06/87 | 0d0002a0 | 0d000331 | Xeon Scalable Gen3
    | GLK            | B0       | 06-7a-01/01 | 00000036 | 00000038 | Pentium Silver N/J5xxx, Celeron N/J4xxx
    | GKL-R          | R0       | 06-7a-08/01 | 0000001a | 0000001c | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
    | ICL-U/Y        | D1       | 06-7e-05/80 | 000000a6 | 000000a8 | Core Gen10 Mobile
    | LKF            | B2/B3    | 06-8a-01/10 | 0000002a | 0000002d | Core w/Hybrid Technology
    | TGL            | B1       | 06-8c-01/80 | 00000088 | 0000009a | Core Gen11 Mobile
    | TGL-R          | C0       | 06-8c-02/c2 | 00000016 | 00000022 | Core Gen11 Mobile
    | TGL-H          | R0       | 06-8d-01/c2 | 0000002c | 0000003c | Core Gen11 Mobile
    | AML-Y22        | H0       | 06-8e-09/10 | 000000ea | 000000ec | Core Gen8 Mobile
    | KBL-U/Y        | H0       | 06-8e-09/c0 | 000000ea | 000000ec | Core Gen7 Mobile
    | CFL-U43e       | D0       | 06-8e-0a/c0 | 000000ea | 000000ec | Core Gen8 Mobile
    | WHL-U          | W0       | 06-8e-0b/d0 | 000000ea | 000000ec | Core Gen8 Mobile
    | AML-Y42        | V0       | 06-8e-0c/94 | 000000ea | 000000ec | Core Gen10 Mobile
    | CML-Y42        | V0       | 06-8e-0c/94 | 000000ea | 000000ec | Core Gen10 Mobile
    | WHL-U          | V0       | 06-8e-0c/94 | 000000ea | 000000ec | Core Gen8 Mobile
    | EHL            | B1       | 06-96-01/01 | 00000011 | 00000015 | Pentium J6426/N6415, Celeron J6412/J6413/N6210/N6211, Atom x6000E
    | JSL            | A0/A1    | 06-9c-00/01 | 0000001d | 2400001f | Pentium N6000/N6005, Celeron N4500/N4505/N5100/N5105
    | KBL-G/H/S/E3   | B0       | 06-9e-09/2a | 000000ea | 000000ec | Core Gen7; Xeon E3 v6
    | CFL-H/S/E3     | U0       | 06-9e-0a/22 | 000000ea | 000000ec | Core Gen8 Desktop, Mobile, Xeon E
    | CFL-S          | B0       | 06-9e-0b/02 | 000000ea | 000000ec | Core Gen8
    | CFL-H/S        | P0       | 06-9e-0c/22 | 000000ea | 000000ec | Core Gen9
    | CFL-H          | R0       | 06-9e-0d/22 | 000000ea | 000000ec | Core Gen9 Mobile
    | CML-H          | R1       | 06-a5-02/20 | 000000ea | 000000ec | Core Gen10 Mobile
    | CML-S62        | G1       | 06-a5-03/22 | 000000ea | 000000ec | Core Gen10
    | CML-S102       | Q0       | 06-a5-05/22 | 000000ec | 000000ee | Core Gen10
    | CML-U62 V1     | A0       | 06-a6-00/80 | 000000e8 | 000000ea | Core Gen10 Mobile
    | CML-U62 V2     | K1       | 06-a6-01/80 | 000000ea | 000000ec | Core Gen10 Mobile
    | RKL-S          | B0       | 06-a7-01/02 | 00000040 | 00000050 | Core Gen11
### Removed Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | SNR            | B0       | 06-86-04/01 | 0b00000f |          | Atom P59xxB
    | SNR            | B1       | 06-86-05/01 | 0b00000f |          | Atom P59xxB

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agorust-rand: update rootfile
Arne Fitzenreiter [Wed, 9 Feb 2022 13:52:30 +0000 (13:52 +0000)] 
rust-rand: update rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agorust-rand-0.4: fix rootfile handling
Arne Fitzenreiter [Wed, 9 Feb 2022 13:50:24 +0000 (13:50 +0000)] 
rust-rand-0.4: fix rootfile handling

the selected rootfile from target war mismatching with the other
rust-rand version.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agorust-libc: update rootfile
Arne Fitzenreiter [Wed, 9 Feb 2022 13:48:34 +0000 (13:48 +0000)] 
rust-libc: update rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agorust-cfg-if: update rootfile
Arne Fitzenreiter [Wed, 9 Feb 2022 13:48:03 +0000 (13:48 +0000)] 
rust-cfg-if: update rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agokernel: update to 5.15.22
Arne Fitzenreiter [Wed, 9 Feb 2022 12:17:53 +0000 (12:17 +0000)] 
kernel: update to 5.15.22

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agorust-pyo3: Add rootfile.
Stefan Schantl [Fri, 4 Feb 2022 10:38:07 +0000 (11:38 +0100)] 
rust-pyo3: Add rootfile.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agokernel: update to 5.15.21
Arne Fitzenreiter [Sun, 6 Feb 2022 14:09:43 +0000 (14:09 +0000)] 
kernel: update to 5.15.21

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 years agocheckrootfiles: exclude some rust paks and fix armv6l
Arne Fitzenreiter [Sat, 5 Feb 2022 08:59:08 +0000 (08:59 +0000)] 
checkrootfiles: exclude some rust paks and fix armv6l

some new rust packages contain files with x86_64 or aarch64 on
all archictectures. They are now excluded from check.
also this fix the check for armv6l.

2 years agocore164: Ship diffutils
Michael Tremer [Thu, 3 Feb 2022 08:30:01 +0000 (08:30 +0000)] 
core164: Ship diffutils

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodiffutils: Update to 3.8
Michael Tremer [Thu, 5 Aug 2021 13:13:19 +0000 (13:13 +0000)] 
diffutils: Update to 3.8

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agogdb: Update to 11.2
Michael Tremer [Mon, 31 Jan 2022 08:52:56 +0000 (08:52 +0000)] 
gdb: Update to 11.2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoMerge remote-tracking branch 'pmueller/temp-c164-development' into next
Michael Tremer [Wed, 2 Feb 2022 19:46:13 +0000 (19:46 +0000)] 
Merge remote-tracking branch 'pmueller/temp-c164-development' into next

2 years agorust-pyo3: New package.
Michael Tremer [Mon, 31 Jan 2022 13:30:20 +0000 (14:30 +0100)] 
rust-pyo3: New package.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-indoc: Rootfile update.
Stefan Schantl [Mon, 31 Jan 2022 13:29:16 +0000 (14:29 +0100)] 
rust-indoc: Rootfile update.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-paste: Update to 1.0.3
Michael Tremer [Sat, 29 Jan 2022 11:08:06 +0000 (11:08 +0000)] 
rust-paste: Update to 1.0.3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-indoc: Upgrade to version 1.0.3
Michael Tremer [Sat, 29 Jan 2022 11:07:47 +0000 (11:07 +0000)] 
rust-indoc: Upgrade to version 1.0.3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-dirs: Commit accidenty forgotten patch.
Stefan Schantl [Mon, 31 Jan 2022 13:23:18 +0000 (14:23 +0100)] 
rust-dirs: Commit accidenty forgotten patch.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-pyo3-macros: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:24:28 +0000 (13:24 +0100)] 
rust-pyo3-macros: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-pyo3-macros-backend: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:24:04 +0000 (13:24 +0100)] 
rust-pyo3-macros-backend: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-pyo3-build-config: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:23:26 +0000 (13:23 +0100)] 
rust-pyo3-build-config: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-inventory: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:22:58 +0000 (13:22 +0100)] 
rust-inventory: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-inventory-impl: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:21:41 +0000 (13:21 +0100)] 
rust-inventory-impl: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-ghost: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:21:12 +0000 (13:21 +0100)] 
rust-ghost: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-ctor: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:20:59 +0000 (13:20 +0100)] 
rust-ctor: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-paste: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:20:45 +0000 (13:20 +0100)] 
rust-paste: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-paste-impl: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:20:32 +0000 (13:20 +0100)] 
rust-paste-impl: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-parking_lot: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:19:58 +0000 (13:19 +0100)] 
rust-parking_lot: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-parking_lot_core: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:19:40 +0000 (13:19 +0100)] 
rust-parking_lot_core: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-smallvec: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:19:08 +0000 (13:19 +0100)] 
rust-smallvec: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-lock_api: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:18:25 +0000 (13:18 +0100)] 
rust-lock_api: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-instant: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:17:18 +0000 (13:17 +0100)] 
rust-instant: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-indoc: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:17:02 +0000 (13:17 +0100)] 
rust-indoc: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-indoc-impl: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:16:48 +0000 (13:16 +0100)] 
rust-indoc-impl: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-proc-macro-hack: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:16:20 +0000 (13:16 +0100)] 
rust-proc-macro-hack: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-unindent: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:15:54 +0000 (13:15 +0100)] 
rust-unindent: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-trybuild: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:13:57 +0000 (13:13 +0100)] 
rust-trybuild: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-serde_derive: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:13:29 +0000 (13:13 +0100)] 
rust-serde_derive: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-toml: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:12:49 +0000 (13:12 +0100)] 
rust-toml: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-termcolor: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:11:14 +0000 (13:11 +0100)] 
rust-termcolor: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-once_cell: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:10:55 +0000 (13:10 +0100)] 
rust-once_cell: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-glob: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:10:12 +0000 (13:10 +0100)] 
rust-glob: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-tempdir: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:09:30 +0000 (13:09 +0100)] 
rust-tempdir: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-remove_dir_all: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:08:01 +0000 (13:08 +0100)] 
rust-remove_dir_all: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rayon: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:06:51 +0000 (13:06 +0100)] 
rust-rayon: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rayon-core: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:06:26 +0000 (13:06 +0100)] 
rust-rayon-core: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-crossbeam-channel: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:05:59 +0000 (13:05 +0100)] 
rust-crossbeam-channel: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-either: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:04:22 +0000 (13:04 +0100)] 
rust-either: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-crossbeam-deque: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:03:51 +0000 (13:03 +0100)] 
rust-crossbeam-deque: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-crossbeam-epoch: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:03:12 +0000 (13:03 +0100)] 
rust-crossbeam-epoch: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-scopeguard: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:02:47 +0000 (13:02 +0100)] 
rust-scopeguard: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-memoffset: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:01:38 +0000 (13:01 +0100)] 
rust-memoffset: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-autocfg: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:01:03 +0000 (13:01 +0100)] 
rust-autocfg: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-crossbeam-utils: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:00:43 +0000 (13:00 +0100)] 
rust-crossbeam-utils: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-num_cpus: New package.
Stefan Schantl [Mon, 31 Jan 2022 12:00:18 +0000 (13:00 +0100)] 
rust-num_cpus: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-log: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:58:32 +0000 (12:58 +0100)] 
rust-log: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rand-0.4: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:58:01 +0000 (12:58 +0100)] 
rust-rand-0.4: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rdrand: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:57:23 +0000 (12:57 +0100)] 
rust-rdrand: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rand: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:56:49 +0000 (12:56 +0100)] 
rust-rand: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rand_hc: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:52:10 +0000 (12:52 +0100)] 
rust-rand_hc: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rand_chacha: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:51:45 +0000 (12:51 +0100)] 
rust-rand_chacha: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rand_core-0.3.1: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:51:17 +0000 (12:51 +0100)] 
rust-rand_core-0.3.1: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rand_core-0.4.2: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:49:49 +0000 (12:49 +0100)] 
rust-rand_core-0.4.2: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-rand_core: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:45:52 +0000 (12:45 +0100)] 
rust-rand_core: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-ppv-lite86: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:43:32 +0000 (12:43 +0100)] 
rust-ppv-lite86: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-digest: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:42:43 +0000 (12:42 +0100)] 
rust-digest: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-crypto-common: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:42:23 +0000 (12:42 +0100)] 
rust-crypto-common: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-block-buffer: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:41:58 +0000 (12:41 +0100)] 
rust-block-buffer: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-synstructure: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:41:20 +0000 (12:41 +0100)] 
rust-synstructure: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-serde_json: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:40:51 +0000 (12:40 +0100)] 
rust-serde_json: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-ryu: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:40:14 +0000 (12:40 +0100)] 
rust-ryu: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-itoa: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:39:43 +0000 (12:39 +0100)] 
rust-itoa: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-serde: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:39:17 +0000 (12:39 +0100)] 
rust-serde: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-toolchain_find: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:38:59 +0000 (12:38 +0100)] 
rust-toolchain_find: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-dirs: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:38:31 +0000 (12:38 +0100)] 
rust-dirs: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-walkdir: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:38:17 +0000 (12:38 +0100)] 
rust-walkdir: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-same-file: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:37:53 +0000 (12:37 +0100)] 
rust-same-file: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-semver: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:37:29 +0000 (12:37 +0100)] 
rust-semver: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-semver-parser: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:37:16 +0000 (12:37 +0100)] 
rust-semver-parser: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-pest: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:36:37 +0000 (12:36 +0100)] 
rust-pest: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-ucd-trie: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:36:23 +0000 (12:36 +0100)] 
rust-ucd-trie: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-regex: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:35:15 +0000 (12:35 +0100)] 
rust-regex: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-regex-syntax: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:34:28 +0000 (12:34 +0100)] 
rust-regex-syntax: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-aho-corasick: New package.
Stefan Schantl [Mon, 31 Jan 2022 11:32:22 +0000 (12:32 +0100)] 
rust-aho-corasick: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-memchr: New package.
Stefan Schantl [Mon, 31 Jan 2022 10:39:58 +0000 (11:39 +0100)] 
rust-memchr: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-lazy-static: New package.
Stefan Schantl [Mon, 31 Jan 2022 10:32:24 +0000 (11:32 +0100)] 
rust-lazy-static: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agorust-home: New package.
Stefan Schantl [Mon, 31 Jan 2022 10:15:35 +0000 (11:15 +0100)] 
rust-home: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>