Commit graph

167043 commits

Author SHA1 Message Date
obache
cc2b2aae2f LICENSE=original-bsd 2011-01-10 12:15:13 +00:00
markd
ccb872688c Fix build on DragonFly. PR#44350 fix from kde bug id 247614 2011-01-10 11:55:18 +00:00
obache
bff71b276f The USB headers in DragonFly BSD are located in bus/usb, not dev/usb.
PR#44358 by Tony Young.
2011-01-10 11:40:17 +00:00
markd
d36d342377 Fix build on DragonFly. PK#44356 from Peter Avalos 2011-01-10 11:30:23 +00:00
markd
bc7be91408 Fix build on DragonFly. PR#44351 from Peter Avalos 2011-01-10 11:16:34 +00:00
obache
6ab47d6538 Ignore DragonFly BSD's SysV pty, same as recent NetBSD and Darwin.
fixes PR#44357.
2011-01-10 11:06:29 +00:00
markd
caa929deae Fix build on DragonFly PR#44352 from Peter Avalos 2011-01-10 11:00:30 +00:00
obache
9701507442 Use proper OpenSSL stack API.
PR#44353 by Tony Young.
2011-01-10 10:42:02 +00:00
markd
0fd7bb9d32 Yet Another Groff Version (1.21). Fixes bootstrap on ArchLinux. 2011-01-10 10:16:31 +00:00
wiz
9ed709e3ca + Updated mail/mhonarc to 2.6.18 [spz 2011-01-09] 2011-01-10 06:45:49 +00:00
obache
c4267cbb59 LICENSE=gnu-gpl-v2. 2011-01-10 06:13:37 +00:00
obache
e89e58a1c1 Add an patch for DragonFly, based on PR#44348 by Tony Young. 2011-01-10 06:12:16 +00:00
spz
6ad9338426 security update
Problems fixed:
#32080 	Specially crafted <base href> can lead to XSS exploit
#32032 	TextEncode related resource information not saved correctly in db file
#32014 	CVE-2010-1677: DoS when processing html messages with deep tag nesting
#32013 	CVE-2010-4524: Improper escaping of certain HTML sequences (XSS)
#26577 	Changed semantic for unpack breaks UTF-8
#25486 	Resource FieldStore causes .mhonarc.db to grow over bounds.
#25225 	dir_create() fails to make temporary directories (PATCH)
#24247 	iso2022jp.pl: unneeded ESC ( B remains in message body
#23198 	Incorrect Setting Installation Directory
#20142 	strip backslash in rfc822 From: field
#20074 	extra space in subject
#18908 	X-Subject data get split in separate lines
#18113 	inconsistant thread slices w/ poor man's windowing
#17904 	FieldOrder affects AddressModifyCode
#17860 	incorrect nested HTML Tags for references
#17660 	Threaded index resource ordering doesn't allow well formed XML output
#15433 	relative attachmentdir is relative to current working dir, not outdir
#14747 	major (10X) memory savings possible in some situations
#13853 	creation of archive with attachments writes over symlinks
2011-01-09 19:59:48 +00:00
jmmv
f15a8672f5 Fix previous: I redefined OWN_DIRS which prevented the creation of the
run dir in VARBASE...  Bump PKGREVISION to 3.
2011-01-09 19:22:17 +00:00
obache
600bde04ed Linux have no uuid functions in libc, add dependency on libuuid. 2011-01-09 11:07:49 +00:00
obache
a2af91b00e fixes configure switch for lua. 2011-01-09 11:02:50 +00:00
obache
6007e72944 configure require xgettext, msgmerge and msgfmt. 2011-01-09 10:41:00 +00:00
obache
5c694be30f confgure require xgettext, msgmerge and msgfmt. 2011-01-09 10:33:02 +00:00
obache
500bc2cc10 Let to sync PKGNAME and DISTNAME easier. 2011-01-09 02:44:47 +00:00
dsainty
56856801d1 Fixes for Linux build:
- Pull in libblkid for Linux in order to successfully build
- Fix PLIST.Linux: lib/hal -> libexec
- Remove Linux-only libusb buildlink.  This version of hal fails to use libusb,
  since it isn't version 2.0 (this does look a little like a mistake though).
