public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
[PATCH] logrotate: Update to 3.21.0
 2022-12-27 16:30 UTC  (2+ messages)

[PATCH] pcre2: Update to 10.42
 2022-12-27 16:30 UTC  (2+ messages)

[PATCH] avahi: Fix bug #13017 - - dbus[n]: Unknown group "netdev" in message bus configuration file
 2022-12-27 16:28 UTC  (15+ messages)
` [PATCH] dbus: Update to version 1.14.4
` [PATCH] hwdata: Update of pci and usb ids files
` [PATCH] libpciaccess: Update to version 0.17
` [PATCH] libshout: Update to version 2.4.6
` [PATCH] libssh: Update to version 0.10.4
` [PATCH] libstatgrab: Update to version 0.92.1
` [PATCH] libtalloc: Update to version 2.3.4
` [PATCH] libtirpc: Update to version 1.3.3

[PATCH] curl: Update to version 7.87.0
 2022-12-27 16:17 UTC  (16+ messages)
` [PATCH] harfbuzz: Update to version 6.0.0
` [PATCH] libcap: Update to version 2.66
` [PATCH] libcdada: Update to version 0.4.0
` [PATCH] libconfig: Update to version 1.7.3
` [PATCH] libexif: Update to version 0.6.24
` [PATCH] libffi: Update to version 3.4.4
` [PATCH] libgpg-error: Update to version 1.46
` [PATCH] libidn: Update to version 1.41
` [PATCH] libinih: Update to version r56
` [PATCH] libjpeg: Update to version 2.1.4

[PATCH 00/21] linux: Update to 5.15.85 and backport many IPFire 3.x changes
 2022-12-27 11:36 UTC  (43+ messages)
` [PATCH 01/21] linux: Update to 5.15.85
` [PATCH 02/21] linux: Disable the entire PCMCIA/CardBus subsystem
` [PATCH 03/21] linux: Enable parallel crypto by default
` [PATCH 04/21] linux: Disable syscalls that allows processes to r/w other processes' memory
` [PATCH 05/21] linux: Disable the latent entropy plugin
` [PATCH 06/21] linux: Build all library routines as modules and disable self-tests
` [PATCH 07/21] linux: Build all HWRNGs as modules
` [PATCH 08/21] linux: Compile binfmt_misc as a module
` [PATCH 09/21] linux: Wipe all memory when rebooting on EFI
` [PATCH 10/21] linux: Disable the Distributed Lock Manager
` [PATCH 11/21] linux: Disable some character devices that do not make sense
` [PATCH 12/21] linux: Make graphics configruation sane
` [PATCH 13/21] linux: Disable all sorts of useless Device Mapper targets
` [PATCH 14/21] linux: Enable various modern ciphers/hashes/etc. and acceleration
` [PATCH 15/21] linux: Compress the kernel, modules and firmware using Zstandard
` [PATCH 16/21] linux: Disable ACPI configfs support
` [PATCH 17/21] linux: Enable support for more USB host controllers as modules
` [PATCH 18/21] linux: Poison kernel stack before returning from syscalls
` [PATCH 19/21] linux: Enable Landlock support
` [PATCH 20/21] linux: Update x86_64 rootfile
` [PATCH 21/21] linux: Align ARM kernel configurations as much as possible

Possible collateral damage while enabling KFENCE In IPFire 3.x
 2022-12-27 10:28 UTC  (2+ messages)

[PATCH] iproute2: Update to version 6.1.0
 2022-12-26  8:55 UTC  (12+ messages)
` [PATCH] krb5: Update to version 1.20.1
` [PATCH] libarchive: Update to version 3.6.2
` [PATCH] libmpc: Update to version 1.3.1
` [PATCH] nano: Update to version 7.1
` [PATCH] psmisc: Update to version 23.6
` [PATCH] samba: Update to version 4.17.4
` [PATCH] xz: Update to version 5.4.0

