User visible changes include:
- enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5)
- add 'denyquick' ftpd.conf(5) keyword
- add 'private' ftpd.conf(5) keyword
- use "advertise" in docco
User visible fixes:
- reject SIZE requests for ASCII files > 10KB long
- fixes for mlsd/mlst standards conformance
- fix passive transfers for various web browsers
- various glob(3) fixes
- don't log xferlog-style entries if the transfer didn't start
- fix skey password challenge
- don't try and use the motd directive if it's not set
This update adds a prominant message at the end of the run explicitly stating
which class of NO_BIN_ON_{FTP,CDROM} pkgs have been included or excluded
from the set. This should help prevent accidental license violations.
Suggested by Hubert Feyrer in private email.
into the NetBSD packages collection.
Provided in PR 16932 by jmmv@hispabsd.org (Julio Merino).
Libart is a library for high-performance 2D graphics. It is currently
being used as the antialiased rendering engine for the Gnome Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.
Libart supports a very powerful imaging model, basically the same as
SVG and the Java 2D API. It includes all PostScript imaging
operations, and adds antialiasing and alpha-transparency.
Libart is also highly tuned for incremental rendering. It contains
data structures and algorithms suited to rapid, precise computation
of Region of Interest, as well as a two-phase rendering pipeline
optimized for interactive display.
system used by GNOME 2, into the NetBSD Packages Collection.
GConf is a configuration database system, functionally similar to the
Windows registry but lots better. It was written for the GNOME
desktop but does not require GNOME; configure should notice if GNOME
is not installed and compile the basic GConf library anyway.
Provided in PR 16909 by juli@darkstar.local (Julio Merino)
[The buildlink.mk file was put together by me]
Remove them, to take advantage of buildlink and not include anything
from ${LOCALBASE}/include, to prevent lynx from tripping over the
similarites between NetBSD curses and ncurses. This allows the NetBSD
"curses" build to succeed while "ncurses" is installed, and may close
PR pkg 16949. I still haven't checked all possible combinations.
This is a collection of TrueType fonts which be created for fun. You can
use them for free to do anything you want, you just can't take the fonts
and resell them (on a CD, for instance). Read the readme.txt if you're not
sure what this means.
Fixes pkg/16960 by rxg@netbsd.org
acidlaunch is a small, light-weight app launcher with a simple XML-based
configuration syntax.
It's written in C++ using gtk, gdk-pixbuf and libxml2.
It's great as a small, simple app launcher, and it can optionally run in a
withdrawn mode for embedding in the blackbox slit.
Provided by ptiJo@noos.fr in pkg/16862, imported with minor modifications.
Oggasm is a program that makes converting your mp3 collection into oggs
at all but painless process. Using oggenc and mpg321(or mpg123), with perl
glueing it all together, oggasm is able to go through an entire collection,
identify id3 tags and then convert those mp3s into oggs while keeping
the id3 tags intact.
Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16580, slightly modified
by me.
Notable changes since 0.7.1 (excluding windows specific changes):
* Bugfix EPG scan (Linux only): after an EPG scan acquisition
could not be enabled because the VBI device was allegedly
busy. The cause was that an acquisition thread kept running
after the EPG scan.
* The wheel mouse now scrolls only 5 lines instead of 1 page and
the cursor remains on the previously selected item.
* Improved automatic mode selection for internal/remote
acquisition during startup: wait until an connection is
completely established until changing the default mode to remote
acq in the rc/ini file (esp. when connecting via TCP/IP)
* EPG scan is no longer prevented with "cannot start scan while in
client/server mode" unless currently connected to an acq daemon.
* EPG scan: reset 45-seconds timer when EPG is found to be
transmitted on a non-default teletext page nunmber. This should
fix the problem that Canal+ is reliably detected only when in
"slow" mode.
* Removed the last remaints of long integer usage to improve
64-bit CPU compatibility.
* Bugfix: crash when there was a .xawtv file with zero channel
definitions
* Bugfix: the EPG scan was not stopped when the program was
terminated by a signal or logging out, causing a crash.
* Bugfix: crashed with SEGV when the acq timescales were open when
the EPG scan was started. * Bugfixes in timescales: network
highlighting and "acquisition tails" for the browser database
timescales were sometimes not enabled or disabled when
acquisition was en-/disabled or moved from/to the browser
database.
Jeff Putsch <jdputsch@attbi.com>. Also repair a typo that had prevented
'-fno-common' from being passed along (found and fixed by skrll).
Bump PKGREVISION.
Approved by skrll.
This could help people who don't increase SHMMAXPGS to 16384.
XXX This cause some performance lose, so be preparted to not see the
full speed of ogle if you don't increase SHMMAXPGS.
This patch was needed to debug a problem with Xvideo.
Approved by Alistair Crooks.