Commit graph

235938 commits

Author SHA1 Message Date
bsiegert
a5a3bafbb4 Pear occasionally leaves some internal state files lying around. Do not
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-04 14:36:56 +00:00
rodent
f56fca695b Revert last commit to x11/lbxproxy. 2015-07-04 14:36:52 +00:00
rodent
a1c3fa0ab2 Updated x11/lbxproxy to 1.0.3nb1 2015-07-04 14:20:02 +00:00
rodent
2a206274fc Add ${PKG_SYSCONFDIR}/X11/lbxproxy to INSTALLATION_DIRS. Should fix failure
during install reported by richard@.
2015-07-04 14:19:49 +00:00
rodent
0624327982 Updated meta-pkgs/modular-xorg-drivers to 1.14.2nb4 2015-07-04 14:17:59 +00:00
bsiegert
364950f7f6 Use ALTERNATIVES for bin/pip so that this package can be installed
for multiple Python versions in parallel. Fixes PR pkg/49694.
2015-07-04 14:12:03 +00:00
rodent
56eb8ddb2b Include modesetting and newport iff USE_OLD_MODULAR_XORG_SERVER=yes.
Bump PKGREVISION.
2015-07-04 14:11:53 +00:00
rodent
c062c41e65 Needs x11/libXext. 2015-07-04 13:56:41 +00:00
fhajny
46e1037843 Updated lang/nodejs to 0.12.6 2015-07-04 13:43:45 +00:00
fhajny
9bd24614ba Update nodejs to 0.12.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-04 13:43:28 +00:00
morr
3c8cc09c70 Note update of net/haproxy 2015-07-04 13:15:03 +00:00
morr
1d7ac67c0f Security update to newest version.
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-04 13:13:53 +00:00
morr
253cf87c9b Note update for additional options for editors/vim-share 2015-07-04 12:55:58 +00:00
morr
f0339f1740 Add two patches from Ben Batha:
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-04 12:54:51 +00:00
morr
404cfa63c1 Note update of editors/vim-share 2015-07-04 12:47:51 +00:00
morr
e1d9e3b239 Update to newest patchlevel of vim.
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-04 12:46:30 +00:00
ryoon
baf6bccb13 Revert generic part.
Requested by jperkin@ and joerg@.
2015-07-04 12:33:36 +00:00
taca
f5f7102950 Note update of www/typo3_62 package to 6.2.14. 2015-07-04 09:58:55 +00:00
taca
5576bddef3 Update typo3_62 to 6.2.14 (TYPO3 6.2.14).
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-04 09:58:30 +00:00
jaapb
79c3325366 Removed a superfluous (and breakage-causing) -p from a patch. Thanks to
BulkTracker for pointing me to this bug.
2015-07-04 09:29:47 +00:00
richard
85a694612d avoid "compilation error: file ./xsltproc.xml line 10 element refentry"
by making sure docbook-xml and docbook-xsl available during build (per wiz@)
2015-07-04 09:25:48 +00:00
wiz
d0f0974d7c Correct path to liblbxutil. 2015-07-04 09:16:09 +00:00
wiz
bb53e6390b Disable stripping on Darwin.
Fixes "dyld: Symbol not found: _allow_severity".
From Andreas Kusalananda Kähäri on pkgsrc-users.
2015-07-04 08:07:28 +00:00
ryoon
e0e8b64923 Updated pkgtools/bootstrap-mk-files to 20150704 2015-07-04 07:19:30 +00:00
ryoon
3335bab482 Update to 20150704
* Improve QNX support.
  From Jan Danielsson.
