Commit graph

11207 commits

Author SHA1 Message Date
groo
c9e071e3eb DRAC is a daemon that dynamically updates a relay authorization map for
sendmail. It provides a way to allow legitimate users to relay mail through an
SMTP server, while still preventing others from using it as a spam relay.
User's IP addresses are added to the map immediately after they have
authenticated to the POP or IMAP server. By default, map entries expire after
30 minutes, but can be renewed by additional authentication. Periodically
checking mail on a POP server is sufficient to do this. The POP and SMTP
servers can be on different hosts.
2000-04-11 23:39:29 +00:00
tron
bb3acfbf10 Remove description of obsolete "GLX_CHIPSET" variable. 2000-04-11 22:51:48 +00:00
tron
d1b988f3ca Commit forgotten patch file. 2000-04-11 22:49:26 +00:00
tron
643cb0c09c Update "Mesa-glx" to "20000407" snapshot based on Mesa 3.1. It now supports
the following graphic chipsets:
- MGA (Matrox G200/G400)
- Mach64 (ATI Rage Pro)
- NVIDIA RIVA TNT/TNT2
- Intel i810
- S3 ViRGE DX/GX/GX2/MX (** EXPERIMENTAL **)
- SiS 6326 (** EXPERIMENTAL **)
The libraries must no longer be compiled for a certain chipset.
2000-04-11 22:36:04 +00:00
soren
80f5db04f6 The FTP and SKEY patches have changed. 2000-04-11 21:55:22 +00:00
jdolecek
6ad47bc6f1 fix to really exit if glimpse is not installed 2000-04-11 16:59:17 +00:00
sakamoto
278f37fd0c PATCH_SITE changed.
Remove unintentional dependency on ncurses.
2000-04-11 07:44:08 +00:00
sakamoto
fc0d35f13d regen. 2000-04-11 07:35:29 +00:00
sakamoto
41d13a62fd Remove redundant dependency on ncurses.
Fixes pkg/9793 by itojun@itojun.org.
2000-04-11 07:35:15 +00:00
sakamoto
3c2a88c57f fix to link shared library at finding libraries phase. 2000-04-11 07:30:58 +00:00
itohy
70bf60ba8f I couldn't complete level 11 of sokoban without this change.... 2000-04-11 06:57:50 +00:00
itohy
9ce0337507 Port to m68k. Possibly work on other architectures, but not tested. 2000-04-11 06:54:45 +00:00
rh
3211c687d5 defuzz 2000-04-10 18:29:11 +00:00
tron
7729b995f6 Modify dependence to match "ssh6" package, too. 2000-04-10 06:16:52 +00:00
simonb
692941ba2f Make a link from ${PREFIX}/libexec/imapd to ${PREFIX}/sbin/rimapd,
to support imap access via {r,s}sh.
2000-04-10 03:21:02 +00:00
jlam
dead489823 Adapt all the extra ghostscript scripts (pdf2*, gs*) to use gstty. 2000-04-10 02:19:17 +00:00
itohy
aa50d33b07 Add missing manual page. 2000-04-10 01:39:17 +00:00
jtk
5102f511a9 whoops, remove an unwanted RCS ID from patch-ad 2000-04-10 01:24:38 +00:00
jtk
96f00c9e38 add pptp 2000-04-10 01:14:39 +00:00
jtk
b7ed8fe22a PPTP (Point-to-Point Tunneling Protocol) client package, from linux-pptp-1.0.2
No encryption (yet).  Tested with one Microsoft PPTP server, YMMV?
2000-04-10 01:14:01 +00:00
bad
e049a807c2 Some more changes besides the update to which Simon beat me:
Create the /var/spool/postfix on install so that "postfix check" can
create the directories below it.
Create /etc/postfix/postfix-scrip on "make install".
Make the library Makefiles DTRT on systems that don't understand MKXXX=no.
Remover owner write permission from "maildrop" binary.
Adjust offsets in a couple of patches.
2000-04-10 00:19:15 +00:00
jlam
b9297bf44e Back out last change -- revert to using gs instead of gsx11 2000-04-10 00:07:10 +00:00
jlam
9402305e4a Adapt to gstty/gs 2000-04-10 00:04:28 +00:00
jlam
fb7aa2f1d7 Regen 2000-04-10 00:04:07 +00:00
jlam
f1ce60357b Back out last change -- revert to using gs instead of gsx11 2000-04-10 00:03:42 +00:00
jlam
7cc1ac0601 Remove redundant dependency on ghostscript. 2000-04-10 00:03:19 +00:00
jlam
c5fa25dda7 Adapt to gstty/gs. 2000-04-10 00:03:03 +00:00
jlam
70d1dfca2c Install X11 ghostscript binary as gs. 2000-04-09 23:49:11 +00:00
jlam
45407b1fdd Install non-X11 ghostscript binary as gstty 2000-04-09 23:48:50 +00:00
dmcmahill
0f42490879 update to verilog-current-20000409.
changes since the last packaged snapshot include:


