Commit Graph

8389 Commits

Author SHA1 Message Date
jasoni
f7d1f5ecf2 - Add python15
- Remove python2
2000-12-13 05:30:26 +00:00
jasoni
a822bae6e7 - Remove Python 2.0 from python2, this was a mistake.
- Move Python 2.0 to python.
- Remove Python 1.6
2000-12-13 05:26:45 +00:00
jasoni
4d66b3c748 Import Python 1.5.2. 2000-12-13 05:09:46 +00:00
markus
27a5c8acce update to pre-9wm-1.2 2000-12-12 23:46:14 +00:00
brad
7d1ed7b721 upgrade to EPIC4 0.9.14 2000-12-12 23:06:05 +00:00
naddy
59f0f56aa7 Update to 0.9.23.
Author claims this closes all (temporary) file creation vulnerabilities.
Frankly, I can't tell.  Mention caveat in SECURITY.
2000-12-12 18:31:30 +00:00
brad
34b8b09e5d don't complain about mailbox perms being wrong. 2000-12-12 17:28:11 +00:00
brad
d40d395c55 upgrade to c-client 2000a 2000-12-12 14:44:24 +00:00
espie
4bce863756 Fuck cvs, missed file again.
Make update to r11 effective.
2000-12-11 18:19:52 +00:00
jakob
f130f5f039 update to snapshot-20001210.
Extract from the RELEASE_NOTES file:

    Incompatible changes with snapshot-20001210
    ===========================================

    If this release does not work for you, you can go back to a previous
    Postfix version without losing your mail, subject to the "incompatible
    changes" listed for previous Postfix releases below.

    When delivering to /file/name (as directed in an alias or .forward
    file), the local delivery agent now logs a warning when it is unable
    to create a /file/name.lock file. Mail is still delivered as before.

    The "sun_mailtool_compatibility" feature is going away (a compatibility
    mode that turns off kernel locks on mailbox files). It still works,
    but a warning is logged. Instead of using "sun_mailtool_compatibility",
    specify the mailbox locking strategy as "mailbox_delivery_lock =
    dotlock".

    The Postfix SMTP client now skips SMTP server replies that do not
    start with "CODE SPACE" or with "CODE HYPHEN" and flags them as
    protocol errors. Older Postfix SMTP clients silently treated "CODE
    TEXT" as "CODE SPACE TEXT", i.e. as a valid SMTP reply.

    This snapshot does not yet change default relay settings. That
    change alone affects a dozen files, most of which documentation.
    This may be an incompatibility with some people's expectations,
    but such are my rules - between code freeze and release no major
    functionality changes are allowed.

    Several interfaces of libutil and libglobal routines have changed.
    This may break third-party code written for Postfix. In particular,
    the safe_open() routine has changed, the way the preferred locking
    method is specified in the sys_defs.h file, as well as all routines
    that perform file locking. When compiling third-party code written
    for Postfix, the incompatibilities will be detected by the compiler
    provided that #include file dependencies are properly maintained.

    Major changes with snapshot-20001210
    ====================================

    This snapshot includes bugfixes that were already released as
    patches 12 and 13 for the 19991231 "stable" release:

      - The queue manager could deadlock for 10 seconds when bouncing
        mail under extreme load from one-to-one mass mailings.

      - Local delivery performance was substandard, because the per-user
        concurrency limit accidentally applied to the entire local
        domain.

    The mailbox locking style is now fully configurable at runtime.
    The new configuration parameter is called "mailbox_delivery_lock".
    Depending on the operating system type, mailboxes can be locked
    with one or more of "flock", "fcntl" or "dotlock".  The command
    "postconf -l" shows the available locking styles.  The default
    mailbox locking style is system dependent.  This change affects
    all mailbox and all "/file/name" deliveries by the Postfix local
    delivery agent.

    The new "import_environment" and "export_environment" configuration
    parameters now provide explicit control over what environment
    variables Postfix will import, and what environment variables
    Postfix will pass on to a non-Postfix process. This is better than
    hard-coding my debugging environment into public releases.

    The "mailbox_transport" and "fallback_transport" parameters now
    understand the form "transport:nexthop", with suitable defaults
    when either transport or nexthop are omitted, just like in the
    Postfix transport map. This allows you to specify for example,
    "mailbox_transport = lmtp:unix:/file/name".

    The MYSQL client now supports server connections over UNIX-domain
    sockets.  Code provided by Piotr Klaban. See the file MYSQL_README
    for examples of "host" syntax.