2015-07-04 07:19:08 +00:00
ryoon
eef963f5da Fix QNX bootstrap.
From Jan Danielsson.
2015-07-04 07:15:22 +00:00
ryoon
b2421f02cf Fix QNX build.
From Jan Danielsson.
2015-07-04 07:12:08 +00:00
richard
ef4c4a0c80 SunOS needs c99 2015-07-04 06:44:49 +00:00
richard
399c623fb9 SunOS needs -D__EXTENSIONS__ 2015-07-04 06:41:53 +00:00
richard
cf2d5869ef use c99 and patch out incompletely obsoleted sun specific processing. 2015-07-04 06:38:06 +00:00
richard
d21b109751 set ADMIN_MAN_SUFFIX for SunOS in mkcomposecache 2015-07-04 06:29:05 +00:00
ryoon
d60c257069 Update COMMENT. 2015-07-04 06:23:30 +00:00
ryoon
d3bcbd726c Update git packages to 2.4.5. 2015-07-04 05:58:15 +00:00
ryoon
bd8fa27fc2 Update to 2.4.5
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-04 05:56:29 +00:00
ryoon
c52cb2cdb6 Added security/gnupg21 version 2.1.6 2015-07-04 05:27:34 +00:00
ryoon
eed11359a7 Add gnupg21. 2015-07-04 05:27:03 +00:00
ryoon
ce35749297 Import gnupg2-2.1.6 as security/gnupg21.
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-04 05:26:21 +00:00
ryoon
0d97b7807b Added security/libassuan22 version 2.2.1 2015-07-04 05:23:04 +00:00
ryoon
d398f31381 Add libassuan22. 2015-07-04 05:22:29 +00:00
ryoon
f81873b238 Import libassuan-2.2.1 as security/libassuan22.
The Libassuan package contains an IPC library used by some of the
other GnuPG related packages. Libassuan's primary use is to allow
a client to interact with a non-persistent server. Libassuan is
not, however, limited to use with GnuPG servers and clients. It
was designed to be flexible enough to meet the demands of many
transaction based environments with non-persistent servers.

Packaged by adanbsd as pkgsrc/wip/libassuan22.
2015-07-04 05:21:49 +00:00
ryoon
f7da78f94e Added devel/npth version 1.2 2015-07-04 05:19:09 +00:00
ryoon
613fbf9b15 Add npth. 2015-07-04 05:18:37 +00:00
ryoon
7f1f3c84df Import npth-1.2 as devel/npth.
New Portable Threads Library (nPth)

Packaged by adanbsd as pkgsrc/wip/npth.
2015-07-04 05:17:56 +00:00
markd
976f384fd0 Actually add tex-bclogo-doc 2.26 (thanks wiz) 2015-07-03 23:56:42 +00:00
he
423ade3d65 Note update of textproc/libxml2 to 2.9.2nb3. 2015-07-03 23:30:57 +00:00
rodent
875f668fcb Needs USE_OLD_MODULAR_XORG_SERVER=yes or else it will conflict with
x11/modular-xorg-server. Bug reported by richard@.
2015-07-03 23:23:40 +00:00
mef
f7be80b190 Updated devel/p5-App-cpanminus to 1.7039 2015-07-03 21:54:25 +00:00
mef
14b260e43b Update 1.7035 to 1.7039
-----------------------
1.7039  2015-06-28 18:05:10 PDT
   [Improvements]
      - Only enable softening of MakeMaker dependency when Module::Install is present (reported by haarg)
      - Support .git URL with http protocol (shoichikaji) #468

1.7038  2015-06-22 18:04:44 PDT
   [Releng]
      - bump minimum perl requirement to 5.8.1 in META files

1.7037  2015-06-18 14:37:32 PDT
   [Improvements]
      - Bump CPAN-Meta-Check to 0.012 #465
      - Bump HTTP-Tiny to 0.056
      - Bump CPAN-Meta to 2.150005
      - Bump CPAN-Meta-YAML to 0.016

1.7036  2015-06-05 22:07:50 PDT
   [Improvements]
      - Also soften MakeMaker depenency in runtime prereq, which is just a weird bug in an old
        Module::Install pre 1.0
2015-07-03 21:54:16 +00:00
mef
9dd5754f94 Correction to login id, sorry 2015-07-03 21:42:58 +00:00
mef
767208932f Updated devel/p5-App-FatPacker to 0.010004 2015-07-03 21:41:40 +00:00