Commit graph

126254 commits

Author SHA1 Message Date
obache
b266f3d276 Need msgfmt to build.
Noticed by Hasso Tepper in PR 38686.
2008-05-18 13:38:51 +00:00
obache
4e6c8cda67 Fix typo intoroduced by mechanical DESTDIR fix.
noticed by Hasso Tepper in PR 38687.
2008-05-18 12:28:17 +00:00
markd
021a7abdec Build with openssl in -current. 2008-05-18 12:19:01 +00:00
tron
174a00671c Note update of the "net-snmp" package to version 5.4.1nb2. 2008-05-18 12:02:02 +00:00
tron
4c741e3b2e Add patch from the Net-SNMP SVN repository to fix a buffer overflow in
the Perl SNMP module reported in SA30187.
2008-05-18 11:59:54 +00:00
tonio
bc1f5d6274 Updated mail/mutt-devel to 1.5.18
mutt-compressed-mbox option is disabled, untill an updated patch is available.
2008-05-18 08:28:05 +00:00
tonio
a53340810e Update mail/mutt-devel to 1.5.18
From the announce:
"Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and
performance enhancements since the release of 1.5.17, but I believe only
one new feature ($time_inc, for controlling the rate at which status updates
are displayed)."
2008-05-18 08:26:30 +00:00
tnn
8ab30b01b1 It only makes sense to build the vmware drivers on x86 platforms. 2008-05-18 03:10:07 +00:00
tnn
b6bc5557c1 Updated archivers/gtar{,-info,-base} to 1.20 2008-05-18 01:50:27 +00:00
tnn
09e93a8355 Catch up with gtar-base-1.20. 2008-05-18 01:48:58 +00:00
tnn
d1ae4f5e27 Update to GNU tar 1.20.
All self-tests pass under NetBSD-current.

Changes: 3.5 years worth of development; too much to list here.
2008-05-18 01:48:09 +00:00
tnn
69b56eaa2f Update homepage. 2008-05-18 00:43:51 +00:00
tnn
03bc174582 Note {libpurple,pidgin*,finch} 2.4.2 updates. 2008-05-18 00:09:46 +00:00
tnn
5737418a9a Update to finch-2.4.2.
* New default binding ctrl+x to open context menus.
* Menu triggers and other bindings will no longer conflict.
* Middle click pastes the internal clipboard (when mouse support is enabled).
2008-05-18 00:06:46 +00:00
christos
6f251da065 make this work again. 2008-05-17 23:53:29 +00:00
tnn
5fee78cccb catch up with pidgin-2.4.2 2008-05-17 23:46:46 +00:00
tnn
e904333ebc Update to pidgin-2.4.2.
* The typing notification in the conversation history can be disabled or
  customized (font, color etc.) in .gtkrc-2.0.
* Added a plugin (not installed by default) which adds a Send button back to
  the conversation window. People without physical keyboards have a hard time
  with the lack of the button.
* Clicking on the buddyicon in the conversation window toggles the size of the
  icon between small and large.
* The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in an AIM
  chat) can be edited from its context menu in the buddy list.
* Add a "Present conversation window" preference to the Message Notification
  plugin; the "Raise conversation window" option does not unminimize windows
  or draw attention to them when they are on other workspaces--the "Present"
  option should.
* Add a preference to set Escape as the keyboard shortcut for closing the
  conversation window.
* Add an option in the context menu to disable smileys in the selected text
  in the conversation history/log viewer. This should help people who
  regularly paste code in conversations.
* Add a preference to choose the minimum size of the text input area in lines.
* Moved the "Local alias" field in the Modify Account dialog to be below the
  "User Options" heading on the "Basic" tab.
* Number of room occupants is now shown in chat tooltips where possible
2008-05-17 23:45:47 +00:00
tnn
a8d380c47e Aggressively disable options in Makefile.common and selectively
enable them in options.mk, through overrides.
2008-05-17 23:26:06 +00:00
tnn
a8490df4d8 Update to libpurple-2.4.2.
o In MySpaceIM, messages from spambots are discarded (Justin Williams)
o Strip mIRC formatting codes from quit and part messages.
o IRC now displays ban lists in-channel for joined channels.
o Fixed a bug where the list of loaded plugins would get removed when
  switching between different operating systems.
o Fix reception of IRC PART without a part message on Undernet
  (fixes a problem with litter in the channel user list).
o IRC no longer crashes on /list on servers which erroneously omit RPL_LISTSTART
o Update the NetworkManager support to use D-Bus directly, instead of
  libnm-glib. Hopefully it's stable now. It will now compile by default if you
  have D-Bus support and NetworkManager.h. (Elliott Sales de Andrade)
o MSN buddy list synchronization is now more forgiving, only asking about
  buddies who have disappeared completely from the server list and not those
  that have simply moved groups.
