Commit graph

184509 commits

Author SHA1 Message Date
obache
6f1a4f19c2 Update suse 12.1 libpng12 to 1.2.48-9.6.1 and libpng14 to 1.14.10-3.6.1
for CVE-2011-3045.

Bump PKGREVISION.
2012-03-31 05:40:26 +00:00
ryoon
3c9f4d32ed On recent FreeBSD, ossaudiodev.so is not created.
Fix "make package" on FreeBSD 9.0.
2012-03-31 02:12:34 +00:00
ryoon
637677a717 Fix UNSHARED_LIB_SUFFIX without dot in configure on FreeBSD.
Sync with PLIST.
2012-03-31 01:27:26 +00:00
obache
3c586206ca fixes build on OpenBSD, taken from upstream repository. 2012-03-30 14:28:29 +00:00
drochner
a0dd4de61b make PAM without the suid_helper work on NetBSD: without the bad-pam
option it will give up root credentials too early
addresses PR pkg/46271 by John D. Baker
2012-03-30 07:37:22 +00:00
wiz
a9100cf2dd + abcmidi-20120327, accerciser-3.4.0, at-spi-2.4.0, atk-2.4.0,
brasero-3.4.0, cheese-3.4.0, coreutils-8.16, eog-3.4.0,
  eog-plugins-3.4.0, gawk-4.0.1, genius-1.0.15, glade-3.12.0,
  gnome-3.4, gnome-games-3.4.0, gnome-keyring-3.4.0, gnupg2-2.0.19,
  gthumb-2.14.3, gtk3-3.4.0, iodbc-3.52.8, libfolks-0.6.8,
  libgnome-keyring-3.4.0, libgnomekbd-3.4.0.2, librep-0.92.2,
  libwps-0.2.4, liferea-1.8.4, mousetweaks-3.4.0, mpg123-1.13.7,
  openmpi-1.5.5, pango-1.30.0, phpmyadmin-3.4.10.2, py-gobject-3.2.0,
  py-psycopg-2.4.5, rep-gtk-0.90.8, seahorse-3.4.0, snort-2.9.2.2,
  sympa-6.1.9, tinc-1.0.18, totem-3.4.0, totem-pl-parser-3.4.0,
  vala-0.16.0, vinagre-3.4.0, vino-3.4.0, webkit-gtk-1.8.0,
  worker-2.19.2.
2012-03-30 06:16:35 +00:00
taca
fa3e5aa23d - file-5.11.
+ libdrm-2.4.33, xf86-video-ati-6.14.4, xkbevd-1.1.3 [unpackaged].
2012-03-30 03:55:34 +00:00
taca
124e40c8c5 Note update of sysutils/file package to 5.11. 2012-03-30 03:54:53 +00:00
taca
617c5c686a Update file from 5.03 to 5.11.
Changes are too may to write here but includes security fix CVE-2012-1571.

Add LICENSE, too.
2012-03-30 03:53:54 +00:00
taca
d3cd39828f Note update of graphics/ImageMagick package to 6.7.5.10nb1. 2012-03-30 03:51:32 +00:00
taca
5a6ee37332 Add some security fix regarding to
http://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=20629.

[CVE-2012-0259] JPEG EXIF tag crash.
[CVE-2012-0260] Excessive memory use with JPEG restart markers.
[CVE-2012-1798] Copying of invalid memory when reading TIFF EXIF IFD.

Bump PKGREVISION.
2012-03-30 03:50:47 +00:00
wiz
0dfc31265f Fix build with clang. 2012-03-29 20:32:34 +00:00
ryoon
c52eea2ea3 Fix PLIST for gnome option.
Thank you, Mark Davies.
2012-03-29 20:32:33 +00:00
markd
3ce40a44ea kdebase4 -> kde-baseapps4
Though I couldn't actually persuade this package to build the kde gui.
2012-03-29 19:17:39 +00:00
wiz
4dd6d9c43e Move ifdef around so it matches the code. 2012-03-29 14:51:59 +00:00
wiz
da0040ffc7 Updated graphics/png to 1.5.10 2012-03-29 13:26:43 +00:00
wiz
5d8180206d Update to 1.5.10 (security fix):
Version 1.5.10beta01 [February 24, 2012]
  Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
  Always put the CMAKE_LIBRARY in "lib" (removed special WIN32 case).
  Removed empty vstudio/pngstest directory (Clifford Yapp).
  Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
    pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c;
    now that png_ptr->buffer is inaccessible to applications, the special
    handling is no longer useful.
  Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
  Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h
    to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined.
    To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED" on the configure
    command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h.
  Revised the SAFE_LIMITS feature to be the same as the feature in libpng16.
  Added information about the new limits in the manual.

