Commit graph

83310 commits

Author SHA1 Message Date
adam
e922f30c4a Updated editors/zile to 2.2.4 2005-08-11 15:33:41 +00:00
adam
01e6419499 Changes Zile 2.2.4:
* Fix macro creation.
* Add --funcall back.
* termcap terminal replaced with ncurses again.
* More code cleanup.
* .zilerc replaced by .zile, which is a pseudo-Lisp file.
* Various other bug, design and documentation fixes.
* Add case-replace and kill-whole-line.
* Change command-line options to be more like Emacs.
2005-08-11 15:33:08 +00:00
adam
bc0c6bcd6a Updated graphics/glitz to 0.4.4; cairo to 0.9.0 2005-08-11 15:26:19 +00:00
adam
c0325768c5 Changes 0.9.0:
* API changes
* Bug fixes
* Improvements
2005-08-11 15:25:20 +00:00
adam
2dd078fc14 Changes 0.4.4:
* Bug fixes
* Improvements
2005-08-11 15:24:54 +00:00
uebayasi
413a9b5ca1 Whitespace. 2005-08-11 14:34:38 +00:00
uebayasi
36c2ede54b Whitespace. 2005-08-11 14:00:38 +00:00
adam
b10f6a7455 Updated net/zebra to 0.95 2005-08-11 11:15:49 +00:00
adam
8ad8c7fee3 Changes 0.95:
* Changes in zebra
** IRDP support is added.

* Changes in ripd
** Set receive UDP socket buffer to large value.

* Changes in ospfd
** Fix problem of OpenBSD-3.4 IP header length treatment.

* Changes in ospf6d
** Area support is added.

* Changes in bgpd
** Old commands are removed

"show ipv6 summary"
"show ipv6 mbgp summary"
** New ospf6d implementation is introduced.  This is rewrite of whole
   ospf6d code to make it far much better than old code.

* Changes in vtysh
** Many bugs and problems are fixed.  All of user of vtysh should
   update to zebra-0.95.
2005-08-11 11:14:06 +00:00
adam
d380d210b2 PLIST corrected, disable debug, enable pkgsrc optimisation 2005-08-11 08:48:04 +00:00
dmcmahill
8a822a6abd note update of x11/wxGTK to 2.6.1nb1 2005-08-11 00:53:34 +00:00
dmcmahill
6491a21924 Make sure we follow PKGLOCALEDIR when installing the locale files. Fixes
install on solaris.  Bump PKGREVISION.
2005-08-11 00:47:23 +00:00
jlam
6bd60a92f5 -courier, -courier-authlib 2005-08-11 00:05:51 +00:00
jlam
25bb0004e2 Note updates of the courier packages. 2005-08-11 00:05:14 +00:00
jlam
70bb4d97e8 Update mail/courier-imap to 4.0.4. Changes from version 4.0.1 include:
* imap: Implemented account groups, administrator group.
	* imapd.c: New OUTBOX_MULTIPLE_SEND option.
	* imap: add LOGGEROPTS and SSLLOGGEROPTS configuration settings
	which are passed to courierlogger to set the application name for
	syslog.

	* tcpd/tcpd.c: Added --accesslocal option.

	* smap: SMAP EXPUNGE >100 msg ranges was broken.

	* PROXY_HOSTNAME: new setting in imap and pop3 config file overrides
	gethostname() when checking if a proxy connection is required.

	* msgbodystructure.c (msgbodystructure): Fix MSGBODYSTRUCTURE response
	for a corrupted content-type of "text".
2005-08-11 00:04:01 +00:00
jlam
2c991eed14 Update mail/sqwebmail to 5.0.4. Changes from version 5.0.1 include:
* sqwebmail: Implemented account groups, administrator group.
	* sqwebmaild.dist.in (LOGGEROPTS): Added LOGGEROPTS setting.

	* gpglib/gpg.c:	gnupg returns non-zero exit even if succesfully
	unencrypted, when just the signature is bad.

	* sv-make_timezonelist.pl: Added /usr/share/lib/zoneinfo to the
	search list.
2005-08-11 00:03:51 +00:00
jlam
7501287343 Update mail/maildrop to 1.8.1. Changes from version 1.8.0 include:
* Exit with TEMPFAIL if temporary error indication from authlib.
    * More descriptive error messages when permissions check fails.
    * Documentation fixes.
2005-08-11 00:03:42 +00:00
jlam
4987dddd2a Updated mail/courier-maildir to the utilities from the courier-0.51.0
distribution.  Changes include teaching courier-maildiracl about
account groups and the administrator group for IMAP ACLs, which are
understood by courier-imap>=4.0.4 and sqwebmail>=5.0.4.
2005-08-11 00:03:32 +00:00
salo
79e2c470b7 Remove erroneous (literally) include. 2005-08-11 00:03:18 +00:00
jlam
6d353a59db Update security/courier-authlib to 0.57. Changes from version 0.55
include:

	* authlib: create the authtest and authpasswd manual pages.

	* authdaemon.c (auth_generic): Silly bug in auth_generic().
	* authldaplib.c (auth_ldap_do3): Fix call of authcryptpasswd().
	* authpgsqllib.c (auth_pgsql_setpass): Ditto.
	* authmysqllib.c (auth_mysql_setpass): Ditto.
	* authmysqllib.c (auth_mysql_setpass): Fix a memory leak.
	* authpipe: more fixes to the authpipe module.
	* authpipe: various fixes to the authpipe module.
	* authpipe.c (auth_pipe_pre): Fix zombies created by the authpipe
	  module.
	* New authpipe authentication module.
	* authldap.schema: Add mailhost to the recommended LDAP schema.

	* README_authlib.sgml: Document updated authpipe protocol.

	* cryptpassword.c (authcryptpasswd): Fix handling of encryption hints.
	* checkpassword.c (do_authcheckpassword): Ignore {CRYPT} prefix on
	  crypted passwords.
	* checkpasswordsha1.c (authcheckpasswordsha1): Fix {SHA256} passwords.

	* authdaemond.c: Strip full name/gecos field after the first comma.
	* authdaemond: Pass LOGGEROPTS option to authdaemond.

	* liblog/logger.c: Fix wrong args to setuidgid().
	* liblog/logger.c: Added -droproot option to courierlogger.

	* liblock/lockdaemon.c: Try to recover if upgraded daemon process runs
	  under a different uid.

	* Changed -uid and -gid options to -user and -group for consistency
	  with couriertcpd. Change them to affect courierlogger itself,
	  after it has spawned any child.

	* Optional default domain for authentication requests.

	* Fix the error code when an empty password is provided.
2005-08-11 00:03:16 +00:00
salo
70d299a0da Security fix for CAN-2005-2097.
"A vulnerability has been reported in CUPS, which can be exploited by malicious
people to cause a DoS (Denial of Service) on a vulnerable system.

When processing a PDF file, bounds checking was not correctly performed on
some fields. This could cause the pdftops filter (running as user "lp") to
crash."

http://secunia.com/advisories/16380/
http://rhn.redhat.com/errata/RHSA-2005-706.html

Patch from RedHat.
2005-08-10 23:37:08 +00:00
jlam
8a98b82491 Don't cause the gamin libraries to be linked against -lintl (and possibly
-liconv) as they're not used in the libraries.
2005-08-10 22:57:24 +00:00
jlam
57f87df5e5 Use fam.buildlink3.mk instead of using fam/buildlink3.mk directly. 2005-08-10 21:11:39 +00:00
jlam
22dd66aade Add a buildlink3.mk file that will choose between the two FAM
implementations -- SGI FAM and GNOME gamin.
2005-08-10 21:10:54 +00:00
jlam
917f8ab104 Add and enable sysutils/gamin. 2005-08-10 21:04:26 +00:00
jlam
fd8c570e13 Import gamin-0.1.5 as sysutils/gamin.
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.

The main goals of the project are:

   1. Minimize the security model of FAM -- the daemon runs under the
      user account.
   2. Simplify the code base, dropping some of the most exotic features
      of FAM.
   3. Provide an API and ABI compatible replacement for FAM.
   4. Try to fix some other issues like resource consumption.
2005-08-10 21:01:51 +00:00
jlam
bf8f601b59 Add a conflict on the forthcoming gamin package. 2005-08-10 20:57:56 +00:00
chris
de17a4f782 Note update of sylpheed-devel to 2.1.0 2005-08-10 20:57:18 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
chris
50dfb1eae0 Update sylpheed-devel to 2.1.0. Changes are:
* Win32 platform (MinGW) was supported.
    * Many portability fixes were made.
