| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
1) Some code clean up using valgrind
2) Added flushing of stdout/stderr so messages are
not lost when redirecting portmanager output to a file
PR: ports/77525
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
* Do not warn on direct command use if the command is preceeded by "--" [1]
* Add a check for ports installing charset.alias or locale.alias. In most
cases these ports should depend on libiconv or gettext, and not install
their own copies of these files [2]
PR: 77410 [2]
Requested by: gerald [1]
Submitted by: leeym [2]
|
|
|
|
|
|
|
|
|
|
|
| |
* Finally found and fixed the bug haunting portmanager for the past few
revisions. Portmanager now "flushes" after droping new records into it's
data bases :)
* Improvement of database code to handle wider variety of strings/character
codes merged from another project that uses libMG.
PR: ports/77409
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
| |
PR: ports/77319
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
|
|
|
| |
There may be a bug in edge cases where a port name originates from multiple
usr/ports directories. Patch allows printing of useful information if this
happens and hopefully traps the bug with assert statements.
PR: ports/77276
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Fixed bug where ports were being updated for old dependencies
when they did not require it.
2) Added -sl option: show leaf ports (ports with no other ports
depending on them)
3) Added -slid option: interactivly delete leaf ports
PR: 77238
Submitted by: Michael C. Shultz <reso3w83 at verizon.net>
|
| |
|
|
|
|
|
|
|
|
| |
1) Add handling of identical portnames from differing origins in port tree
2) Minor bug fix involving portmanager's handling of missing dependencies
PR: ports/76872
Submitted by: maintainer
|
|
|
|
|
|
|
| |
config file the first time it is run after being installed.
PR: ports/76779
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- fix compiler error on sparc64-6-latest
- other minor fixes
PR: ports/76739
Submitted by: maintainer
|
|
|
|
|
| |
PR: 76655
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
|
|
|
|
|
|
|
| |
1) added -ip "ignore port" command line option and the same for pm-020.conf
2) if a port fails to build, port manager now instead of failing, adds it to ignore.db then continues
PR: ports/76529
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/76453
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/76404
Submitted by: Renato Botelho <renato@galle.com.br>
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
|
|
|
|
|
|
| |
that it is far more bandwidth-efficient than CVSup in cases where the
ports tree is being updated every few days.
Approved by: pav
|
|
|
|
| |
Approved by: portmgr (krion).
|
|
|
|
| |
may adversely affect the port build. See the man page for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Made MGmDbArrayFree and MGmDbArray source in /libMG/src/libMG.h
more readable. Fixed a few bad mallocs in MGmDbArrayFree as well.
2) As per suggestions from John E Hein <jhein@timing.com> in
libPMGR/src/libPMGR.h removed hard coded paths and changed so
ports infrastructure files are accessed by using
$PORTSDIR & $PKG_DBDIR environment vars and fixed hard coded
path references in /portmanager/portmanager.c
3) In pmupgrade.c added an abort if error during clean in an attempt
to halt looping when a port conflict occurs, this is untested so
temporary for now.
4) libPMGR/src/PMGRrMakeDescribe.c fixed hard coded paths
5) pmupgrade.c fixed hard coded paths
6) pmupgrade.c Major cleanup of code, seperated upgrade routine into
upgrade, checkForOldDepencies, and PMGRrDoUpgrade routines.
7) fixed portmanager seg faulting when it self updates. (thanks to
"Noah" <admin2@enabled.com> for reporting
8) Added "HINTS AND TIPS" section to portmanager(1) man page.
PR: ports/75596
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
* Search port by "make search" (works on FreeBSD 5.3 as well)
* Bugfix: missing default server support on -o
PR: ports/75611
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
--
Fix the startup script for 4.x.
Submitted by: Nicole Thurner <thurners -at- t-online.de>
|
|
|
|
| |
Submitted by: <Nicole Thurner <thurners -at- t-online.de>
|
|
|
|
|
|
|
|
|
|
|
| |
package and lets you decide (in a beauty dialog interface) for each one
if you want to keep it or delete it.
This is similar to pkg_cutleaves, but it does not require any dependencies
and is done in visual, dialog(1) interface instead of command line.
PR: ports/75517
Submitted by: Timothy Redaelli <drizzt@gufi.org>
|
|
|
|
|
|
|
|
|
|
| |
- Change maintainer email
- Removed all html docs and replaced with man page
- Add WITH_DEBUG knob
- Cleaned up a few compile warnings
PR: ports/75413
Submitted by: Michael C. Shultz (maintainer)
|
|
|
|
|
|
|
|
| |
Reverse the condition to check if custom MAKE_ARGS is specified.
Submitted by: Max Laier <max@love2party.net>
D'oh!
|
|
|
|
|
|
|
| |
- Fix the startup script. (s/echo //)
- When INDEX is not found, try "make fetchindex" first, then try
"make index".
|
|
|
|
|
|
|
| |
I think I've been too long away from my ports work...
PR: ports/75468
Submitted by: Michael <mkuhn.nw 'at' web.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portsdb(1):
- Add a -F flag, which calls make fetchindex internally to
update the ports index file.
portupgrade(1):
- Make -fP properly reinstall an installed package using a binary
package.
- Do not use a binary package when custom MAKE_ARGS or -m option is
defined, unless -PP is specified.
portsclean(1):
- -L: Make sure that a library does not shadow itself.
misc.:
- RcNG'ify the startup script.
- Do not use Object#class which is obsolete in Ruby >=1.8.
|
|
|
|
|
|
|
| |
internally when PORTVERSION is set. Instead, just scour the Makefile to
see if both PORTVERSION and DISTVERSION are defined.
Reported by: krion
|
|
|
|
|
|
| |
* Add support for the new DISTVERSION macro
Submitted by: lioux (plus some additional checks)
|
|
|
|
|
|
|
| |
extract`.
Bug noticed by: Dru Lavigne
With hats: pointy, maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. The working directory and ports directory can be specified
in the portsnap.conf configuration file.
2. Parts of the ports tree (down to the level of individual ports)
can be extracted (e.g., "portsnap extract security/freebsd-update").
This also adds an empty file, $PREFIX/portsnap/.package.this.directory,
which (as the name suggests) ensures that $PREFIX/portsnap/ will be
generated when a package is installed using pkg_add.
PR: 74835
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
port and INDEX builds on old (5.1 & 4.7?) releases.
PR: ports/74192
Reported by: Joe Horn
Approved by: mat
With hat: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Ignore comments when checking for absolute pathname usage
* Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1]
* Make sure to quote meta-characters in PORTNAME before using it as a
regular expression [1]
* Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) &&
defined(WITHOUT_OPT2)" [2]
* Update OMF checks to account for the new INSTALLS_OMF macro
* Update GConf checks to account for the new GCONF_SCHEMAS macro
PR: 73536 [2]
Submitted by: mat [1]
leeym [2]
|
|
|
|
|
|
|
| |
generation.
PR: ports/73612
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
| |
|
|
|
|
|
| |
Now that INDEX is no longer in CVS, don't append .www to the name when
downloading it.
|
|
|
|
| |
for the BSD ports system.
|
|
|
|
| |
big upgrade.
|
|
|
|
|
|
|
| |
- Remove hardcoded /usr/local
PR: ports/73625
Submitted by: cperciva (maintainer)
|
|
|
|
|
|
|
| |
has no "@comment ORIGIN:" in it.
PR: ports/73292
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/73323
Submitted by: Colin Percival <cperciva@daemonology.net>
|
|
|
|
|
| |
Recognize globs in port names.
Bump version to 2.8.0.
|
|
|
|
| |
the portaudit-db entry.
|
| |
|
| |
|
|
|
|
| |
and koffice.
|
|
|
|
|
|
|
| |
- fix bug in distfile:group handling
- fix bug in DISTDIR handling
- add code to better handle refetching of rerolled distfiles
- .PHONY -> .EXEC
|
| |
|
|
|
|
| |
Reported by: W.D. <WD@US-Webmasters.com>
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Check PLIST_FILES for shared libraries, and make sure
INSTALLS_SHLIB is defined [1]
* Check DATADIR and MAN3PREFIX macros [2]
* Check OPTIONS [3]
PR: 71405 [2]
71468 [3]
Requested by: michael johnson <ahze@ahze.net> [1]
Submitted by: leeym [2] [3]
|
|
|
|
|
|
|
| |
- Fix plist
PR: ports/72074
Submitted by: Michael C. Shultz <ringworm@inbox.lv> (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (krion)
|
|
|
|
|
|
|
|
| |
- multi-gnome-terminal: information leak
- usermin: remote shell command injection and insecure installation
- mpg123: layer 2 decoder buffer overflow
Approved by: portmgr (implicit)
|
|
|
|
|
|
| |
- add some references
Approved by: portmgr (implicit)
|
| |
|
| |
|
|
|
|
| |
(first attempts to check the base system for vulnerabilities)
|
|
|
|
|
|
|
|
|
|
| |
- extend ImageMagick entry
- squid ntlm authentication helper DoS
- multiple vpopmail vulnerabilities
- first attempts to check the base system for vulnerabilities:
+ cvs server code
+ zlib DoS
- BSD license portaudit.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch the direct use of ``echo'' check to suggest ${ECHO_CMD} or
${ECHO_MSG} instead of ${ECHO} [1]
* Tighten the check for improper GConf schema handling so that we only look
in the GConf schemas directory [2]
* Correct some grammar mistakes [3]
* Avoid erroneous "direct use of command" warnings [4]
PR: 71159 [4]
Submitted by: gerald [1]
pav [3]
eik [4]
Reported by: pav [2]
|
|
|
|
|
|
|
|
|
|
| |
format, which has had several fields added to it. In addition, it
reacts badly when parse errors occur on the INDEX file, resulting in
double free()s. The patch works around both of these problems
until the next formal release.
PR: ports/71213
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/71138
Submitted by: Michael C. Shultz <ringworm at inbox dot lv> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: marius
|
|
|
|
|
|
| |
PR: ports/70107
Submitted by: Yen-Ming Lee <leeym at utopia dot leeym dot com>
Approved by: maintainer timeout (3 weeks)
|
|
|
|
| |
portaudit.txt).
|
| |
|
|
|
|
| |
vulnerabilty"
|
|
|
|
| |
string vulnerability
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
document.
Reminded by: eik
|
| |
|
| |
|
|
|
|
|
|
|
| |
-I / -s work properly when some of the installed ports have since been
deleted from the ports tree.
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
|
|
|
|
| |
Submitted by: nork
|
|
|
|
| |
Submitted by: krion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BSD Ports Manipuator (BPM) is a graphical ports collection manager for
FreeBSD. It has a GTK+ 2.0 interface and allows you to add, remove, or
upgrade software packages on your system without requiring you to use a
command-line. In addition, it can display details about available,
installed, and out-of-date ports, as well as allowing you to search
based on port descriptions.
BPM uses the existing ports collection structure, allowing it to build
ports from source and integrate seamlessly with other tools.
This project started out as a clone of Ports Manager.app for
DarwinPorts.
WWW: http://www.meowfishies.com/bpm.rhtml
Submitted by: sethk@meowfishies.com
|
| |
|
| |
|
|
|
|
| |
Noted by: nectar
|
| |
|
|
|
|
|
|
| |
PR: ports/70701
Submitted by: maintainer
Patches from: Gudin Franci
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
report is not delayed when the distribution site is down.
Submitted by: kuriyama
|
| |
|
|
|
|
|
|
|
| |
modify the vulnerability report depending on -q/-v (experimental)
PR: 69935, 68942
Submitted by: Chris Pepper <pepper@reppep.com>, Johan Karlsson <k@numeri.campus.luth.se>
|
| |
|
| |
|
| |
|
|
|
|
| |
(3.2.3_3 didn't have all patches).
|
|
|
|
| |
<http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html>
|
|
|
|
| |
40800696-c3b0-11d8-864c-02e0185c0b53
|
|
|
|
| |
6f955451-ba54-11d8-b88c-000d610a3b12, move references
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.
Update KOffice to version 1.3.2.
Add patches to fix a number of issues, including:
- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
with optimizations greater than -O
Add security related patches and entries to portaudit.txt.
|
| |
|
|
|
|
|
|
|
|
| |
This version corrects bus faults introduced in ver 0.1.8.
Also corrects two pkg-plist errors.
PR: ports/70239
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
Fully PREFIX compliant now.
Complete run on CURRENT.
PR: ports/70190
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/70136
Submitted by: maintainer.
|
|
|
|
|
|
|
|
|
| |
- Bugfix: sometimes the ports version was wrong;
- A default cvs server can be set;
- Port revision is added to port version number.
PR: 70162
Submitted by: maintainer.
|
| |
|
|
|
|
|
| |
- Make devel/newfile dependency optional under WITH_NEWFILE knob:
"port create" command is only useful to some porttools users, not all
|
|
|
|
| |
2de14f7a-dad9-11d8-b59a-00061bc2ad93
|
| |
|
|
|
|
| |
of vulnerable ports
|
|
|
|
|
|
|
| |
o rcNG-ify obtained from net/samba3.
PR: ports/70034
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
| |
|
|
|
|
| |
of vulnerable ports
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reported by: pointyhat
Obtained from: FreeBSD CVS
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This vulnerability only exists when using the Internet Explorer to
access IMP and only when using the inline MIME viewer for HTML messages.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Useful for testing new entries.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- work in progress: optionsng, cleanroom installation
|
|
|
|
|
|
| |
PR: ports/59956
Submitted by: Nicola Vitale
Approved by: maintainer timeout
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
directly to avoid core dump.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
make DISABLE_SIZE=yes checkdistsites
to check for corrupted files on sites that don't support SIZE
(the files are unfetchable from these sites anyway)
|
| |
|
|
|
|
| |
which print a sorted list of the respective sites (used e.g. by FreshPorts)
|
| |
|
|
|
|
| |
PR: 62298
|
|
|
|
|
|
|
|
| |
a package to install or upgrade.
PR: ports/68598
Submitted by: Victor Prylipko <vic@liniya.ru>
Bug traced by: Andrew Bliznak <andrew@ort.lviv.net>
|
| |
|
| |
|
|
|
|
| |
Reported by: Alexander Vasenin <blacksir@number.ru>
|
| |
|
| |
|
|
|
|
| |
already existing c63936c1-caed-11d8-8898-000d6111a684.
|
|
|
|
| |
Fix bug in origin determination.
|
| |
|
| |
|
|
|
|
|
|
|
| |
error when such configuration variable as MAKE_ARGS, typically
BEFORE_DEINSTALL is not defined.
Reported by: krion, Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
|
| |
|
|
|
|
| |
Requested by: kris
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** NOTE ***
The preferences file format has changed, as have the periodic.conf(5) names.
Normally the default settings should be adequate, except when you need to
configure a proxy. Use $PREFIX/etc/portaudit.conf.sample as an example.
- moved portaudit to sbin
- clean up, merging stuff into the portaudit script
- better return codes and errors to stderr
- -f can check stdin now
- dropped ports tree auditing
- merged the periodic(8) scripts into one
- run daily auditing as `nobody'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Make -PP/--use-packages-only work better, just as I originally
intended. Now packages are correctly identified using
pkg_info(1), "LATEST_LINK" files are also properly detected.
Related informational messages have also been improved.
It turned out that the LATEST_LINK/NO_LATEST_LINK detection was
broken long ago and hasn't been working for long.
pkg_fetch(1):
- Properly rename a "latest link" file with a full package name with
version part.
pkgtools.conf(5):
- Improve and unify the method for pattern matching in MAKE_ARGS,
BEFOREBUILD, BEFOREDEINSTALL and AFTERINSTALL variables.
This should fix some cases where it looks like MAKE_ARGS entries
are ignored.
|
|
|
|
|
|
| |
(guys, this is a public list)
- add some references
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix a typo in the libtool archive hint [1]
* Check for ports that have a poorly specified CONFLICTS line as well as ports
that conflict with themselves [2]
* Check for proper handling of gconf schemas
* Check for explicit listing of %gconf keys in the plist
Spotted by: lofi [1]
Submitted by: eik [2]
|
| |
|
|
|
|
| |
Remove the one in portaudit.txt.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fix chmod behavior
- Ignore irrelevant directories
- Index creation speedup
Bump PORTREVISION.
Submitted by: Radim Kolar <hsn@netmag.cz>
|
|
|
|
| |
- correct some URLs
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Use
portaudit [packagename ...]
to check if package is listed as vulnerable
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
To check which of the current ports have known vulnerabilities, do
portaudit -f /usr/ports/INDEX
This port requires pkg_install(-devel)>=20040623
|
|
|
|
|
|
| |
If you want to know which ports match '{,??-}apache{,-*}<2.*', do
/usr/local/sbin/pkg_version -T - '{,??-}apache{,-*}<2.*' < /usr/ports/INDEX | awk -F\| '{print$1}'
|
| |
|
|
|
|
| |
add multiple isc-dhcp3 vulnerabilities
|
|
|
|
|
| |
PR: 68212
Submitted by: Anselm Garbe <anselmg@t-online.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/68175
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add a separate entry for linux-aspell.
Reported by: Oliver Eikemeier.
|
|
|
|
|
|
|
|
|
|
| |
- <http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2>
- <http://nettwerked.mg2.org/advisories/wlc>
Since I'm there, switch from libtool 1.3 to 1.5, to cope with
PR ports/63944.
Obtained from: Robert Nagy <robert@openbsd.org>.
|
| |
|
|
|
|
| |
Thanks to: kuriyama
|
| |
|
| |
|
| |
|
|
|
|
| |
- add the ability to specify multiple URLs
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix a bug introduced in the "use strict" conversion, and don't check patch
files for trailing blank lines
* Add a check to make sure pkg-config files are installed into the correct
location [1]
* Fix some nearby spacing nits
Requested by: pav [1]
|
| |
|
|
|
|
|
|
| |
look a little more official.
Pointed out by: Matthew George <mdg@secureworks.net>
|
| |
|
| |
|
|
|
|
| |
Requested by: eik (bis).
|
|
|
|
| |
Requested by: eik
|
|
|
|
|
|
| |
vulnerability,
CAN-2004-0413 (subversion)
|
|
|
|
|
|
|
|
| |
ports tree. It also features a file `database/portaudit.txt'
where UUIDs for vulnerabilities can be allocated quickly
before they are moved to the VuXML database.
Call `packaudit' after upgrading your ports tree.
|
|
|
|
|
|
| |
pkg_adds.
Reported by: kris
|
|
|
|
| |
Noted by: Randy Pratt <rpratt1950@earthlink.net>
|
|
|
|
|
| |
Noted by: kris
Fix from: marcus
|
| |
|
|
|
|
|
|
| |
PR: ports/67662, pending/67679
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
* Remove check for SIZE and MD5 in distinfo since this was a rush job, and
missed some common cases. [1]
* Re-enable use strict, and fix portlint to obey it
Requested by: eik [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a generic check for deprecated macros (e.g. the recent autotools batch),
and add USE_MESA to the set [1]
* Only use USE_LIBTOOL_VER for checking .la file installation [1]
* Add a check for USE_LIBLTDL and warn about directly using a libltdl
dependency [1]
* Check distinfo to make sure each file in DISTFILES has SIZE and MD5 entries
if NO_SIZE and NO_CHECKSUM are not defined
Submitted by: krion and tobez [1]
|
|
|
|
|
|
| |
PR: 67595
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer
|