summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-07Disable noisy GCC warnings.joerg1-1/+7
2016-05-07Fix libffi linkage, so that it actually picks up the right version andjoerg4-10/+66
includes the rpath. Seen by a not so happy devel/happy. Bump revision.
2016-05-07Tell gem build to include rpath for X11BASE. Bump revision.joerg1-2/+3
2016-05-07Fix rpath for X11 libraries. Bump revision.joerg4-9/+27
2016-05-07Fix rpath for X libraries.joerg3-6/+6
2016-05-07Allow use of deprecated interfaces.joerg1-1/+7
2016-05-07Ensure intptr_t is defined in various places.joerg4-17/+21
2016-05-07Not MAKE_JOBS_SAFE.joerg1-1/+4
2016-05-07Disable legacy request as it actually breaks with semi-modern Mesajoerg2-1/+16
version.
2016-05-07Drop extra format string arguments. Disable zero length format stringjoerg5-4/+44
warning from GCC.
2016-05-07Wrap tttables as seen on netbsd-7.joerg2-1/+14
2016-05-07Drop old system wrapper script hack. Adjust wrapper list to includejoerg3-20/+14
tttable as seen on netbsd-7.
2016-05-07Disable various noisy warnings for GCC too. Adjust clang handling tojoerg1-3/+11
also work directly with bootstrap-mk-files.
2016-05-07Needs X11BASE/lib in rpath. Bump revision.joerg3-3/+17
2016-05-07Bump revision for rpath fix.joerg1-2/+2
2016-05-07Add X11 rpath to qmake configuration.joerg2-1/+13
2016-05-07Updated cross/stlink to 1.2.0ryoon1-1/+2
2016-05-07Update to 1.2.0ryoon2-7/+7
Changelog: At time of writing when creating this release it has been approximate a year with changes and improvements. Finaly, here it is. Have fun, and test! Features added: Add multiple stlink probing (st-info --probe, st-info --hla-serial) with printing serial in hex and OpenOCD hla_serial format (Jerry Jacobs) Add stlink usb probe API functions (Jerry Jacobs) Added parameter to specify one stlink v2 of many (Georg von Zengen) Changes: Refactoring/fixes of flash loader (Maxime Coquelin) Updates and fixes: Synchronize cache for stm32f7 (Tristan Gingold) Allow flashing of STM32L4 down to 1.71 V (Greg Meiste) Fix on stm32l4 to clear flash mass erase flags on CR (Bruno Dal Bo) Proper writing of page 0 of second bank for stm32l476xe (Tobias Badertscher) Trace the read data in stlink_read_debug32 and not the address of the variable (Tobias Badertscher) Mac OS X El Capitan platform support confirmation (Nikolay) Do not send a NUL at end of packets to gdb (Tristan Gingold) Correctly compute flash write size for partial pages (Dave Vandervies) _stlink_usb_reset use hardreset (mlundinse) Make sure MCU is halted before running RAM based flashloaders (mlundinse) Could not flash STM32_F3_SMALL (Max Chen) STM32F4 8-bit support for 1.8v operation (Andy Isaacson) Fix F2 memory map (Nicolas Schodet) Memory map for stm32f42xxx and stm32f43xxx devices (Craig Lilley) Stm32l0x flash loader (Robin Kreis) Chip support added for: STM32L053R8 (Jean-Luc Béchennec) STM32F7 Support (mlundinse) Add STM32L4 to CHIPID #defines and devices[], flash driver and loaded (Dave Vandervies) Basic support for F446 (Pavel Kirienko) STM32F303 High Density STM32L1xx Cat.2 devices (Nicolas Schodet) Board support added for: Nucleo-F303RE (Kyle Manna) Nucleo-F411RE (texane) Build system: Travis: Initial support for Travis continues integration on Linux & Mac OS X (Jerry Jacobs) CMake: Document in README.md and add extra strict compiler flags (Jerry Jacobs) CMake: First stab at a cmake build (Josh Bialkowski)
2016-05-07Updated misc/yelp3 to 3.20.1prlw11-1/+2
2016-05-07Update yelp3 to 3.20.1prlw13-13/+9
3.20.1 ====== * Updated translations: ar (Khaled Hosny) fur (Fabio Tomat) oc (Cedric Valmary) 3.20.0 ====== * Updated translations: ca (Gil Forcada) da (Ask Hjorth Larsen) uk (Daniel Korostil) 3.19.91 ======= * Fallback to help-list: if no other help is available, #759545 (Aleksander Morgado) * Fix warnings in GtkStyleContext usage, #761577 (Michael Catanzaro) 3.19.90 ======= * Partial fix for handling documents using local paths, #753443 (Carlos Garcia Campos) * Allow .docbook files as file path, #699995 (Shaun McCance) * Fix return type of document_indexed, #761647 (Michael Catanzaro) * Fix build issue with separate builddir, #757139 (Shaun McCance) * Updated translations: an (Daniel Martinez) bg (Alexander Shopov) gd is (Sveinn i Felli) zh_CN (YunQiang Su, Jeff Bai) 3.19.1 ====== * Simplify build system and avoid private yelpcommon library, #756654 (David King) * Hide several internal symbols, #756658 (David King) * Updated translations: eu (Inaki Larranaga Murgoitio)
2016-05-07Updated textproc/yelp-xsl to 3.20.1prlw11-1/+2
2016-05-07Update yelp-xsl to 3.20.1prlw12-7/+7
3.20.1 ====== * Updated translations: fur (Fabio Tomat) 3.20.0 ====== * Updated translations: da (Ask Hjorth Larsen) oc (Cedric Valmary) 3.19.90 ======= * Move linktrails stubs to common for all source formats to use * Allow Mallard example to be a formal element with title * Added html.js.script template for easier site overrides * Don't force xref attributes on links in Mallard cache * Updated translations: et (Piotr Drag) hi (Piotr Drag) is (Sveinn i Felli) km (Piotr Drag) pt (Piotr Drag) si (Piotr Drag) sl (Piotr Drag)
2016-05-07Add ocamlbuild dependency to fix build.wiz1-1/+2
2016-05-07Updated www/py-django to 1.9.6adam1-1/+2
2016-05-07Changes 1.9.6:adam3-52/+16
Bugfixes: --------- Added support for relative path redirects to the test client and to SimpleTestCase.assertRedirects() because Django 1.9 no longer converts redirects to absolute URIs. Fixed TimeField microseconds round-tripping on MySQL and SQLite. Prevented makemigrations from generating infinite migrations for a model field that references a functools.partial. Fixed a regression where SessionBase.pop() returned None rather than raising a KeyError for nonexistent values. Fixed a regression causing the cached template loader to crash when using template names starting with a dash. Restored conversion of an empty string to null when saving values of GenericIPAddressField on SQLite and MySQL. Fixed a makemessages regression where temporary .py extensions were leaked in source file paths
2016-05-07Updated www/ikiwiki to 3.20160506schmonz1-1/+2
2016-05-07Update to 3.20160506. From the changelog:schmonz3-27/+7
[ Simon McVittie ] * img: stop ImageMagick trying to be clever if filenames contain a colon, avoiding mis-processing * HTML-escape error messages, in one case avoiding potential cross-site scripting (OVE-20160505-0012) * Mitigate ImageMagick vulnerabilities such as CVE-2016-3714: - img: force common Web formats to be interpreted according to extension, so that "allowed_attachments: '*.jpg'" does what one might expect - img: restrict to JPEG, PNG and GIF images by default, again mitigating CVE-2016-3714 and similar vulnerabilities - img: check that the magic number matches what we would expect from the extension before giving common formats to ImageMagick * d/control: use https for Homepage * d/control: add Vcs-Browser [ Joey Hess ] * img: Add back support for SVG images, bypassing ImageMagick and simply passing the SVG through to the browser, which is supported by all commonly used browsers these days. SVG scaling by img directives has subtly changed; where before size=wxh would preserve aspect ratio, this cannot be done when passing them through and so specifying both a width and height can change the SVG's aspect ratio. * loginselector: When only openid and emailauth are enabled, but passwordauth is not, avoid showing a "Other" box which opens an empty form. [ Amitai Schlair ] * mdwn: Process .md like .mdwn, but disallow web creation. [ Florian Wagner ] * git: Correctly handle filenames starting with a dash in add/rm/mv. -- Simon McVittie <smcv@debian.org> Fri, 06 May 2016 07:54:26 +0100
2016-05-07Updated time/p5-DateTime-Format-Strptime to 1.6700wen1-1/+2
2016-05-07Update to 1.6700wen2-7/+7
Upstream changes: 1.67 2016-03-31 - Fixed a regression introduced in 1.60. Older versions of this library would match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we definitely want to match on word boundaries so that we match "log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3. 1.66 2016-03-27 - Added a zone_map constructor argument. This lets you supply a mapping for ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT #74762. 1.65 2016-03-15 - Updated zone short name parsing to handle names like "+07", which were introduced in the latest IANA time zone database release.
2016-05-07Updated security/p5-Crypt-OpenSSL-Bignum to 0.06wen1-1/+2
2016-05-07Update to 0.06wen2-8/+7
Upstream changes: 0.06 2015/02/06 - fix for #77911 Patch to add more functions - new constructors: new, rand, pseudo_rand, rand_range - new methods: ucmp, num_bits, num_bytes, rshift, lshift, swap - improved pod documentation (added missing functions) - XS code cleanup 0.05 2015/02/04 - fix for #84369 Win32 compatibility patch - fix for #100993 Memory not reclaimed when CTX object goes out of scope - fix for #86561 typo fixes - fix for #82959 Error in synopsis: Crypt::OpenSSL::Bignum->new_from_hex("0x3e8") returns "0" - fix for #81537 to_bin method returns garbage when value is zero
2016-05-07Updated devel/nasm to 2.12.01wen1-1/+2
2016-05-07Update to 2.12.01wen2-8/+7
Upstream changes: Version 2.12.01 Portability fixes for some platforms. Fix error when not specifying a list file. Correct the handling of macro-local labels in the Codeview debugging format. Add CLZERO, MONITORX and MWAITX instructions. Version 2.12 Major fixes to the macho backend (section 7.8); earlier versions would produce invalid symbols and relocations on a regular basis. Support for thread-local storage in Mach-O. Support for arbitrary sections in Mach-O. Fix wrong negative size treated as a big positive value passed into backend causing NASM to crash. Fix handling of zero-extending unsigned relocations, we have been printing wrong message and forgot to assign segment with predefined value before passing it into output format. Fix potential write of oversized (with size greater than allowed in output format) relative relocations. Portability fixes for building NASM with LLVM compiler. Add support of Codeview version 8 (cv8) debug format for win32 and win64 formats in the COFF backend, see section 7.5.3. Allow 64-bit outputs in 16/32-bit only backends. Unsigned 64-bit relocations are zero-extended from 32-bits with a warning (suppressible via -w-zext-reloc); signed 64-bit relocations are an arror. Line numbers in list files now correspond to the lines in the source files, instead of simply being sequential. There is now an official 64-bit (x64 a.k.a. x86-64) build for Windows. Version 2.11.09 Fix potential stack overwrite in macho32 backend. Fix relocation records in macho64 backend. Fix symbol lookup computation in macho64 backend. Adjust .symtab and .rela.text sections alignments to 8 bytes in elf64 backed. Fix section length computation in bin backend which leaded in incorrect relocation records.
2016-05-07Use build option framework to not randomly vomit on the console.joerg2-7/+10
2016-05-07Note update of www/typo3_62 package to 6.2.22.taca1-1/+2
2016-05-07Update typo3_62 package to 6.2.22 (TYPO3 6.2.22 LTS).taca3-20/+77
6.2.20 contains security fix. 2016-04-26 412080d [RELEASE] Release of TYPO3 6.2.22 (TYPO3 Release Team) 2016-04-26 1adf60b #75860 [BUGFIX] Double encoding in image title-tag (Frank Naegler) 2016-04-25 ec7b229 #75519 [BUGFIX] Remember not rendered checkboxes in TCA treeSelect (Frans Saris) 2016-04-20 576677d #73735 [BUGFIX] Check if folder is within the filemount (Frans Saris) 2016-04-18 8513140 #75548 [BUGFIX] RTE: Show content of link style dropdown again (Markus Klein) 2016-04-18 aed3061 #73567 [BUGFIX] Ignore cURL proxy header block (Albrecht Köhnlein) 2016-04-12 0dd0ce1 [TASK] Set TYPO3 version to 6.2.22-dev (TYPO3 Release Team) 2016-04-12 cd53673 [RELEASE] Release of TYPO3 6.2.21 (TYPO3 Release Team) 2016-04-12 5645614 #75541 [BUGFIX] Add missing bracket in EXT:rtehtmlarea to fix syntax error (Andreas Fernandez) 2016-04-12 c236b4d [TASK] Set TYPO3 version to 6.2.21-dev (TYPO3 Release Team) 2016-04-12 efbf8a9 [RELEASE] Release of TYPO3 6.2.20 (TYPO3 Release Team) 2016-04-12 1fcfd5b #75055 [SECURITY] Disallow login with empty password (Nicole Cordes) 2016-04-12 5a8e0a1 #28175 [SECURITY] Limit user access in workspace previews (Nicole Cordes) 2016-04-12 c6dcf83 #51908 [SECURITY] Prevent XSS in ElementBrowser (Markus Klein) 2016-04-12 ef368ac #75164 [SECURITY] Prevent XSS in SelectMultipleSideBySideElement (Nicole Cordes) 2016-04-12 e7ca585 #73459 [SECURITY] Fix arbitrary file disclosure in form extension (Steffen Müller) 2016-04-12 ab32091 #75022 [BUGFIX] Load XML files of Extension Manager properly (Andreas Fernandez) 2016-04-07 ab3cc83 #74131 [BUGFIX] WinCache 2.0 and newer have no opcode cache (Alexander Opitz) 2016-04-06 f5219a6 #75423 [TASK] Allow installation of composer installers 1.2.x (Helmut Hummel) 2016-04-04 08ef6cd #69773 [BUGFIX] Warning when clearing all caches from within install tool (Bernhard Kraft) 2016-03-31 d5d3832 #75273 [TASK] Loosen version constraint for TYPO3 CMS Composer Installers (Christian Opitz) 2016-03-31 ccea306 #73631 [BUGFIX] only trim leading slash from section name (Daniel Neugebauer) 2016-03-30 c36eb54 #75156 [BUGFIX] Add reference count to delete message (Gianluigi Martino) 2016-03-29 4b2594f #75283 [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService() (Andreas Fernandez) 2016-03-29 d767d59 #75287 [BUGFIX] Fix typo in BooleanNode exception message (Sascha Egerer) 2016-03-23 297a828 #75242 [BUGFIX] Use `modTSconfig` for default language label, if set (Andreas Fernandez) 2016-03-12 c5cec73 #72606 [BUGFIX] Prevent TYPO3.settings in ajax requests (Nicole Cordes) 2016-03-11 e9c6fb9 #74815 [TASK] Add unit tests for TYPO3SEARCH markers (Tymoteusz Motylewski) 2016-03-10 7e934ec #74508 [BUGFIX] Load XML files of t3editor properly (Andreas Fernandez) 2016-03-06 25ee28e #72225 [BUGFIX] Workspace page previews collide with generated preview links (Oliver Hader) 2016-03-05 9db88b5 #74127 [BUGFIX] Ensure t3d compatibility for supported TYPO3 version (Nicole Cordes) 2016-03-04 3fbe9cd #70373 [BUGFIX] Adjust UserAgent checks in RTE to detect Edge correctly (Benjamin Kott) 2016-03-04 54e3a4d #71094 [TASK] Keep selected page active after save & close (Gianluigi Martino) 2016-03-04 5ecde7c #69346 [TASK] EXT:form - Update and optimize documentation (Björn Jacob) 2016-03-03 b389089 #72886 [TASK] Add info about Apache version when using mod_filter (Eric Chavaillaz) 2016-02-25 8060388 #73243 [BUGFIX] Stage buttons shown in frontend without user being repsonsible (Oliver Hader)
2016-05-07Fixup python modules with improper file mode on source files.richard1-1/+6
This will set all normal files to NONBINMODE (=644) avoiding, in the first place, install warnings and errors about world and/or group writeability. Some modules may even be shipped with egg-info files having mode 600 which has an adverse side-effect of wreaking havoc with setuptools find_package() for *any* python module after installation of the culprit. Ensuring world and group readability fixes this anomaly. ok'd by wiz@
2016-05-07Note update of net/samba4 package to 4.3.9.taca1-1/+2
2016-05-07Update samba4 to 4.3.8, which contains security fix.taca4-24/+9
This release fixes some regressions introduced by the last security fixes. Please see bug https://bugzilla.samba.org/show_bug.cgi?id=11849 for a list of bugs addressing these regressions and more information. Changes since 4.3.8: -------------------- o Jeremy Allison <jra@samba.org> * BUG 11742: lib: tevent: Fix memory leak when old signal action restored. * BUG 11771: lib: tevent: Fix memory leak when old signal action restored. * BUG 11822: s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1. o Andrew Bartlett <abartlet@samba.org> * BUG 11780: smbd: Only check dev/inode in open_directory, not the full stat(). * BUG 11789: pydsdb: Fix returning of ldb.MessageElement. o Berend De Schouwer <berend.de.schouwer@gmail.com> * BUG 11643: docs: Add example for domain logins to smbspool man page. o Günther Deschner <gd@samba.org> * BUG 11789: libsmb/pysmb: Add pytalloc-util dependency to fix the build. o Alberto Maria Fiaschi <alberto.fiaschi@estar.toscana.it> * BUG 8093: access based share enum: Handle permission set in configuration files. o Volker Lendecke <vl@samba.org> * BUG 11816: nwrap: Fix the build on Solaris. * BUG 11827: vfs_catia: Fix memleak. * BUG 11878: smbd: Avoid large reads beyond EOF. o Stefan Metzmacher <metze@samba.org> * BUG 11622: libcli/smb: Make sure we have a body size of 0x31 before dereferencing an ioctl response. * BUG 11623: libcli/smb: Fix BUFFER_OVERFLOW handling in tstream_smbXcli_np. * BUG 11755: s3:libads: Setup the msDS-SupportedEncryptionTypes attribute on ldap_add. * BUG 11771: tevent: Version 0.9.28. Fix memory leak when old signal action restored. * BUG 11782: s3:winbindd: Don't include two '\0' at the end of the domain list. * BUG 11789: s3:wscript: pylibsmb depends on pycredentials. * BUG 11841: Fix NT_STATUS_ACCESS_DENIED when accessing Windows public share. * BUG 11847: Only validate MIC if "map to guest" is not being used. * BUG 11849: auth/ntlmssp: Add ntlmssp_{client,server}:force_old_spnego option for testing. * BUG 11850: NetAPP SMB servers don't negotiate NTLMSSP_SIGN. * BUG 11858: Allow anonymous smb connections. * BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5). * BUG 11872: Fix 'wbinfo -u' and 'net ads search'. o Noel Power <noel.power@suse.com> * BUG 11738: libcli: Fix debug message, print sid string for new_ace trustee. o Garming Sam <garming@catalyst.net.nz> * BUG 11789: build: Mark explicit dependencies on pytalloc-util. o Partha Sarathi <partha@exablox.com> * BUG 11819: Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevel. o Jorge Schrauwen <sjorge@blackdot.be> * BUG 11816: configure: Don't check for inotify on illumos. o Uri Simchoni <uri@samba.org> * BUG 11691: winbindd: Return trust parameters when listing trusts. * BUG 11753: smbd: Ignore SVHDX create context. * BUG 11763: passdb: Add linefeed to debug message. * BUG 11788: build: Fix disk-free quota support on Solaris 10. * BUG 11798: build: Fix build when '--without-quota' specified. * BUG 11806: vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set. * BUG 11852: libads: Record session expiry for spnego sasl binds. o Hemanth Thummala <hemanth.thummala@nutanix.com> * BUG 11740: Real memory leak(buildup) issue in loadparm. * BUG 11840: Mask general purpose signals for notifyd.
2016-05-07Updated print/p5-LaTeX-Driver to 0.300.2wen1-1/+2
2016-05-07Update to 0.300.2wen2-8/+7
Upstream changes: 0.300.2 2016-04-21 - Added ps support via pdflatex 0.300.1 2016-04-17 - Added ps support for xelatex 0.300.0 2016-04-16 - Fix 0.20 refactoring made stdout 'bleed' into caller's stdout - Add more formats for explicit processor (pdf|xe)latex selection - Win32 fixes
2016-05-06Add build dependency on ocamlbuild to fix build.wiz1-1/+2
2016-05-06dd build dependency on ocamlbuild to fix build.wiz1-1/+2
2016-05-06Updated lang/sbcl to 1.3.5asau1-1/+2
2016-05-06Update to SBCL 1.3.5asau3-13/+13
New in version 1.3.5 * enhancement: the platform's strtod() is exposed as SB-POSIX:STRTOD * enhancement: speed up debug info creation for highly nested functions. * enhancement: the interleaved structure slot optimization from release 1.2.6 has been ported to all architectures. * enhancement: support run-program I/O redirection into lisp streams on Windows. * bug fix: better wording in missed optimization note. * bug fix: interpreted (CAS SVREF) was broken * bug fix: support CLISP as build host for ARM
2016-05-06Not available for python27 because of a dependency (time/py-vdirsyncer)fhajny1-1/+3
2016-05-06Add and enable cpputest.schmonz1-1/+2
2016-05-06Added devel/cpputest version v3.7.1schmonz1-1/+2
2016-05-06Add CppUTest, a C/C++ based unit xUnit test framework for unit testingschmonz4-0/+97
and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project. CppUTest's core design principles are: - Simple in design and simple in use. - Portable to old and new platforms. - Build with Test-driven Development in mind. VS: ----------------------------------------------------------------------
2016-05-06regenjnemeth2-32/+24