o IRC will now try to append 1-9 to your nick if it is in use, instead of
  substituting the last character with 1-9 where possible.
o Bonjour buddies will be saved persistently if they're moved out of the
  "Bonjour" group. (Eion Robb)
2008-05-17 22:56:17 +00:00
tnn
026ee26a79 Fix Linux PLIST. 2008-05-17 22:46:34 +00:00
tnn
54085d21e6 Note addition of x11/xf86-input-vmmouse and update of modular-xorg-drivers
to 1.2.
2008-05-17 22:12:14 +00:00
tnn
c2ea0a8598 Add xf86-input-vmmouse, bump to version 1.2. 2008-05-17 22:10:11 +00:00
tnn
dbd6d65a2c Import xf86-input-vmmouse-12.5.0 as x11/xf86-input-vmmouse.
This is the VMware virtual mouse driver for the modular Xorg server.
2008-05-17 22:03:58 +00:00
tnn
c850ff76ec Updated x11/xf86-video-vmware to 10.16.1 2008-05-17 21:53:23 +00:00
tnn
2bb22b36c7 Update to xf86-video-vmware-10.16.1.
This enables Xvideo support in vmware.
2008-05-17 21:52:47 +00:00
tnn
b6c9ff8b98 Fix build on IRIX by ensuring -lfontconfig links with -liconv. 2008-05-17 20:57:29 +00:00
tnn
d30465d2ca Adjust previous, no need for bsd.prefs.mk here. 2008-05-17 20:52:13 +00:00
tnn
2a7a4f980b # Most modern Linuxen don't come with rcmds by default,
# so just pretend to have them to keep configure happy.

This is PR pkg/37912.
2008-05-17 20:51:31 +00:00
tnn
c5cf1a1b35 Updated x11/xrandr to 1.2.3 2008-05-17 20:35:40 +00:00
tnn
2b843ff7be Update to xrandr-1.2.3.
pkgsrc changes:
  Link with -lm, since the program uses fabs(). This failed on Linux of all
  platforms. NetBSD happens to have fabs() in libc, but the manpage states
  that -lm should be linked in, so do it for all platforms.

Changes:
  Update COPYING
  Add *current and +preferred to the --verbose output
  When invoked with no option, xrandr dumps existing modes
  Allow the same output to be specified several times on the command line
  Clarify the ability to manipulate multiple outputs in the manpage
  Verify crtc against previous config.
  Always reset other outputs using the best crtc.
  Add xrandr test suite.
  Improved test script.
  Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings.
  More tests for ambiguous xrandr output.
  Some minor issues in test case fixed.
  Be more robust in test case if mode database is borked.
  Add more tests, mostly regarding crtc switching and uncloning.
  Add informational output for known issues.
  Add another test known to fail.
2008-05-17 20:33:50 +00:00
tnn
68653acbca Fix shell pattern so it doesn't try to copy the "CVS" directory when
the shell is bash and nocaseglob is enabled (ugh, misfeature).
PR pkg/38671.
2008-05-17 18:52:17 +00:00
tnn
a62afabe14 Check that /usr/bin/patch really exists, so that we can gracefully fall
back to depending on devel/patch.
2008-05-17 18:34:50 +00:00
obache
64082fc631 Updated misc/ja-less to 382.262nb1 2008-05-17 14:19:00 +00:00
obache
9288dee5be Some minor fixes
* Require working terminal library
 * Honor PKG_SYSCONFDIR
 * Fix sysconfdir mentioned in man pages.
 * Add DESTDIR support

Bump PKGREVISION.
2008-05-17 14:18:45 +00:00
obache
7d2b521d7c - smartmontools-5.38 2008-05-17 13:09:11 +00:00
obache
a70c207048 Updated sysutils/smartmontools to 5.38 2008-05-17 13:08:08 +00:00
obache
580204fec2 Update smartmontools to 5.38, UNSTABLE to STABLE.
Based on patch provided by Sergey Svishchev in PR 38573.
This version contains DragonFly support, noted in PR 36982.
patch-ag is taken from PR 38199.