Version 1.5.10beta02 [February 27, 2012]
  Updated Makefile.in

Version 1.5.10beta03 [March 6, 2012]
  Removed unused "current_text" members of png_struct and the png_free()
    of png_ptr->current_text from pngread.c
  Added palette-index checking. Issue a png_warning() if an invalid index is
    found.

Version 1.5.10beta04 [March 10, 2012]
  Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition.
  Fixed CMF optimization of non-IDAT compressed chunks, which was added at
    libpng-1.5.4.  It sometimes produced too small of a window.

Version 1.5.10beta05 [March 10, 2012]
  Reject all iCCP chunks after the first, even if the first one is invalid.
  Issue a png_benign_error() instead of png_warning() about bad palette index.
  Fixed an off-by-one error in the palette index checking function.
  Revised example.c to put text strings in a temporary character array
    instead of directly assigning string constants to png_textp members.
    This avoids compiler warnings when -Wwrite-strings is enabled.

Version 1.5.10 [March 29, 2012]
  Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice.
  Revised png_set_text_2() to avoid potential memory corruption (fixes
    CVE-2011-3048).
2012-03-29 13:26:33 +00:00
wiz
bdb8feaa02 Fix build with clang-3.1. 2012-03-29 13:22:06 +00:00
wiz
8378c88689 Fix build with clang-3.1. 2012-03-29 11:40:19 +00:00
wiz
335e08965c Fix build of mldonkey-gui. 2012-03-29 11:36:43 +00:00
markd
82a9ac7401 Fix build with kde4 option 2012-03-29 08:44:41 +00:00
wiz
f9e81bd4a6 Sort. 2012-03-29 07:34:56 +00:00
wiz
f8e1d2110a Fix build with clang. 2012-03-28 20:40:38 +00:00
drochner
76e59c26c3 tell user how to make PAM work, copied from xscreensaver
in response to PR pkg/46271 by John D. Baker
2012-03-28 20:21:46 +00:00
taca
49a138574b Since this package was created old days before Ruby 1.9, restrict this
pacakge to Ruby 1.8.7.
2012-03-28 15:22:03 +00:00
taca
20bd0e08c0 Note update of mail/ruby-mail22 package to 2.2.19nb1 and
www/ruby-actionpack3 package to 3.0.12nb1.
2012-03-28 15:20:49 +00:00
taca
68e15365ec More strict dependency to ruby-i18n_05.
Bump PKGREVISION.
2012-03-28 15:18:50 +00:00
wiz
3f356031e6 Fix build with clang. 2012-03-28 15:16:34 +00:00
taca
7fe8e0797c Note update of:
www/contao210	2.10.4nb2
	www/contao211	2.11.2nb1

Security fix.
2012-03-28 15:15:50 +00:00
wiz
f6483b00a5 Remove not-for-compiler-clang line, it does compile with clang. 2012-03-28 15:14:54 +00:00
taca
475761eaf9 Add unofficial fix for CVE-2012-1297 by checking Referer as days of Contao 2.9.
Bump PKGREVISION.
2012-03-28 15:14:24 +00:00
manu
2031f5d692 Update glusterfs to 3.2.6, which is a maintenance releases fixing various bugs 2012-03-28 14:24:59 +00:00
tron
b601b22d09 Fix build problem under Mac OS X caused by NetBSD build fix. 2012-03-28 13:51:32 +00:00
taca
fa45008c72 Note update of TYPO3 packages:
www/typo3_45	4.5.14
	www/typo3_46	4.6.7
2012-03-28 12:59:42 +00:00
taca
31a3a4d283 Update typo3_46 to 4.6.7.
Fix security problem of https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-001/.

