]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/log
people/pmueller/ipfire-2.x.git
2 years agomake.sh: Make BUILDTARGET consistent for all architectures
Michael Tremer [Fri, 4 Feb 2022 16:47:32 +0000 (16:47 +0000)] 
make.sh: Make BUILDTARGET consistent for all architectures

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobinutils: Update to 2.37
Michael Tremer [Fri, 4 Feb 2022 16:47:31 +0000 (16:47 +0000)] 
binutils: Update to 2.37

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agolibnfsidmap: Drop package
Michael Tremer [Fri, 4 Feb 2022 16:47:30 +0000 (16:47 +0000)] 
libnfsidmap: Drop package

This is now bundled in nfs-utils.

This patch needs a rootfile update for nfs

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopostfix: Fix FTBFS with glibc 2.34
Michael Tremer [Fri, 4 Feb 2022 16:47:29 +0000 (16:47 +0000)] 
postfix: Fix FTBFS with glibc 2.34

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agontp: Fix FTBFS with glibc 2.34
Michael Tremer [Fri, 4 Feb 2022 16:47:28 +0000 (16:47 +0000)] 
ntp: Fix FTBFS with glibc 2.34

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agotexinfo: Fix FTBFS with glibc-2.34
Michael Tremer [Fri, 4 Feb 2022 16:47:27 +0000 (16:47 +0000)] 
texinfo: Fix FTBFS with glibc-2.34

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agomake.sh: Build zstd after second pass of GCC
Michael Tremer [Fri, 4 Feb 2022 16:47:26 +0000 (16:47 +0000)] 
make.sh: Build zstd after second pass of GCC

zstd requires libatomic on riscv64 which isn't available, yet

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobinutils+gcc: Fix that the toolchain compiler is trying to link against host libraries
Michael Tremer [Fri, 4 Feb 2022 16:47:25 +0000 (16:47 +0000)] 
binutils+gcc: Fix that the toolchain compiler is trying to link against host libraries

Binutils and GCC were misconfigured and used host libraries to build
toolchain programs. That resulted in that those programs were correctly
linked, but could not be executed, because the runtime linker did not
search in the host system.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoglibc: Enable memory tagging on aarch64
Michael Tremer [Fri, 4 Feb 2022 16:47:24 +0000 (16:47 +0000)] 
glibc: Enable memory tagging on aarch64

https://lwn.net/Articles/834289/

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoglibc: Enable CET
Michael Tremer [Fri, 4 Feb 2022 16:47:23 +0000 (16:47 +0000)] 
glibc: Enable CET

Enable Intel Control-flow Enforcement Technology (CET) support
to protect the library with indirect branch tracking (IBT) and
shadow stack (SHSTK).

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoglibc: Update to version 2.34
Michael Tremer [Fri, 4 Feb 2022 16:47:22 +0000 (16:47 +0000)] 
glibc: Update to version 2.34

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agogcc: toolchain stage 2: Set sysroot to /tools_${arch}
Michael Tremer [Fri, 4 Feb 2022 16:47:21 +0000 (16:47 +0000)] 
gcc: toolchain stage 2: Set sysroot to /tools_${arch}

The stage 2 compiler was looking for libraries outside the bootstrapped
toolchain environment which causes that linked programs cannot be
executied because the runtime linker only looks for libraries inside the
toolchain environment.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 165: Ship style.css
Peter Müller [Sat, 5 Feb 2022 12:06:37 +0000 (12:06 +0000)] 
Core Update 165: Ship style.css

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2 years agostyle.css: Add positive "z-index" to drop-down menu
Leo-Andres Hofmann [Tue, 1 Feb 2022 11:49:31 +0000 (12:49 +0100)] 
style.css: Add positive "z-index" to drop-down menu

Some input fields interfere with the menu items and block their use.
A z-index ensures that the menu is always rendered in the foreground.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agoCore Update 165: Ship poppler
Peter Müller [Sat, 5 Feb 2022 12:03:02 +0000 (12:03 +0000)] 
Core Update 165: Ship poppler

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2 years agopoppler: Update to version 22.02.0
Adolf Belka [Thu, 3 Feb 2022 21:52:38 +0000 (22:52 +0100)] 
poppler: Update to version 22.02.0

