Commit graph

207286 commits

Author SHA1 Message Date
asau
3d9f6031ab Update to Chicken 4.8.0.5
Requested by Peter Bex.


4.8.0.5

- Security fixes
  - CVE-2013-4385: read-string! no longer reads beyond its buffer when
    length is #f.
  - poll() is also used on cygwin by enabling the fix for CVE-2012-6122
  - file-creation-mode now passes a valid value to umask when its argument
    is omitted.  (Also ensure it always returns the old umask value.)
  - Fix a data corruption problem in list->queue.

- Core libraries
  - read-string! behaves correctly in presence of EOF.
  - Several subtle problems in the reader in the presence of EOF are fixed.
  - Use poll() instead of select() on cygwin.

- Runtime
  - Fix an issue on initial seed of the random number generator.

4.8.0.4

- Runtime
  - Ensure correct type is used for sigsetjmp(3) buffer.  This fixes,
    for example, a bus error in 32-bit OS X builds (#1021).

- Core libraries
  - Export file-type from the posix unit.

- Build system
  - Use inexact comparison for flonum tests, as there is sometimes a
    miniscule difference between trig functions computed by libc and
    those precalculated by gcc.
2013-10-04 15:55:38 +00:00
jperkin
bf7e878777 Support __inline__ for older OSX. 2013-10-04 15:36:30 +00:00
ryoon
87c65bd6a8 Add libreoffice4 2013-10-04 14:46:41 +00:00
ryoon
917efcd3ea Added misc/libreoffice4 version 4.1.1.2nb1 2013-10-04 14:45:38 +00:00
ryoon
ae2a8efc0f Import libreoffice4-4.1.1.2nb1 as misc/libreoffice4.
LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.

This package tracks 4 release branch.
2013-10-04 14:44:46 +00:00
ryoon
2c88f945af Add hsqldb18 2013-10-04 14:40:42 +00:00
ryoon
3f2e23eb04 Added databases/hsqldb18 version 1.8.0.10 2013-10-04 14:40:06 +00:00
ryoon
f636a5e90b Import hsqldb18-1.8.0.10 as databases/hsqldb18.
HSQLDB (HyperSQL DataBase) is the leading SQL relational database
engine written in Java. It offers a small, fast multithreaded and
transactional database engine with in-memory and disk-based tables
and supports embedded and server modes.

This package contains library file (hsqldb.jar) only, and it is
old and should be used only for LibreOffice package.
2013-10-04 14:38:49 +00:00
ryoon
cc57b4d756 Updated fonts/harfbuzz to 0.9.21nb1 2013-10-04 14:36:19 +00:00
ryoon
6ee3264174 Bump PKGREVISION.
* Enable icu option by default. It is used for libreoffice4.
2013-10-04 14:34:53 +00:00
jperkin
8b446a963b Updated devel/ncurses to 5.9nb2 2013-10-04 10:46:37 +00:00
jperkin
c92ef8f7d4 Always disable mixed case support on OSX, otherwise a package built
with WRKOBJDIR on a case-sensitive file system cannot be installed
onto a case-insensitive one.

Bump PKGREVISION.
2013-10-04 10:46:25 +00:00
wiz
0755a6c77b Updated x11/xkeyboard-config to 2.10.1 2013-10-04 08:19:47 +00:00
wiz
4e55e75eae Update to 2.10.1:
The release 2.10 of xkeyboard-config did not really happen because of
the technical issues, so I am happy to present 2.10.1

Most of the work in that release was made by Benno Shulenberg, who did
some massive cleanups of the codebase.

Other people contributed various layouts fixes and code improvements.

Traditional credits go to the TP for the quality translations.
2013-10-04 08:19:37 +00:00
manu
dc2e02e621 Restore files removed by mistake 2013-10-04 08:07:23 +00:00
fhajny
cd960308fa Added devel/gearmand version 1.0.6 2013-10-04 07:04:47 +00:00
fhajny
58dfbe0356 Add gearmand 2013-10-04 07:04:28 +00:00
fhajny
bab20fb3fe Import wip/gearmand as devel/gearmand
Gearman provides a generic application framework to farm out work
to other machines or processes that are better suited to do the work.
It allows you to do work in parallel, to load balance processing,
and to call functions between languages. It can be used in a variety
of applications, from high-availability web sites to the transport
of database replication events.
2013-10-04 07:03:37 +00:00
gson
6b5874d4c3 Updated misc/py-anita to 1.31 2013-10-03 19:24:21 +00:00
gson
952311f384 Update misc/py-anita to 1.31. Changes from 1.30:
Fix a failure to consume a shell prompt which would cause it to remain
buffered and later be mistaken for one that had not yet issued.  For
added protection, add a unique serial number to each prompt.

Omit drive index from qemu command line for backwards compatibility
with scripts written for anita 1.29 or older.

Fix X11 set names.
2013-10-03 19:22:57 +00:00
jnemeth
7f738405d6 clamav-0.98 is already in pkgsrc 2013-10-03 17:37:08 +00:00
taca
ed1c0b517b + amavisd-new-2.8.1. 2013-10-03 14:49:12 +00:00
taca
ab0ad661a6 Note update of devel/check package to 0.9.10. 2013-10-03 14:48:41 +00:00
taca
414af72c71 Update check to 0.9.10.
Thu, Apr 18, 2013: Released Check 0.9.10
  based on r743 (2013-04-18 11:27:03 +0200)

* Support 64bit int for __ck_assert_int. Patch from bug #3599471

* Add equivalent uint variants for __ck_assert_int. Patch from bug #3600433.

* Detect if the system has a C99 compliant version of the printf related
  functions for check to use, and if not use an implementation provided by
  check.

* Updated HACKING and release procedure in Makefile.am.

* Detect if the system has clock_gettime() available, and if not use an
  implementation provided by check. clock_gettime() is used to measure
  test durations. The implementation for OSX uses OSX specific system calls
  to get the time. For all other systems, clock_gettime() does nothing.

* Updated documentation in check.h to reference new check API.

* Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from
  check's unit tests.

* Fix implementation of putenv in check's libcompat for systems that do not
  provide it.

* Fix implementation of unsettenv in check's libcompat for systems that do
  not provide it.

* Improvements to the new Check API: new comparison functions for pointers:
  ck_assert_ptr_(eq|ne).

* Test timeouts can now be in nanosecond precision. The tcase_set_timeout
  call, and CK_DEFAULT_TIMEOUT and CK_TIMEOUT_MULTIPLIER environment
  variables now can accept floating point arguments.

* Cleanup compile warnings, patch #3579199 on SF.

* Renamed Check's internal list functions to start with check_, patch #3448601 on SF.
2013-10-03 14:48:07 +00:00
prlw1
865e9a04ca Improve "poll list of mounted file systems" patch by removing some
__OS_name__ ifdefs.
2013-10-03 14:41:00 +00:00
tez
a8f52b54ff add patch for CVE-2013-1881 (SA55088) to graphics/librsvg 2013-10-03 13:43:13 +00:00
tez
7ffb9d925a Fix for CVE-2013-1881 (SA55088)
Modified (for portability) from https://git.gnome.org/browse/librsvg/patch/?id=f01aded72c38f0e18bc7ff67dee800e380251c8e
2013-10-03 13:39:12 +00:00
wiz
990b88c74c Updated devel/mercurial to 2.7.2 2013-10-03 13:18:25 +00:00
wiz
58095b7e4c Update to 2.7.2:
Regularly scheduled bugfix release. This fixes significant regressions
from 2.7 in push/pull performance and SSL negotiation.

    bundle: fix performance regression when bundling file changes (issue4031)
    generaldelta: initialize basecache properly
    help: use full name of extensions to look up them for keyword search
    histedit: abort if there are multiple roots in "--outgoing" revisions
    histedit: add more detailed help about "--outgoing"
    histedit: suggest "histedit --abort" for inconsistent histedit state
    httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038)
    rebase: catch RepoLookupError at restoring rebase state for abort/continue
    rebase: catch RepoLookupError at restoring rebase state for summary
    repoview: have unfilteredpropertycache using the underlying cache
    repoview: make propertycache.setcache compatible with repoview
    revset: fix wrong keyword() behaviour for strings with spaces
    sslutil: backed out changeset 074bd02352c0 (issue4038)
    strip: set current bookmark to None if stripped