[PATCH] libyang: Update to version 2.1.4
 2022-12-26  8:39 UTC  (2+ messages)

[PATCH] libxslt: Update to version 1.1.37
 2022-12-26  8:39 UTC  (2+ messages)

[PATCH] libvirt: Update version to 8.10.0
 2022-12-26  8:38 UTC  (2+ messages)

[PATCH] libusbredir: Update to version 0.13.0
 2022-12-26  8:36 UTC  (2+ messages)

[PATCH] libusb: Update to version 1.0.26
 2022-12-26  8:35 UTC  (2+ messages)

[PATCH] mpfr: Update to version 4.1.1 with patch 1
 2022-12-26  8:32 UTC  (2+ messages)

[PATCH] strace: Update to 6.1
 2022-12-22  4:01 UTC 

[PATCH 01/29] libgudev: New package
 2022-12-20 16:07 UTC  (33+ messages)
` [PATCH 02/29] libqmi: "
` [PATCH 03/29] dhcpcd: Log any unhandled client events
` [PATCH 04/29] dhcpcd.exe: Allow using the DHCP setup scripts when RED is not configured as DHCP
` [PATCH 05/29] network: Allow passing custom options to dhcpcd
` [PATCH 06/29] network: Add support for QMI modems
` [PATCH 07/29] network: Drop any traces of ISDN
` [PATCH 08/29] pppsetup.cgi: Add support for QMI profiles
` [PATCH 09/29] "
` [PATCH 10/29] pppsetup.cgi: Move authentication above MTU
` [PATCH 11/29] network: Remove --debug switch for dhcpcd in QMI mode
` [PATCH 12/29] dhcpcd: Only try to obtain an IP address for IPv4
` [PATCH 13/29] dhcpcd.exe: Flush any configured IP addresses on shutdown
` [PATCH 14/29] dhcpcd.exe: Actually use the received MTU
` [PATCH 15/29] dhcpcd.exe: Only set gateway when we have received one
` [PATCH 16/29] dhcpcd.exe: Store the default gateway when in QMI mode
` [PATCH 17/29] dhcpcd.exe: Use DNS servers from QMI
` [PATCH 18/29] dhcpcd.exe: Do not overwrite the default gateway when empty
` [PATCH 19/29] dhcpcd.exe: Only touch /var/ipfire/red/active once
` [PATCH 20/29] dhcpcd.exe: Run everything no matter how RED is configured
` [PATCH 21/29] dhcpcd.exe: Fix typo in configuring DNS server
` [PATCH 22/29] network: dhcpcd fails to check link state for QMI interfaces
` [PATCH 23/29] dhcpcd.exe: Reformat the reason dispatcher
` [PATCH 24/29] dhcpcd.exe: Ignore some events
` [PATCH 25/29] dhcpcd.exe: Add a safety net to make sure we always have a route
` [PATCH 26/29] network: Force dhcpcd to ask for an IP address
` [PATCH 27/29] network: Assign "static" MAC addresses to QMI interfaces
` [PATCH 28/29] network: Silence any output during the QMI setup
` [PATCH 29/29] make.sh: Build some dependencies for glib earlier

[PATCH v2] general-functions.pl: Fix for bug#12937
 2022-12-19 12:37 UTC  (2+ messages)

[PATCH] libconfig: Update to 1.7.3
 2022-12-19 12:36 UTC  (2+ messages)

[PATCH] general-functions.pl: Fix for bug#12937
 2022-12-19  8:54 UTC 

[PATCH] ovpnmain.cgi: Translation string 'dh parameter' doesn't exist
 2022-12-18 15:54 UTC 

[PATCH] backup(.pl): Replace OpenVPN DH parameter with ffdhe4096
 2022-12-17 14:44 UTC  (6+ messages)

[PATCH 1/2] libtool: Update to version 2.4.7
 2022-12-09 21:47 UTC  (2+ messages)
