Commit graph

16185 commits

Author SHA1 Message Date
tv
58606abd65 One more thing: Actually pass the source dir to ./configure! 2000-12-14 15:53:33 +00:00
wiz
7be1eab32d regen 2000-12-14 15:52:39 +00:00
tv
9cd29592ec Add a comment to indicate why we now do the BSDSRCDIR?= dance with
bsd.prefs.mk.
2000-12-14 15:52:38 +00:00
tv
e63a20f6d4 Do not assume that /usr/src has been set by mk.conf, and DEFINITELY don't
assume blindly that /usr/src is the appropriate kernel source tree.  Force
the user to set it explicitly in either the environment or mk.conf.
2000-12-14 15:51:25 +00:00
kei
6560c4d700 Updated "bochs" package to 2000.03.25a. it is now distributed under the LGPL. 2000-12-14 14:39:44 +00:00
skrll
44a3b7dfb6 Remove incorrect pkg entry.
Reported by Adam Ciarcinski <adam@pulstar.man.szczecin.pl> on tech-pkg.
2000-12-14 12:49:59 +00:00
kleink
5f073ab9aa Update ap-auth-ldap to 1.5.2; changelog excerpt below.
Changes Between Major Revisions

  Changes from 1.4 to 1.6

     * All changes and bugfixes in the 1.4 releases.
     * Completely rewrote the LDAP caching algorithms (see [1]the
       documentation on caching for more information). Here are the
       highlights of the changes:
          + All cache sizes are measured in terms of cache entries.
            Warning!! This affects the AuthLDAPCacheSize directive!! In
            version 1.4 and before, this directive specified the size in
            megabytes. Now, it specifies the size in cache entri es. If
            you currently have this directive in a config file, it is
            probably set way too high, and will use a significant amount
            of server memory.
          + Deprecated the AuthLDAPCacheCompareOps directive. Apache will
            still accept the directive, but it has no effect, other than
            to generate a warning in the Apache logs.
          + The cache no longer grows without bounds. For servers with a
            very active cache, this should make a big difference with
            memory usage.
          + No longer use the cache management routines from the LDAP
            SDK. All LDAP operations are now cached, using a cache that's
            specially designed for auth_ldap's authentication methods.
          + If Apache has been compiled with MM support and auth_ldap has
            been compiled with -DWITH_SHARED_LDAP_CACHE then the cache is
            shared across all server instances.
          + Added a content handler that can be used to display the cache
            statistics. To use it, add the following directives:
<Location /server/auth-ldap-info>
  SetHandler auth-ldap-info
</Location>
     * Added support for a require dn directive, and a
       AuthLDAPCompareDNOnServer directive. See the documentation for
       more information.
     * auth_ldap now allows the user to specify any attribute when
       checking for group membership, by using the AuthLDAPGroupAttribute
       directive. If this directive is not specified, the default
       continues to be member and uniqueMember. Patch courtesy of
       Graham Leggett.
     * Added another directive, AuthLDAPGroupAttributeIsDN, which says
       whether to use the DN that was retrieved from the LDAP search, or
       to use the username passed by the client when doing group
       authorization. This directive, in conjuction with the previous
       one, allows us to use things like posixGroups for checks:
AuthLDAPGroupAttribute memberuid
AuthLDAPGroupAttributeIsDN off
             * Ensure that auth_ldap will follow referrals under
       OpenLDAP. This behavior was turned off in previous versions.
     * Allow auth_ldap to dereference aliases, using the new
       AuthLDAPDereferenceAliases directive. By default, this directive
       is set to always.
     * Now use ldap_init() when using OpenLDAP. Unless your OpenLDAP is
       really old, this probably won't affect you.