2005-08-10 20:40:56 +00:00
adam
bc28514c15 hacks.mk does not work; even more correct patch submitted 2005-08-10 20:18:18 +00:00
gdt
2c1cb76d37 Updated graphics/jpegpixi to 1.1.0 [gdt 2005-08-10] 2005-08-10 20:09:56 +00:00
gdt
86562c23bc Update to Version 1.1.0:
* In addition to hot pixels in an otherwise black image, the `jpeghotp'
  program can now also find dead pixels in an otherwise white image.

* Fail gracefully if the locale cannot be set.
2005-08-10 20:07:48 +00:00
gendalia
e6676f5f3b add update of net/openafs to 1.3.87 2005-08-10 19:15:38 +00:00
gendalia
8a10a5282f Update OpenAFS to 1.3.87.
For UNIX, 1.3.87 is the latest version in the 1.4 release cycle.
It includes several Linux client fixes as well as portability changes.

For UNIX, 1.3.86 is the latest version in the 1.4 release cycle.
It includes several Linux client fixes as well as portability changes.

http://openafs.org/frameset/dl/openafs/1.3.87/ChangeLog
2005-08-10 19:14:16 +00:00
gdt
3b77e49f9d Change my email address to @NetBSD.org. 2005-08-10 19:01:23 +00:00
gdt
36a2868204 Define NO_SRC_ON_CDROM because the README says
Permission to copy and distribute XV in its entirety, for
  non-commercial purposes, is hereby granted without fee, provided that
  this license information and copyright notice appear in all copies.

  Note that distributing XV 'bundled' in with any product is considered
  to be a 'commercial purpose'.

Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and
because the binary package does not include source.

  If you redistribute XV, the *entire* contents of this distribution
  must be distributed, including the README, and INSTALL files, the
  sources, and the complete contents of the 'docs' directory.

  The software may be modified for your own purposes, but modified
  versions may not be distributed without prior consent of the author.
2005-08-10 18:36:01 +00:00
kristerw
7af58065d9 Move the check-files-post check so that it is done after the automatic
manual page handling.  This prevents the check from reporting errors
for manpages that are (un)compressed by the automatic manual page handling.
2005-08-10 18:21:07 +00:00
kristerw
b3b1f8e61e Remove a redundant directory. 2005-08-10 17:50:17 +00:00
veego
564ba01198 Replace the pre-patch target with a do-patch one, because the patch which
was copied in pre-patch wasn't applied.
This fix an installation problem.
2005-08-10 17:12:32 +00:00
he
96916864dd Note update of xv to version 3.10anb10. 2005-08-10 16:51:56 +00:00
he
351592d780 Instead of separately integrating several different patches, instead
pull in the Jumbo patches from http://www.sonic.net/~roelofs/greg_xv.html.

As far as I can see this covers all our existing patches for added
functionality, although I cannot claim that I have tested each and
every one of them in the new version.

These patches disable a number of image formats that I think are less
common, which have potential heap overflows in the code due to in-
sufficient validation of image dimensions.

The version of the Jumbo patch used here is the 20050501 version.

Package revision bumped to nb10.
2005-08-10 16:50:18 +00:00
jlam
35be7aab3b If we need imake, then also pull in any other tools that imake needs to
work.
2005-08-10 16:28:59 +00:00
salo
6e773a73bf Security fixes for CAN-2005-2102 and CAN-2005-2103.
- An error in the handling of away messages can be exploited to cause
  a heap-based buffer overflow by sending a specially crafted away message
  to a user logged into AIM or ICQ.

  Successful exploitation allows execution of arbitrary code.

- An error in the handling of file transfers can be exploited to crash
  the application by attempting to upload a file with a non-UTF8 filename
  to a user logged into AIM or ICQ.

Patches from RedHat.
2005-08-10 16:13:33 +00:00
drochner
1c398d8299 add scapy et al. 2005-08-10 13:58:47 +00:00
drochner
ae5670997b add scapy-1.0.0, a Python shell for network packet construction, injection
and capture
2005-08-10 13:54:58 +00:00
drochner
c533014cf9 add pkg for the Python binding of libdnet (part of the libdnet
distribution)
2005-08-10 13:52:52 +00:00
drochner
77e2f121d2 add pylibpcap-0.5, a Python wrapper for libpcap 2005-08-10 13:51:01 +00:00
drochner
0313d10b32 libtoolize, to get a shared library
bump PKGREVISION
2005-08-10 13:48:22 +00:00
drochner
2daac07a87 add one 2005-08-10 13:46:33 +00:00