Age | Commit message (Collapse) | Author | Files | Lines |
|
env(1), and it does not work with the new getopt(3).
provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361.
|
|
|
|
optimization on sparc64.
Fix from pkg/15477 by Lloyd Parkes <lloyd@must-have-coffee.gen.nz>.
|
|
defaults for the INSTALL/DEINSTALL scripts. The environment variables of
the same name take precedence during installation of a binary package.
|
|
From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
|
|
inclusion of bsd.own.mk. This is to allow OBJECT_FMT to be set explicitly
in ${MAKECONF} (/etc/mk.conf) to override the setting in bsd.own.mk on the
older NetBSD systems.
|
|
inclusion of defs.*.mk so that they can conditionalize on OBJECT_FMT.
|
|
to create .orig files, and update ZOULARISBASE to /usr/pkg
|
|
|
|
closing that PR. Thanks to Lubomir Sedlacik.
Changes between 0.9.1 and 0.9.2
===============================
* Fixed a bug in client to close the connection properly when
disconnecting from server and fixed some error checkings from
the SFTP library which caused misbehaviour.
* Added SILC_MESSAGE_FLAG_UTF8 to the protocol specs and the
core library, and implemented it. All textual messages SHOULD
use this flag and the message MUST be UTF-8 encoded.
All text messages sent by Irssi SILC client are now UTF-8
encoded (regardless whether the terminal supports UTF-8 or not).
* Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used
to silence a user on a channel.
* Added new "debug" and "debug_string" settings to Irssi SILC
client which can be used to print runtime debugging on the
Irssi's screen. Available when compiled with --enable-debug
* Made the private key generation after expiration optional.
If not created after expiration the old key will re-expire
at a later time (and thus key pair is not necessary to
change).
* Display the user mode on the status bar.
* Display notification about data messages that cannot be
displayed. (e.g. image/jpeg)
|
|
|
|
closing this PR. Thank to Lubomir Sedlacik.
Changes from 0.9.1 to 0.9.2
===========================
* Support for multiple interfaces so now it's possible e.g. to listen
on IPv4 and IPv6 within one daemon incarnation.
WARNING: you will need to update your silcd.conf to reflect changes!
* Added lots of new statistics updating that was missing from the
server and router code. Sending SIGUSR1 signal to server now dumps
the current server statistics into /tmp directory.
* Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used
to silence a user on a channel.
* Fixed various fatal bugs,in handling of malformed command payload,
double free when announcing channel users to router, missing
parameter in a function call that caused server crash when
a non-allowed connection arrived.
* Fixed some backup data sending around the code to work better
if the router is standalone router and fixed the router connectin
when connecting to multiple routers.
* Fixed detach timeout handling to use Client ID and not the actual
client entry which may be freed in the callback.
|
|
Sung N. Cho <sucho2@vt.edu> on netbsd-help.
|
|
|
|
Provided by Sergey Svishchev (svs@ropnet.ru) in PR 17277
WMsmixer is a hack to wmmixer which makes some changes to the
display and adds a few new features, most notably scrollwheel
support. It also includes a numeric volume indicator.
|
|
|
|
|
|
into the NetBSD Packages Collection.
Provided in PR 17351 by ptiJo@noos.fr
IcePref is a graphical configuration utility for IceWM. It is written
in python and uses the Gtk toolkit via the PyGTK bindings. It is
capable of configuring all of the settings contained in the
'preferences' file. More features are forthcoming.
|
|
on ftp.netbsd.org.
|
|
|
|
argument; POSIX allows this, even though the replacement lib/dirname.c
(from glibc?) returns a strndup-ed strings *except* for the "." case.
[mmm, possible memory leaks]. Instead, just implement most of guts of
lib/dirname.c directly in assert_writeable(), always copy string, and
always free it. This fixes ``mkid -f /some/path/to/id''
+ Crank PKGREVISION.
|
|
Initial version of SunOS (Solaris)
|
|
|
|
|
|
(1) Admins want to create users/groups on their own (pkg/17183).
(2) Admins don't want packages to setup an initial configuration.
The bsd.pkg.install.mk-generated INSTALL/DEINSTALL scripts have been
modified to check certain PKG_* environment variables to tune their
behaviour. This works whether installing from "make install" or from a
binary package.
PKG_CREATE_USERGROUP indicates whether the INSTALL script should
automatically add any needed users/groups to the system using
useradd/groupadd. It is either YES or NO, and defaults to YES.
PKG_CONFIG indicates whether the INSTALL/DEINSTALL scripts should do
automatic config file and directory handling, or if it should
merely inform the admin of the list of required files and
directories needed to use the package. It is either YES or NO,
and defaults to YES.
The make(1) variable INSTALL_RCD_SCRIPTS is removed. The package rc.d
script is now handled like other config files for the package, and is
copied into place if PKG_CONFIG=YES.
The default values above reflect the current behaviour. Setting
PKG_CREATE_USERGROUP=NO solves problem (1), and setting PKG_CONFIG=NO
solves problem (2).
To simply matters for users installing directly from pkgsrc, these
variables may also be defined in /etc/mk.conf, but behaviour at deinstall
time may be surprising. It is *HIGHLY* recommended that these values be
set in the shell environment instead.
|
|
and installs against KDE3. Uses pkgsrc/misc/koffice/Makefile.common
and /pkgsrc/misc/koffice/patches/*
|
|
include:
* Installing the relevant manpages with the server programs.
* Miscellaneous bug fixes.
* Coda servers were doing strncmp instead of memcmp on ip-addresses.
This fixes 'identity-crisis' problems for replicated servers, where
servers didn't know which volumes they were hosting etc. (Ivan Popov)
* Made ValidateAttrs on the server more resilient to bad input.
* Handle reintegration conflicts when doing a partial reintegration,
instead of endlessly looping.
* Searching the colon separated CODACONFPATH environment variable for
venus.conf and server.conf configuration files.
* Added some more paranoia checks while parsing the /vice/db/servers
file.
* No longer ordering VRDB entries entries by ip-address. This allows
us to resize a VSG without affecting version-vectors.
* Added rds_print_stats to the server's printstats output to aid in
finding whether an RVM allocation failure is due to running out of
RVM space, or due to a large defragmentation that cannot be logged
in the RVM log.
* Added getvolinfo program to be useful when debugging volume mounting
problems.
* Avoid servers getting stuck in file-creation when there are
pre-existing files in /vicepa.
* Always pre-allocate fids with the maximum possible stride, will become
useful when we allowing modifications to a volume's replication
group. However, any replicated volume over a mix of old and new
servers has a slightly higher probability on getting unwanted
fid-collissions.
* Reduced server memory usage during reintegration.
* Not returning ENOENT when testing inconsistent files with
access(F_OK).
* Allow server-server repair with only one existing replica, needed
for repairing conflicts after running out of diskspace.
* Added "skip volumes" argument to norton-reinit -load.
* The 'change id' function of pdbtool would silently corrupt the pdb
databases, group owner id's were not updated, users were missing
as members from groups. Group could become a member of a user.
Hueristics to fix these corruptions are added to the 'pdbtool cm'
functionality.
|
|
include:
* Installing the relevant manpages with the client programs.
* Miscellaneous bug fixes.
* Venus now gracefully handles the situation where getvolinfo returns
different replicas compared to the cached replication information.
Now we only need add server support for VSG changes and a trigger
that forces venus to make a getvolinfo call and we can start moving
volumes around in the system.
* Avoid killing clients when receiving truncated directory data.
* Block when accessing an uncached object during resolution instead of
failing. This is especially useful during weak-reintegration.
* Added -local flag to cfs lv to avoid client-server rpc2 traffic.
* Fetch data as well as status in write-disconnected mode, the dirty
status-only object would prevent subsequent data-fetches until
successful reintegration completed.
* Added venus.conf option 'validateattrs' to limit piggybacked fids
during validate attrs to help reducing IP layer fragmentation.
* Another new venus.conf option 'serverprobe' to increase server probe
intervals (keeps firewalls from dropping masqueraded connections).
* venus.conf.ex file now defaults to turning on both masquerading and
using private mmap's for RVM.
* Disallow unlinking special names with 'cfs rmm'
* Optimized local-global fid replacement.
* Moved /usr/bin/replay to /usr/bin/coda_replay to avoid name conflicts.
* Reintroduced VSGs in venus.
* Re-randomizing during hoardwalks to add fair reclaiming behaviour
in the low end of the priority queue.
|
|
* Fixed stray fsync calls when using partitions on BSD platforms.
* Fixed <sys/time.h> vs. <time.h> confusion.
* Fixed off by one bug in the RVM error table.
|
|
* Fixed crash when an expired connection receives a NAK.
* Increased lower bound on retransmission time to 300ms.
* Removed Linux specific optimization in processing time calculation which
made RPC2 clients assume a server can respond faster than it actually does.
* Fixed the very infrequent SFTP_SendResponse crash again, hopefully for real
this time.
* A non-masqueraded rpc2 client wouldn't send out it's SFTP packets through
the rpc2 socket when talkin to a masqueraded rpc2-server. This broke
backfetches through a firewall.
* Added delayed acks, when an RPC2 operation on the server is taking more than
200ms, an unsolicited RPC2_BUSY is sent back to the client to avoid
unnecessary retransmissions of the request.
* Stricter prototyping for callback functions.
* Fixed the very infrequent SFTP_SendResponse crash.
* Keeping track of current fd offset in sftp to allow non-multirpc transfers
from/to a non-seekable fd (eg. stdout).
|
|
* OpenBSD patches.
* Fixed <sys/time.h> vs. <time.h> mixup.
|
|
|
|
koffice3 using most of the defined variables. (*This* koffice does
not build under KDE3!)
Point MAINTAINER -> me upon Hubert weaseling out ;-)
|
|
- Prevent chown whole files under ${PREFIX}/share/httpd.
|
|
|
|
Provided in PR 17326 by ISIHARA,Takanori (ishit@pluto.dti.ne.jp),
slightly modified by myself.
Arirang is a powerful webserver security scanner.
The following features are supported:
- Operating System Detect(used by NetCraft)
- webserver type scan
- CVE compatible(only NT, some Unix)
- flexible scan rule databases
- multiple hosts scan and multiple hosts webserver type scan.
- http port
- wide network(ip range) scan
- wide network webserver type scan
- patch information.(completed patch info-NT)
- http request injection.
- virtual host scan
- fast scan(used a Processes)
- recv flags
|
|
|
|
|
|
|
|
|
|
package lang/camlp4 (included in ocaml 3.04)
Update to version 4.06. Changes way too many to list here, please see
http://cristal.inria.fr/~ddr/GeneWeb/en/version/4.06.html for details.
|
|
changes in links 0.9.7 -> 2.0
- JavaScript support
- remade bookmarks
- support for gamma corrections
Split into pkgsrc/www/links and pkgsrc/www/links-gui:
- rewritten to support graphics
- support for various graphics drivers including:
o X Window System
o SVGAlib
o Atheos GUI
o PMShell
- support for various graphics formats including:
o PNG
o JPEG
o TIFF
o GIF
Update and split et al provided by Lubomir Sedlacik (salo at xtrmntr dot org)
in PR##17218 - this commit closes this PR.
|
|
links web browser. Together with the update of pkgsrc/www/links
this closes PR##17218. This package and the update for pkgsrc/www/links
provided by Lubomir Sedlacik (salo at xtrmntr dot org).
|
|
|
|
|
|
Avoid problems if a file 'x' is in the current directory with obvious use
of .PHONY. Implement and use extract_mk_dir_var().
|
|
|
|
|
|
proxy module was disabled as the IPv6 patch for the module is broken.
|
|
packages from building.
|