2000-12-14 12:27:51 +00:00
wiz
a871a49684 Update to 1.1 because of a possible security problem:
The socket creation code in fshd was not paranoid enough.  There
 were are at least two possible attacks:
 - If a malicious user has symlinked /tmp/fshd-<UID> to another
   file, fshd will chmod 0700 that file.
 - A race condition made it possible for an attacker to create an
   unsafe socket directory, so that the attacker can access an
   fshd tunnel.
 The attacker must alread have a local shell on the computer where
 fsh or fshd is invoked.
Other changes:
New timeout option, fixed to work with openssh2, now also usable if
you have to enter a password to connect, and some others.
2000-12-14 11:55:03 +00:00
garbled
7e71ecc7c0 Have crossfire look in the right directory for global defaults 2000-12-14 08:21:53 +00:00
garbled
89623e7397 Some minor fixes to make he game a little more playable. There still seems
to be a problem with keybindings however.
2000-12-14 08:20:47 +00:00
hubertf
6ccfce95d6 bring a bit further on -current 2000-12-14 06:03:54 +00:00
hubertf
e3cb7f193d Update to 1.13 - no list of changes available. 2000-12-14 05:08:04 +00:00
hubertf
ea1dc112d7 the source is in MASTER_SITE_LOCAL for now, it's a tarfile of
a anoncvs checkout (unchanged)
2000-12-14 04:34:40 +00:00
hubertf
422c111f21 add & enable plex86 2000-12-14 04:27:04 +00:00
hubertf
9bc9bfa81e The goal of the Plex86 project is to create an extensible open source
PC virtualization software program which will allow PC and workstation
   users  to  run  multiple  operating  systems  concurrently on the same
   machine.

   Plex86  will  run  as  much  of  the  operating system and application
   software  natively  as  possible,  the  rest  being emulated by the PC
   virtualization monitor.

   A  highly  visible  and  often  requested  use,  would be to allow for
   Windows  software  to  be  run  inside of GNU/Linux or other UNIX like
   operating  system.  This  gives  users  a migration path towards UNIX,
   allowing   them   to   run  legacy  software  until  native  ports  or
   alternatives  are available. It also provides a transitionary step for
   software  vendors who plan to port their product to UNIX, but have not
   yet done so. Users could buy the Windows version product and run it at
   near  native speeds on UNIX, using Plex86, until a UNIX native version
   is ready.
2000-12-14 04:25:52 +00:00
wiz
c43cd8ec3c Update to postfix-19991231pl13, since the pl12 distfile isn't available
any more. Fixes pkg/11725 by Damon Brodie.
2000-12-14 02:51:59 +00:00
wiz
7660772db8 Handle uname -a output better. Fixes pkg/11273. 2000-12-14 02:40:19 +00:00
jtb
f8ae0fd523 Cosmetic. 2000-12-14 02:18:50 +00:00
jtb
702481e438 Fixed problems from recent pkgsrc/i386 bulk build. Added the ~250 page
postscript manual.
2000-12-14 02:07:43 +00:00
wiz
839f5afbd4 Tweak. 2000-12-14 01:38:14 +00:00
jtb
f1e74dbe70 Added -W,-R$(LIBDIR) to the library paths. Fixes pkgsrc/i386 bulk build
problems.
2000-12-14 01:27:32 +00:00
hubertf
7ccf9721cb Aparently a directory tree can only be 8 directories deep on VMS.
It seems if you goof up enough it's no problem do ending with >80
on Unix. Make xdu deal with this properly.