Date 2008-03-10
Summary: smartmontools release 5.38 (STABLE)
--------------------------------------------
This is a stable release of smartmontools.  In addition to changes
below, it includes:

 - Libata/Marvell driver devices no longer need explicit '-d' switch
 - DEVICESCAN automatically detects libata/marvell driver SATA devices
 - Fixed auto-offline/autosave support in FreeBSD
 - SAT device type + SCSI generic devices work properly with smartd under Linux
 - Many additions to drive database
 - More portable autogen/autoconf/automake script set
 - Additional Windows IOCTL route to access SMART data
 - Some ATA-8 updates
 - Smoother CCISS compilation support in Linux
 - Dragonfly support
 - Fixed some ATA identity byte swap problems on big endian CPUs
 - Added support for the QNX operating system
 - No-fork option added to smartd
 - Improved device scanning and drive type recognition in Windows
 - 3ware support for controllers with more disks (32 max)
 - Improved Windows installer
 - Improved SMART Attribute list and descriptions
 - Fix to smartctl return codes
 - Fix to scheduled tests on Highpoint RAID controllers
 - New samsung firmware bug workaround option
 - Auto-offline and Auto-save fixed in Linux + libata
 - Solaris: better SCSI support and support for Sun compilers AND gcc
 - Fixed and improvements to CCISS support
 - More options for SCSI temperature monitoring and history
 - Additional command line options for selective self-tests
 - Compilation fixes for various platforms.

See CHANGELOG for more details, or smartmontools CVS for still further
details.
2008-05-17 13:07:54 +00:00
tonnerre
ecd972e6d2 Updated graphics/blender to 2.45nb2 2008-05-17 10:35:05 +00:00
tonnerre
04839ffa37 Fix CVEs CVE-2008-1102 and CVE-2008-1102 for blender:
- Fix arbitrary code execution vulnerability in .bend files which contain
   a crafted RGBE file (CVE-2008-1102).
 - Create various temporary files in safer paths (CVE-2008-1103).
2008-05-17 10:33:15 +00:00
obache
1f8accbf4c Fix MAINTAINER address typo since initial import.
tech-pkg at jp.NetBSD.org => tech-pkg-ja at jp.NetBSD.org
2008-05-17 08:22:56 +00:00
obache
7d31123449 Not smartmontools-5.38 (pkg/38573) also close pkg/38199, pkg/36982. 2008-05-17 05:12:09 +00:00
obache
66846dff51 ap2-suphp is updated to 0.6.3 2008-05-17 02:38:21 +00:00
obache
deb74ad2c2 Updated www/ap2-suphp to 0.6.3 2008-05-17 02:37:42 +00:00
obache
a6d81bf20d Update ap2-suphp to 0.6.3.
While here, add DESTDIR support and more adapt sample config file to default settings.

* Version 0.6.3 (30 March 2008)
- Fixed a possible race condition concerning the check for the
  right symlink owner.
- Added checks for the owner of the parent directories were added.

* Version 0.6.2 (19 November 2006)
- Made mod_suphp compatible with Apache 2.2
- Modified SmartPtr implementation (hopefully) fixing
  double free problem
- Fixed problem that caused the process to block
  when more than 4096 were written to stderr
- Implemented userdir support
- Fixed problem with PATH_INFO and PHP scripts

* Version 0.6.1 (26 November 2005)
- Changed usage of STL to gain better compatibility with old GCC versions
  (credits to Jeremy Chadwick for finding the relevant code)
- Fixed typos in mod_suphp.c (Apache 1.3)
  (credits to Johan Ekenberg for finding these typos)
- Fixed potential buffer overflow in function suphp_bucket_read() in
  src/apache2/mod_suphp.c
- Fix problems with scripts sending "Last-Modified" headers
- Extended autoconf script to look for an installation of APR
  and to use its includedir when building mod_suphp for Apache 2
- Added support for chroot() call before execution of script
2008-05-17 02:37:24 +00:00
markd
4b94a83b92 Deal with openssl changes in -current. 2008-05-17 02:28:17 +00:00
wiz
3ba4d53340 + MAMEDiff-2.29, amanda-2.6.0p1, clisp-2.45, dnstracer-1.9,
dvdstyler-1.6.2, file-4.24, freenet-0.7, kmymoney2-0.9,
  links-2.1.0.36, rdesktop-1.6.0, smalltalk-3.0.3, wesnoth-1.4.2.
2008-05-16 22:13:05 +00:00
tnn
08aac7594f Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes. 2008-05-16 20:02:31 +00:00
tnn
13309d5743 If we have USE_BSD_MAKEFILE, pass down INSTALL=${TOOLS_INSTALL:Q} in the
environment.
Otherwise BSD style packages will use the install(1) which
bootstrap-mk-files' sys.mk picked, rather than the one from
TOOLS_PLATFORM.install (which may be specified by the user in mk.conf).
2008-05-16 20:00:09 +00:00
ghen
2fd710914f Updated mail/dovecot-sieve to 1.0.3. 2008-05-16 19:51:36 +00:00
ghen
6e06d8f770 Update Dovecot Sieve plugin to 1.0.3.
- Improved vacation reply checks, log discarded vacation replies
- Expand ~ to home directory in sieve path
- If compiled script has the exact same mtime as the source script, assume the
  script hasn't changed (changed "<" check to "<=").
- Unfold multiline headers before comparing them.
- Improved error logging.
2008-05-16 19:51:07 +00:00