freebsd-ports/sysutils/screen/pkg-plist
Cy Schubert bfae663ae1 sysutils/screen: Update 4.9.0 --> 4.9.1
Version 4.9.1 (20/08/2023):
  * Support stop/parity bits on serial port (#23952)
  * Add needed system headers in checks and return values
    for implicit function declarations
  * Fixes:
    - Avoid zombies after shell exit (#25089)
    - Missed signal sending permission check on failed
      query messages (CVE-2023-24626)
    - manpage fixes
    - source code fixes during cleanup
    - UTF-8 encoding can emit invalid UTF-8 sequences
      for out of range unicode values (#62097)
2023-08-19 20:22:09 -07:00

26 lines
835 B
Text

bin/screen
%%MULTISUID%%bin/screen-4.9.1
man/man1/screen.1.gz
%%DATADIR%%/utf8encodings/01
%%DATADIR%%/utf8encodings/02
%%DATADIR%%/utf8encodings/03
%%DATADIR%%/utf8encodings/04
%%DATADIR%%/utf8encodings/18
%%DATADIR%%/utf8encodings/19
%%DATADIR%%/utf8encodings/a1
%%DATADIR%%/utf8encodings/bf
%%DATADIR%%/utf8encodings/c2
%%DATADIR%%/utf8encodings/c3
%%DATADIR%%/utf8encodings/c4
%%DATADIR%%/utf8encodings/c6
%%DATADIR%%/utf8encodings/c7
%%DATADIR%%/utf8encodings/c8
%%DATADIR%%/utf8encodings/cc
%%DATADIR%%/utf8encodings/cd
%%DATADIR%%/utf8encodings/d6
@comment We always install the same screenrc it just depends on if we
@comment are installing the the one bundled with source, or the one from
@comment FILESDIR/screenrc.sample
@sample %%ETCDIR%%/screenrc.sample
%%EXAMPLESDIR%%/screenrc.sample-1
%%EXAMPLESDIR%%/screenrc.sample-2