2013-10-03 13:18:15 +00:00
wiz
e0a774424a + R-3.0.2, TeXmacs-1.0.7.20, ansible-1.3.2 [pkg/48248], byacc-20130925,
cdialog-1.2.20130923, clamav-0.98, flightgear-2.12, gama-1.14,
  gaupol-0.24.1, glade-3.16.0, gnome-3.10, gnome-panel-3.8.0,
  gstreamer-1.2, gtexinfo-5.2, inkscape-0.48.4, kde4-4.11.2,
  libgee-0.12.0, nspr-4.10.1, nss-3.15.2, parallel-20130922,
  phpmyadmin-4.0.7, poppler-0.24.2, pspp-0.8.1, rsync-3.1.0,
  rudiments-0.43, seamonkey-2.21, thunderbird-24, vlc2-2.1.0,
  webkit-gtk-2.2.0, x264-devel-20130928, xf86-video-savage-2.3.7.
2013-10-03 12:24:08 +00:00
wiz
5d55a38a3c Set LICENSE. 2013-10-03 12:19:57 +00:00
wiz
20c6f2f0e0 Improve description. 2013-10-03 12:19:52 +00:00
drochner
6ccaa27a4f +libxspf 2013-10-03 11:16:58 +00:00
joerg
51c643e22a Don't mess with the normal PLIST.${OPSYS} logic. Use a variable to
control whether PLIST.shlib should be included or not.
2013-10-03 11:15:48 +00:00
drochner
237c859f6a add libxspf-1.2.0, a library to handle xspf playlists 2013-10-03 11:15:39 +00:00
obache
8f940f9b4f Updated mail/fdm to 1.7 2013-10-03 11:13:07 +00:00
obache
9e85afe06d Update fdm to 1.7.
Based on PR pkg/48254 by Leonardo Taccari.