2012-03-28  a1b80e1                  [RELEASE] Release of TYPO3 4.6.7 (TYPO3 v4 Release Team)
2012-03-28  892bbbc  #22748          [SECURITY] Missing escaping for sys_notes (Georg Ringer)
2012-03-28  351084b  #25246          [!!!][SECURITY] XSS in filelink element (Georg Ringer)
2012-03-28  5943c54  #29060          [SECURITY] Information disclosure showing DB name (Georg Ringer)
2012-03-28  42cb07b  #29397          [SECURITY] XSS in show item (Christian Kuhn)
2012-03-28  8448714  #24474          [SECURITY] Missing escaping in scheduler (Georg Ringer)
2012-03-28  a5e14b2  #30940          [SECURITY] XSS in BE file list (Christian Kuhn)
2012-03-28  7451b95  #30188          [SECURITY] XSS possibility in RemoveXSS (Andreas Wolf)
2012-03-28  5491a24  #29536          [SECURITY] XSS in be_layouts (Georg Ringer)
2012-03-28  a6a9206  #30969          [SECURITY] XSS for extension meta data in About module (Oliver Klee)
2012-03-28  d6f9c2a                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-03-28  f4ae450  #35260          [BUGFIX] Missing column in t3lib_TCEmain::getPreviousLocalizedRecordUid (Francois Suter)
2012-03-25  ddad96b  #34771          [TASK] Add missing sql_free_result in alt_doc.php (Wouter Wolters)
2012-03-24  cb92327  #35176          [BUGFIX] Tooltips for items in groupfields are not moved (Jigal van Hemert)
2012-03-23  fa992c7  #35160          [TASK] Code clean-up in t3lib_PageRenderer (Oliver Hader)
2012-03-23  2a968b2  #33791          [BUGFIX] Blank page after Save+Close in page settings (Stefan Galinski)
2012-03-18  b5d1b80  #32756          Revert "[BUGFIX] showAccessRestrictedPages doesn't replace links to restricted subpages" (Helmut Hummel)
2012-03-17  bc18ac6  #30847          [BUGFIX] Fix baseurl handling of IE with RTE htmlArea in FE and realurl (Stanislas Rolland)
2012-03-16  de9937b  #34662          [BUGFIX] Fatal error 't3lib_lock' does not exist (Oliver Hader)
2012-03-28 12:58:28 +00:00
taca
6458ce7151 Update typo3_45 to 4.5.14.
Fix security problem of https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-001/.

