summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-04Remove USE_X11BASE and X11PREFIX from the documentation.joerg2-47/+9
2015-07-04Use 1000-based units for line speeds. From Anders Magnusson inbsiegert3-17/+34
PR pkg/22102, in 2003.
2015-07-04Note isync updatebsiegert1-1/+2
2015-07-04Fix crashing bug in mbsync on NetBSD 6. From Enami Tsugutumo inbsiegert3-2/+33
PR pkg/49784.
2015-07-04Add one more variable that controls PREFIX.joerg1-2/+2
2015-07-04Updated databases/mongo-c-driver to 1.1.9fhajny1-1/+2
2015-07-04Updated devel/libbson to 1.1.9fhajny1-1/+2
2015-07-04Update databases/mongo-c-driver to 1.1.9.fhajny2-7/+7
1.1.9 * This release fixes a common crash in 1.1.8, which itself was introduced while fixing a rare crash in 1.1.7 1.1.8 * Crash freeing client after a replica set auth error. * Compile error strict C89 mode.
2015-07-04Update devel/libbson to 1.1.9.fhajny2-6/+6
1.1.9 - "./configure --enable-coverage" works now. 1.1.8 - no change
2015-07-04Added pkgtools/pkg version 1.5.4khorben1-1/+2
2015-07-04Add pkgkhorben1-1/+2
2015-07-04Import wip/pkg15 as pkgtools/pkgkhorben4-0/+147
pkg is built on top of libpkg, a new library to interface with package registration backends. It abstracts package management details such as registration, remote repositories, package creation, updating, etc.
2015-07-04Pear occasionally leaves some internal state files lying around. Do notbsiegert1-10/+12
only skip them in file checking but actively delete them at the end of the install. Fixes some OSX fallout that jperkin@ was seeing, plus PR pkg/49071.
2015-07-04Revert last commit to x11/lbxproxy.rodent2-5/+3
2015-07-04Updated x11/lbxproxy to 1.0.3nb1rodent1-1/+2
2015-07-04Add ${PKG_SYSCONFDIR}/X11/lbxproxy to INSTALLATION_DIRS. Should fix failurerodent1-2/+3
during install reported by richard@.
2015-07-04Updated meta-pkgs/modular-xorg-drivers to 1.14.2nb4rodent1-1/+2
2015-07-04Use ALTERNATIVES for bin/pip so that this package can be installedbsiegert3-3/+8
for multiple Python versions in parallel. Fixes PR pkg/49694.
2015-07-04Include modesetting and newport iff USE_OLD_MODULAR_XORG_SERVER=yes.rodent1-4/+6
Bump PKGREVISION.
2015-07-04Needs x11/libXext.rodent1-1/+2
2015-07-04Updated lang/nodejs to 0.12.6fhajny1-1/+2
2015-07-04Update nodejs to 0.12.6.fhajny2-6/+6
2015.07.03, Version 0.12.6 (Stable) * V8: fix out-of-band write in utf8 decoder This is an important security update as this bug can be used to cause a denial of service attack.
2015-07-04Note update of net/haproxymorr1-1/+2
2015-07-04Security update to newest version.morr3-37/+6
Changes: Released version 1.5.14 with the following main changes : - BUILD/MINOR: tools: rename popcount to my_popcountl - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data Released version 1.5.13 with the following main changes : - BUG/MINOR: check: fix tcpcheck error message - CLEANUP: deinit: remove codes for cleaning p->block_rules - DOC: Update doc about weight, act and bck fields in the statistics - MINOR: ssl: add a destructor to free allocated SSL ressources - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten - MEDIUM: ssl: replace standards DH groups with custom ones - BUG/MINOR: debug: display (null) in place of "meth" - BUG/MINOR: cfgparse: fix typo in 'option httplog' error message - BUG/MEDIUM: cfgparse: segfault when userlist is misused - BUG/MEDIUM: stats: properly initialize the scope before dumping stats - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels - CLEANUP: checks: fix double usage of cur / current_step in tcp-checks - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end - CLEANUP: checks: simplify the loop processing of tcp-checks - BUG/MAJOR: checks: always check for end of list before proceeding - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct - BUG/MEDIUM: peers: apply a random reconnection timeout - BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id - MEDIUM: init: don't stop proxies in parent process when exiting - MINOR: peers: store the pointer to the signal handler - MEDIUM: peers: unregister peers that were never started - MEDIUM: config: propagate the table's process list to the peers sections - MEDIUM: init: stop any peers section not bound to the correct process - MEDIUM: config: validate that peers sections are bound to exactly one process - MAJOR: peers: allow peers section to be used with nbproc > 1 - DOC: relax the peers restriction to single-process - CLEANUP: config: fix misleading information in error message. - MINOR: config: report the number of processes using a peers section in the error case - BUG/MEDIUM: config: properly compute the default number of processes for a proxy pkgsrc changes: Thanks to "rename popcount to my_popcountl" one of patches can be removed.
2015-07-04Note update for additional options for editors/vim-sharemorr1-1/+2
2015-07-04Add two patches from Ben Batha:morr2-4/+10
The first patch fixes the lua option, so that vim-share can build with lua support on platforms with lua in a non-default location. The second patch adds support for building luajit into vim-share. Thanks!
2015-07-04Note update of editors/vim-sharemorr1-1/+2
2015-07-04Update to newest patchlevel of vim.morr4-9/+16
Changes: 7.4.561 Ex range handling is wrong for buffer-local user commands 7.4.562 segfault with wide screen and error in 'rulerformat' 7.4.563 no test for replacing on a tab in Virtual replace mode 7.4.564 FEAT_OSFILETYPE is used even though it's never defined 7.4.565 some ranges are not checked to be valid 7.4.566 :argdo, :bufdo, :windo and :tabdo don't take a range 7.4.567 non-ascii vertical separater characters are always redrawn 7.4.568 giving an error for ":0wincmd w" is a problem for some plugins 7.4.569 having CTRL-C interrupt does not check the mapping mode 7.4.570 building with dynamic library does not work for Ruby 2.2.0 7.4.571 can't build with tiny features 7.4.572 address type of :wincmd depends on the argument 7.4.573 mapping CTRL-C in Visual mode doesn't work 7.4.574 no error for eval('$') 7.4.575 Unicode character properties are outdated 7.4.576 redrawing problem with 'relativenumber' and 'linebreak' 7.4.577 matching with virtual column has overhead on very long lines 7.4.578 after "$" in an empty line getcurpos() returns negative number 7.4.579 wrong cursor positioning when 'linebreak' set and lines wrap 7.4.580 ":52wincmd v" still gives an invalid range error 7.4.581 compiler warnings for unitinialized variables 7.4.582 (after 7.4.577) can't match "%>80v" properly 7.4.583 with tiny features test 16 may fail 7.4.584 with tiny features test_command_count may fail 7.4.585 range for :bdelete does not work 7.4.586 parallel building of documentation html files is not reliable 7.4.587 conceal does not work properly with 'linebreak' 7.4.588 ":0argedit foo" puts the new argument in the second place 7.4.589 MS-Windows console: Vim can't handle greek utf-8 characters 7.4.590 using ctrl_x_mode as if it contains flags 7.4.591 test_listlbr_utf8 fails when conceal feature is not available 7.4.592 buffer with 'buftype' "nofile" is cleared on re-edit 7.4.593 crash when searching for "x\{0,90000}" 7.4.594 using block delete with 'breakindent' does not work properly 7.4.595 the test_command_count test fails when using Japanese 7.4.596 (after 7.4.592) tiny build doesn't compile 7.4.597 cannot change the result of systemlist() 7.4.598 ":tabdo windo echo 'hi'" causes "* register not to be changed 7.4.599 out-of-memory error for complicated search pattern 7.4.600 memory wasted in struct because of aligning 7.4.601 it is not possible to have feedkeys() insert characters 7.4.602 ":set" does not accept hex numbers as documented 7.4.603 'foldcolumn' may fill the whole window 7.4.604 running tests changes viminfo 7.4.605 the # register cannot be restored after jumping around 7.4.606 may crash when using a small window 7.4.607 (after 7.4.598) compiler warnings for unused variables 7.4.608 (after 7.4.598) test_eval fails without the clipboard feature 7.4.609 the garbage collector can run out of stack space 7.4.610 some function headers may be missing from generated .pro files 7.4.611 (after 7.4.609) syntax error 7.4.612 test_eval fails on Mac 7.4.613 the NFA engine does not implement the 'redrawtime' time limit 7.4.614 there is no test for what patch 7.4.601 fixes 7.4.615 Vim hangs when freeing a lot of objects 7.4.616 cannot insert a tab in front of a block 7.4.617 wrong ":argdo" range does not cause an error 7.4.618 (after 7.4.609) luaV_setref() is missing a return statement 7.4.619 (after 7.4.618) luaV_setref() not returning the correct value 7.4.620 compiler warning for unitinialized variable 7.4.621 (after 7.4.619) returning 1 in the wrong function 7.4.622 compiler warning for unused argument 7.4.623 crash with pattern: \(\)\{80000} 7.4.624 may leak memory or crash when vim_realloc() returns NULL 7.4.625 possible NULL pointer dereference 7.4.626 MSVC with W4 gives useless warnings 7.4.627 the last screen cell is not updated 7.4.628 compiler warning for variable might be clobbered by longjmp 7.4.629 Coverity warning for Out-of-bounds read 7.4.630 redo is wrong for insert mode completion with autocommands 7.4.631 the default conceal character is a dash instead of a space 7.4.632 (after 7.4.592) breaks the netrw plugin 7.4.633 after 7.4.630 the problem persists 7.4.634 marks are not restored after redo + undo 7.4.635 fileformat set to "mac" if a file starts with a very long line 7.4.636 a search with end offset gets stuck at end of file 7.4.637 buffer number for autocommand is wrong 7.4.638 can't build with Lua 5.3 on Windows 7.4.639 combination of linebreak and conceal doesn't work well 7.4.640 after joining lines in Insert mode undo does not work properly 7.4.641 the tabline menu was using ":999tabnew" which is now invalid 7.4.642 when using "gf" escaped spaces are not handled 7.4.643 using the default file format for Mac files (Issue 77) 7.4.644 Stratus VOS doesn't have sync() 7.4.645 window count wrong when splitting window in BufAdd autocommand 7.4.646 ":bufdo" may start at a deleted buffer 7.4.647 files differ after running the tests on MS-Windows 7.4.648 (after 7.4.647) tests broken on MS-Windows 7.4.649 compiler complains about ignoring return value of fwrite() 7.4.650 configure check may fail because the dl library is not used 7.4.651 (after 7.4.582) can't match "%>80v" for multi-byte character 7.4.652 xxd lacks a few features 7.4.653 Insert mode completion may have CTRL-L work like CTRL-P 7.4.654 glob()/ globpath() cannot include links to non-existing files 7.4.655 text deleted by "dit" depends on indent of closing tag 7.4.656 (after 7.4.654) missing changes for glob() in one file 7.4.657 (after 7.4.656) compiler warnings for pointer mismatch 7.4.658 'formatexpr' is evaluated too often 7.4.659 when 'ruler' is set the preferred column is reset (Issue 339) 7.4.660 using freed memory if g:colors_name is changed 7.4.661 using "0 CTRL-D" in Insert mode may have CursorHoldI interfere 7.4.662 selecting text object can be wrong when 'M' is in the 'cpo' 7.4.663 when using netbeans a buffer is not found in another tab 7.4.664 effect of 'numberwidth' being set not immediately visible 7.4.665 'linebreak' does not work properly with multi-byte characters 7.4.666 there is a chance that Vim may lock up 7.4.667 'colorcolumn' isn't drawn in closed fold like 'cursorcolumn' 7.4.668 can't use a glob pattern as a regexp pattern 7.4.669 when netbeans is active the sign column always shows up 7.4.670 using 'cindent' for Javascript is less than perfect 7.4.671 (after 7.4.665) warning for shadowing a variable 7.4.672 shell command completion does not see local directories 7.4.673 first syntax entry gets wrong sequence number zero 7.4.674 (after 7.4.672) missing changes in one file 7.4.675 when FileReadPost moves cursor inside line it gets moved back 7.4.676 on Mac, configure can't handle non-default Python framework 7.4.677 (after 7.4.676) configure fails when using python-config-dir 7.4.678 when using --remote the directory may end up being wrong 7.4.679 color values greater than 255 cause problems on MS-Windows 7.4.680 CTRL-W in Insert mode does not work well for multi-byte chars 7.4.681 MS-Windows: with minimized Vim window height is incorrect 7.4.682 search and match highlighting replace cursorline highlighting 7.4.683 typo in the vimtutor command 7.4.684 using non-unique temp file names when running Vim in diff mode 7.4.685 with illegal utf-8 chars old regexp engine may crash 7.4.686 "zr" and "zm" do not take a count 7.4.687 there is no way to use a different Replace cursor in terminal 7.4.688 when "$" is in 'cpo' the popup menu isn't undrawn correctly 7.4.689 MS-Windows: problem with diff mode when 'autochdir' is set 7.4.690 memory access errors when changing indent in Ex mode 7.4.691 (after 7.4.689) can't build with MzScheme 7.4.692 defining SOLARIS for no good reason 7.4.693 session file is not correct when there are multiple tab pages 7.4.694 running tests changes the .viminfo file 7.4.695 out-of-bounds read, dectected by Coverity 7.4.696 not freeing memory when encountering an error 7.4.697 the filename used for ":profile" must be given literally 7.4.698 various problems with locked and fixed lists and dictionaries 7.4.699 E315 when trying to delete a fold 7.4.700 fold can't be opened after ":move" 7.4.701 compiler warning for using uninitialized variable 7.4.702 joining an empty list does uneccessary work 7.4.703 compiler warning for start_dir unused when building unittests 7.4.704 invalid memory access if char search matches an illegal byte 7.4.705 can't build with Ruby 2.2 7.4.706 drawing error when 'laststatus' zero and a cmdline window 7.4.707 undo files can have their executable bit set 7.4.708 gettext() is called too often 7.4.709 ":tabmove" does not work as documented 7.4.710 it is not possible to make spaces visibible in list mode 7.4.711 (after 7.4.710) missing change in one file 7.4.712 missing change in another file 7.4.713 wrong condition for #ifdef 7.4.714 illegal memory access when there are illegal bytes 7.4.715 invalid memory access when there are illegal bytes 7.4.716 ":substitute" flags are not always remembered 7.4.717 ":let list += list" can change a locked list 7.4.718 quickfix autocommands cannot get the current title value 7.4.719 overflow when adding MAXCOL to a pointer 7.4.720 can't build with Visual Studio 2015 7.4.721 empty lines do not have Visual highligthing if 'list' set 7.4.722 0x202f is not recognized as a non-breaking space character 7.4.723 for indenting, finding the C++ baseclass can be slow 7.4.724 vim icon does not show in Windows context menu (issue 249) 7.4.725 ":call setreg('"', [])" reports an internal error 7.4.726 (after 7.4.724) cannot build GvimExt 7.4.727 (after 7.4.724) cannot build GvimExt with MingW 7.4.728 can't build with some version of Visual Studio 2015 7.4.729 (after 7.4.721) occasional crash with 'list' set 7.4.730 when setting the crypt key text in swap file may be corrupted 7.4.731 the tab menu shows "Close tab" even when it doesn't work 7.4.732 the cursor line is not always updated for the "O" command 7.4.733 test_listchars breaks on MS-Windows 7.4.734 ml_get error when using "p" in Visual selection in last line 7.4.735 wrong argument for sizeof() 7.4.736 invalid memory access 7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361) 7.4.738 (after 7.4.732) can't compile without the syntax HL feature 7.4.739 in a string "\U" only takes 4 digits, should be eight 7.4.740 ":1quit" works like ":.quit" 7.4.741 when using += with ":set" a trailing comma is not recognized 7.4.742 no vertical split when loading buffer for a quickfix command 7.4.743 "p" in Visual mode causes an unexpected line split 7.4.744 no tests for Ruby and Perl 7.4.745 entries returned by getmatches() dont work with setmatches() 7.4.746 ":[count]tag" is not always working 7.4.747 ":cnext" may jump to wrong column when 'virtualedit' is "all" 7.4.748 (after 7.4.745) buffer overflow 7.4.749 (after 7.4.741) two consecutive commas are OK for some options 7.4.750 cannot build with clang 3.5 on Cygwin with perl enabled 7.4.751 it is not obvious how to enable the address sanitizer 7.4.752 Unicode 8.0 not supported 7.4.753 appending in Visual mode with 'linebreak' set is wrong 7.4.754 using CTRL-A in Visual mode does not work well 7.4.755 it is not easy to count the number of characters 7.4.756 can't use strawberry Perl 5.22 x64 on MS-Windows 7.4.757 cannot detect the background color of a terminal 7.4.758 'conceallevel' in command-line window hides first character 7.4.759 building with Lua 5.3 doesn't work, symbols have changed 7.4.760 spelling mistakes are not displayed after ":syn spell" 7.4.761 (after 7.4.757) incomplete request-background implementation 7.4.762 (after 7.4.757) comment for may_req_bg_color() is wrong 7.4.763 (after 7.4.759) building with Lua 5.1 doesn't work 7.4.764 (after 7.4.754) test_increment fails on MS-Windows 7.4.765 (after 7.4.754) CTRL-A/CTRL-X in Visual mode do not work well 7.4.766 (after 7.4.757) bg color check does not work on Tera Term 7.4.767 --remote-tab-silent can fail on MS-Windows 7.4.768 :diffoff only works properly once
2015-07-04Revert generic part.ryoon1-2/+2
Requested by jperkin@ and joerg@.
2015-07-04Note update of www/typo3_62 package to 6.2.14.taca1-1/+2
2015-07-04Update typo3_62 to 6.2.14 (TYPO3 6.2.14).taca3-96/+17
2015-07-01 e7376af [RELEASE] Release of TYPO3 6.2.14 (TYPO3 Release Team) 2015-07-01 0f3fb37 #59231 [SECURITY] Add hook to implement login protection methods (Nicole Cordes) 2015-07-01 2973b57 #67538 [SECURITY] Disallow access to fallback storage '0' (Nicole Cordes) 2015-07-01 8546772 #67458 [SECURITY] XSS in 3rd party library Flowplayer (Wouter Wolters) 2015-07-01 9be2f6b #34107 [SECURITY] Encode link text properly in typolink (Nicole Cordes) 2015-07-01 7695d91 #59211 [SECURITY] XSS in Filelist (Markus Bucher) 2015-07-01 4f6e84b #59258 [SECURITY] Regenerate session id upon login if needed (Helmut Hummel) 2015-07-01 bff9fa5 #56644 [SECURITY] Prevent edit of file metadata of files with no access (Marc Bastian Heinrichs) 2015-07-01 fac6e13 #67799,#67775 [TASK] Travis: container based and no composer self-update (Christian Kuhn) 2015-07-01 ca0df84 #67835 [BUGFIX] Use single quotes in query for values in EXT:workspaces (Andreas Fernandez) 2015-07-01 e742451 #67867 [BUGFIX] Duplicate XLIFF identifiers (Xavier Perseguers) 2015-07-01 af872e2 #65205 [BUGFIX] Load language file for error messages (Nicole Cordes) 2015-07-01 1f19bb5 #66895 [BUGFIX] Correction of Filelink of FAL in linkvalidator (Pierre Boivin) 2015-07-01 603edc3 #67837 [BUGFIX] 1st level cache for ``QueryResult::count()`` (Mathias Brodala) 2015-06-30 a5bec24 #16840 [BUGFIX] hmenu.special = list must evaluate showAccessRestrictedPages (Gilles FOUET) 2015-06-30 f151333 #67834 [BUGFIX] Fix SQL error in IndexSearchRepository (Tim Schreiner) 2015-06-29 d9d1754 #67779 [TASK] Travis: Add github oauth token (Anja Leichsenring) 2015-06-29 abbfcac [FOLLOWUP][BUGFIX] Only count items in ForViewHelper when ``iteration`` argument is set (Anja Leichsenring) 2015-06-29 3db88fe #67801 [BUGFIX] Only count items in ForViewHelper when ``iteration`` argument is set (Mathias Brodala) 2015-06-26 e1198d9 #67770 [BUGFIX] Fix wrong variable spelling in RteHtmlParser (Markus Klein) 2015-06-26 0f4157b #50231 [BUGFIX] Increase lifetime of cache_rootline (Christian Kuhn) 2015-06-25 53d22b5 #67238 [BUGFIX] Avoid race conditions in typo3temp/Cache (Bernhard Kraft) 2015-06-25 ed1948d #67735 [BUGFIX] Make ext_update working (Markus Klein) 2015-06-25 583eb67 #67703 [BUGFIX] Cleanup AbstractExceptionHandler and fix variable access (Mathias Schreiber) 2015-06-23 9d8c63b #67697 [TASK] Bump class alias loader version (Helmut Hummel) 2015-06-23 0edaed8 #67696 [TASK] Bump composer installer version (Helmut Hummel) 2015-06-23 25aa461 #67466 [TASK] Improve "Overwrite files" message (Alina Fleser) 2015-06-22 8d2fc92 #67620 [BUGFIX] Illegal string offset in DataPreprocessor (Wouter Wolters) 2015-06-22 2f9eca0 #24858 [BUGFIX] "fixed_lgd_cs" may crash in eID environment (Benjamin Mack) 2015-06-22 396595f #67563 [BUGFIX] Render correct menu item for broken shortcut (Andreas Wolf) 2015-06-21 0d0b502 #23270 [BUGFIX] Correctly handle forceTypeValue = 0 (Benjamin Mack) 2015-06-20 75114d6 #22774 [BUGFIX] Sorting ignored in "Template Overview" (Reinhard Führicht) 2015-06-19 ec1d0cb #67413 [BUGFIX] Don't force lowercase on SQL SET() values (Stephan Großberndt) 2015-06-18 af4c2a0 #66352 [BUGFIX] Properly resolve link format to page type (Daniel Schmidt) 2015-06-18 e903c84 #67432 [BUGFIX] Check if file exists before deletion (Christoph Lehmann) 2015-06-18 88f3653 #67543 [BUGFIX] Fix check for import / export folder (Alexander Stehlik) 2015-06-18 9e228bc #67599 [BUGFIX] Use single quotes for password check (Andreas Fernandez) 2015-06-18 28bdc45 #65563 [BUGFIX] File metadata can't be edited inline (Benjamin Mack) 2015-06-18 ee8c8b9 #67586 [TASK] Add basic unit tests for ContentObjectRenderer::typoLink (Nicole Cordes) 2015-06-17 0b7dee6 #56296 [BUGFIX] Properly escape option value for groups (Wouter Wolters) 2015-06-17 77ac8f2 #64654 [BUGFIX] Fix SQL error on recursive TypoScript template inclusion (Andreas Fernandez) 2015-06-17 856ca19 #60261 [BUGFIX] Add "tx_felogin" folder in "uploads" folder during install (Jonathan IROULIN) 2015-06-16 d4ee83c #53034 [BUGFIX] Always use MCRYPT_DEV_URANDOM if using mcrypt (Helmut Hummel) 2015-06-15 4eff898 #67463 [BUGFIX] Scheduler now throws OutOfBoundsException on SQL query error (Mathias Schreiber) 2015-06-15 c90515e #64429 [TASK] Remove version number from generator tag (Wouter Wolters) 2015-06-11 af1b31b #67408 [TASK] Nail down php 5.6 instantiation issues in tests (Christian Kuhn) 2015-06-10 0d91bf6 #67383 [BUGFIX] Check $http_response_headers in GeneralUtility::getUrl() (Andreas Fernandez)
2015-07-04Removed a superfluous (and breakage-causing) -p from a patch. Thanks tojaapb2-6/+6
BulkTracker for pointing me to this bug.
2015-07-04avoid "compilation error: file ./xsltproc.xml line 10 element refentry"richard1-1/+4
by making sure docbook-xml and docbook-xsl available during build (per wiz@)
2015-07-04Correct path to liblbxutil.wiz1-3/+2
2015-07-04Disable stripping on Darwin.wiz1-1/+6
Fixes "dyld: Symbol not found: _allow_severity". From Andreas Kusalananda Kähäri on pkgsrc-users.
2015-07-04Updated pkgtools/bootstrap-mk-files to 20150704ryoon1-1/+2
2015-07-04Update to 20150704ryoon3-4/+212
* Improve QNX support. From Jan Danielsson.
2015-07-04Fix QNX bootstrap.ryoon2-1/+109
From Jan Danielsson.
2015-07-04Fix QNX build.ryoon1-4/+8
From Jan Danielsson.
2015-07-04SunOS needs c99richard1-1/+2
2015-07-04SunOS needs -D__EXTENSIONS__richard1-1/+2
2015-07-04use c99 and patch out incompletely obsoleted sun specific processing.richard3-2/+20
2015-07-04set ADMIN_MAN_SUFFIX for SunOS in mkcomposecacherichard1-1/+6
2015-07-04Update COMMENT.ryoon1-2/+2
2015-07-04Update git packages to 2.4.5.ryoon2-3/+8
2015-07-04Update to 2.4.5ryoon6-14/+10
Changelog: Git v2.4.5 Release Notes ======================== Fixes since v2.4.4 ------------------ * The setup code used to die when core.bare and core.worktree are set inconsistently, even for commands that do not need working tree. * There was a dead code that used to handle "git pull --tags" and show special-cased error message, which was made irrelevant when the semantics of the option changed back in Git 1.9 days. * "color.diff.plain" was a misnomer; give it 'color.diff.context' as a more logical synonym. * The configuration reader/writer uses mmap(2) interface to access the files; when we find a directory, it barfed with "Out of memory?". * Recent "git prune" traverses young unreachable objects to safekeep old objects in the reachability chain from them, which sometimes showed unnecessary error messages that are alarming. * "git rebase -i" fired post-rewrite hook when it shouldn't (namely, when it was told to stop sequencing with 'exec' insn). Also contains typofixes, documentation updates and trivial code clean-ups. Git v2.4.4 Release Notes ======================== Fixes since v2.4.3 ------------------ * l10n updates for German. * An earlier leakfix to bitmap testing code was incomplete. * "git clean pathspec..." tried to lstat(2) and complain even for paths outside the given pathspec. * Communication between the HTTP server and http_backend process can lead to a dead-lock when relaying a large ref negotiation request. Diagnose the situation better, and mitigate it by reading such a request first into core (to a reasonable limit). * The clean/smudge interface did not work well when filtering an empty contents (failed and then passed the empty input through). It can be argued that a filter that produces anything but empty for an empty input is nonsense, but if the user wants to do strange things, then why not? * Make "git stash something --help" error out, so that users can safely say "git stash drop --help". * Clarify that "log --raw" and "log --format=raw" are unrelated concepts. * Catch a programmer mistake to feed a pointer not an array to ARRAY_SIZE() macro, by using a couple of GCC extensions. Also contains typofixes, documentation updates and trivial code clean-ups.
2015-07-04Added security/gnupg21 version 2.1.6ryoon1-1/+2
2015-07-04Add gnupg21.ryoon1-1/+2
2015-07-04Import gnupg2-2.1.6 as security/gnupg21.ryoon5-0/+174
GnuPG-2 provides several utilities that are used by mail clients, such as Kmail and Balsa, including OpenPGP and S/MIME support. GnuPG-2 has a different architecture than GnuPG-1 (e.g. 1.4.5) in that it splits up functionality into several modules. However, both versions may be installed alongside without any conflict. In fact, the gpg version from GnuPG-1 is able to make use of the gpg-agent as included in GnuPG-2 and allows for seamless passphrase caching. The advantage of GnuPG-1 is its smaller size and the lack of dependency on other modules at run and build time. Packaged by adanbsd as pkgsrc/wip/gnupg21.
2015-07-04Added security/libassuan22 version 2.2.1ryoon1-1/+2