- The CSR support is absent because libusb isn't available.  Remove from
  PLIST.Linux
- Other minor additions and edits to PLIST.Linux
- Buildlink in gperf explicitly, to reliably build the keymap support
- Make sure .../etc/udev/rules.d exists before trying to install to it
2011-01-09 01:26:56 +00:00
kefren
af88ec1559 Bump also PKGNAME to match DISTNAME 2011-01-08 22:51:51 +00:00
dsainty
5073b0866a Avoid installing some files not in PLIST, namely language and hwclock files. 2011-01-08 22:30:38 +00:00
dsainty
8db3f1501a Avoid installing some files not in PLIST, namely language and hwclock files. 2011-01-08 22:19:52 +00:00
dholland
3bcb20223b Add missing MAKEVARS+=BUILTIN_X11_TYPE.native; fixes build problems
that appear in renderproto's bl3.mk. Problem reported by Snader_LB on
freenode.
2011-01-08 21:46:56 +00:00
markd
008ab70fc7 Add libuuid and libblkid. Added during freeze to fix build of sysutils/hal
on Linux.
2011-01-08 20:46:39 +00:00
markd
5efb745928 Initial import libblkid 2.18
The libblkid library is used to identify block devices (disks) as to their
content (e.g. filesystem type) as well as extracting additional information
such as filesystem labels/volume names, unique identifiers/serial numbers, etc.
A common use is to allow use of LABEL= and UUID= tags instead of hard-coding
specific block device names into configuration files.

From util-linux-ng.
2011-01-08 20:43:38 +00:00
markd
c00b0e2dec Initial import libuuid 2.18
The UUID library is used to generate unique identifiers for objects
that may be accessible beyond the local system.  This library
generates UUIDs compatible with those created by the Open Software
Foundation (OSF) Distributed Computing Environment (DCE) utility
uuidgen.

The UUIDs generated by this library can be reasonably expected to be
unique within a system, and unique across all systems.  They could
be used, for instance, to generate unique HTTP cookies across multiple
web servers without communication between the servers, and without fear
of a name clash.

From util-linux-ng.
2011-01-08 20:40:33 +00:00
kefren
a7f016eb96 Update mono to 2.8.2
* Security fix for ASP.NET (XSP / mod_mono) source code disclosure
   (CVE-2010-4225)
 * Backport ParallelFx improvements from master (jlaval)
 * Fix state check for short-circuiting with SupportRecursion in
   ReaderWriterLockSlim #655361 (jlaval)
 * Increment Count even on single-processor in SpinWait.
   Fix #624849. (jlaval)
 * Update ThreadLocal to use default(T) for initialization with
   parameterless ctor. Fix #658689. (jlaval)
2011-01-08 18:06:00 +00:00
wiz
2cf4fcb521 jdk-1.5 also supports FreeBSD 8 now, add it. 2011-01-08 16:44:10 +00:00
drochner
481c417acf update to 1.2.6
This release has essentially security fixes, covering the following
CVEs:
 CVE-2010-4198 CVE-2010-4197 CVE-2010-4204 CVE-2010-4206
 CVE-2010-1791 CVE-2010-3812 CVE-2010-3813
