| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Library to control and monitor control groups
http://libcg.sourceforge.net/
|
|
|
|
|
| |
Better not do fancy substitions, as we might have multidigit version
with or without -dev/-rc. So put the branch version there as-is.
|
|
|
|
| |
Development version with full, native support for SSL!
|
|
|
|
|
| |
Use the built in make target linux2628 meaning linux-2.6.28 or
higher kernel can be assumed.
|
| |
|
|
|
|
|
| |
CPU usage limiter for Linux
https://github.com/opsengine/cpulimit
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Daemon to add additional functionality to the volume keys of the keyboard
https://launchpad.net/xfce4-volumed
|
|
|
|
|
| |
A library for registering global keyboard shortcuts
http://kaizer.se/wiki/keybinder/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Tell abuild to search recursively for .so files
|
|
|
|
| |
It is needed for building openjdk6
|
|
|
|
| |
Disable gcc-go for now. It needs ucontext which we don't have.
|
|
|
|
| |
It needs to be parallel to current libmpc so we dont break gcc
|
| |
|
|
|
|
| |
We need help abuild to find the dir where the .so files are
|
|
|
|
|
|
|
|
|
|
|
| |
need special handling when file name is .so (no version number suffix)
and soname has a version number suffix. This is so we dont set provides
version to 0 when it should have been something else.
This fixes issue with libgcj/gcc-java who ships a file libgcj_bc.so with
soname libgcj_bc.so.1 in addition to the libgcj_bc.so.1.0.0 file.
We cannot have 2 provides with same name but with different version.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
An annying bug that can cause incoming SIP calls for a registered
number to be associated with wrong peer entry. This can also have
security implications on some systems.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
'pkg-config --cflags lua' returns a space with freedesktop and no
space with pkgconf, so the the following gave different result:
if test "$LUA_CFLAGS" = ""; then
...
|
| |
|
|
|
|
|
|
| |
* remove patches upstreamed ASTERISK-18977 and 900-tryinclude.patch
* add ASTERISK-20362 required to fix parallel compile issues
* rebase the ConfBridge 'deaf participant' patch ASTERISK-19109
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IcedTea 1.11.4
S7162476, CVE-2012-1682: XMLDecoder security issue via ClassFinder
S7163201, CVE-2012-0547: Simplify toolkit internals references
IcedTea 1.11.3
S7079902, CVE-2012-1711: Refine CORBA data models
S7110720: Issue with vm config file loadingIssue with vm config file loading
S7143606, CVE-2012-1717: File.createTempFile should be improved for temporary files created by the platform.
S7143614, CVE-2012-1716: SynthLookAndFeel stability improvement
S7143617, CVE-2012-1713: Improve fontmanager layout lookup operations
S7143851, CVE-2012-1719: Improve IIOP stub and tie generation in RMIC
S7143872, CVE-2012-1718: Improve certificate extension processing
S7145239: Finetune package definition restriction
S7152811, CVE-2012-1723: Issues in client compiler
S7157609, CVE-2012-1724: Issues with loop
S7160677: missing else in fix for 7152811
S7160757, CVE-2012-1725: Problem with hotspot/runtime_classfile
IcedTea 1.11.1
S7082299, CVE-2011-3571: Fix in AtomicReferenceArray
S7088367, CVE-2011-3563: Fix issues in java sound
S7110683, CVE-2012-0502: Issues with some KeyboardFocusManager method
S7110687, CVE-2012-0503: Issues with TimeZone class
S7110700, CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass
S7110704, CVE-2012-0506: Issues with some method in corba
S7112642, CVE-2012-0497: Incorrect checking for graphics rendering object
S7118283, CVE-2012-0501: Better input parameter checking in zip file processing
S7126960, CVE-2011-5035: (httpserver) Add property to limit number of request headers to the HTTP Server
|
| |
|
| |
|
|
|
|
| |
ref #1175
|
|
|
|
|
|
|
| |
For now we simply replace this package with a dummy, to pull in
pkgconf.
fixes #1239
|