| non port: sysutils/screen/Makefile |
Number of commits found: 113 (showing only 100 on this page) |
|
Sunday, 4 Jan 2026
|
08:30 Cy Schubert (cy) Author: Adrian Chadd
sysutils/screen: Fix 64-bit big endian support
PR: 292142
52ecadd |
|
Friday, 3 Oct 2025
|
14:08 Cy Schubert (cy)
sysutils/screen: Fix upstream bug #67155, buffer overflow
Fix upstream bug #67155, buffer overflow due to `strncpy()`.
There is no CVE yet.
Obtained from: https://savannah.gnu.org/bugs/?67155
25019f8 |
|
Monday, 9 Jun 2025
|
06:15 Cy Schubert (cy)
sysutils/screen: Replace sysutils/screen with sysutils/screen50
Remove sysutils/screen and rename sysutils/screen50 to sysutils/screen.
9edb6f7 |
|
Monday, 12 May 2025
|
23:04 Cy Schubert (cy)
sysutils/screen: Make sysutils/screen50 default
aba41ff |
|
Thursday, 29 Aug 2024
|
03:35 Cy Schubert (cy)
sysutils/screen*: Rename screen and introduce a meta port
This is in preparation for the import of screen 5.0.0. I've tried
screen-devel (5.0.0 prelrelease). There were some bugs and
inconsistencies with screen 4.9.1. So we move screen to screen49
to maintain a version of screen that is known to work.
This implements the concept of a master screen port by renaming it to
screen49 and creating a slave port called screen. The idea of this is
similar in concept used with the cfengine or krb5 family of ports.
Users should never need to change port origins when a new stable
version of screen is committed.
People can install the screen port or package as before. However if they
choose to use the other screen port/package they may remove screen and
install the versioned "master" port/package directly.
This is in preparation for import of screen 5.0.0 into the ports
collection. Unfortunately my initial testing of screen 5.0.0 using the
screen-devel port uncovered an annoying (to me) bug, which I have opened
an issue with our upstream. I have not found the time to test their
patches enough to feel comfortalbe replacing the existing screen 4.9.1
with 5.0.0. When 5.0.0 will be imported as sysutils/screen50, it will
not become the default master port until we believe it won't become
a source of many bugzilla bugs.
43808d1 |
|
Monday, 19 Aug 2024
|
16:05 Cy Schubert (cy)
sysutils/screen*: Fix off-by-one buffer overflow
FreeBSD ncurses, as of c8b9c85ee5bb, does a strncpy() of 1024 bytes into
a 1023 byte buffer supplied by screen. This section of code in ncurses
was removed in 61f66a1f4403, and is not a problem since 14.0-RELEASE.
But it is still a problem in 13-STABLE.
Thank you to dim@ for detailed analysis and initial patch to
sysutils/screen. The same patch is also applied to sysutils/screen-devel
this commit.
PR: 280868
MFH: 2024Q3
1c7e0fd |
|
Sunday, 18 Aug 2024
|
13:24 Cy Schubert (cy)
sysutils/screen*: Bump PORTREVISION for runtime fix
92b0c9cdbef5 fixed a runtime issue. A PORTREVISION bump is required.
PR: 280868
MFH: 2024Q4
4188186 |
13:11 Cy Schubert (cy)
sysutils/screen*: Fix stack overflow detected on aarch64
Fix,
SCREEN[1304]: stack overflow detected; terminated
kernel: pid 1304 (screen-4.9.1), jid 0, uid 0: exited on signal 6 (core dumped)
PR: 280868
Tested by: Andreas Schwarz <bugs.freebsd.asc@schwarzes.net>
MFH: 2024Q3
92b0c9c |
|
Thursday, 20 Jun 2024
|
17:08 Cy Schubert (cy)
sysutils/screen: Bump PORTREVISION to chase src 21817992b331
21817992b331 in FreeBSD/main installed ncurses 6.5 into 15-CURRENT.
This causes screen to display errors about duplicate entries in
termcap/terminfo. A rebuild of screen fixes the problem.
The errors are:
Name collision 'cdc456tst' between
cdc456tst
and cdc456tst
Cannot remove alias 'cdc456tst'
Name collision 'tab132w' between
tab132w
and tab132w
Cannot remove alias 'tab132w'
And many more errors like the above.
4399046 |
|
Wednesday, 3 Apr 2024
|
18:42 Cy Schubert (cy)
sysutils/screen: Register conflict with sysutils/screen-devel
bf782a9 |
|
Friday, 1 Mar 2024
|
21:11 Cy Schubert (cy)
sysutils/screen: move man page
23c55b7 |
|
Wednesday, 3 Jan 2024
|
03:23 Cy Schubert (cy)
sysutils/screen: Ignore legacy pty (pty.ko) during build
screen built on a machine with pty.ko (legacy SYSVR4 pty support)
loaded will fail to run on machines without pty.ko loaded. It will
try to open /dev/ptmx and fail, crashing screen. This commit fixes
this by removing the test for /dev/ptmx (legacy SYSVR4 pty support).
Reported by: Jonathan Chen <jonc@chen.org.nz>
8659dcf |
|
Sunday, 20 Aug 2023
|
03:22 Cy Schubert (cy)
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)
bfae663 |
|
Wednesday, 16 Aug 2023
|
13:52 Rodrigo Osorio (rodrigo)
sysutils/screen: Add session creation time when list active sessions
Reimplement Debian patches to display screen session creation time and
sort the list of sessions by date.
Output example for 'screen -ls' command
---------------------------------------
There is a screen on:
14059.pts-7.1302amd64-head (08/15/23 10:02:52) (Attached)
1 Socket in /tmp/screens/S-root.
Reviewed by: cy
Differential Revision: https://reviews.freebsd.org/D41469
7418bfa |
|
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
|
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Samorukov <samm@freebsd.org>
* Alex de Kruijff
* Alexander Haderer <alexander.haderer@loescap.de>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander V. Chernikov <melifaro@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Dobloug <andreasd@@ifi.uio.no>
* Andreas Fehlner (fehlner@gmx.de)
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <az@inec.ru>
* Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
* Andrew Khlebutin <andrey@hm.perm.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrew Stevenson <andrew@ugh.net.au>
* Andrew Turner <zombie@i4free.co.nz>
* Andrey A. Chernov <ache@FreeBSD.org>
* Andrey Cherkashin <andoriyu@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kuzmin <akuz84@gmail.com>
* Andrey Simonenko
* Andrey Zonov <andrey@zonov.org>
* Andris Raugulis <moo@arthepsy.eu>
* Andy Fawcett <andy@athame.co.uk>
* Anes Mukhametov <anes@anes.su>
* Anish Mistry
* Anish Mistry <amistry@am-productions.biz>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Lysenok <bart@tapolsky.net.ua>
* Anton Statutov <astatutov@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Aragon Gouveia <aragon@phat.za.net>
* Arjan van der Velde <noresult@xs4all.nl>
* Artem Zaytsev <a.arepo@gmail.com>
* Ashish SHUKLA <wahjava@gmail.com>
* Austin Shafer <ashafer@badland.io>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Baptiste Grenier <gwarf@gwarf.org>
* Bartek Rutkowski <robak@FreeBSD.org>
* Ben Kibbey <bjk@arbornet.org>
* Ben Woods <woodsb02@FreeBSD.org>
* Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net>
* Blaz Zupan <blaz@amis.net>
* Boris Kochergin <spawk@acm.poly.edu>
* Boris Popov <bp@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* Brad Lanam <bll@gentoo.com>
* Brian Dean <bsd@FreeBSD.org>
* Brian Handy <handy@physics.montana.edu>
* Brian Somers <brian@FreeBSD.org>
* Cameron Katri <me@cameronkatri.com>
* Carlo Strub
* Chad Castleberry AKA ritalin
* Charles Swiger <chuck@pkix.net>
* Charlie Kester <corky1951@comcast.net>
* Chifeng Qu <chifeng@gmail.com>
* Chris Calvey <chris@securityforensics.co.uk>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Howey <howeyc@gmail.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Key <cjk32@cam.ac.uk>
* Colin Booth <colin@heliocat.net>
* Colin Percival
* Conrad Meyer <cem@FreeBSD.org>
* Cosmin Stroe <cstroe1@uic.edu>
* Craig Leres <leres@FreeBSD.org>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Cy Schubert <cy@FreeBSD.org>
* Cyrille Lefevre <Cyrille.Lefevre@laposte.net>
* Cyrille Lefevre <clefevre@citeweb.net>
* Dale Woolridge <dale.woolridge@gmail.com>
* Dan Langille <dan@langille.org>
* Dan Piponi <wmtop@tanelorn.demon.co.uk>
* Daniel Baker <dbaker@FreeBSD.org>
* Daniel Bond
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Harris <dannyboy@subdimension.com>
* Daniel Johansson <donnex@donnex.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Solsona <daniel@ish.com.au>, Guido Falsi <madpilot@FreeBSD.org>
* Daniel Thiele
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* Danny Howard <dannyman@toldme.com>
* Dave Cottlehuber <dch@skunkwerks.at>
* David Gardner
* David Le Brun <david@dyn-ns.net>
* David Naylor <dbn@FreeBSD.org>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* David Thiel <lx@redundancy.redundancy.org>
* David W. Chapman Jr. (dwcjr@FreeBSD.org)
* Denis Barov
* Denis Barov <dindin@dindin.ru>
* Denis N. Peplin <info@volginfo.ru>
* Dennis Herrmann <dhn@FreeBSD.org>
* Dereckson <dereckson@gmail.com>
* Derik van Zuetphen <dz@426.ch>
* Devin Teske <dteske@FreeBSD.org>
* Devin Teske <dteske@vicor.com>
* Dikshie
* Dima Panov <fluffy@Fluffy.Khv.RU>
* Dima Sivachenko <dima@chg.ru>
* Dirk Engling <erdgeist@erdgeist.org>
* Dmitri Nikulin <setagllib@optusnet.com.au>
* Dmitry Frolov <frol@nov.net>
* Dmitry N Fomin <fdn@okbire.ru>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Yashin <dmitry@yashin.su>
* Dmitry Yu Okunev dyokunev@ut.mephi.ru
* Dom Mitchell <dom@happygiraffe.net>
* Dom Mitchell <dom@myrddin.demon.co.uk>
* Dominic Fandrey <kamikaze@bsdforen.de>
* Donald Burr <dburr@FreeBSD.org>
* Doug Harple
* Douglas Thrift
* Dryice Liu <dryice@dryice.name>
* Dylan Bridgman
* Ed Schouten <ed@FreeBSD.org>
* Ed Schouten <ed@fxq.nl>
* Ederson de Moura <ederbs@ederbs.org>
* Edson Brandi <ebrandi@fugspbr.org>
* Eduard Martinescu
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Vadot <manu@freebsd.org>
* Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
* Eric Freeman <freebsdports@chillibear.com>
* Erik Greenwald <erik@smluc.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene Grosbein <eugen@FreeBSD.org>
* Evan Sarmiento <esarmiento@wayfair.com>
* Evgeny Zhirnov <jirnov@gmail.com>
* Fabian Keil <fk@fabiankeil.de>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Florent Thoumie <flz@xbsd.org>
* Florian Smeets <flo@smeets.im>
* Frank Fenor <frank@fenor.de>
* Frank Wall <fw@moov.de>
* Frederic Culot <culot@FreeBSD.org>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Frerich Raabe <frerich.raabe@gmx.de>
* Fukang Chen <loader@FreeBSD.org>
* Gabor Zahemszky
* Gabriel M. Dutra <0xdutra@gmail.com>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* George Cox <gjvc@gjvc.com>
* George Neville-Neil gnn@freebsd.org
* George Reid <greid@ukug.uk.freebsd.org>
* Gerhard Häring <gh@ghaering.de>
* Gerrit Beine <tux@pinguru.net>
* Gert Doering <gert@space.net>
* Gleb Kurtsou <gleb@FreeBSD.org>
* Gleb Smirnoff <glebius@FreeBSD.org>
* Greg Larkin <glarkin@FreeBSD.org>
* Greg Lewis <glewis@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hakisho Nukama <nukama@gmail.com>
* Hans Petter Selasky <hselasky@freebsd.org>
* Harshavardhana
* Heiner <h.eichmann@gmx.de>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Hizbulin Ildar <hizel@vyborg.ru>
* Hokan
* Hondareyte <lhondareyte@laposte.net>
* Hung-Yi Chen <gaod@hychen.org>
* Ian Lepore <ian@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Ivan Dreckman <ivannashdreckman@fastmail.fm>
* Ivan Lago <ivan.lago@ifom-ieo-campus.it>
* J.R. Oldroyd <fbsd@opal.com>
* James Hunt <james.hunt@ubuntu.com>
* James O'Gorman <james@netinertia.co.uk>
* Jamie Heckford <jamie@jamiesdomain.co.uk>
* Jan Stocker <Jan.Stocker@t-online.de>
* Janne Snabb <snabb@epipe.com>
* Jase Thew <freebsd@beardz.net>
* Jason Evans <jasone@FreeBSD.org>
* Jason Harris <jharris@widomaker.com>
* Jason Helfman <jgh@FreeBSD.org>
* Jean-Yves Lefort <jylefort@FreeBSD.org>
* Jeffrey Goldberg <jeffrey@goldmark.org>
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jeremy Chadwick <freebsd@jdc.parodius.com>
* Jeremy Chadwick <jdc@parodius.com>
* Jeremy Shaffner <jeremy@external.org>
* Jesse
* Jesse Smith
* Jesse Smith <jessefrgsmith@yahoo.ca>
* Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
* Jev Björsell <ports@ecadlabs.com>
* Jim Pirzyk <pirzyk@FreeBSD.org>
* Jim Pirzyk pirzyk@FreeBSD.org
* Jim Riggs <ports@christianserving.org>
* Jim Shewmaker
* Jin-Sih Lin <linpct@gmail.com>
* Jin-Sih, Lin <linpct@gmail.com>
* Joe Barbish
* Joe Barbish <jail-primer1@a1poweruser.com>
* Joe Barbish <qchroot1@a1poweruser.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joerg Pulz <Joerg.Pulz@frm2.tum.de>
* Johannes Dieterich <jmd@FreeBSD.org>
* John D. "Trix" Farrar <trix@basement.net>
* John Hixson <jhixson@FreeBSD.org>
* John Hixson <jhixson@freebsd.org>
* John Hixson <john@pcbsd.org>
* John Reynolds <johnjen@reynoldsnet.org>
* Jon Wilson <jon@phuq.co.uk>
* Jonathan Liu <Net147@hotmail.com>
* Joris Vandalon
* Jose G. Juanino <jjuanino@gmail.com>
* Josef El-Rayes <josef@FreeBSD.org>
* Joseph Benden <joe@thrallingpenguin.com>
* Jouke Witteveen <j.witteveen@gmail.com>
* Jov <amutu@amutu.com>
* Ju Pengfei <jupengfei@gmail.com>
* Juergen Lock <nox@FreeBSD.org>
* Juergen Lock <nox@jelal.hb.north.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Jung-uk Kim <jkim@FreeBSD.org>
* Juraj Lutter <otis@sk.FreeBSD.org>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* KIMURA Takamichi <takamiti@tsden.org>
* Kai Wang <kaiwang27@gmail.com>
* Kamila Souckova <kamila@ksp.sk>
* Kay Lehmann
* Kay Lehmann <kay_lehmann@web.de>
* Kevin Bowling <kbowling@FreeBSD.org>
* Kirill Ponomarev <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kirk Strauser <kirk@strauser.com>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Konstantin Reznichenko <kot@premierbank.dp.ua>
* Koop Mast <kwm@FreeBSD.org>
* Koop Mast<kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kueifeng Li <thinker@branda.to>
* Lapo Luchini <lapo@lapo.it>
* Lars Engels <lars.engels@0x20.net>
* Lars Engels <lme@FreeBSD.org>
* Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Len Sassama
* Leo Vandewoestijne <freebsd@dns-lab.com>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loren M. Lang
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lucas Holt <luke@foolishgames.com>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lupe Christoph <lupe@lupe-christoph.de>
* M. Warner Losh <imp@FreeBSD.org>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Mahlon E. Smith <mahlon@martini.nu>
* Manuel Rabade Garica <mig@mig-29.net>
* Marc G. Fournier <scrappy@FreeBSD.org>
* Marc Lagrange <rhaamo@gruik.at>
* Marcel Kaiser <mk@nic-nac-project.org>
* Marcin Cieslak <saper@SYSTEM.PL>
* Marcin Simonides <marcin@studio4plus.com>
* Marco Steinbach <coco@executive-computing.de>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Marius Strobl <marius@FreeBSD.org>
* Mark Blackman <tmb_ports@maddog.u-net.com>
* Mark Felder <feld@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Markus Brueffer <markus@FreeBSD.org>
* Markus Dolze
* Martin Matuska <mm@FreeBSD.org>
* Martin Otto
* Martin Pala <martinp@tildeslash.com>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Martin Tournoij <martin@arp242.net>
* Martin Wilke <miwi@FreeBSD.org>
* Marwan Burelle <marwan.burelle@lri.fr>
* Mateusz Piotrowski <0mp@FreeBSD.org>
* Matt Lancereau <matt@rimasec.net>
* Matt Lancereau <ports@FreeBSD.org>
* Matt Peterson <matt@peterson.org>
* Matteo Cypriani <mcy@lm7.fr>
* Matthew Dillon <dillon@backplane.com>
* Matthew Fuller <fullermd@over-yonder.net>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Max Khon
* Max Khon <fjoe@FreeBSD.org>
* Max Laier <max@love2party.net>
* Maxim Ignatenko <gelraen.ua@gmail.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Melvyn Sopacua <melvyn@magemana.nl>
* Michael Gmelin <freebsd@grem.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <michael@ranner.eu>
* Michael Reifenberger
* Miguel Mendez <flynn@energyhq.homeip.net>
* Mike Meyer <mwm@mired.org>
* Mike Muir <mmuir@es.co.nz>
* Mikolaj Golub <to.my.trociny@gmail.com>
* Mikolaj Golub <trociny@FreeBSD.org>
* Mohammad S. Babaei <info@babaei.net>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Murray Nesbitt <freebsd@nesbitt.ca>
* Mykola Dzham <i@levsha.me>
* Natacha Porte <natbsd@instinctive.eu>
* Nick Hibma <n_hibma@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nikola Kolev <koue@chaosophia.net>
* Nikolai Lifanov
* Nikolai Lifanov <lifanov@FreeBSD.org>
* Nikolai Lifanov <lifanov@FreeBSD.org> and Ben Woods <woodsb02@FreeBSD.org>
* Nikolay Dachev <jadm@dachev.info>
* Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Nosov Artem <chip-set@mail.ru>
* Oleg A. Mamontov <oleg@mamontov.net>
* Oleg Alexeenkov <proler@gmail.com>
* Oleg Ginzburg
* Oleg Ginzburg <olevole@olevole.ru>
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Eikemeier
* Oliver Lehmann <Kai_Allard_Liao@gmx.de>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Olivier Duchateau <olivierd@FreeBSD.org>
* Palle Girgensohn <girgen@FreeBSD.org>
* Patrice Clement <monsieurp@gentoo.org
* Patrice Clement <monsieurp@gentoo.org>
* Patrick Li <pat@databits.net>
* Patrick M. Hausen (pmh@hausen.com)
* Patrick Rinke <patrick@rinke-bochum.de>
* Paul Dlug <paul@aps.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Pavel Novikov
* Pavel Timofeev <timp87@gmail.com>
* Pawel Pekala <c0rn@o2.pl>
* Pete Fritchman <petef@databits.net>
* Peter Ankerstal <peter@pean.org>
* Peter Edwards <pmedwards@eircom.net>
* Peter TKATHENKO <peter@flytrace.com>
* Philippe Casidy <pcasidy@casidy.com>
* Pieter Danhieux <opr@bsdaemon.be>
* Piotr Kubaj <pkubaj@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qiang Guo <guoqiang_cn@126.com>
* Radim Kolar
* Ralf van Dooren <r.vdooren@snow.nl>
* Rashid N. Achilov <shelton@granch.ru>
* Remington Lang <MrL0Lz@gmail.com>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@freebsd.org>
* Ricardo A. Reis <ricardo.areis@gmail.com>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Person <rodperson@rodperson.com>
* Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Rodrigo Graeff <delphus@gmail.com>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Jackson <raj@csub.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sachidananda Urs
* Samir Noir <samir@noir.im>
* Samy Al Bahra <samy@kerneled.com>
* Samy Al Bahra <samy@kerneled.org>
* Sascha Klauder <sklauder@trimind.de>
* Scot Hetzel <swhetzel@gmail.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sean Rees <sean@rees.us>
* Sebastian Yepes F. <esn@x123.info>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <sergey.kozlov@intel.com>
* Sergey Kozlov <skozlov@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
* Slawomir Wojciech Wojtczak <vermaden@interia.pl>
* Soeren Boll Overgaard <boll@tolkien.dk>
* Sofian Brabez <sbrabez@gmail.com>
* Sofian Brabez <sbz@FreeBSD.org>
* SriSaiGanesh
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stefan Esser
* Stefan Jahn <stefan.jahn@nemesis-sektor.de>
* Stefan Rumetshofer
* Steffen Fritz <steffen@fritz.wtf>
* Steffen Vogelreuter
* Stephen J. Roznowski <sjr@home.net>
* Steve Atwell
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <steven@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* The Anarcat <anarcat@anarcat.ath.cx>
* Thierry Dussuet <dussuett@wigwam.ethz.ch>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Bartelmess <thomas@bartelmess.io>
* Thomas E. Zander <riggs@rrr.de>
* Thomas Hurst <tom@hur.st>
* Thomas Seck <tmseck@netcologne.de>
* Thomas Zander <riggs@FreeBSD.org>
* Thorsten Greiner <thorsten.greiner@web.de>
* Tim Bishop <tdb@FreeBSD.org>
* Tim Bishop <tim@bishnet.net>
* Tim Welch <ports@thepentagon.org>
* Tim van der Hoek <hoek@FreeBSD.org>
* Timothy Redaelli
* Tobias Roth <ports@fsck.ch>
* Tom Judge <tom@tomjudge.com>
* Tom Rhodes <trhodes@FreeBSD.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Tony Narlock <tony@git-pull.com>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Uffe Jakobsen <uffe@uffe.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Valerio Daelli <valerio.daelli@gmail.com>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Vasiliy Ch <blttll@gmail.com>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Kondratyev <wulf@FreeBSD.org>
* Vladimir Laskov <samflanker@gmail.com>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wes Peters <wes@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
* Xavier Beaudouin <kiwi@oav.net>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yonatan <Yonatan@xpert.com>
* Yonatan <onatan@gmail.com>
* Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yuan-Chen Cheng <ycheng@sinica.edu.tw>
* Yuichiro NAITO <naito.yuichiro@gmail.com>
* Yuri Victorovich <yuri@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* alepulver
* anarcat
* anders
* arved
* asami
* bjohnson@wedgie.org
* bsdx
* carl@servicefactory.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chuck@pkix.net
* clsung
* cracauer@cons.org "Martin Cracauer"
* cy@FreeBSD.org
* dds
* desmo@bandwidth.org
* dieringe
* eivind
* freebsd@spatula.net
* futatuki
* gahr
* grog
* gtodd@bellanet.org
* gurkan@phys.ethz.ch
* ijliao
* imp
* ismail.yenigul@endersys.com.tr
* jack
* janos.mohacsi@bsd.hu
* jfreund
* jhb
* jim@thehousleys.net
* jkh
* joerg
* jon@witchspace.com
* joseph@randomnetworks.com
* jpaetzel@FreeBSD.org
* jrhett@netconsonance.com
* jwd
* kaz@kobe1995.net (NAKAMURA Kauzushi)
* kiesel
* kiesel@schlund.de
* kmoore@FreeBSD.org
* koma2@lovepeers.org
* kuriyama
* luigi@FreeBSD.org
* lx@redundancy.redundancy.org
* marius@alchemy.franken.de
* mi@aldan.algebra.com
* mich@freebsdcluster.org
* michael@fuckner.net
* mm
* mranner@inode.at
* netch@netch.kiev.ua
* ntarmos@ceid.upatras.gr
* okeeblow <root@cooltrainer.org>
* papowell@lprng.com
* pat
* petef@FreeBSD.org
* peter
* philip@FreeBSD.org
* ports@c0decafe.net
* rantapaa@uswest.net
* rhay
* rhwang@bigpanda.com
* roam@FreeBSD.org
* roam@orbitel.bg
* samm
* samu <freebsd-ports@samu.pl>
* se@freebsd.org
* shige
* stas
* sten@blinkenlights.nl
* sterling
* sumikawa
* takawata@jp.FreeBSD.org
* thierry@pompo.net
* thompsa@FreeBSD.org
* trasz
* trasz <trasz@pin.if.uz.zgora.pl>
* tundra
* uffe@uffe.org
* uri@keves.org
* walt
* will
* wmoran
* wosch
With hat: portmgr
ea71236 |
|
Friday, 27 May 2022
|
20:47 Cy Schubert (cy)
sysutils/screen: Fix NOSOCKETDIR option
The NOSOCKETDIR option is reversed. Fix it.
Reported by: leres
MFH: 2022Q2
dcae0dd |
|
Monday, 9 May 2022
|
17:48 Cy Schubert (cy)
sysutils/screen: Socket directory location option
Allow the user to specify the location of the socket directory through a
make.conf or make command line option called SCREEN_SOCKET_DIR. Simply
add SCREEN_SOCKET_DIR= to make.conf or put it on the command line.
42254d3 |
17:48 Cy Schubert (cy)
sysutils/screen: Option to disable socketdir
Some users may prefer not to have screen sockets in /tmp/screens (EUID== 0)
and /tmp/uscreens (EUID != 0), preferring instead to keep screen sockets in
the user's home directory. Enabling the NOSOCKETDIR option accomplishes
this.
Reported by: "John W. O'Brien" <john@saltant.com>
MFH: 2022Q2
a0aa88c |
|
Sunday, 10 Apr 2022
|
13:38 Cy Schubert (cy)
sysutils/screen: Make MULTIUSER default
Setuid root screen uses /tmp/screen for its sockets while non-setuid root
screen uses /tmp/uscreens. This is too much of a POLA violation, therefore
make MULTUSER default. This commit reverts the intent of PR/262903. People
wishing to secure their screen must terminate all screen sessions before
rebuilding without the MULTIUSER option.
Reported by: many
Fixes: 2022Q2
d7c0a4e |
|
Tuesday, 29 Mar 2022
|
22:13 Cy Schubert (cy)
sysutils/screen: Varioius fixups
Make interprets PLIST variable names too. Choose a variable name
different enough not to be interpreted by make.
Fix a typo.
Use default executable permissions of 555, same as if permissions
weren't set in the first place. We're only interested in the setuid
bit. This requries a PORTREVISION bump.
61ebb66 |
17:06 Cy Schubert (cy)
sysutils/screen: Fix plist
PLIST doesn't like "_" in variable names. Fix by renaming
MULTIUSER_SCREEN to MULTIUSER.
PR: 262903
Reported by: sunpoet, Michael Butler <imb@protected-networks.net>
Fixes: 8f528507e9ca
Pointy hat to: cy
36f516a |
15:39 Cy Schubert (cy)
sysutils/screen: Disable multiuser mode by default
Multiuser mode is a handy way to share a screen among people who do
not reside in the same location. Unforutnately it requires that screen
be setuid root. GNU screen has had a number of CVEs over the years.
See https://www.cvedetails.com/vulnerability-list/vendor_id-72/\
product_id-1860/GNU-Screen.html. Removing the setuid bit mitigates this
at the expense of breaking the multuser feature.
Red Hat removed GNU screen's setuid bit over a dozen years ago. Their
rationale is documented in their bugzilla bug 580339, where they stated
that most users don't use the multiuser feature. (Personally, I'm the only
person I know of who uses that feature.)
Users who use the multuser feature should enable the MUILTUSER option
prior to building screen or using poudriere-options. Alternatively, users
can chmod the setuid bit on when needed.
PR: 262903
Submitted by: david@isnic.is (mostly)
Reported by: david@isnic.is
8f52850 |
|
Friday, 18 Mar 2022
|
17:28 Cy Schubert (cy)
sysutils/screen: Fix build
autoreconf:build must be unconditional
Reported by: leres
Fixes: 9bdc78861688
866d2d7 |
13:17 Cy Schubert (cy)
sysutils/screen: SHOWENC is default now
screen 4.9.0 enables encodings by default in acconfig.h. Remove the option
entirely.
PR: 262641
a6764f5 |
13:05 Cy Schubert (cy)
sysutils/screen: Fix SHOWENC build
The SHOWENC optional patch is now included in screen 4.9.0. We simply
enable the option now and build. The patch is redundant.
PR: 262641
Reported by: Trond.Endrestol@ximalas.info, sunpoet, many others
Fixes: 9bdc78861688
f653427 |
|
Thursday, 17 Mar 2022
|
23:44 Cy Schubert (cy)
sysutils/screen: Update to 4.9.0
Update screen to 4.9.0. From the release announcement:
New in this release:
* Hardstatus option for used encoding (escape string '%e')
* Fixes:
- fix combining char handling that could lead to a segfault
- CVE-2021-26937: possible denial of service via a crafted UTF-8
character sequence (bug #60030)
- make screen exit code be 0 when checking --help
- session names limit is 80 symbols (bug #61534)
- option -X ignores specified user in multiuser env (bug #37437)
- a lot of reformations/fixes/cleanups (man page and source code)
For full list of changes see
https://git.savannah.gnu.org/cgit/screen.git/log/?h=v.4.9.0
Note that CVE-2021-26937 was fixed in the FreeBSD port in 2021.
9bdc788 |
|
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
|
Tuesday, 16 Feb 2021
|
00:45 cy
Fix CVE-2021-26937 for real: segfaults by displaying some UTF-8 characters
This is a recommit of r565281 fixing a typo in r565281, causing
a regression.
CVE-2021-26937 segfaults when displayingsome UTF-8 characters
described in
https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html.
PR: 253515
Reported by: daniel.engberg.lists at pyret.net
Obtained from: https://build.opensuse.org/request/show/871482
MFH: 2020Q1
Security: CVE-2021-26937
 |
|
Monday, 15 Feb 2021
|
19:17 cy
Revert r565281. It breaks UTF-8.
Reported by: Trond.Endrestol at ximalas.info
Christos Chatzaras <chris at cretaforce.gr>
PR: 253515
 |
01:35 cy
Fix CVE-2021-26937: segfaults by displaying some UTF-8 characters
CVE-2021-26937 segfaults when displayingsome UTF-8 characters
described in
https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html.
PR: 253515
Reported by: daniel.engberg.lists at pyret.net
Obtained from: https://build.opensuse.org/request/show/871482
MFH: 2020Q1
Security: CVE-2021-26937
 |
|
Wednesday, 23 Sep 2020
|
18:16 linimon
Canonicalize use of SSP_CFLAGS on all powerpc variants.
Approved by: portmgr (tier-2 blanket)
 |
|
Wednesday, 12 Feb 2020
|
04:26 cy
Update 4.7.0 --> 4.8.0
 |
|
Friday, 27 Dec 2019
|
19:24 marius
Add and use a shared INFO description. I have patches to add that knob to
a bunch of additional ports.
 |
|
Wednesday, 4 Dec 2019
|
04:41 cy
The hang also occurs on a Power9 box.
Submitted by: tuexen@
Reported by: tuexen@
 |
|
Thursday, 7 Nov 2019
|
17:00 cy
Memory constrained i386 is affected on all versions of FreeBSD. Though
I am not able to reproduce this locally, it is reported that the hang
also occurs on -CURRENT i386 on a memory constrained Intel Pentium III.
(I am not able to reproduce this hang on my sandbox machine, with multiple
boot partitions, one of which is i386 -CURRENT, because it has plenty of
memory.)
Reported by: Michael Butler <imb@protected-networks.net>
 |
|
Wednesday, 6 Nov 2019
|
21:17 cy
Circumvent a hang on FreeBSD 11 i386 caused by an unreported (only visible
through truss) stack assertion.
This is a temporary fix which will require further investigation to
determine the cause.
PR: 241750
Reported by: Victor Sudakov <vas@sibptus.ru> (in the PR)
Paul Beard <paulbeard@gmail.com> (via direct email)
 |
|
Monday, 4 Nov 2019
|
20:43 cy
Fix a stack assertion under arm.
PR: 241690
Submitted by: mikael.urankar at gmail.com
Reported by: Ulrich Grey <usenet at ulrich-grey.de>
 |
|
Tuesday, 29 Oct 2019
|
04:23 cy
Correctly identify utmpx support in FreeBSD.
- FreeBSD's utmpx is incorrectly identified in ./configure.
- Because of the falsely identified utmpx support in the ./configure
script, a previously applied patch, which didn't work, is no longer
needed.
PR: 241530
Reported by: Henry David Bartholomew <PopularMoment@protonmail.com>
Daniel Drinnon <ddrinnon@cdor.net>
 |
04:23 cy
Resolve upstream bug #55482: TERMCAP can break on systems that don't
support terminfo
Obtained from: https://savannah.gnu.org/bugs/?55482
 |
|
Monday, 28 Oct 2019
|
14:42 cmt
sysutils/screen: fix coredump on xterm/rxvt variants without Km
On xterm- and rxvt-variants (and in some other cases) screen's
InitTermcap() tries to strdup() the terminals "Km" ("key_mouse")
termcap attribute - but that might be NULL, as some of these
terminals (notably rxvt and xterm-color) do not have "Km". Trying
to strdup() NULL results in segfault and coredump.
Catch that NULL and prevent the segfault.
PR: 241538
Reported by: Marcin Cieslak, Gareth de Vaux
Approved by: cy@
 |
|
Wednesday, 9 Oct 2019
|
01:03 cy
Resolve a segfault in utmp.c:519 at some installations.
 |
|
Tuesday, 8 Oct 2019
|
19:13 cy
Update 4.6.2 --> 4.7.0
 |
|
Thursday, 29 Aug 2019
|
14:09 bapt
Always install the manpage and let the user decide if they do want
to install groff(1) as advised by man(1) if they want.
Reviewed by: cy
Approved by: cy (maintainer)
Differential Revision: https://reviews.freebsd.org/D21463
 |
06:38 krion
Remove building man page by default. It's currently broken on HEAD
and requires to build textproc/groff which requires devel/llvm80
which is an overkill for using screen.
 |
|
Monday, 4 Feb 2019
|
06:10 cy
nroff/groff was removed from base by r319664. Since then textproc/groff
is required to avoid the following error:
> $ man screen
> This manpage needs groff(1) to be rendered
> First install groff(1):
> pkg install groff
Reported by: mayhem30@gmail.com
MFH: 2019Q1
 |
|
Saturday, 10 Nov 2018
|
18:12 bapt
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
 |
|
Friday, 2 Nov 2018
|
17:15 antoine
Add missing USES=makeinfo
 |
|
Tuesday, 9 Jan 2018
|
20:41 cy
Instead of people.freebsd.org use LOCAL as per
https://www.freebsd.org/doc/en/books/porters-handbook/slow-sources.html
Reported by: mat
 |
07:25 cy
Remove redundant master sites. Also, replace my domain name named after
the fictitious place in the Edmonton Journal political cartoon at the time
with my preferred domain name.
 |
|
Thursday, 2 Nov 2017
|
21:41 olgeni
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
 |
|
Tuesday, 24 Oct 2017
|
19:07 cy
Update 4.6.1 --> 4.6.2
 |
|
Thursday, 31 Aug 2017
|
12:53 cy
Fix typo. Ports s/b port.
Reported by: Randy Bush <randy@psg.com>
Pointy hat to: cy
 |
|
Sunday, 27 Aug 2017
|
03:35 cy
Allow the user to select dependency on ncurses in base (USES=ncurses:base)
or devel/ncurses in ports (USES=ncurses:ports). The default option is to
depend on ncurses in ports (if installed), otherwise depend on base
(same as USES=ncurses).
This works around the following problem when screen is linked with
devel/ncurses:
$ view /etc/passwd
view: No terminal database found
$
To avoid the above problem either have screen depend on ncurses in base
or set TERM=xterm when creating new screen window.
Adding screeninfo.src from the screen tarball to terminfo.src in
devel/ncurses does not resolve this issue.
This problem does not affect packages built by poudriere.
PR: 221829
 |
|
Saturday, 26 Aug 2017
|
05:40 cy
Prefer ncurses from base. This resolves an issue using curses
applications within screen.
 |
03:50 cy
Update 4.5.0 --> 4.6.1
 |
|
Sunday, 14 May 2017
|
04:39 cy
Properly detect devel/ncurses if installed and use it. Previously if
devel/ncurses was installed, even though the dependency was registered,
base ncurses would still be linked.
PR: 219260
Submitted by: knu@
 |
|
Saturday, 11 Feb 2017
|
00:57 cy
Fix a segfault in utmp.c when performing a windowlist move (,).
Reported by: Alex Naumov <alexander_naumov@opensuse.org>
See also: https://savannah.gnu.org/bugs/?50143
 |
|
Wednesday, 25 Jan 2017
|
01:36 cy
Circumvent a trivial root privilege escalation.
See:
https://lists.gnu.org/archive/html/screen-devel/2017-01/msg00025.html
Reported by: Tim Zingelman <tez@pkgsrc.org>
Security: CVE not assigned yet
 |
|
Wednesday, 18 Jan 2017
|
13:19 cy
Update 4.4.0 --> 4.5.0
 |
|
Saturday, 5 Nov 2016
|
18:07 bapt
Remove useless dependency on texinfo
Approved by: cy (maintainer)
Differential Revision: https://reviews.freebsd.org/D8450
 |
|
Sunday, 26 Jun 2016
|
06:00 cy
Add a pkg-message note about a fix to the screen message structure
field responsible for $TERM handling. It is impossible to reattach
to older versions.
See https://lists.gnu.org/archive/html/screen-users/2016-06/msg00014.html.
PR: 210551
 |
|
Tuesday, 21 Jun 2016
|
11:20 cy
Update 4.3.1 --> 4.4.0
 |
|
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
|
Sunday, 31 Jan 2016
|
00:47 marino
sysutils/screen: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
 |
|
Monday, 16 Nov 2015
|
16:10 amdmi3
- Add missing file dependencies to fix threaded build, remove MAKE_JOBS_UNSAFE
PR: 201781
Submitted by: truckman
Approved by: maintainer timeout (cy, 3.5 months)
 |
|
Friday, 6 Nov 2015
|
16:47 amdmi3
- Mark MAKE_JOBS_UNSAFE: tries to use comm.h before it's generated
- Switch to options helpers
Approved by: portmgr blanket
 |
|
Tuesday, 8 Sep 2015
|
16:35 feld
Add patch to resolve stack overflow vulnerability
MFH: 2015Q3
Security: 98092444-5645-11e5-9ad8-14dae9d210b8
Security: CVE-2015-6806
 |
|
Wednesday, 22 Jul 2015
|
03:14 cy
Remove incorrect screenrc command.
PR: 201717
 |
|
Wednesday, 1 Jul 2015
|
01:51 cy
Update 4.2.1 --> 4.3.1
 |
|
Wednesday, 11 Mar 2015
|
01:25 cy
Advertise CPE info.
PR: 198477, 198478
 |
|
Sunday, 1 Feb 2015
|
14:30 cy
Fix pkg-plist.
 |
|
Saturday, 31 Jan 2015
|
23:32 cy
Bump PORTREVISION for r373436.
PR: PR/197225
 |
|
Wednesday, 26 Nov 2014
|
01:37 cy
nstall optional screenrc with helpful status line instead of the
default.
Submitted by: alfred, kmoore
Reviewed by: rodrigc
 |
|
Sunday, 15 Jun 2014
|
06:06 cy
Reversed check. Bump portrevision.
Pointy hat to: me
 |
05:44 cy
Due to popular demand sockets are back! Sockets are the default option.
Users should choose named pipes in a heterogeneous environement that uses
both screen 4.0.3 and 4.2.1.
PR: 191029, 191017
 |
|
Saturday, 14 Jun 2014
|
04:07 cy
Make screen 4.0 compatible, prefer fifo over sockets.
PR: 191017
Submitted by: bdrewery
 |
|
Friday, 23 May 2014
|
06:16 bdrewery
Add LICENSE
 |
|
Thursday, 1 May 2014
|
06:54 cy
Fix colour in hardstatus when color between two %= (GNU screen bug #42247).
Options CJK and HOSTINLOCKED are in the base screen, remove them.
 |
|
Wednesday, 30 Apr 2014
|
04:22 cy
Update screen 4.0.3 --> 4.2.1.
Put final touches onto screen-legacy.
 |
01:33 cy
Repair typo.
 |
01:26 cy
Update master sites.
 |
|
Tuesday, 28 Jan 2014
|
14:45 danfe
- Remove references to long unsupported "alpha" architecture
- While here, cleanup and simplify the Makefiles
 |
|
Tuesday, 22 Oct 2013
|
20:15 cy
Convert to staging.
PR: 183186
Submitted by: mat
 |
|
Friday, 20 Sep 2013
|
23:06 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
 |
|
Sunday, 28 Apr 2013
|
20:01 bapt
Convert left sysutils ports to new options framework
 |
|
Sunday, 30 Sep 2012
|
13:48 cy
Make 256 colour option default (similar to x11/xterm port).
Conform to new Makefile header standard.
Suggested by: ehaupt (x11/xterm port maintainer)
 |
|
Tuesday, 8 Nov 2011
|
05:15 cy
Allow $TERM to be longer than 20 bytes, allow for 63 bytes.
PR: 162339
 |
|
Tuesday, 3 May 2011
|
19:34 cy
Back out previous commit. It broke UTF8 functioning.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
 |
|
Sunday, 1 May 2011
|
04:28 cy
Add support for KOI8-U.
PR: ports/156031
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
 |
|
Tuesday, 4 Jan 2011
|
03:28 cy
Add option to enable locking using user's password.
PR: 153548
 |
|
Thursday, 18 Nov 2010
|
20:44 cy
Bjorn Zeeb discovered that screen(1) was mangling ut_host by performing
strange translations. For example, foo.bar.com gets translated to foo:S.0.
Unfortunately, this means that it also truncates IPv6 addresses,
e.g. 2001:7b8:310::1 -> 2001:S.0. Wouldn't it be better to just use the
hostname unmodified? ut_host is supposed to contain a hostname, not some
arbitrary string.
Submitted by: ed (Ed Schouten)
Discovered by: Bjorn Zeeb
 |
|
Thursday, 22 Jul 2010
|
03:22 cy
Apply a new improved utmp patch.
Submitted by: ed
 |
|
Tuesday, 9 Feb 2010
|
07:05 cy
Screen failed to work properly under HEAD. This patch resolve the issue.
Submitted by: ed
 |
|
Saturday, 12 Sep 2009
|
15:50 linimon
Remove the NO_PACKAGE. Recent testing suggests the problem may have
been fixed in the 5.x timeframe.
Tested by: trasz
Hat: portmgr
 |
|
Monday, 23 Feb 2009
|
21:48 cy
Set termios' VERASE to DEL, for vte's autodetect feature.
PR: 131858
Submitted by: Szalai Andras <szalai.bandi@gmail.com>
Obtained from: screen.git commit 01fbf99748f536519605087d5937761790fc6ded
by Micah Cowan <micah@cowan.name>
see:
http://git.savannah.gnu.org/cgit/screen.git/commit/?id=01fbf99748f536519605087d5937761790fc6ded
 |
|
Friday, 25 Jul 2008
|
04:53 cy
Implement a new knob WITH_SHOWENC to show the encoding of every window
on status line.
PR: 124492
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
 |
|
Tuesday, 10 Jun 2008
|
05:53 cy
Add optional patch to include hostname in screen's "locked" message.
PR: 122718
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
 |
05:20 cy
Prefer openpty() over /dev/ptmx.
PR: 123591
Submitted by: Ed Schouten <ed@80386.nl>
 |
|
Friday, 6 Jun 2008
|
14:03 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Number of commits found: 113 (showing only 100 on this page) |