` [PATCH 2/2] help2man: Install new package required for updated libtool

[PATCH] pcre2: Update to 10.41
 2022-12-08 13:40 UTC 

[PATCH 1/3] openvpn-authenticator: Avoid infinite loop when losing socket connection
 2022-12-07 12:22 UTC  (6+ messages)
` [PATCH 2/3] openvpn-authenticator: Drop some dead code
` [PATCH 3/3] openvpn-authenticator: Break read loop when daemon goes away

[PATCH] shared-mime-info: New package
 2022-12-05 20:03 UTC 

[PATCH] gdk-pixbuf2: Update to 2.42.10
 2022-12-05 20:02 UTC 

[PATCH] libjpeg: Update to 2.1.4
 2022-12-05 19:55 UTC 

[PATCH] libtiff: Update to 4.4.0
 2022-12-05 19:24 UTC 

[PATCH 1/2] ovpnmain.cgi: Fix for bug in WUI menu on CU172 Testing
 2022-12-05  8:40 UTC  (2+ messages)
` [PATCH 2/2] Language files update:

Location database updating every hour
 2022-12-03  9:26 UTC  (3+ messages)

[PATCH] iputils: Update to 20221126
 2022-12-02 18:26 UTC 

[PATCH] Core Update 172: Do not delete libreadline.so.8.1
 2022-12-02  9:17 UTC  (2+ messages)

[PATCH] clamav: Update to 1.0.0
 2022-12-01 20:01 UTC 

[PATCH 1/4] python3-wheel: New package
 2022-12-01 18:54 UTC  (4+ messages)
` [PATCH 2/4] python3-pip: "
  ` [PATCH 3/4] python3-{pip,wheel}: Properly build packages
    ` [PATCH 4/4] asciidoc: Update to 10.2.0

[PATCH 2/2] ca-certificates: Blacklist TrustCor Systems root CAs
 2022-12-01 17:17 UTC 

[PATCH] rust 1.65 won't build if 'Cargo.toml.orig' is present in one of the crate files
 2022-12-01 15:44 UTC 

[PATCH] rust: Update to 1.65
 2022-12-01 15:29 UTC 

[PATCH] make.sh: Fixes for rust (1.65)
 2022-12-01 15:01 UTC 

[PATCH] ca-certificates: Remove TrustCor Systems root CAs
 2022-12-01 11:13 UTC  (2+ messages)

[PATCH] libedit: Update to version from 20221030
 2022-12-01  4:25 UTC 

Some packages in need of updates
 2022-11-29 22:26 UTC  (3+ messages)

clamav 0.105.1-3 needs rust >1.61
 2022-11-29 22:24 UTC  (2+ messages)
` No chance updating rust to 1.65 (was: Re: clamav 0.105.1-3 needs rust >1.61)

[PATCH] Drop some unused and orphaned packages
 2022-11-29 17:24 UTC 

[PATCH] dbus: Update to 1.15.2
 2022-11-29 17:16 UTC 

[PATCH] compat-openssl: Update to 1.1.1s
 2022-11-29 16:54 UTC 

[PATCH] wget: Update to 1.21.3
 2022-11-29  9:32 UTC 

[PATCH] bird: Update to 2.0.10
 2022-11-29  9:08 UTC 

[PATCH] grub: Update to 2.06
 2022-11-29  8:55 UTC 

[PATCH] autogen: Update to 5.18.16
 2022-11-28 19:20 UTC 

[PATCH] autoconf: Update to 2.71
 2022-11-28 19:09 UTC 

[PATCH 1/2] automake: Update to 1.16.5
 2022-11-28 18:54 UTC  (2+ messages)
` [PATCH 2/2] util-linux: Update to 2.38.1

[PATCH 1/3] minidlna: ship package due to new ffmpeg version
 2022-11-28 17:24 UTC  (3+ messages)
` [PATCH 2/3] mpd: "
` [PATCH 3/3] shairport-sync: "

[PATCH] sdl2: Update to version 2.26.0
 2022-11-28 17:24 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox