Commit graph

194272 commits

Author SHA1 Message Date
ryoon
9822ce51b3 Update to 4.5.4
Changelog:
Version 4.5.4 Dec 3th 2012

    Fix a regression for system where output buffering is disabled
    Fix a problem with old file versions stored in the filesystem cache
    Fix group and subadmin ajax bug
    Important LDAP fix
    Improved Updater
2012-12-05 14:51:26 +00:00
ryoon
1b819d68a8 Updated www/seamonkey-l10n to 2.14.1 2012-12-05 13:10:48 +00:00
ryoon
370e70cf05 Update to 2.14.1
* Sync with seamonkey-2.14.1
2012-12-05 13:07:03 +00:00
ryoon
5d28e2fe93 Updated www/seamonkey to 2.14.1 2012-12-05 12:52:36 +00:00
ryoon
1217d5b583 Update to 2.14.1
Changelog:
    The Select Addresses dialog came up blank if opened from a Compose window with a single To/Cc/Bcc field filled in (bug 814770).
    A change to the User Agent string has been reverted since it caused some website incompatibilities (bug 816749).
    Information failed to show on the message header pane under certain circumstances (bug 803322).
    The display quality of fonts could be perceived as bad when Cleartype was turned off on Windows (bug 814101).
    The permissions database was not read completely if it included an invalid entry (bug 814554).
2012-12-05 12:51:27 +00:00
ryoon
da75a9c7b5 Updated www/firefox-l10n to 17.0.1 2012-12-05 12:21:25 +00:00
taca
c5240ed6d0 Fix build problem with ruby193-base-1.9.3p327 (Ruby 1.9.3 patchlevel 327). 2012-12-05 12:12:23 +00:00
ryoon
9d796d3498 Update to 17.0.1
* Sync with firefox-17.0.1
2012-12-05 12:07:23 +00:00
ryoon
05c2ed5a64 Updated devel/xulrunner to 17.0.1
Updated www/firefox to 17.0.1
2012-12-05 11:50:00 +00:00
ryoon
a98d87f623 Update to 17.0.1
Changelog:
 FIXED
17.0.1: Font rendering issue in Firefox 17.0 (bug 814101)
FIXED
17.0.1: Reverted user agent change causing some website incompatibilities
2012-12-05 11:47:14 +00:00
dsainty
4bb1d8fd8a Added net/get-flash-videos version 0.0.20121204 2012-12-05 02:25:11 +00:00
dsainty
104acf01ca SUBDIR+=get-flash-videos 2012-12-05 02:21:46 +00:00
dsainty
e05387cd59 Correct CATEGORIES 2012-12-05 02:19:46 +00:00
dsainty
9db3ee83b8 Add get-flash-videos in its modular Github form, rather than the monolithic
circa 2010 form:

Download videos from various Flash-based video hosting sites, without having
to use the Flash player. Handy for saving videos for watching offline, and
means you don't have to keep upgrading Flash for sites that insist on a newer
version of the player.

Includes support for the following sites/players (and more!):

  YouTube, eHow, Brightcove (used by many sites like Channel 4, Daily
  Telegraph ...), BBC (news, etc), Metacafe, 5min, Google, fliqz, nicovideo,
  vimeo, Blip, Break, Collegehumor, Muzu, Sevenload, Megavideo, Wat.tv.

Also includes a 'generic' method which works on many other sites.
2012-12-05 02:18:14 +00:00
taca
37cbc2b1b5 Note update of BIND's update.
net/bind98	9.8.4pl1
	net/bind99	9.9.2pl1
2012-12-05 00:56:44 +00:00
taca
25dea66d57 Update bind99 to 9.9.2pl1nb2 (BIND 9.9.2-P1) which solves CVE-2012-5688.
--- 9.9.2-P1 released ---

