Age | Commit message (Collapse) | Author | Files | Lines |
|
the interface change of libwnck between 2.6.2 and 2.6.2.1.
Bump PKGREVISION.
|
|
substitute with bbtools.windsofstorm.net.
Pointed out by Georg Schwarz in private mail.
|
|
-make memtester's exit code meaningful. See the manpage for its meaning.
Thanks to Wurzel Parsons-Keir, who sent a patch for the code, so I only had
to document it.
|
|
|
|
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
|
|
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
|
|
|
|
Original archive is available from Intel at:
http://ipw2100.sourceforge.net/firmware.php?fid=3
|
|
|
|
backup utility
|
|
Original archive is available from Intel at:
http://ipw2100.sourceforge.net/firmware.php?fid=3
|
|
Original archive is available from Intel at:
http://ipw2100.sourceforge.net/firmware.php?fid=3
|
|
correctly identify svscanboot(8) as a shell script on IRIX.
Committed for schmonz.
|
|
-small changes to enable building with dietlibc and a few other environments
that don't even attempt to provide the various Posix definitions.
-cosmetic fixes to output.
-restore the reduce-and-retry loop of memory locking from version 2.
|
|
|
|
Notable changes include:
Persistent class protection added to returned remote vrpc calls to
prevent meaningless multiple replies.
Change added to IPRange to avoid possible bootstrap problem with
unconfigured resolver. IP address setting was contingent on having DNS.
Misplaced } fixed in nameinfo
EmptyResolvConf removed only nameserver entries. Now removes everything.
Due to an error in constructing 2.1.9 some of the advertised
changes below were not included. They are included in this version.
Workaround error message for parser bug with nested variables.
WORKDIR/state/allclasses file caches all class date during cfagent
execution, just like the $(allclasses) variable, but the file can grow
much larger without overflow.
.cfengine -> .cfagent in non-root public keys (some missing conversions)
Expand buffer incorrectly zeroed out public name key causing empty
keyname in RSA dialogue
Old style bind reverse lookup added to Hostname2IPAddress
|
|
|
|
Wipe is a secure file wiping utility.
There are some low level issues that must be taken into consideration.
One of these is that there must be some sort of write barrier between
passes. Wipe uses fdatasync(2) (or fsync(2)) as a write barrier, or
if fsync(2) isn't available, the file is opened with the O_DSYNC or
O_SYNC flag. For wipe to be effective, each pass must be completely
written. To ensure this, the drive must support some form of a write
barrier, write cache flush, or write cache disabling. SCSI supports
ordered command tags, has a force media access bit for commands, and
write cache can be disable on mode page 8. IDE/ATA drives support
write cache flushes and write cache disabling.
Unfortunately, not all drives actually disable write cache when asked
to. Those drives are broken. Write caching should always be
disabled, unless your system is battery backed and always powers down
cleanly.
|
|
|
|
|
|
checkpassword-pam is an implementation of checkpassword-compatible
authentication program.
checkpassword-pam was written from scratch. There are several older
packages called checkpassword-pam, derived from DJB's checkpassword
code. This checkpassword-pam is more modern and administrator-friendly.
|
|
diff: "stress text" was changed to "stress test" in the man page.
Noticed by kre in pkg/26619.
|
|
|
|
|
|
|
|
The version 4 rewrite was mainly to accomplish three things:
(1) the previous code was basically a hack, and was ugly.
(2) to make the code more portable. The previous version required some
hackery to compile on some systems.
(3) to make the code fully 64-bit aware. The previous version worked
on 64-bit systems, but did not fully stress the memory subsystems
on them -- this version should be better at stress-testing 64-bit
systems.
pkgsrc changes:
* Use the gzipped tarball (the bzipped one is no more).
* Tweak COMMENT.
* GNU make is no longer needed.
|
|
|
|
- New option -tao is now needed if you like to write in TAO
mode. Cdrecord now does no longer writes if no write mode
has been specified.
- New option -sao as alias for -dao. As the official name
for the write mo de is SAO, -sao is more correct than -dao.
- New paranoia sub option paraopts=overlap=xx
This is mainly a bug fix for cdda2wav. Cdda2wav previously
_always_ did completely deactivat the dynamic overlapping
from libparanoia. Instead, it did set the overlapping to
the statical value 0.
If you omit paraopts=overlap=xx, cdda2wav will now use
dynamic overlaping with -paranoia.
If you like the old behavior, use: paraopts=overlap=0
- New paranoia sub option paraopts=minoverlap=xx
This sets the minimum dynamic overlap
- New paranoia sub option paraopts=maxoverlap=xx
This sets the maximum dynamic overlap
- Better paranoia statistics output
- Fixed a Problem with some Linux sound card drivers that
caused cdda2wav to be unable to output to the soundcard.
- Trying to add verbose output that estimates the read quality
with -paranoia
- Support for PowerPC CHRP Boot added
- Support for -uid/-gid for UDF Filesystems added
- isoinfo now is able to list ElTorito Boot information with -d
- isoinfo now correctly shows long RR filenames from CE
Extension records.
- New options -root & -old-root from Patrik Ohly
This allows mkisofs to be used for "incremental backups" where
each backup is put into a separate directory tree on the CD.
And some bug fixes.
|
|
|
|
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but with many
extras. It provides all the file-management features you could
possibly want. Plus: extensive archive handling, mounted filesystem
support, FTP, advanced search module, viewer/editor, directory
synchronisation, file content comparisons, powerful batch renaming
and much much more. It supports the following archive formats:
tar, zip, bzip2, gzip, rar, ace, arj and rpm and can handle
other KIOSlaves such as smb:// or fish:// It is (almost) completely
customizable, very user friendly, fast and looks great on your desktop!
|
|
|
|
The patch correct wrong pointer arithmetics that prevented xosview
from being called with -name option.
Changes since xosview-1.8.1
- Applied sourceforge patch 927112 from Russell Reed which fixes
the swapmeter when USESYSCALLS is defined.
- Applied sourceforge patch 959433 which adds acpi support to
the linux battery meter.
- Applied a patch similar to the sourceforge patch 586184 submitted
by Mark Guertin.
- Linux diskmeter now uses vmstat and thus works with 2.6.
But the units problem (block size) probably still remains.
- Linux pagemeter should now work with 2.6 kernels
- Merge in the fedora-2 nfs patch.
- Merge in the fedora-2 strip patch.
- Merge in the fedora-2 proc patch.
- Merge in the fedora-2 s390 patch.
- Merge in the fedora-2 non-i386 patch.
- Merge in the fedora-2 linux-2.6 kernel (related) patch.
- Add an autogen.sh script. This script runs autoconf to create
the configure script.
|
|
* Added support for Mustek PowerMust
|
|
Patch provided by pancake in PR pkg/26517
|
|
the logic after that of NetBSD's user(8). Now we get unique IDs as
intended (instead of always getting 300).
On Panther Server, we need to send a HUP to lookupd(8) to make the
system notice a newly niload'd user account. No harm done on the
consumer version of Panther.
Ensure that PATH is set to our liking.
Bump version to 20040801.
|
|
|
|
|
|
|
|
|
|
|
|
2.2.2 Fri Jul 16, 2004
----------------------
* Added some theme gkrellmrc variables, see Themes changelog.
* Bugfixes:
o Client mode seconds display had a sampling beat effect which caused
a second to be periodically skipped.
o Craig Boston <craig--at--fopye.gank.org> fix pixbuf memory leak in
gkrellm_decal_scroll_text_set_internal().
|
|
The patches for asapm to try sysmon if APM fails, only support battery
info in units of Watts and Watt hours. However, some machines like my
Compaq Presario X1007EA laptop uses units of Amperes and Ampere hours.
Bump PKGREVISION.
|
|
|
|
properly.
|
|
|
|
|
|
Webmin is a web-based interface for system administration for Unix.
Using any browser that supports tables and forms, you can setup user
accounts, Apache, DNS, file sharing and so on. Webmin consists of a
simple web server, and a number of CGI programs which directly update
system files.
|
|
|
|
Rename post-patch to do-configure. Take MAINTAINER.
|
|
USE_BUILDLINK3=yes. Remove the unnecessary post-install target.
|