Commit graph

208887 commits

Author SHA1 Message Date
tron
0cf9e8de00 Fix download URL on "ftp.fu-berlin.de". 2013-11-15 07:42:08 +00:00
minskim
4c5c062847 Move files required to generate TeX hyphenation patterns from
texlive-tetex to tex-tetex. print/texlive-tetex will be removed in
TeX Live 2013.
2013-11-15 06:08:51 +00:00
agc
c325eccb27 Note addition of security/smaSHeM, version 0.4 2013-11-15 05:14:08 +00:00
agc
936119826d add and enable smaSHeM 2013-11-15 05:12:59 +00:00
agc
f25d4d7e8b Initial import of smaSHeM, version 0.4, into the packages collection.
System V shared memory segments created with shmget() are assigned an
	owner, a group and a set of permissions intended to limit access to
	the segment to designated processes only.  The owner of a shared
	memory segment can change the ownership and permissions on a segment
	after its creation using shmctl().  Any subsequent processes that wish
	to attach to the segment can only do so if they have the appropriate
	permissions.  Once attached, the process can read or write to the
	segment, as per the permissions that were set when the segment was
	created.

	smaSHeM takes advantage of applications that set weak permissions on
	such segments, allowing an attacker to dump or patch their contents.
	As discussed in the presentation at 44CON 2013 entitled 'I Miss LSD',
	in the case of many X11 applications it is possible to extract pixmaps
	of previously rendered GUI artifacts.  When compiled with QtCore
	linking enabled, smaSHeM aids in that process by brute forcing
	potentially valid dimensions for the raw pixmap dump.
2013-11-15 05:11:50 +00:00
wiz
a5b0046134 Updated graphics/png to 1.6.7 2013-11-14 23:09:54 +00:00
wiz
0b4e792c1d Update to 1.6.7:
Version 1.6.7beta01 [September 30, 2013]
  Revised unknown chunk code to correct several bugs in the NO_SAVE_/NO_WRITE
    combination
  Allow HANDLE_AS_UNKNOWN to work when other options are configured off. Also
    fixed the pngminim makefiles to work when $(MAKEFLAGS) contains stuff
    which terminates the make options (as by default in recent versions of
    Gentoo).
  Avoid up-cast warnings in pngvalid.c. On ARM the alignment requirements of
    png_modifier are greater than that of png_store and as a consequence
    compilation of pngvalid.c results in a warning about increased alignment
    requirements because of the bare cast to (png_modifier*). The code is safe,
    because the pointer is known to point to a stack allocated png_modifier,
    but this change avoids the warning.
  Fixed default behavior of ARM_NEON_API. If the ARM NEON API option was
    compiled without the CHECK option it defaulted to on, not off.
  Check user callback behavior in pngunknown.c. Previous versions compiled
    if SAVE_UNKNOWN was not available but did nothing since the callback
    was never implemented.
  Merged pngunknown.c with 1.7 version and back ported 1.7 improvements/fixes

Version 1.6.7beta02 [October 12, 2013]
  Made changes for compatibility with automake 1.14:
    1) Added the 'compile' program to the list of programs that must be cleaned
       in autogen.sh
    2) Added 'subdir-objects' which causes .c files in sub-directories to be
       compiled such that the corresponding .o files are also in the
       sub-directory.  This is because automake 1.14 warns that the
       current behavior of compiling to the top level directory may be removed
       in the future.
    3) Updated dependencies on pnglibconf.h to match the new .o locations and
       added all the files in contrib/libtests and contrib/tools that depend
       on pnglibconf.h
    4) Added 'BUILD_SOURCES = pnglibconf.h'; this is the automake recommended
       way of handling the dependencies of sources that are machine generated;
       unfortunately it only works if the user does 'make all' or 'make check',
       so the dependencies (3) are still required.
  Cleaned up (char*) casts of zlib messages. The latest version of the Intel C
    compiler complains about casting a string literal as (char*), so copied the
    treatment of z_const from the library code into pngfix.c
  Simplified error message code in pngunknown. The simplification has the
    useful side effect of avoiding a bogus warning generated by the latest
    version of the Intel C compiler (it objects to
    condition ? string-literal : string-literal).
  Make autogen.sh work with automake 1.13 as well as 1.14. Do this by always
    removing the 1.14 'compile' script but never checking for it.

Version 1.6.7beta03 [October 19, 2013]
  Added ARMv8 support (James Yu <james.yu at linaro.org>).  Added file
    arm/filter_neon_intrinsics.c; enable with -mfpu=neon.
  Revised pngvalid to generate size images with as many filters as it can
    manage, limited by the number of rows.
  Cleaned up ARM NEON compilation handling. The tests are now in pngpriv.h
    and detect the broken GCC compilers.

