aboutsummaryrefslogtreecommitdiff
path: root/utils/screen/patches
Commit message (Collapse)AuthorAge
* screen: update to 4.9.1krant2024-02-22
| | | | | | - Remove upstreamed patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* screen: backport fix for CVE-2021-26937Josef Schlehofer2021-02-23
| | | | | | | | | Security reports: - https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html This issue can be reproduced even on OpenWrt - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982435 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* screen: Update to 4.7.0Rosen Penev2019-10-18
| | | | | | Remove all patches. They have all been merged upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* screen: Replace OpenWrt patches with upstream backportsRosen Penev2019-03-27
| | | | | | This will enable easier package bumping by just deleting all of them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* screen: update to 4.6.1, refresh patchesEtienne Champetier2017-07-14
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* screen: update to 4.6.0Etienne Champetier2017-07-08
| | | | Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* screen: update to 4.3.1Etienne CHAMPETIER2015-07-11
| | | | | | | refresh patches quickly run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* screen: fix autoconf misdetectionJo-Philipp Wich2015-06-27
| | | | | | | | | | | The configure script shipped by screen uses the presence of `elf.h` and `-lelf` as indicator for an SVR4 system which implies a `#define BUGGYGETLOGIN`. The SVR4 `getlogin()` replacement function does not compile with a musl toolchain and we do not want it anyway, so patch configure to remove the broken SVR4 detection logic. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* screen: fix musl compatibilityJo-Philipp Wich2015-06-17
| | | | | | Add missing `os.h` include to `utmp.c` to pull in the required `utmp.h` header. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* screen: import 4.2.1 from packagesEtienne CHAMPETIER2014-06-11
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>