2000-12-11 03:17:50 +00:00
jakob
5c9024ea87 update to v3.0.5 2000-12-10 18:57:29 +00:00
jakob
b4c391c3ff update to 19991231-pl13 2000-12-10 18:55:53 +00:00
kevlo
84f0c18d9c Upgrade to 0.62b 2000-12-10 15:00:14 +00:00
kevlo
488ea07c7a - Update to 2.2.10
- Take over maintainership

ok maintainer <rohee@>
2000-12-10 14:40:07 +00:00
reinhard
21a5c3ea24 +lincvs 2000-12-10 13:27:06 +00:00
reinhard
25c1ab3506 lincvs-0.2.3: graphical CVS front-end using QT2 2000-12-10 13:15:23 +00:00
obecian
a97326dff8 MASTER_SITES update
found by Brian Poole <raj@cerias.purdue.edu>
2000-12-09 05:19:29 +00:00
brad
5ee32b1bd3 add a distribution patch: (and update checksum for HTML quoting patch)
squid-2.3.stable4-carp-assertion.patch
Comparing floating point numbers for equality is tricky. The old way can cause an assertion even though two numbers actually do add up to 1
2000-12-08 17:09:52 +00:00
kevlo
9772ac710c Update MASTER_SITES and add @comment to PLIST. 2000-12-08 15:31:52 +00:00
kevlo
41b8465b7c - Update to 1.8.1
- Add full name to MAINTAINER
2000-12-08 15:24:40 +00:00
naddy
13f52e3825 - Update to #149.
- Use 4755 installation mode; 4711 is excessively paranoid and breaks
  SUDO package building.
- Unkludge USE_POSIX_TERMIOS define.
2000-12-08 15:18:39 +00:00
kevlo
f5ee0d0870 - Add HOMEPAGE
- Add @comment to PLIST
2000-12-08 15:13:23 +00:00
peter
e89621d1b3 Add common flavors to Makefile and document flavors (as per last commit)
in DESCR file. Thanks to Marc for prompting.
2000-12-08 12:01:07 +00:00
brad
801d914a55 oops, remove SEPARATE_BUILD. I'll come back later and fix the one minor
bug with installing the man page when using SEPARATE_BUILD.
2000-12-08 00:01:22 +00:00
brad
4f697a54b3 upgrade to mhash 0.8.3 2000-12-07 18:31:21 +00:00
todd
8a719350a9 what is /bin/sh2 ???? 2000-12-07 18:05:29 +00:00
brad
6219f93b1a remove the need for a separate copy of libtool. 2000-12-07 17:25:09 +00:00
brad
d327b2ac40 use %B 2000-12-07 17:22:23 +00:00
naddy
db6838b2f6 Update to knu-cvsweb 1.104.1.42.
- cvsweb.conf: Add a new variable $charset to specify the charset for HTML
  output.
- Miscellaneous clean-ups and optimizations.
2000-12-07 17:04:38 +00:00
peter
5ea3176f9c stupid CVS missed this again - but I expected it this time. 2000-12-07 15:27:33 +00:00
peter
36ff9ee78a Update exim to version 3.20
See ChangeLog and documentation for a full list of bugs fixes and
new features. Release highlights include the addition of STARTTLS
extensions to SMTP and callback SMTP checks to verify sender addresses
on lightly loaded mail servers - prevent spam from made-up addresses.

This port includes the following flavors:

no_x11	- do not build eximon which requires X11
no_perl	- do not include perl support
no_tls	- do not include SSL/TLS support
mysql	- support mysql queries for lookups
pgsql	- support pgsql queries for lookups
ldap	- support ldap (OpenLDAP) queries for lookups

