2005-08-29 13:35:51 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Make gtk-spell configurable via bsd.options.mk (enabled by default
as before), patch from Geert Hendrickx via tech-pkg@.
|
2005-08-26 04:01:20 by grant beattie | Files touched by this commit (1) |
Log message:
bump PKGREVISION for silc fix.
|
2005-08-25 23:30:48 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Update patch-ad so instead of getting rid of -ldl (which is needed
by Linux) in tests, use value of BUILDLINK_LDADD.dl.
Also use PTHREAD_LIBS instead of hard-coded -lpthread.
Include dlopen.buildlink3.mk and include pthread.buildlink3.mk.
This fixes problem on Linux and DragonFly where it was not
built with silc support.
Okayed by maintainer.
I tested this on Linux, DragonFly and NetBSD 2.0.2.
I also filed a bug report with gaim last week so they can fix the
configure.ac correctly.
|
2005-08-19 12:24:25 by grant beattie | Files touched by this commit (2) |
Log message:
add option to build with gnutls support. no change to the default
(nss) so no PKGREVISION bump.
ok'd by the MAINTAINER, Matthew Luckie.
|
2005-08-12 19:52:17 by Jeremy C. Reed | Files touched by this commit (6) |
Log message:
Update to 1.5.0 from maintainer, Matthew Luckie, via PR #30974.
"this release of gaim has a few security fixes which mirror
the effects of patch-ae patch-af patch-ag"
ChangeLog says:
version 1.5.0 (8/11/2005):
* Ability to set IRC quit message (Lalo Martins)
* OSCAR file transfers now work for 2 users behind the same NAT
(Jonathan Clark)
* Yahoo! buddy requests to add you to their buddy list now prompt for
authorization
* Added a /clear command for conversations/chats
* Fixed ICQ encoding for messages with offline ICQ users
(Ilya Konstantinov, SF Bug #1179452)
* Default Yahoo! chat roomlist locale to 'us'
|
2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339) |
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
2005-08-10 18:13:34 by Lubomir Sedlacik | Files touched by this commit (5) |
Log message:
Security fixes for CAN-2005-2102 and CAN-2005-2103.
- An error in the handling of away messages can be exploited to cause
a heap-based buffer overflow by sending a specially crafted away message
to a user logged into AIM or ICQ.
Successful exploitation allows execution of arbitrary code.
- An error in the handling of file transfers can be exploited to crash
the application by attempting to upload a file with a non-UTF8 filename
to a user logged into AIM or ICQ.
Patches from RedHat.
|
2005-08-05 16:33:53 by Lubomir Sedlacik | Files touched by this commit (4) |
Log message:
Security fix for CAN-2005-2370
"Multiple "memory alignment errors" in libgadu, as used in ekg \
before 1.6rc2
and other packages, allows remote attackers to cause a denial of service (bus
error) on certain architectures such as SPARC via an incoming message."
Bump PKGREVISION, patch from Gaim CVS.
|
2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328) |
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
2005-07-09 05:56:12 by grant beattie | Files touched by this commit (1) |
Log message:
this pkg uses X, so include x11.buildlink3.mk to ensure that the
correct X distribution is used. fixes build problem observed on Linux.
|