Version 1.6.7beta04 [October 26, 2013]
  Allow clang derived from older GCC versions to use ARM intrinsics. This
    causes all clang builds that use -mfpu=neon to use the intrinsics code,
    not the assembler code.  This has only been tested on iOS 7. It may be
    necessary to exclude some earlier clang versions but this seems unlikely.
  Changed NEON implementation selection mechanism. This allows assembler
    or intrinsics to be turned on at compile time during the build by defining
    PNG_ARM_NEON_IMPLEMENTATION to the correct value (2 or 1).  This macro
    is undefined by default and the build type is selected in pngpriv.h.

Version 1.6.7rc01 [November 2, 2013]
  No changes.

Version 1.6.7rc02 [November 7, 2013]
  Fixed #include in filter_neon_intrinsics.c and ctype macros. The ctype char
    checking macros take an unsigned char argument, not a signed char.

Version 1.6.7 [November 14, 2013]
2013-11-14 23:09:45 +00:00
joerg
302d5b1e04 Added www/py-django14 version 1.4.10 2013-11-14 21:27:18 +00:00
joerg
5f8459fc53 Add the LTS version of www/py-django for users that desire less
volatility.
2013-11-14 21:27:01 +00:00
fhajny
3fc8672e91 Substitute Bash properly. Bump PKGREVISION. 2013-11-14 18:39:38 +00:00
adam
cc44a09c1a Updated www/ap2-perl to 2.0.8nb1 2013-11-14 17:04:41 +00:00
adam
c7c2a273ee Added compatibility with Apache 2.4.x.
Fixed Clang issue when some symbols were truncated due to inlining.
2013-11-14 17:03:40 +00:00
asau
ec3cd3b2a0 Make it work with pkgsrc X11.
Previously "package require Tktable" failed in wish.
2013-11-14 16:48:52 +00:00
asau
aa681339d8 Added math/ipopt version 3.11.5 2013-11-14 15:06:07 +00:00
asau
69114395fc + ipopt 2013-11-14 15:04:53 +00:00
asau
1a8650f97c Import IPOPT version 3.11.5 as math/ipopt
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt)
is a software package for large-scale nonlinear optimization.
It is designed to find (local) solutions of mathematical
optimization problems of the form

min_{x in R^n} f(x)

s.t.  g_L <= g(x) <= g_U
      x_L <=  x   <= x_U

where f(x): R^n --> R is the objective function,
and g(x): R^n --> R^m are the constraint functions.
The vectors g_L and g_U denote the lower and upper bounds on the
constraints, and the vectors x_L and x_U are the bounds on the
variables x. The functions f(x) and g(x) can be nonlinear and
nonconvex, but should be twice continuously differentiable.
Note that equality constraints can be formulated in the above
formulation by setting the corresponding components of g_L and
g_U to the same value.