Icarus Verilog 20000326 Snapshot:
--------------------------------
The VVM backend rewrite continues. More templates are gone, and the
bit functions have been pretty much rewritten. The vvm library now handles
bit values with strengths, and most of the devices to the right things
with those strengths.

The most obvious implication of this is that you can write multiple
drivers to a net and expect the values to be properly resolved, and in
particular the HiZ value works as it should. So I am well on the way to
completing strength modeling support.

What is still missing is support for strength specifications in the
Verilog source. Although the parser supports the strength related keywords,
they are not passed on to elaboration, or used to generate drivers with
the proper strengths. So that's in the works.

While doing all this VVM rewrite, I've made the generated code considerably
smaller. And of course fewer templates are used. The upshot of this is that
compiles of larger designs should go a whole lot faster. This is important
because people are using Icarus Verilog for increasingly larger designs.
On some larger examples, I've achieved more then 3X compile time improvement.

Icarus Verilog 20000409 Snapshot:
--------------------------------
Named events now work!  Event object declarations and trigger statements
are fully supported, and blocking on a single event also works. I'm not
up to named events in event lists because I'm in the midst of redesigning
the way events on nets and regs are implemented. However, the common case
works fine, so there you are.

I've also added support for some more arithmetic operators. Division and
Modulus now work in many contexts, and are not far from working everywhere.
Also, comparison operators work in places they used to not.

There was a compile error in memory objects that managed to slip through
a couple snapshots, that I finally cured. The problem was pretty gross,
but somehow not quite tickled by my tests. Oh well.

