Commit graph

97291 commits

Author SHA1 Message Date
wiz
8e1648744e Add c++ to USE_LANGUAGES. PR 33470 by Ryo HAYASAKA. 2006-05-12 17:00:58 +00:00
wiz
cf01b71798 Move PRINT_PLIST_AWK stuff into do-only-once part. 2006-05-12 17:00:39 +00:00
jwise
2638407a1a Fix missing file (lib/dovecot/pop3/lib01_quota_plugin.so) in PLIST. 2006-05-12 15:47:39 +00:00
tonio
d6b1d213ff note security/caff update to 0.4.6 2006-05-12 14:48:06 +00:00
tonio
890b9c5456 Update security/caff to 0.4.6
Remove the hostname subst, since it was fixed upstream

Changelog:
caff: - try hostname without -f first to be compatible with BSD
      - make local-user a config option, and let it accept a list of keyids
pkg-clean: - add option to allow importing subkeys
2006-05-12 14:47:30 +00:00
gdt
4bb1feb929 Updated graphics/p5-Image-ExifTool to 6.17 [gdt 2006-05-12] 2006-05-12 14:18:52 +00:00
gdt
b83c2f5a0a Update to 6.17. See Changes in distfile for full details. Highlights:
- Fixed problem with rpmbuild on Mandriva 2006.0 (thanks Niels Kristian)
  - Improvements to Nikon AF point decoding (thanks Roger Larsson)
  - Made FileName and Directory writable (enabling a whole new functionality!)
  - Made Rotation writable in CRW images

  - Improved JPEG writer to tolerate any segment ordering

  - Added ability to write ICC_Profile data as a block
  - Added read/write support for ICC and ICM color profile files
  - API Changes:
      - Added ability to prefix tag name with group in arguments to ImageInfo()
        (read/write symmetry is now improved since this feature already existed
        in the write routines, and now group names can be used in shortcuts)
      - Changed order of filtering for Group# option and tag exclusions to be
        applied after extracting tags specified in calls to ImageInfo()

  - Added -overwrite_original_in_place option
  - Added a number of new XMP tags and bring XMP support up to new
    specification, plus a few undocumented XMP-aux tags (thanks Lou Salkind)
  - Added ability to decode DNGMakerNotes
  - Added back RedBalance and BlueBalance as composite tags
2006-05-12 14:17:06 +00:00
joerg
7322f07a87 Add DragonFly support. 2006-05-12 12:40:10 +00:00
joerg
30b64a9930 Honour LDFLAGS, fix errno usage. 2006-05-12 12:39:32 +00:00
joerg
5910f689fc Add DragonFly support and fix GCC 3.4+ issues. 2006-05-12 12:26:58 +00:00
grant
1afe2971ba note update of dovecot to 1.0beta8. 2006-05-12 11:03:29 +00:00
grant
4a9601fb8e update dovecot to 1.0beta8.
changes since 1.0beta7:

        * Fixed a security hole with mbox: "1 LIST .. *" command could
          list all directories and files under the mbox root directory, so
          if your mails were stored in eg. /var/mail/%u/ directory, the
          command would list everything under /var/mail.
        + Unless nfs_check=no or mmap_disable=yes, check for the first login
          if the user's index directory exists in NFS mount. If so, refuse to
          run. This is done only on first login to avoid constant extra
          overhead.
        + If we have plugins set and imap_capability unset, figure out the
          IMAP capabilities automatically by running imap binary at startup.
          The generated capability list isn't updated until Dovecot is
          restarted completely, so if you add or remove IMAP plugins you
          should restart. If you have problems related to this, set
          imap_capabilities setting manually to work around it.
        + Added auth_username_format setting
        - pop3_lock_session setting wasn't really working
        - Lots of fixes related to quota handling. It's still not working
          perfectly though.
        - Lots of index handling fixes, especially with mmap_disable=yes
        - Maildir: saving mails could have sometimes caused "Append with UID
          n, but next_uid = m" errors
        - flock() locking never timeouted because ignoring SIGALRM caused the
          system call just to be restarted when SIGALRM occurred (probably not
          with all OSes though?)
        - kqueue: Fixed "Unrecognized event". Patch by Vaclav Haisman