2012-03-28  c8acf67                  [RELEASE] Release of TYPO3 4.5.14 (TYPO3 v4 Release Team)
2012-03-28  1d769c4  #22748          [SECURITY] Missing escaping for sys_notes (Georg Ringer)
2012-03-28  b128c41  #30969          [SECURITY] XSS for extension meta data in About module (Oliver Klee)
2012-03-28  4dc50cb  #29397          [SECURITY] XSS in show item (Christian Kuhn)
2012-03-28  7b4e3cb  #24474          [SECURITY] Missing escaping in scheduler (Georg Ringer)
2012-03-28  d9065bd  #30940          [SECURITY] XSS in BE file list (Christian Kuhn)
2012-03-28  0b925b6  #30188          [SECURITY] XSS possibility in RemoveXSS (Andreas Wolf)
2012-03-28  e8ceb36  #25246          [!!!][SECURITY] XSS in filelink element (Georg Ringer)
2012-03-28  fa6a103  #29536          [SECURITY] XSS in be_layouts (Georg Ringer)
2012-03-28  784ffda  #29060          [SECURITY] Information disclosure showing DB name (Georg Ringer)
2012-03-28  a4d4c22                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-03-28  45472a9  #35260          [BUGFIX] Missing column in t3lib_TCEmain::getPreviousLocalizedRecordUid (Francois Suter)
2012-03-26  7689dca  #35158          [TASK] Clean-up PHPdoc comments in t3lib_PageRenderer (Kai Vogel)
2012-03-26  afdbb20  #35159          [BUGFIX] Instance properties are defined statically (Kai Vogel)
2012-03-25  0c5402a  #34771          [TASK] Add missing sql_free_result in alt_doc.php (Wouter Wolters)
2012-03-25  c828d02  #35176          [BUGFIX] Tooltips for items in groupfields are not moved (Jigal van Hemert)
2012-03-24  0b32e02  #33791          [BUGFIX] Blank page after Save+Close in page settings (Stefan Galinski)
2012-03-23  35153e9  #35160          [TASK] Code clean-up in t3lib_PageRenderer (Oliver Hader)
2012-03-22  c59bd15  #35148          [BUGFIX] Non-static methods in t3lib_cache are called statically (Steffen M«äller)
2012-03-22  7059684  #30050          [BUGFIX] t3lib_div should contain only static methods (Jigal van Hemert)
2012-03-18  8ae8604  #32756          Revert "[BUGFIX] showAccessRestrictedPages doesn't replace links to restricted subpages" (Helmut Hummel)
2012-03-17  f25023e  #30847          [BUGFIX] Fix baseurl handling of IE with RTE htmlArea in FE and realurl (Stanislas Rolland)
2012-03-16  56ef45d  #34662          [BUGFIX] Fatal error 't3lib_lock' does not exist (Oliver Hader)
2012-03-28 12:57:23 +00:00
dholland
9e0b650847 Add missing krb5.buildlink3.mk. 2012-03-28 12:39:47 +00:00
tron
09031ad6fc Note update of the "wireshark" package to version 1.6.6. 2012-03-28 12:22:49 +00:00
tron
d88fd9f810 Update "wireshark" package to version 1.6.6. Changes since 1.6.5:
- Bug Fixes
  The following vulnerabilities have been fixed.
  o wnpa-sec-2012-04
    The ANSI A dissector could dereference a NULL pointer and
    crash. (Bug 6823)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o wnpa-sec-2012-05
    The IEEE 802.11 dissector could go into an infinite loop. (Bug
    6809)
    Versions affected: 1.6.0 to 1.6.5.
  o wnpa-sec-2012-06
    The pcap and pcap-ng file parsers could crash trying to read
    ERF data. (Bug 6804)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o wnpa-sec-2012-07
    The MP2T dissector could try to allocate too much memory and
    crash. (Bug 6804)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o The Windows installers now include GnuTLS 1.12.18, which fixes
    several vulnerabilities.
   The following bugs have been fixed:
  o ISO SSAP: ActivityStart: Invalid decoding the activity
    parameter as a BER Integer. (Bug 2873)
  o Forward slashes in URI need to be converted to backslashes if
    WIN32. (Bug 5237)
  o Character echo pauses in Capture Filter field in Capture
    Options. (Bug 5356)
  o Some PGM options are not parsed correctly. (Bug 5687)
  o dumpcap crashes when capturing from pipe to a pcap-ng file
    (e.g., when passing data from CACE Pilot to Wireshark). (Bug
    5939)
  o Unable to rearrange columns in preferences on Windows. (Bug
    6077) (Note: this bug still affects the 64-bit package)
  o No error for UDP/IPv6 packet with zero checksum. (Bug 6232)
  o Wireshark installer doesn't add access_bpf in 10.5.8. (Bug
    6526)
  o Corrupted Diameter dictionary file that crashes Wireshark.
    (Bug 6664)
  o packetBB dissector bug: More than 1000000 items in the tree --
    possible infinite loop. (Bug 6687)
  o ZEP dissector: Timestamp not always displayed correctly.
    Fractional seconds never displayed. (Bug 6703)
  o GOOSE Messages don't use the length field to perform the
    dissection. (Bug 6734)
  o Ethernet traces in K12 text format sometimes give bogus
    "malformed frame" errors and other problems. (Bug 6735)
  o max_ul_ext isn't printed/decoded to the packet details log in
    GTP protocol packet. (Bug 6761)
  o non-IPP packets to or from port 631 are dissected as IPP. (Bug
    6765)
  o lua proto registration fails for uppercase proto /
    g_ascii_strdown problem. (Bug 6766)
  o no menu item Fle->Export->SSL Session Keys in GTK. (Bug 6813)
  o IAX2 dissector reads past end of packet for unknown IEs. (Bug
    6815)
  o TShark 1.6.5 immediately crashes on SSL decryption (every
    time). (Bug 6817)
  o USB: unknown GET DESCRIPTOR response triggers assert failure.
    (Bug 6826)
  o IEEE1588 PTPv2 over IPv6. (Bug 6836)
  o Patch to fix DTLS decryption. (Bug 6847)
  o Expression... dialog crash. (Bug 6891)
  o display filter "gtp.msisdn" not working. (Bug 6947)
  o Multiprotocol Label Switching Echo - Return Code: Reserved
    (5). (Bug 6951)
  o ISAKMP : VendorID CheckPoint : Malformed Packet. (Bug 6972)
  o Adding a Custom HTTP Header Field with a trailing colon causes
    wireshark to immediately crash (and crash upon restart). (Bug
    6982)
  o Radiotap dissector lists a bogus "DBM TX Attenuation" bit.
    (Bug 7000)
  o MySQL dissector assertion. (Ask 8649)
  o Radiotap header format data rate alignment issues. (Ask 8649)
- Updated Protocol Support
  ANSI A, BSSGP, DIAMETER, DTLS, GOOSE, GSM Management, GTP, HTTP,
  IAX2, IEEE 802.11, IPP, ISAKMP, ISO SSAP, MP2T, MPLS, MySQL, NTP,
  PacketBB, PGM, Radiotap, SSL, TCP, UDP, USB, WSP
- New and Updated Capture File Support
  Endace ERF, Pcap-NG, Tektronix K12