(plus 2 patches from upstream which fix crashes)
2011-01-08 14:24:10 +00:00
obache
7c71b00f3c Updated sysutils/hal to 0.5.14nb1 2011-01-08 13:40:31 +00:00
obache
8b2b5f0c49 Fixes scriptdir for NetBSD.
Bump PKGREVISION.
2011-01-08 13:39:08 +00:00
obache
363ef7c4a8 limits.h is more porable way for get PATH_MAX.
PR#44334.
2011-01-08 13:11:13 +00:00
obache
04e9a8f3e4 Bring back DragonFly BSD support.
Based on PR#44338 from Rumko, also fixes PLIST.FreeBSD and self-tests by me.
2011-01-08 13:00:13 +00:00
drochner
e0b06da46a add Dragonfly support, from Tony Young per PR pkg/44345 2011-01-08 12:43:10 +00:00
taca
357f44cfdd Note update of www/contao29-translations package to 20110108. 2011-01-08 11:14:27 +00:00
taca
48884d4319 Update contao29-translations package to 20110108.
Update Hungarian, Dutch and Persian language files.
2011-01-08 11:13:43 +00:00
markd
a471cc4241 patch from svn to fix compile with qt4.7 2011-01-08 09:29:35 +00:00
wiz
bbda90c048 + gob2-2.0.18, kde4-4.5.5, mdocml-1.10.9, mpg123-1.13.1, nut-16.3. 2011-01-08 00:55:44 +00:00
jmmv
f70a37d79e Create the ${PKG_SYSCONFDIR}/sudoers.d directory on install. The default
configuration file requires this directory to exist.

Bump PKGREVISION to 2.
2011-01-07 17:54:34 +00:00
obache
21ba981280 better and one more fix for mode_t of va_arg. 2011-01-07 15:20:45 +00:00
taca
11f823a651 Reset PKGREVISION because of base php5/php53 version's updates. 2011-01-07 09:25:16 +00:00
taca
93c45c593a Note of update of lang/php5 package to 5.2.17 and lang/php53 package
to 5.3.5.
2011-01-07 09:21:16 +00:00
taca
3e70ba9fb9 Update php53 pacakge to 5.3.5.
* Add fix for VAX floating point handling (Bug #53682), r307192 from
  PHP's repositry.  (It is in PHP 5.2.17 but not in 5.3.5).


06 Jan 2011, PHP 5.3.5
- Fixed Bug #53632 (infinite loop with x87 fpu). (Scott, Rasmus)
2011-01-07 09:20:16 +00:00
taca
83343d4849 Update php5 pacakge to 5.2.17.
* patch-ab (Fix VAX floating point handling) is merge to PHP 5.2.17.


06 Jan 2010, PHP 5.2.17
- Fixed Bug #53632 (infinite loop with x87 fpu). (CVE-2010-4645) (Scott,
  Rasmus)
2011-01-07 09:16:26 +00:00
obache
87eba18de0 Fixes builtin libpcap detection for DragonFly, another fix for PR#44333.
Public headers had been moved to subdir since 0.9.6, not only recent Darwin.
Let to look at pcap/pcap.h first, then pcap.h in all cases.
2011-01-07 05:11:36 +00:00
obache
aa7c41d480 tabfy. 2011-01-07 04:16:14 +00:00
obache
65f5d4677d Let preferred libpcap to be picked up.
PR#44333.
2011-01-07 04:15:37 +00:00
schmonz
2b22c979bf Updated www/ikiwiki to 3.20110105 2011-01-07 03:36:15 +00:00
schmonz
05f5e1f505 Update to 3.20110105. From the changelog:
* tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta)
   * tag: Improve display of tags with a slash in their names.
     (Giuseppe Bilotta)
   * Fix redirect to use a full url. Was broken (in theory) by baseurl
     changes in last release.
   * Fix `&lt;base&gt;` output by cgi to have a full url again, broken by last
     release.
   * Fix permalinks to recentchanges items and comments, broken by last
     release.
   * Export three cgi env vars needed for CGI-&gt;url to work. Fixed
     openid breakage from last release.
   * Removed `IkiWiki::misctemplate()` function. Any plugins using
     it should use `IkiWiki::cgitemplate()` instead.
2011-01-07 03:36:07 +00:00