Bump version to 3.0nb1
2000-12-14 01:10:42 +00:00
wiz
cfc8f98100 Retire plan9 sub-hierarchy. 2000-12-14 01:02:08 +00:00
wiz
414b26b55d Move 9term from plan9 to x11. 2000-12-14 01:01:32 +00:00
wiz
da0d9795c2 Move 9menu to from plan9 to misc. 2000-12-14 01:00:23 +00:00
wiz
6a7df842d5 Move 9term from plan9 to x11. 2000-12-14 00:57:41 +00:00
wiz
5987c732c1 Move 9menu from plan9 to misc. 2000-12-14 00:54:49 +00:00
wiz
434110c4c8 change CATEGORIES to finance 2000-12-14 00:53:12 +00:00
jtb
9b443e3349 Fixed problems encountered in recent pkgsrc/i386 build results, viz.
added -Wl,-R$(NETCDFLIB). Install the man pages in man1 instead of manl.
2000-12-14 00:44:08 +00:00
wiz
8ff0ae605c Fix path. 2000-12-14 00:11:50 +00:00
wiz
681d823f31 add conflict with quake3arena (some Help files are installed by both). 2000-12-14 00:01:25 +00:00
wiz
1b5b76a8a6 add and enable quake3arena 2000-12-13 23:59:22 +00:00
wiz
e8855eee13 Import package for quake3arena (linux), full version. (Game data
must be provided by the user, of course.)
Package provided by Jared McNeill in pkg/11712.
2000-12-13 23:58:32 +00:00
wiz
17ec9f9ae6 MIRROR_DISTFILE is deprecated; add tests for that and NO_{BIN,SRC}_ON_FTP
instead. Bump to 2.33.
2000-12-13 23:53:42 +00:00
jtb
be760c5e15 Added an option to install for XEmacs instead of GNU Emacs. 2000-12-13 23:51:34 +00:00
jtb
80353eeae6 Use makeinfo to format the info manual. It seems that sometimes Emacs
just can't get enough memory:

Formatting: Frame Configuration ...
Memory exhausted--use M-x save-some-buffers RET
*** Error code 255

(From recent pkgsrc/i386 bulk build).
2000-12-13 23:14:07 +00:00
wiz
f1331796e1 Move gnofin from misc to finance. 2000-12-13 22:40:57 +00:00
wiz
ff5b4eadba Move package from misc to finance. 2000-12-13 22:39:33 +00:00
jtb
01277656d2 Cosmetic changes. 2000-12-13 22:33:25 +00:00
jtb
f6993c7e49 Make sure we install cweb with the same PREFIX as teTeX (TeX won't find
the macros otherwise). Get rid of the INSTALL file. Added extra @unexec
rmdir to PLIST.
2000-12-13 22:27:11 +00:00
tron
1ab51e2185 Update "imap-uw" package to version 2000a. This fixes PR pkg/11456 and
and PR pkg/11671.
2000-12-13 21:26:53 +00:00
hubertf
bea616fd4a add some mirrors, and pull in suse_libpng 2000-12-13 21:07:27 +00:00
jdolecek
b258ae212a fix the dependency on suse_libpng 2000-12-13 21:06:03 +00:00
jdolecek
439b26aa8f Update opera to 4.0b4
PNG is now supported, asynchronous DNS is claimed to be more stable,
couple of SSL crashes were fixed; otherwise the changes are primarily
UI fixes.
However, Asynchronous DNS seems to ignore stuff in /etc/hosts now.
2000-12-13 21:04:32 +00:00
hubertf
f297a044f3 Slurp in suse_png-7.0, and bump to suse_linux-6.3nb3 2000-12-13 20:59:44 +00:00
jdolecek
0a82dce34a add and enable suse_libpng 2000-12-13 20:07:42 +00:00
jdolecek
e60a6fa734 SuSe 7.0 libpng package
created using suse_libjpeg as a template
2000-12-13 20:06:01 +00:00
hubertf
315032b9d4 Apply the four available (official) patches for this package, noted in
PR 11724 by Per Amund Amundsen <pa@bsd-amundsen.ux.his.no>.

While here, note that this pkg wants rman to build -> BUILD_DEPENDS.
2000-12-13 19:21:42 +00:00
jlam
89f4c172cd Remove trailing / from dirname 2000-12-13 17:49:39 +00:00
jlam
62494c13e6 Add and enable wxWindows-docs. 2000-12-13 17:42:19 +00:00