Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes PR pkg/47391
|
|
|
|
|
|
|
|
|
|
not needed. PR pkg/47715. Bump PKGREVISION
|
|
- support for multi-cpu state reporting
- fix bug with storage calculation (use frsize instead bsize)
|
|
|
|
Commandline/Settings changes:
* New option to enable warnings but not style messages: --enable=warning
* Cppcheck used to skip includes where the header filename is enclosed in <>. You can now include these headers also by using -I. It is still not required to include these headers so feel free to try it and then include the headers that give you the best results. The biggest problem with including many headers is that analysis gets slow.
New checks:
* New POSIX checks: pipe() buffer size, redundant calls of set/get user id, too big value passed to usleep(), buffer overflow when using write()
* Storing getc() return value in char variable and comparing to EOF.
* Detect redundant bitand operations
* Find suspicious equality comparisons like: if(a == 0) a == 1;
* Warn about using malloc() for classes containing virtual methods, std::-objects or constructors
* Portability check that warns when using NULL as argument to variadic function. It has undefined behaviour on some implementations.
Improvements:
* Improved lookup for functions and types
* Switched to TinyXml2 as XML library
* Improved checking for uninitialized struct members, variable scopes that can be reduced and unused functions
GUI:
* Remember last path in open file dialog
* Added command line parameter to open a results file
* Bug in statistic calculation fixed
Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.
|
|
|
|
Changelog:
NEW
Per-window Private Browsing. Learn more.
NEW
New download experience. Learn more.
NEW
Ability to close hanging plugins, without the browser hanging
CHANGED
Continued performance improvements around common browser tasks (page loads, downloads, shutdown, etc.)
DEVELOPER
Continued implementation of draft ECMAScript 6 - clear() and Math.imul
DEVELOPER
New JavaScript Profiler tool
HTML5
getUserMedia implemented for web access to the user's camera and microphone (with user permission)
HTML5
<canvas> now supports blend modes
HTML5
Various <audio> and <video> improvements
FIXED
Details button on Crash Reporter (793972)
FIXED
Unity plugin doesn't display in HiDPI mode (829284)
FIXED
20.0: Security fixes can be found here
Fixed in Firefox 20
MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage
MFSA 2013-39 Memory corruption while rendering grayscale PNG images
MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations
MFSA 2013-37 Bypass of tab-modal dialog origin disclosure
MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes
MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux
MFSA 2013-34 Privilege escalation through Mozilla Updater
MFSA 2013-33 World read and write access to app_tmp directory on Android
MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service
MFSA 2013-31 Out-of-bounds write in Cairo library
MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
|
|
|
|
|
|
PKGNAME from DISTNAME. Bump PKGREVISION.
|
|
From http://download.gna.org/py-notify/:
"Releases in 0.1 development branch are still available on a separate page
for historical purposes. There is no reason to use them in production:
current stable 0.2 is both bug-free and faster, and more features can be
found in 0.3 development releases."
Package no longer needs buildlink3.mk file, as there is no shared library
installed. PLIST has many entries in PYSITELIB. Package uses PYDISTUTILS
to handle everything. pkg-config, libtool, and gmake are no longer needed.
HOMEPAGE and MASTER_SITES were updated. Added LICENSE. Passes pkglint.
|
|
|
|
Alex Deucher (1):
radeon: add pci ids for Richland APUs
Ben Widawsky (1):
intel_chipset: Merge intel-gpu-tools chipsets
Benjamin Gaignard (2):
tests: allow tests programs to be installed
tests: allow tests programs to be installed (cumulative patch)
Chris Forbes (1):
intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS
Inki Dae (1):
libdrm/exynos: add test application for 2d gpu.
Jerome Glisse (1):
radeonsi: make sure tile_split field are not garbage
Kenneth Graunke (1):
intel/aub: Actually run BLT batches on the blit ring.
Maarten Lankhorst (1):
configure.ac: bump version to 2.4.43 for release
Marcin Slusarz (2):
nouveau: return error from pushbuf_validate
nouveau: add a way to override single pushbuffer memory limits
Rob Clark (1): freedreno: add freedreno DRM
Ville Syrjälä (2):
intel_chipset: Use parens around macro arguments
intel_chipset: Fix up VLV confusion
|
|
|
|
Only a single fix: including the XFixes header to get the typedef for
PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on
XFixes.
Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include
both XI and Xfixes headers, you will end up with a duplicate typedef.
This is not an issue on gcc >= 4.6 since the two typedef's are the same.
On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors
will trigger the same error.
Peter Hutterer (2):
Require XFixes for PointerBarrier, remove duplicate typedef libXi 1.7.1
|
|
|
|
a system account/group (differance id range) will be created.
|
|
|
|
|
|
|
|
all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update immediately.
A major security issue fixed in this release, CVE-2013-1899, makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request.
Two lesser security fixes are also included in this release: CVE-2013-1900, wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess, and CVE-2013-1901, which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups. Finally, this release fixes two security issues with the graphical installers for Linux and Mac OS X: insecure passing of superuser passwords to a script, CVE-2013-1903 and the use of predictable filenames in /tmp CVE-2013-1902.
|
|
|
|
cpu stats -> wrong sysctl getting cpu model
process stats -> netbsd5 was not defined leading to wrong process stats
|
|
missed commiting this the other day - thanks to Greg Oster for
noticing.
|
|
|
|
Version 0.5
~~~~~~~~~~
Released on 2013-04-01
* Change behavior of passing ``FLATPAGES_MARKDOWN_EXTENSIONS`` to
renderer function, now whole :class:`FlatPages` instance passed as
second argument, this helps user provide more robust renderer
functions.
|
|
|
|
|
|
be removed in the near future.
|
|
|
|
PKGREVISION -> 2.
|
|
64-bit is still unsupported.
|
|
|
|
|
|
== Ruby-GNOME2 1.2.5: 2013-03-28
Crash bug fix release!
=== Changes
==== All
* Fixes
* Fixed crash bugs.
[GitHub #138] [Reported by Takuma Nakajima]
=== Thanks
* Takuma Nakajima
== Ruby-GNOME2 1.2.4: 2013-03-24
Ruby/WebKitGtk2 addition release!
=== Changes
==== All
* Improvements
* Start mswin64 support. (But it is not completed yet.)
[GitHub #135] [Patch by usa]
==== Ruby/GLib2
* Improvements
* Reduce needless GBoxed object copy.
==== Ruby/GdkPixbuf2
* Fixes
* Fix build error by a typo.
==== Ruby/GtkSourceView2
* Improvements
* Support auto RPM install on CentOS 6.
==== Ruby/GObjectIntrospection
* Improvements
* Add method name to arguments validation failure message.
* Support specific version loading.
==== Ruby/GTK3
* Improvements
* [windows] Add gschemas.compiled.
[ruby-talk:406026] [Reported by Regis d'Aubarede]
==== Ruby/WebKitGtk2
* New!
[GitHub #136] [Patch by eumario]
=== Thanks
* usa
* Regis d'Aubarede
* eumario
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
which is currently set to gcc47.
Should fix pbulk resolution failures.
|
|
php-tt-rss-1.7.7, puzzles-9802.
|
|
since at least Leopard (10.5) and the security/PAM package does
not currently build, breaking PREFER_PKGSRC=yes.
|
|
|
|
|
|
by zecrazytux and fhajny.
Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.
Original Markdown implementation is written in Perl. Discount provides a
Markdown CLI tool and a library, written in C.
|