Next | Query returned 50 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2009-12-16 10:46:36 by John Nemeth | Files touched by this commit (4)
Log message:
     Change libmilter to use poll(2) instead of select(2)
unconditionally.  All supported systems should have poll(2).  If
one is found that doesn't then this can be revisited and some way
of making it conditional can be implemented.

     This resolves an issue with applications that have a large
number of open files and want to bump FD_SETSIZE.  Since libmilter
no longer uses select(2), the application is free to monkey with
FD_SETSIZE as it pleases.
   2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-06-14 10:58:06 by Matthias Scheler | Files touched by this commit (4)
Log message:
Update "sendmail" and "libmilter" package to version 8.14.3.
Changes since version 8.14.2:
* the MTA accessed storage after it free()d it. This was a regression
  introduced in 8.14.2, but the bug only showed up on a few operating
  systems.
* ruleset processing: the function cataddr() could cause the addition of
  the BlankSub character between some tokens when it should not happen
  and thus failures in rule matching. It seems that none of the default
  rules were affected by this bug and hence the problem did not show up
  for default configurations.
* the libmilter state engine did not deal correctly with milters that
  requested the omission of protocol steps during the negotiation callback.

Approved by John Nemeth.
   2008-03-14 03:56:10 by John Nemeth | Files touched by this commit (1)
Log message:
Fix unprivileged build by passing in BINOWN/BINGRP/SHAREOWN/SHAREGRP.
   2007-11-02 11:26:09 by Matthias Scheler | Files touched by this commit (1) | Package updated
Log message:
Reset package revision after update.
   2007-10-15 13:57:45 by John Nemeth | Files touched by this commit (1)
Log message:
add DESTDIR support
   2007-10-15 13:57:17 by John Nemeth | Files touched by this commit (1)
Log message:
add a note that the interface between libmilter and sendmail is subject
to change without notice
   2007-09-25 22:05:24 by Johnny C. Lam | Files touched by this commit (4)
Log message:
The sendmail and libmilter should have different sets of options.  In
particular, libmilter does *not* support "ldap", "sasl", \ 
etc. which are
supported by only sendmail.  Do this through the following:

(1) Create libmilter/options.mk with support for the "inet6" option.

(2) Drop inclusion of options.mk from sendmail/Makefile.common and move
    it to libmilter/Makefile and sendmail/Makefile.

While here, properly support IPv6 on FreeBSD, which like DragonFly has
getipnodebyname() in libc.

As a result of these changes, libmilter will no longer depend on
cyrus-sasl or openssl or openldap-client depending on what is set
in PKG_DEFAULT_OPTIONS.

Bump the PKGREVISION of libmilter to 1 due to the changed dependency list.
No change to sendmail as the binary package does not change.
   2007-04-26 08:47:06 by John Nemeth | Files touched by this commit (1)
Log message:
fix a few pkglint complaints

Next | Query returned 50 messages, browsing 11 to 20 | Previous