pkgsrc changes:
 * add options.mk: now fdm supports "debug" and "pcre" options (previously the
   PCRE support was always included).

Changes:
 * Add mbox tags for messages fetched from a mbox
 * Detect GMail's XYZZY capability for IMAP and use it to try and workaround
   some of their broken behaviour (incorrectly reported message sizes).
 * Print a warning on missing maildirs when fetching from them rather than
   crashing or giving an error. Reported by Frank Terbeck.
 * Introduce a configure script and tidy up build infrastructure.
 * GMail IMAP doesn't correctly set the \Seen flag after UID FETCH BODY[], so
   explicitly set it with STORE when mail is kept. Reported by Patrice Clement.
 * Properly count mails when polling multiple folders on a single IMAP server,
   reported by Claudio M. Alessi.
 * Support user and pass on NNTP, requested by Michael Hamann.
 * Escape . properly when delivering to SMTP.
 * Don't be as strict about format at the end of messages when using IMAP -
   accept additional information as well as FLAGS. Reported by rivo nurges.
2013-10-03 11:12:43 +00:00
wiz
8f312c36e5 Remove unused patch. 2013-10-03 08:45:43 +00:00
wiz
675ba143e0 Updated x11/xf86-video-r128 to 6.9.2 2013-10-03 08:31:33 +00:00
wiz
30662db6e0 Update to 6.9.2:
xf86-video-r128 6.9.2 includes a fix for EXA color errors on PowerPC,
plus updates to build with xserver 1.13 and 1.14.

Note that also this xserver patch is needed for 1.13 and 1.14:
http://lists.x.org/archives/xorg-devel/2013-September/037971.html

All credits go to Connor Behan for keeping this driver alive!

Connor Behan (4):
      Remove call to obsolete miInitializeBackingStore()
      Swap pixmap bytes for a solid picture on big endian host
      Minor spacing changes
      Specify NULL for the platform probe function

Tormod Volden (1):
      r128: bump to version 6.9.2
2013-10-03 08:31:23 +00:00
obache
fbb5d9e163 Updated security/libsodium to 0.4.3 2013-10-03 08:25:21 +00:00
obache
609edf9fe5 Update libsodium to 0.4.3, per maintainer update request by PR pkg/48260.
* Version 0.4.3
 - crypto_sign_seedbytes() and crypto_sign_SEEDBYTES were added.
 - crypto_onetimeauth_poly1305_implementation_name() was added.
 - poly1305-ref has been replaced by a faster implementation,
Floodyberry's poly1305-donna-unrolled.
 - Stackmarkings have been added to assembly code, for Hardened Gentoo.
 - pkg-config can now be used in order to retrieve compilations flags for
using libsodium.
 - crypto_stream_aes256estream_*() can now deal with unaligned input
on platforms that require word alignment.
 - portability improvements.
2013-10-03 08:24:59 +00:00
prlw1
ab97cfdfdd Enable Python 3 2013-10-03 07:52:32 +00:00
joerg
20fb046c57 Add explicit sh invocation in case the checkout is missing the
executable bit on errlist.sh.
2013-10-03 01:25:51 +00:00
joerg
15534d87f5 Mark the copy of bmake's configure as executable in case the checkout is
missing the bit.
2013-10-03 01:24:57 +00:00
wiz
b0f9e77efc Updated devel/cmake to 2.8.11.2nb2 2013-10-02 20:27:17 +00:00
wiz
9c2178646d xmlrpc-c dependency is not needed since around cmake-2.8. Noted by joerg.
Bump PKGREVISION.
2013-10-02 20:26:47 +00:00
joerg
9ce0668ecf Adjust Cygwin to the normal pkgsrc installation layout. Add one file
that doesn't seem to get installed otherwise.
2013-10-02 20:04:04 +00:00
joerg
2f73225a5c Fix case. 2013-10-02 20:03:33 +00:00
joerg
45614db3ea Cygwin specific shared libraries. 2013-10-02 20:00:27 +00:00