Merge pull request #5889 from Sir-Boops/screen-update
screen: update to 4.5.1
This commit is contained in:
commit
426f6bd384
2 changed files with 3 additions and 18 deletions
|
@ -1,15 +0,0 @@
|
|||
--- screen.c.orig
|
||||
+++ screen.c
|
||||
@@ -673,12 +673,6 @@
|
||||
Panic(0, "-L: logfile name can not start with \"-\" symbol");
|
||||
if (strlen(screenlogfile) > PATH_MAX)
|
||||
Panic(0, "-L: logfile name too long. (max. %d char)", PATH_MAX);
|
||||
-
|
||||
- FILE *w_check;
|
||||
- if ((w_check = fopen(screenlogfile, "w")) == NULL)
|
||||
- Panic(0, "-L: logfile name access problem");
|
||||
- else
|
||||
- fclose(w_check);
|
||||
}
|
||||
nwin_options.Lflag = 1;
|
||||
break;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'screen'
|
||||
pkgname=screen
|
||||
version=4.5.0
|
||||
revision=2
|
||||
version=4.5.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-sys-screenrc=/etc/screenrc --enable-pam
|
||||
--enable-colors256 --enable-rxvt_osc --enable-telnet
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.gnu.org/s/screen/"
|
||||
license="GPL-3"
|
||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=01c3a7c362185f35d6a95dff52d64337076496acd034d717de3c263500cfefb0
|
||||
checksum=97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d
|
||||
|
||||
post_install() {
|
||||
vinstall etc/etcscreenrc 0644 etc screenrc
|
||||
|
|
Loading…
Reference in a new issue