Ipopt is part of the  COIN-OR Initiative.
2013-11-14 15:04:12 +00:00
ryoon
00caecdb66 FIx build on NetBSD 5, reported by John D. Baker 2013-11-14 14:03:01 +00:00
ryoon
a98feb7379 Updated www/firefox17-l10n to 17.0.10 2013-11-14 13:18:23 +00:00
ryoon
d4f7d3749b Update to 17.0.10
* Sync with firefox17-17.0.10
2013-11-14 13:17:58 +00:00
ryoon
b78d78668b Updated devel/xulrunner17 to 17.0.10
Updated www/firefox17 to 17.0.10
2013-11-14 13:17:21 +00:00
ryoon
2a3f4e6b65 Update to 17.0.10
Changelog:
Fixed in Firefox ESR 17.0.10
MFSA 2013-101 Memory corruption in workers
MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing
MFSA 2013-98 Use-after-free when updating offline cache
MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions
MFSA 2013-95 Access violation with XSLT and uninitialized data
MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-14 13:16:31 +00:00
markd
3c1b2a02bd Really remove kdeadmin4. 2013-11-14 09:42:24 +00:00
markd
349879dc31 Remove kdeadmin4. Replaced by sysutils/{kcron,ksystemlog,kuser} 2013-11-14 09:41:08 +00:00
wiz
4e08fe487a Updated emulators/mess to 0.151 2013-11-14 08:18:56 +00:00
wiz
52aaf2352f Updated emulators/mame to 0.151 2013-11-14 08:18:39 +00:00
wiz
4e93f41101 Update to 0.151: the usual changes. 2013-11-14 08:18:21 +00:00
adam
1441b5cb3c Updated devel/cmake to 2.8.12.1; textproc/xmlrpc-c to 1.25.26 2013-11-14 08:02:46 +00:00
adam
f5925524d0 Changes 1.25.26:
Fix interpretation of dateTime.iso8601 variant with timezone information. As broken, it would add up to a second to the correct datetime or reject the message claiming that it has invalid syntax. Always broken (recognition of the timezone variant was introduced in Xmlrpc-c 1.20).
2013-11-14 08:01:11 +00:00
apb
467efd09fe Update COMMENT and DESCR to describe new features added between
sslh-1.7a and 1.15.
2013-11-14 08:01:01 +00:00
adam
f7e7d8bd16 Changes 2.8.12.1:
* MSVC: Add /FS flag for cl >= 18 to allow parallel compilation
* Genex: Reject $<TARGET_FILE:...> for object libraries
* Check for OBJECT_LIBRARY source files at start of generation
* CMP0022: Plain target_link_libraries must populate link interface
* Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets
* CMP0022: Warn about a given target at most once
* Fix summary documentation of INTERFACE_LINK_LIBRARIES
* file(GENERATE): Clear internal records between configures
* cmake: Validate -E cmake_automoc argument count
* Fix spelling in INTERFACE_LINK_LIBRARIES documentation
* CMP0022: Output link interface mismatch for static library warning
* Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.
* CMP0022: Add unit test for null pointer check and message.
* CMP0022: Add test for target_link_libraries plain signature
* Automoc: Add directory-level COMPILE_DEFINITIONS to command line
* FindCUDA: Fix NPP library search for CUDA 5.5
2013-11-14 07:59:44 +00:00
is
30ac09840e www/yaws -> 1.97 2013-11-14 07:40:51 +00:00
minskim
09a617fd16 Note update of tex-dvipdfmx-def 2013-11-14 06:32:58 +00:00
minskim
59b63363ce Update tex-dvipdfmx-def to 3.3
- Support .ai files.
2013-11-14 06:32:21 +00:00
minskim
39293065f1 fmtutil.cnf is no longer installed by texlive-tetex. 2013-11-14 06:13:07 +00:00
jnemeth
39f1f03793 sort 2013-11-14 05:13:51 +00:00
jnemeth
ad0c2540d2 add and enable kdeadmin4 2013-11-14 05:13:01 +00:00
joerg
0d2b3cdfc5 Force Lua 5.1. 2013-11-13 22:53:10 +00:00
joerg
ed155d306a Be more aggressive in the removal of -ansi. Bump revision. 2013-11-13 22:52:23 +00:00
joerg
23a91467cd Doesn't support Lua 5.2, so require 5.1 for now. 2013-11-13 22:51:37 +00:00
joerg
14f45f6c1c Do not force C90 and remove some other pointless options that will
create issues with Clang builds. Bump revision.
2013-11-13 22:51:06 +00:00
joerg
de73707902 Make the newline processing even more aggressive by removing the line
markers first and killing all newlines before splitting up the magic
markers. Fixes build of guile-gnome with Clang. Bump revision.
2013-11-13 22:49:31 +00:00
joerg
5149b27140 monotone doesn't build against Lua 5.2, so require 5.1. 2013-11-13 22:48:10 +00:00
minskim
9e1c71d3ea Search texmf-dist for man and info files 2013-11-13 20:35:43 +00:00
wiz
64d1385228 Updated misc/py-anki2 to 2.0.17 2013-11-13 19:48:43 +00:00
wiz
802a7639de Update to 2.0.17:
* Fix a delay when showing the next card on some computers.
* Make sure suspended & buried cards are reset when exporting
without scheduling information.
2013-11-13 19:48:34 +00:00
wiz
53ab310dcb Updated time/py-pytz to 2013.8 2013-11-13 19:46:29 +00:00
wiz
7c016ed8d1 Update to 2013.8: changes not found. 2013-11-13 19:46:20 +00:00
wiz
a25432b02f Updated multimedia/libdvbpsi to 1.1.2 2013-11-13 19:45:07 +00:00
wiz
031a845108 Update to 1.1.2:
Changes between 1.1.1 and 1.1.2:
--------------------------------

 * Various bugfixes for ATSC PSI tables
 * dvbpsi_packet_push() bugfix
 * Various bugfixes for dvbinfo
 * Ignore invalid program pids (pid=0) inside PAT table (closes vlc ticket #9695)
2013-11-13 19:44:57 +00:00
wiz
cdc0d6a15b Updated textproc/enca to 1.15 2013-11-13 19:44:13 +00:00