- Update from 21.11.0 to 22.02.0
- Update of rootfile
- Changelog
    Release 22.02.0:
        core:
         * Signature: Add a way to detect unsigned FormFieldSignature
         * Signature: Suport background image when using left and right text
         * Signature: Fix path where to search for Firefox NSS in Windows
         * Signature: Fix NSS code to work correctly in Windows/Android
         * Count only signature fields in PDFDoc::getNumSignatureFields
         * Minor code improvements
        qt:
         * Allow signing unsigned signature fields
         * Allow passing a background image for the signature when signing
         * Allow passing the document password when signing
         * Fix leftFontSize being ignored when signing
        glib:
         * try with utf8 password if latin1 fails
         * New method for getting all signature fields of a document
         * Fix compile with MSVC
        utils:
         * pdfsig: Fix compile with MSVC
        build system:
         * Fix NSS cmake check for MSVC
    Release 22.01.0:
        core:
         * Allow local (relative to dll) fonts dir on Windows
         * TextOutputDev: require more spacing between columns. Issue #1093
         * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183
         * Fix crash when calling Form::reset()
         * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184
         * Minor code improvements
        glib:
         * Include glib.h before using defines from it
         * Close file descriptors on error
         * Plug some memory leaks
         * Replace use of deprecated g_memdup/g_time_zone_new
         * Remove FD-taking functions on windows
        utils:
         * pdfsig: Add support for documents with passwords
         * pdfsig: Fix signing with -sign if nss password is needed
    Release 21.12.0:
        core:
         * Add API to add images
         * CairoOutputDev: Fix de-duping of Flate images
         * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
         * Minor code improvements
        glib:
         * Add API for validation of signatures
         * Add API to read/save to file descriptor
        utils:
         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
        build system:
         * Increase C++ standard to 17

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agosamba: Update to version 4.15.5
Adolf Belka [Thu, 3 Feb 2022 21:53:04 +0000 (22:53 +0100)] 
samba: Update to version 4.15.5

- Update from 4.14.6 to 4.15.5
- Update of rootfile
- Changelog is too long to include everything. Full details can be found in the
   WHATSNEW.txt file in the source tarball. The following highlights those releases
    that were security releases. The other releases had a range of bug fixes.
    4.15.5 is a security release and includes the following CVE fixes
      o CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target
                  of a symlink exists.
                  https://www.samba.org/samba/security/CVE-2021-44141.html
      o CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module.
                  https://www.samba.org/samba/security/CVE-2021-44142.html
      o CVE-2022-0336:  Re-adding an SPN skips subsequent SPN conflict checks.
                  https://www.samba.org/samba/security/CVE-2022-0336.html
    4.15.2 was a security release and included the following CVE fixes
      o CVE-2016-2124:  SMB1 client connections can be downgraded to plaintext
                  authentication.
                  https://www.samba.org/samba/security/CVE-2016-2124.html
      o CVE-2020-25717: A user on the domain can become root on domain members.
                  https://www.samba.org/samba/security/CVE-2020-25717.html
                  (PLEASE READ! There are important behaviour changes described)
      o CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued
                  by an RODC.
                  https://www.samba.org/samba/security/CVE-2020-25718.html
      o CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos
                  tickets.
                  https://www.samba.org/samba/security/CVE-2020-25719.html
      o CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers
                  (eg objectSid).
                  https://www.samba.org/samba/security/CVE-2020-25721.html
      o CVE-2020-25722: Samba AD DC did not do suffienct access and conformance
                  checking of data stored.
                  https://www.samba.org/samba/security/CVE-2020-25722.html
      o CVE-2021-3738:  Use after free in Samba AD DC RPC server.
                  https://www.samba.org/samba/security/CVE-2021-3738.html
      o CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability.
                  https://www.samba.org/samba/security/CVE-2021-23192.html
    4.14.12 was a security release and included the following CVE fixes
      o CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module.
                  https://www.samba.org/samba/security/CVE-2021-44142.html
      o CVE-2022-0336:  Re-adding an SPN skips subsequent SPN conflict checks.
                  https://www.samba.org/samba/security/CVE-2022-0336.html
    4.14.10 was a security release and included the following CVE fixes
      o CVE-2016-2124:  SMB1 client connections can be downgraded to plaintext
                  authentication.
                  https://www.samba.org/samba/security/CVE-2016-2124.html
      o CVE-2020-25717: A user on the domain can become root on domain members.
                  https://www.samba.org/samba/security/CVE-2020-25717.html
                  (PLEASE READ! There are important behaviour changes described)
      o CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued
                  by an RODC.
                  https://www.samba.org/samba/security/CVE-2020-25718.html
      o CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos
                  tickets.
                  https://www.samba.org/samba/security/CVE-2020-25719.html
      o CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers
                  (eg objectSid).
                  https://www.samba.org/samba/security/CVE-2020-25721.html
      o CVE-2020-25722: Samba AD DC did not do suffienct access and conformance
                  checking of data stored.
                  https://www.samba.org/samba/security/CVE-2020-25722.html
      o CVE-2021-3738:  Use after free in Samba AD DC RPC server.
                  https://www.samba.org/samba/security/CVE-2021-3738.html
      o CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability.
                  https://www.samba.org/samba/security/CVE-2021-23192.html

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agosdl2: Update to version 2.0.20
Adolf Belka [Thu, 3 Feb 2022 21:53:25 +0000 (22:53 +0100)] 
sdl2: Update to version 2.0.20