I've integrated some VCD improvements from Anthony Bybell. Some of you
recognize the name as the author of GTKWave, so if he says VCD works like
so, then that's how VCD works:-) Anyhow, he fixed the VCD output to be
more portable, and also a bit smaller when vectors are involved. He also
fixed some bugs with multiple calls to $dumpvars.
2000-04-09 23:11:49 +00:00
tron
6e715582ca Update dependence on "ucd-snmp" package. Problem note by Dave Burgess in
PR pkg/9843.
2000-04-09 18:32:23 +00:00
wiz
0faf5bd2f5 "silent" update from tin-20000123 to tin-20000205; distfile still
called tin-1.4.2.tar.bz2. Changes:
Small documentation changes, number of `hot' articles displayed in -Z
output, and a bug fix in save.c.
Fixes pkg/9829 by mw34@cornell.edu.
2000-04-09 18:29:43 +00:00
itojun
0b4d30f437 remove trailing period 2000-04-09 15:25:53 +00:00
itojun
2b44ee850c reorder CATEGORIES. 2000-04-09 15:22:32 +00:00
itojun
7bb64a41b3 add jisx02{08,12,13}fonts into SUBDIR. 2000-04-09 15:22:29 +00:00
itojun
35086b91f0 add japanese to category 2000-04-09 15:21:50 +00:00
itojun
24f208cdc1 JIS X0208 font collection for X11 2000-04-09 15:20:48 +00:00
itojun
535a6c3d24 JIS X0212 font collection for X11 2000-04-09 15:19:30 +00:00
itojun
a72e07dd4d JIS X0213 font collection for X11 2000-04-09 15:18:33 +00:00
wiz
ffe14b76f4 remove unnecessary empty line 2000-04-09 09:32:05 +00:00
simonb
939505b567 Update Postfix to 19991231-pl06.
Addresses PR pkg/9844 from Oleg Polyanski.
2000-04-09 08:10:19 +00:00
dmcmahill
4c6805dd92 remove obsolete patch. 2000-04-09 04:11:48 +00:00
jlam
e2104b8abb Adapt to new postgresql include/library locations. 2000-04-09 03:53:50 +00:00
jlam
26b81e5698 Put headers into /include/pgsql. 2000-04-09 03:53:16 +00:00
bad
42ff650021 Add the patch-sum file. 2000-04-08 23:18:07 +00:00
bad
53b755cae3 Get rid of the MANINSTALL and MANZ nonsense in the software's Makefile. 2000-04-08 23:17:11 +00:00
frueauf
bb8d2d071c Update ethereal to 0.8.6.
Overview of changes in Ethereal 0.8.6:
* L2TP spelling fix (Florian)
* RADIUS update (Florian)
* LDAP build fix (Guy)
* Fix for not being able to capture more than once in a session (Guy)
* Developers' doc update (Guy)
* Build fixes (Guy)

Overview of changes in Ethereal 0.8.5:
* Fix for reading Toshiba ISDN router trace files (Gilbert)
* Fix proto_* calls in various dissectors (Guy, Gilbert)
* Fix offset in packet-ipp.c (Guy)
* Documentation updates (Guy, Olivier)
* Another iteration of the frame_data pointer/GtkCList headache (Guy)
* Support for DUMP and EXPORT replies in packet-mount.c (Uwe)
* Support for MPLS (Ashok)
* RSVP fixes (Guy)
* Fix TCP Stream (Guy)
* Break proto_tree_add* functions into many more (Gilbert, Guy)
* Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy)
* More *BSD zlib fixes (Guy)
* Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras)
* Fix SNMP (Guy)
* Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy)
* Plugin API fixes (Guy)
* LAPB update (Olivier)
* EIGRP update (Guy)
* V120 update (Guy)
* RADIUS changes (Florian Lohoff)
* Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert)
* Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>>
* More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>)
* Fix IPv6 fragment handling (Jochen Friedrich)
* DNS update (Guy, Itojun)
* IPv4 udpate (Guy)
* Enable capturing in Win32 (Paul Welchinski)
* Fix for SMB (Andreas Sikkema)
* Wiretap update; fix for Netmon reader (Guy)
* L2TP fixes (Florian Lohoff)
* NFS update (Guy)
* Telnet update (Guy)
* Per-frame proto data (Richard)
* ASN.1 update (Guy)
* PPP over GRE fix (Gilbert)
* ISIS-HELLO fix (Ralf Schneider)
* Display filter string length fix (Ralf Schneider)
* Re-work of LDAP dissector (Doug Nazar)
* Win32 file-save fix (Andreas Sikkema)
* Add getopt routine for Win32 (Gilbert)
* BGP route reflection support (Greg Hankins <gregh@twoguys.org>)
* BOOTP fix (Michael Johnston)
* Lex build fix (Guy)
* Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy)
* Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich)
* HP-UX build fix (Guy)
* Plugin update (Olivier)
* Summary dialogue window fix (Guy)
* Ethereal exit logic re-org (Guy)
* Filter dialogue re-org (Guy)
* Use GMemChunk for frame_data structs (Guy)
* Allow registration of protocol handoffs (Jeff Foster, Guy)
* Win32 build fix for new WinPcap library (Guy)
2000-04-08 19:27:01 +00:00
rh
68161b2eaa Update wmakerconf to 2.6.1
Changes include:
 * Several bug fixes (old style root menu conversion, debian menu,
   theme download of wm.themes.org, wraster library 0.62.0
   support)
 * Theme saving: ask user whether to overwrite a theme
 * Improved debugging output of shell commands
 * Icons update (thanks to Tim Allen )
2000-04-08 08:41:26 +00:00
tron
37e3af94e6 Update "windowmaker" package to version 0.62.1. Changes since version
0.62.0:
- made shortcuts available during alt+tab
- save lowered state of menus
- fixed portability bugs for old X servers
- added check for XInternAtoms in configure and replacement code
- fixed window cycling with single key shortcut
- fixed WPrefs crash on menu editor
2000-04-08 06:46:39 +00:00
itojun
f9f0213194 master site changed (rblcheck.sourceforge.net) 2000-04-08 05:59:41 +00:00