2006-05-12 11:02:48 +00:00
joerg
97c3b535ae Fix build on DragonFly. Use PTHREAD_AUTO_VARS. 2006-05-12 10:53:14 +00:00
joerg
0120562169 Uses C++. 2006-05-12 10:41:54 +00:00
joerg
4beaa3b67b Don't include both net/bpf.h and pcap.h on DragonFly.
XXX Are both needed on any platform at all?
2006-05-12 09:54:52 +00:00
joerg
1405d33c92 Fix build with newer OpenSSL. 2006-05-12 09:48:09 +00:00
joerg
d44489048f Uses C++. 2006-05-12 09:45:12 +00:00
joerg
34bb1221b2 Add DragonFly support. 2006-05-12 09:41:15 +00:00
joerg
93070c8d4d Fix build on DragonFly. Add pptp.8 to PLIST. Bump revision. 2006-05-12 09:30:55 +00:00
joerg
080408306e Bump revision of nprobe, since it is unknown whether the distfile
changed only incidently or not.
2006-05-12 09:21:14 +00:00
joerg
05367ea72f Correct pthread detection in configure. Has libtool, so annotate that.
Update source checksum, I have no idea what changed, but even
ftp.netbsd.org doesn't have the old version around. Remove the
interactive fetch, since it is normal GPL code and can be fetched
directly. Bump revision due to unclear status.
2006-05-12 09:19:54 +00:00
joerg
cbb48755bf PLIST fixes for miredo. 2006-05-12 08:26:12 +00:00
joerg
dd8a148c21 Fix PLIST and bump revision. Add DragonFly work arounds for pthread.h
and fix net/if_var.h test as well.
2006-05-12 08:25:47 +00:00
joerg
cad77951f5 Uses C++. 2006-05-12 07:55:32 +00:00
joerg
9b4ea7ca34 Don't override the result of configure a few moments ago by hard-coding
-lresolv. It might not exist at all and break the other configure tests.
2006-05-12 07:51:05 +00:00
joerg
59b294e21a - add DragonFly support (positive lists for broken platforms would
simplify this...)
- disable propolice on DragonFly
- use void (*)(int) as type of sa_handler as by SUS
- correctly annotate info usage, bump revision for this
2006-05-12 07:44:26 +00:00
joerg
3f0f293314 Fix path to fastjar, bump revision. 2006-05-12 07:29:37 +00:00
joerg
7a5c710ddf Uses C++. 2006-05-12 07:07:00 +00:00
joerg
feab4477d0 Uses C++. 2006-05-12 06:45:01 +00:00
martti
36dbf12e92 vobcopy-1.0.0 2006-05-12 05:32:33 +00:00
simonb
9ef5d43a01 Note update of nttcp to 1.47nb1:
Add a new -U option, to run for a given time instead of for a given
 number of buffers.
 Bump PKGREVISION.

 Not feed upsteam as author seems to have disappeared :(
2006-05-12 03:15:16 +00:00
simonb
e1421030a9 Add a new -U option, to run for a given time instead of for a given
number of buffers.
Bump PKGREVISION.

Not feed upsteam as author seems to have disappeared :(
2006-05-12 03:07:14 +00:00
rillig
ae3ab0c038 Changed the test so that it also works by running "make && make clean"
in this directory. Currently the test fails because the wrapped echo(1)
is broken.
2006-05-11 23:10:50 +00:00
jlam
48b11c8c11 Make build failures due to the previous commit less mysterious by using
a wrapper script that emits a hint of what went wrong.
2006-05-11 22:13:19 +00:00
jmc
abaa0a66a9 Add USE_LANGUAGES here as some files are c++.
XXX: gotta love changes which cause builds to fail with (Error 1) and nothing
else. The complete lack of design around this is appalling.
2006-05-11 21:51:40 +00:00
seb
7604107ed4 Note update of comms/conserver8 to version 8.1.14 [new features and bug
fixes, you will want to update]
2006-05-11 21:45:00 +00:00
seb
a763c66219 Update to version 8.1.14.
Approved by maintainer.

Changes since last packaged version (8.1.11):
version 8.1.14 (Apr 9, 2006):
        - fixed rpm conserver.spec file - based on patch by Martin Evans
          <m.d.t.evans@qmul.ac.uk>
        - added 'uds' console type for unix domain socket connections -
          based on patch by DJ Gregor <dj@gregor.com>
        - probing of interfaces under cygwin (and possibly others?) now
          skips unconfigured interfaces (even if flagged as up!) -
          reported by Chris Riddoch <chrisr@digeo.com>
        - added the '!login' console option to prevent clients from
          connecting to a console - suggested by Greg Tillman
          <gregtillman@comcast.net>
        - added a 'noop' console type for consoles you'd like to name,
          but have no connection to - suggested by Greg Tillman
          <gregtillman@comcast.net>
        - deprecated escape commands removed from the code
        - added '^EcP' and '^EcR' sequences to set the playback and
          replay line lengths
        - new console config options 'playback' and 'replay' to let the
          client set prefered output lengths (with a special feature for
          a size of zero)
        - prefer strlcpy() over strcpy() - based on patch by Peter
          Valchev <pvalchev@openbsd.org>
        - fixed bug where '^Eco' by user on an 'exec' console with an
          'initcmd' causes input by user to be ignored (could be other
          console types as well) - reported by Mark Wedel
          <Mark.Wedel@sun.com>
        - made POSIX termios code in autologin a requirement (since
          conserver requires it) and cleaned up a few other issues -
          based on reports by Arthur Clune <ajc22@york.ac.uk>

version 8.1.13 (Jan 15, 2006):
        - use SIOCGIFNUM for interface count (if available) and catch
          EINVAL on Solaris - patch by Peter Jeremy
          <peter.jeremy@alcatel.com.au>
        - console output now resets idle timer - suggested by Peter
          Saunders <pajs@fodder.org.uk>
        - bug fix for conserver process running out of control and using
          up cpu - debugged with Alexandra N. Kossovsky
          <Alexandra.Kossovsky@oktetlabs.ru>

version 8.1.12 (Sep 5, 2005):
        - printf() fix for autologin - patch by Menno Duursma
          <druiloor@zonnet.nl>
        - newly spawned (from SIGHUP) processes didn't properly close
          primary socket
        - SSL certificates now work again (anonymous ciphers are not
          allowed if a certificate is used)
        - client options -x, -u, -w, and -i can now take a console name
          to restrict output - suggested by Evan McClure
          <emcclure@internap.com>
        - convert program now installed in $libdir/conserver - patch by
          Petter Reinholdtsen <pere@hungry.com>
        - we now ignore SIGXFSZ, if it exists
        - added 'limited' access option to remove certain functionality
          from users - suggested by Sven Michels <sven@darkman.de>
        - added client option -z/-Z for sending commands to servers
          (reload, quit, etc) - based on suggestion by Joshua Pincus
          <Joshua.Pincus@Sun.COM>
        - added 'execrunas' and 'initrunas' console options to allow
          'exec' and 'initcmd' execution as another user and/or group -
          based on patch by Gary Mills <mills@cc.umanitoba.ca>
        - the east coast mirror had to shut down (for now, at least)
        - crash from bad pointer manipulation during log replay - reported by
          Ryan Kirkpatrick <linux@rkirkpat.net>
2006-05-11 21:42:43 +00:00
schmonz
9d880bfb2d The descriptive text at the beginning of panther.patch has been changed;
update checksums.
2006-05-11 20:10:10 +00:00
joerg
a35b2f9e67 Uses C++. 2006-05-11 19:43:02 +00:00
joerg
c1137c55de Uses C++. 2006-05-11 19:28:52 +00:00
wiz
e19d3fde21 Add a missing entry. 2006-05-11 19:03:16 +00:00
wiz
8c56703bd9 Add some missing entries. 2006-05-11 19:02:58 +00:00
veego
603ece8f47 Add missing RMD160 entry. 2006-05-11 19:02:08 +00:00
joerg
1155c16d0e Cleaned up linkage for graphics/aqsis. 2006-05-11 19:01:19 +00:00
joerg
42e24a982b Update distinfo once more for patch-aa. 2006-05-11 19:00:26 +00:00
veego
64a0b1cd60 Add missing RMD160 entries. 2006-05-11 18:58:40 +00:00
joerg
54791df01a Fix C++ to work with GCC 3.4. Fix linkage to make at least some sense.
Always link with -lddmsock, it might be overridden in the application
though. The former guranties that the libraries don't have unresolved
symbols. Bump revision.
2006-05-11 18:55:31 +00:00
rillig
4c49c57c7e In the make targets show-* and *-message, commands may be hidden using
"@".
2006-05-11 18:26:51 +00:00
gdt
35d00be7fc Add LICENSE=netscape-license; netscape7 is nonfree. 2006-05-11 18:10:19 +00:00
joerg
ce4cdc05f5 Patch away dependency tracking which breaks with GCC 3.4. 2006-05-11 17:59:57 +00:00