All these queries are independent.

Maintainer has been temporarily chaged to me for feedback, until
Sebastian is back and available to support the port.

Testing has been limited to i386.
2000-12-07 15:27:10 +00:00
kevlo
c82d8f6a57 Add doc++ 2000-12-07 14:34:05 +00:00
kevlo
e9c2410145 Initial import of doc++-3.4.6
doc++ is the documentation system for C, C++, IDL and Java.
2000-12-07 14:33:23 +00:00
brad
07d09305f7 replace patch with the use of MAKE_FLAGS 2000-12-07 14:14:21 +00:00
angelos
dded4b8f89 Update to 4.53 2000-12-07 01:35:49 +00:00
jakob
895756d34c update to imap-uw-2000a 2000-12-06 19:22:20 +00:00
espie
1a7956cf52 A script I use to remove old distfiles on my machine. It actually
produces another script, as this usually needs to be hand-tweaked for
various reasons.

(Documentation to come up, probably in mirroring-distfiles)
2000-12-06 11:55:11 +00:00
espie
5648c698a7 Document mktemp() calls and other unpalatable stuff. 2000-12-06 09:48:38 +00:00
espie
c93406f23e update to 3.0.6 (from kevlo@), and fix quite a few details I should
have fixed when I imported this port:
don't build rpm using -static, as we don't intend to use rpm to install
a new system (the configuration system of this port is stupid).
one thing leading to another: fix the usual libtool bug, fix the usual
gettext bug... fed up of GNU.
2000-12-06 09:45:02 +00:00
kevlo
1888076638 - Bump NEED_VERSION
- Update MASTER_SITES
- Add @comment to PLIST
2000-12-06 02:51:31 +00:00
brad
79616c4d9e upgrade to Curl 7.5 2000-12-05 20:11:28 +00:00
avsm
2dba10be76 uncomment p5-Curses and add in p5-Curses-Widgets 2000-12-05 19:15:31 +00:00
avsm
67699e63ab Import p5-Curses-Widgets-1.2 from CPAN.
Tested by naddy@ and josh <dorqus@freek.com>
--
This module provides a standard library of functions and widgets
for use in creating Curses-based interfaces. Should work reliably
with both Curses and nCurses libraries.

Current widgets include:

        Text field (txt_field) 
        List box (list_box)
        Button sets (buttons) 
        Calendar (calendar) 
        Message box (msg_box) 
        Input box (input_box)

Extra functions include:

        select_colour line_split grab_key init_scr
2000-12-05 19:12:39 +00:00
avsm
e7966894a5 import p5-Curses-1.05 from CPAN
--
Curses is the interface between Perl and the curses(3) library.

For descriptions on the usage of a given function, variable, or
constant, refer to the curses(3) library manual pages.
2000-12-05 19:09:46 +00:00
avsm
8b85c54482 Integrate the set of HTML documentation provided by Norman Walsh for
the DSSSL stylesheets.  Installs into PREFIX/share/doc/docbook-modular
in HTML format.
2000-12-05 14:58:28 +00:00
avsm
8eb05870c6 - upgrade to docbook-modular-1.59
- bump NEED_VERSION

--
Bug fixes, international language improvements (new Korean locale is main
one), support for monospaced literallayout.
2000-12-05 14:22:28 +00:00
avsm
325c73ba3d - upgrade to HTML-Parser-3.14
- bump NEED_VERSION
- deactivate experimental unicode support since it doesnt work yet on our
  perl setup (make tests all fail with missing symbols)
2000-12-05 14:05:05 +00:00
avsm
dd6be8b5f3 - upgrade to cvs2cl-2.30
- no longer depend on freebsd tarball (use cgi provided by author to
  retrieve script)
- update NEED_VERSION, HOMEPAGE
2000-12-05 12:53:40 +00:00
espie
2705903016 oops. Noticed by obecian@ 2000-12-05 12:10:15 +00:00
jasoni
008b1fef8d Update to 5.7.19
(many minor bug fixes)
2000-12-05 05:05:50 +00:00