3407.	[security]	Named could die on specific queries with dns64 enabled.
			[Addressed in change #3388 for BIND 9.8.5 and 9.9.3.]
2012-12-05 00:55:54 +00:00
taca
a45f518362 Update bind98 to 9.8.4p1 (BIND 9.8.4-P1) which solves CVE-2012-5688.
--- 9.8.4-P1 released ---

3407.	[security]	Named could die on specific queries with dns64 enabled.
			[Addressed in change #3388 for BIND 9.8.5 and 9.9.3.]
2012-12-05 00:54:16 +00:00
ryoon
0eec15b37a Fix PR pkg/47233
* Fix build on DragonFly/i386 and amd64
2012-12-04 20:28:45 +00:00
darcy
74c4593d47 Add py-sphinx-theme-cloud. 2012-12-04 18:15:41 +00:00
darcy
ed97ed8af0 Not additin of cloud theme for sphinx. 2012-12-04 15:21:35 +00:00
darcy
e35a7316a3 Add cloud theme for sphinx. 2012-12-04 15:19:52 +00:00
prlw1
ca3505a6b7 Fix build - it seems gst-plugins0.10-ffmpeg needs the older ffmpeg 2012-12-04 15:16:14 +00:00
prlw1
7d33eac77e Updated devel/py-gobject3 to 3.4.2 2012-12-04 15:05:07 +00:00
prlw1
ef4b3525c9 Update py-gobject3 to 3.4.2
- Fix marshalling of GByteArrays (Martin Pitt)
- Fix marshalling of ssize_t to smaller ints (Martin Pitt)
- Fix crash with GLib.child_watch_add (Daniel Narvaez) (#688067)
- Fix various bugs in GLib.IOChannel (Martin Pitt)
- Work around wrong 64 bit constants in GLib Gir (Martin Pitt)
- Fix OverflowError in source_remove() (Martin Pitt) (#684526)
- Fix Signal decorator to not use base class gsignals dict
  (Simon Feltman) (#686496)
2012-12-04 15:04:44 +00:00
prlw1
4929b23f3b Fix solaris build from Richard Palo in PR47275.
Although neither our egg.mk nor distutils.mk files use PLATFORM in
EGG_NAME, egg{,-info} filenames are of the form

  name ["-" version ["-py" pyver ["-" required_platform]]] "." ext

As pygobject is C based, they chose to include required_platform in the
egg name. As per the patch, PLATFORM is the output of python's
get_platform() function, which is not just uname() output, but a
modified version of it on solaris. (Stricly, get_build_platform() might
be even more correct, but would require a depency on setuputils.)
2012-12-04 14:54:34 +00:00
jaapb
68f0791dc2 Updated patch to correct build failure. 2012-12-04 13:55:23 +00:00
ryoon
20ca4959e4 Update HOMEPAGE 2012-12-04 12:37:15 +00:00
taca
3ad67a3d04 Note update of mail/fml4 package to 4.0.3.20040215nb3. 2012-12-04 11:19:41 +00:00
taca
e9678663cc Add dependency to p5-Perl4-CoreLibs to fix build problem with perl 5.16.
Bump PKGREVISION.
2012-12-04 11:19:13 +00:00
msaitoh
81cd47f142 + ramspeed-2.6.0 2012-12-04 10:34:17 +00:00
msaitoh
10a8f0ead9 + ramspeed 2012-12-04 10:33:56 +00:00
msaitoh
d304c4e7b7 Import ramspeed-2.6.0 as benchmarks/ramspeed.
RAMspeed, a cache and memory benchmarking tool
(for uniprocessor machines running UNIX-like operating systems).

This command line utility measures effective bandwidth of both cache and memory
subsystems. It has been written entirely in C for portability purposes, though
benchmark routines are also available in several assembly languages for
performance reasons.
2012-12-04 10:32:53 +00:00
adam
ffe2078408 Updated mail/dovecot2 to 2.1.12 2012-12-04 09:30:07 +00:00
adam
aa537007b8 Changes 2.1.12:
The dovecot-config file installed by v2.1.11 was missing quotes, which
broke building Pigeonhole. This release fixes that.
2012-12-04 09:28:24 +00:00
tron
3e618c5642 Note update of the "dovecot2" package to version 2.1.11. 2012-12-04 08:19:09 +00:00
tron
c8029637df Update "dovecot2" package to version 2.1.11. Changes since 2.1.10:
- lmtp/lda: dovecot.index.cache file is no longer fully mapped to
  memory, allowing mail deliveries to work even if the file is huge.
- auth: userdb passwd lookups are now done by auth worker processes
  instead of auth master process (as it was documented, but
  accidentally didn't work that way).
- lmtp: lmtp_rcpt_check_quota=yes setting checks quota on RCPT TO.
- lmtp: After successful proxying RCPT TO, the next one to a
  nonexistent user gave tempfail error instead of "user not found".
- lmtp proxy: Fixed hanging if remote server was down.
- imap: Fixed crash when SEARCH contained multiple KEYWORD parameters.
- doveadm: Various fixes to handling doveadm-server connections.
- -i <instance name> parameter for Dovecot tools didn't work correctly.
- director was somewhat broken in v2.1.10. This version also includes
  various reliability enhancements.
- auth: passdb imap was broken in v2.1.10.
2012-12-04 08:18:34 +00:00
dholland
8c00f6515f Note Nov. 18 bump of tex-luatexbase, which I entered here and then forgot
to commit.
2012-12-04 06:30:22 +00:00
asau
5762731b1f Remove PKG_DESTDIR_SUPPORT setting the default value. 2012-12-04 06:23:27 +00:00
asau
9236e4ca4e Remove PKG_DESTDIR_SUPPORT setting default value. 2012-12-04 06:18:08 +00:00
wiz
9d9133243b Updated audio/easytag to 2.1.7nb5 2012-12-03 22:39:15 +00:00
wiz
b1e61cc5bd Add more complete id3 support by also linking against id3lib (easytag
uses two different id3 support libraries.

Fix mp4 support option. It was depending on libmp4v2, but that wasn't
recognized by easytag's configure any longer. Switch to mp4v2 and rename
the option to match.

Add patches from gentoo to fix build with latest mp4v2 version.

Bump PKGREVISION.
2012-12-03 22:39:04 +00:00
wiz
a23e403181 Add mp4v2 description; modify libmp4v2 description to make it clearer. 2012-12-03 22:37:25 +00:00
wiz
48ff25035c Added multimedia/mp4v2 version 2.0.0 2012-12-03 22:27:03 +00:00
wiz
136dedf6c8 + mp4v2. Sort. 2012-12-03 22:26:54 +00:00
wiz
16e764055a dd conflict with mp4v2. 2012-12-03 22:26:17 +00:00
wiz
2f6c7ea06c Import mp4v2-2.0.0 as multimedia/mp4v2.
The MP4v2 library provides an API to create and modify mp4 files
as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format
is derived from Apple's QuickTime file format that has been used
as a multimedia file format in a variety of platforms and applications.
It is a very powerful and extensible format that can accommodate
practically any type of media.

MP4v2 was originally bundled with mpeg4ip library, but has been
moved into its own maintained library due to a combination of the
cessation of support of mpeg4ip and the usefulness of this library
on its own.
2012-12-03 22:26:09 +00:00
gls
6174eb344d Updated wm/pekwm to 0.1.16 2012-12-03 21:48:42 +00:00
gls
1d98548ecf Updated wm/pekwm to 0.1.16
Upstream changes:
    -----------------

    Bugs fixed

        #195 "Incorrect screen size after screen switch" reported by kezar and Jonhoo and fixed by Andreas Schlick
        #313 "Incorrect FSF address in LICENSE file" reported by Vitezslav Cizek
        #314 Respect ShapeInput on client windows - reported by znerom and fixed by Andreas Schlick
        #316 "pekwm puts 'pcmanfm --desktop' above almost all other windows." reported by znerom and fixed by Andreas Schlick

    User visible changes

        Removed undocumented DecorMenu (if you really want it back, write me)
        Fixed/Enabled workspace specific autoproperties.
2012-12-03 21:46:48 +00:00
gdt
4e8811cbaa Updated security/openct to 0.6.20 2012-12-03 21:13:04 +00:00
gdt
3be8dced47 Update to 0.6.20.
New in 0.6.20; 2010-02-16; Andreas Jellinghaus
* Modify Rutoken S binary interfaces by Aktiv Co.
* Makefiles fixed in doc/ directory

New in 0.6.19; 2010-01-07; Andreas Jellinghaus
* update on udev rules. Please now use udev instead of hal,
  as distributions are deprecating hal in favor for udev.
* Thanks to Daniel Kahn Gillmor for testing on debian.
2012-12-03 21:12:48 +00:00