- Update from 2.0.18 to 2.0.20
- Update of rootfile
- Changelog
   2.0.20:
    General:
     * SDL_RenderGeometryRaw() takes a pointer to SDL_Color, not int. You can cast color
       data in SDL_PIXELFORMAT_RGBA32 format (SDL_PIXELFORMAT_ABGR8888 on little endian
       systems) for this parameter.
     * Improved accuracy of horizontal and vertical line drawing when using OpenGL or
       OpenGLES
     * Added the hint SDL_HINT_RENDER_LINE_METHOD to control the method of line drawing
       used, to select speed, correctness, and compatibility.
    Windows:
     * Fixed size of custom cursors
    Linux:
     * Fixed hotplug controller detection, broken in 2.0.18

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agoCore Update 165: Ship zstd
Peter Müller [Sat, 5 Feb 2022 12:01:57 +0000 (12:01 +0000)] 
Core Update 165: Ship zstd

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2 years agozstd: Update to version 1.5.2
Adolf Belka [Thu, 3 Feb 2022 21:53:38 +0000 (22:53 +0100)] 
zstd: Update to version 1.5.2

- Update from 1.5.1 to 1.5.2
- Update of rootfile
- Changelog
   v1.5.2 (Jan, 2022)
     perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969)
     build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964)
     doc: Clarify Licensing (@terrelln, #2981)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agoCore Update 165: Ship manualpages
Peter Müller [Sat, 5 Feb 2022 12:00:47 +0000 (12:00 +0000)] 
Core Update 165: Ship manualpages

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2 years agomanualpages: Update to include addon help links for addons with menu entries
Adolf Belka [Wed, 2 Feb 2022 13:09:24 +0000 (14:09 +0100)] 
manualpages: Update to include addon help links for addons with menu entries

- Some addons have menu entries and currentlky these do not have any links to their
   help pages
- Ran check_manualpages and confirmed that all links to wiki pages are existing.

- Tested for guardian and wio

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agoCore Update 165: Ship OpenSSL
Peter Müller [Sat, 5 Feb 2022 11:59:32 +0000 (11:59 +0000)] 
Core Update 165: Ship OpenSSL

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2 years agoOpenSSL: Update to 1.1.1m
Peter Müller [Sun, 30 Jan 2022 17:03:51 +0000 (17:03 +0000)] 
OpenSSL: Update to 1.1.1m

Full changelog as per https://www.openssl.org/news/cl111.txt :

 Changes between 1.1.1l and 1.1.1m [14 Dec 2021]

  *) Avoid loading of a dynamic engine twice.

     [Bernd Edlinger]

  *) Fixed building on Debian with kfreebsd kernels

     [Mattias Ellert]

  *) Prioritise DANE TLSA issuer certs over peer certs

     [Viktor Dukhovni]

  *) Fixed random API for MacOS prior to 10.12

     These MacOS versions don't support the CommonCrypto APIs

     [Lenny Primak]

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agowio: Add Spanish language file
Roberto Peña [Tue, 25 Jan 2022 19:26:56 +0000 (20:26 +0100)] 
wio: Add Spanish language file

- Update of lfs
- Update of rootfile
- Addition of Spanish file provided by Roberto Peña (listed as author)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2 years agoCore Update 165: Ship p11-kit
Peter Müller [Sat, 5 Feb 2022 11:58:28 +0000 (11:58 +0000)] 
Core Update 165: Ship p11-kit

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2 years agop11-kit: Update to version 0.24.1
Adolf Belka [Fri, 28 Jan 2022 13:08:00 +0000 (14:08 +0100)] 
p11-kit: Update to version 0.24.1

- Update from 0.24.0 to 0.24.1
- Update of rootfile not required
- Changelog
   0.24.1 (stable)
    * rpc: Support protocol version negotiation [PR#371, PR#385]
    * proxy: Support copying attribute array recursively [PR#368]
    * Link libp11-kit so that it cannot unload [PR#383]
    * Translation improvements [PR#381]
    * Build fixes [PR#372, PR#373, PR#375, PR#377, PR#384, PR#407]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agoCore Update 165: Ship mdadm
Peter Müller [Sat, 5 Feb 2022 11:57:44 +0000 (11:57 +0000)] 
Core Update 165: Ship mdadm

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2 years agomdadm: Update to version 4.2
Adolf Belka [Fri, 28 Jan 2022 13:07:40 +0000 (14:07 +0100)] 
mdadm: Update to version 4.2

- Update from 4.1 to 4.2
- Update of rootfile not required
- Changelog is no longer updated. The package directs you to the git commits to find
   the changes. https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/log/
- Announcement of update says-
   The release includes more than two years of development and bugfixes,
    so it is difficult to remember everything. Highlights include
    enhancements and bug fixes including for IMSM RAID, Partial Parity
    Log, clustered RAID support, improved testing, and gcc-9 support.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2 years agoStart Core Update 165
Peter Müller [Sat, 5 Feb 2022 11:56:12 +0000 (11:56 +0000)] 
Start Core Update 165

Signed-off-by: Peter Müller <peter.mueller@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>