2012-03-28 12:22:26 +00:00
drochner
36c7554385 request plugin build explicitely
(The configure script became semi-clever, tries to use the OS name
to decide what to build.)
2012-03-28 11:51:30 +00:00
obache
1167f94a7f Updated www/opera to 11.62 2012-03-28 05:01:08 +00:00
obache
318d23f612 Opera 11.62 for UNIX changelog
Release notes

Release date: 2012-03-27

Opera 11.62 is a recommended upgrade offering security and stability enhancements.
Changes since Opera 11.61
User interface
Fixed

    * Find in page (Ctrl + F) uses last used Find inline type
    * Address field focus lost on restart when installing extensions with a
      toolbar button
    * Submit data-security-warning locks page with two warning dialogs where
      only one can be closed
    * No window control buttons on the menu bar when disabling the close button
      on tabs
    * Inefficient loading order of resources
    * PDF and SVG options offered in GTK print dialog but not supported
    * Opera clipboard incompatible with Synergy/VNC/rdesktop/VMware/VirtualBOX
    * Sluggish file dialog in GTK
    * No GTK toolkit support under FreeBSD 9

Improved

    * Updated tr/hu/cs language strings

Display and scripting
Fixed

    * Some progressive JPEGs aren't decoded properly
    * Crash when inspecting a UserJSEvent object in Dragonfly
    * Facebook chat scrolling problems
    * Text cursor position lost when clicking to focus on a search match inside
      a textarea
    * Error message when sending mail at centrum.cz
    * IDNs starting with number are shown with punycode in address bar
    * Crash when posting message to extension background process

Mail, news, chat
Fixed

    * Selected message not consistent on layout switching
    * Last selected message is forgotten through a restart
    * Scrolling or switching view is slow when there are messages with many
      addressees
    * Occasional crash when navigating message list

Network
Fixed

    * Support Ctrl+F5 and Shift+F5 for unconditional reload of web page (bypass
      cache)
    * URL Turbo mode header reduction generates invalid HTTP messages

Presto 2.10 rendering engine
Encoding improvements

    * Changed multi-byte encodings to be non-greedy when encountering invalid
      byte sequences, which is more compatible with other implementations

Security
Fixed

    * Fixed an issue where small windows could be used to trick users into
      executing downloads, as reported by Jordi Chancel; see our advisory:
	http://www.opera.com/support/kb/view/1010/
    * Fixed an issue where overlapping content could trick users into executing
      downloads, as reported by Jordi Chancel; see our advisory:
	http://www.opera.com/support/kb/view/1011/
    * Fixed a printing issue which could allow data leaks to other system users,
      or allow them to corrupt data, as reported by Christof Meerwald; see our
      advisory:
	http://www.opera.com/support/kb/view/1015/
    * Fixed an issue where history.state could leak the state data from cross
      domain pages; see our advisory:
	http://www.opera.com/support/kb/view/1012/
    * Fixed an issue which could allow web page dialogs to display the wrong
      address in the address field; see our advisory:
	http://www.opera.com/support/kb/view/1013/
    * Fixed an issue where carefully timed reloads and redirects could spoof the
      address field, as reported by Jordi Chancel; see our advisory:
	http://www.opera.com/support/kb/view/1014/
2012-03-28 05:00:36 +00:00
dholland
e74bedcee3 Restrict this to the intersection of PYTHON_VERSION_DEFAULT and its
real PYTHON_VERSIONS_ACCEPTED value of "27 26 25".

Because it depends on a pile of gnome stuff that depends on at least
one single-Python-version package, it will never, or never except with
a lot of probably pointless work, build except with the same Python
version gnome is using. (Plus, even if it built, it quite likely
wouldn't run.)
2012-03-28 03:55:38 +00:00
dholland
7e51ccdc8d Escape braces in gawk regexps; otherwise they become interval
expressions, and the latest gawk doesn't like invalid interval
expressions much.
2012-03-27 21:49:51 +00:00
dholland
e7dcfaa9ae add missing PAM bl3.mk 2012-03-27 21:46:51 +00:00
wiz
f365cdbdd0 Added net/p5-Net-DHCP version 0.67 2012-03-27 20:10:35 +00:00
wiz
c40971ba98 + p5-Net-DHCP. 2012-03-27 20:10:20 +00:00
wiz
c56617b3da Initial import of p5-Net-DHCP-0.67. Packaged by Edgar Fuß in PR 45723.
Represents a DHCP packet as specified in RFC 1533, RFC 2132.
2012-03-27 20:09:44 +00:00
dholland
5769b91a18 Demands bison to build. 2012-03-27 18:43:30 +00:00
plunky
d1af44cb93 Updated lang/pcc-current to 20120326 2012-03-27 15:17:30 +00:00