Commit Graph

410707 Commits

Author SHA1 Message Date
Jan Beich
4ab4743267 games/xmemory: unbreak with libc++ 3.9
gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const char *'
        name = strrchr(filename,'/');
             ^ ~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:25:46 +00:00
Vanilla I. Shu
3a2f943a32 Update to 1.6.5. 2017-02-01 12:06:15 +00:00
Emanuel Haupt
97c6d3de76 Move to GitHub as the original author of the project, George Gesslein II, is
now deceased. A diff between the GitHub tagname and the last distfile shows no
changes.

Correct the license from GPLv2 to LGPL21 and define LICENSE_FILE.
2017-02-01 12:02:22 +00:00
Vanilla I. Shu
f379d517f4 1: Update to 3.10.
2: set NO_ARCH.
2017-02-01 12:00:37 +00:00
Vanilla I. Shu
ff782754b0 Update to 1.18.21. 2017-02-01 11:50:05 +00:00
Jimmy Olgeni
cd1a8306fc lang/erlang-runtime18: fix build with clang 4.0.
PR:		216615
Submitted by:	Jan Beich
2017-02-01 11:33:21 +00:00
Jimmy Olgeni
fdcbf8b3ca lang/erlang-runtime17: fix build with clang 4.0.
PR:		216615
Submitted by:	Jan Beich
2017-02-01 11:33:05 +00:00
Jimmy Olgeni
f69a88ca81 lang/erlang-runtime16: fix build with clang 4.0.
PR:		216615
Submitted by:	Jan Beich
2017-02-01 11:32:51 +00:00
Dmitry Marakasov
1c96ea5d4a - Update to 1.1.21
- Allow concurrent installs (fix docdir)

PR:		212213
Submitted by:	xmj@FreeBSD.org
Approved by:	maintainer timeout (johannes@perceivon.net, 6 weeks)
2017-02-01 11:31:45 +00:00
Dmitry Marakasov
d9ec4e1709 - Update to 1.0.5
- Tweak depends
2017-02-01 11:22:45 +00:00
Dmitry Marakasov
091e5a5125 - Update to 0.2.9.9
PR:		216417
Submitted by:	neel@neelc.org
Approved by:	yuri@rawbw.com (maintainer)
2017-02-01 11:22:18 +00:00
Kirill Ponomarev
6da1c79601 Update to 2.7.2
PR:		216679
Submitted by:	freebsd@zleslie.info (maintainer)
Approved by:	mat (mentor)
Differential Revision:		https://reviews.freebsd.org/D9402
2017-02-01 10:53:21 +00:00
Bernard Spil
4813e216ee security/libressl: Update to 2.4.5
- Update version to 2.4.5
  - Remove patch now included
2017-02-01 09:59:34 +00:00
Tijl Coosemans
594bfaf39f Restore usr/share/alsa as a directory. Other linux ports install files
there as well.

PR:		216690
2017-02-01 09:55:43 +00:00
Tijl Coosemans
0534aff807 Add DOCS and NLS option. 2017-02-01 09:41:29 +00:00
Tijl Coosemans
6e842bc1db Fix dependency on nas.
Reported by:	olgeni
2017-02-01 09:38:07 +00:00
Dmitry Marakasov
5a5029254c - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-02-01 09:01:23 +00:00
Emanuel Haupt
07dae93b30 Update to 1.0.7 2017-02-01 08:13:10 +00:00
Dirk Meyer
fa85ec0705 - fix owner on suid binaries
- fix option FIDOGATE_RUNAS
- add LICENSE
- make portlint happier
2017-02-01 07:06:19 +00:00
Jan Beich
18c56793cd games/qtads: update to 2.1.7
Changes:	https://github.com/realnc/qtads/compare/2.1.6...2.1.7
PR:		216357
Submitted by:	kaiwang27@gmail.com (maintainer)
MFH:		2017Q1
2017-02-01 05:30:00 +00:00
Jan Beich
9138b51d23 devel/py-jcc: unbreak with clang 4.0
jcc/sources/JArray.cpp:315:66: error: ordered comparison between pointer and zero ('PyObject *' (aka '_object *') and 'int')
        PyList_Type.tp_as_sequence->sq_inplace_concat(list, arg) < 0)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
jcc/sources/JArray.cpp:330:64: error: ordered comparison between pointer and zero ('PyObject *' (aka '_object *') and 'int')
        PyList_Type.tp_as_sequence->sq_inplace_repeat(list, n) < 0)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:29:46 +00:00
Jan Beich
11b1ad8d78 devel/alabastra: unbreak with clang 4.0
src/AlWinMain.cpp:164:35: error: ordered comparison between pointer and zero ('QListWidgetItem *' and 'int')
        if (ui.list_files->currentItem() > 0)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/AlWinMain.cpp:722:16: error: ordered comparison between pointer and zero ('AlTextEdit *' and 'int')
        if (actualTxt > 0 && ui.list_files->currentItem() > 0)
            ~~~~~~~~~ ^ ~
src/AlWinMain.cpp:722:52: error: ordered comparison between pointer and zero ('QListWidgetItem *' and 'int')
        if (actualTxt > 0 && ui.list_files->currentItem() > 0)
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/AlWinMain.cpp:731:16: error: ordered comparison between pointer and zero ('AlTextEdit *' and 'int')
        if (actualTxt > 0 && ui.list_files->currentItem() > 0)
            ~~~~~~~~~ ^ ~
src/AlWinMain.cpp:731:52: error: ordered comparison between pointer and zero ('QListWidgetItem *' and 'int')
        if (actualTxt > 0 && ui.list_files->currentItem() > 0)
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:29:33 +00:00
Jan Beich
085821390c graphics/copperspice: unbreak with clang 4.0
../3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int')
    if (optionalHeight > 0)
        ~~~~~~~~~~~~~~ ^ ~

PR:		216015
Reported by:	antoine (via exp-run)
Obtained from:	upstream (excerpt)
2017-02-01 05:29:19 +00:00
Jan Beich
f0e50ca4a6 editors/yui: partially unbreak with clang 4.0
main.cc:1153:36: error: ordered comparison between pointer and zero ('char *' and 'int')
  while( fgets( buf1024, 1023, f ) > 0 ) {
         ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1768:39: error: ordered comparison between pointer and zero ('char *' and 'int')
            while( fgets( buf1024, 1023, f ) > 0 ) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1865:35: error: ordered comparison between pointer and zero ('char *' and 'int')
        while( fgets( buf1024, 1023, f ) > 0 ) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1948:35: error: ordered comparison between pointer and zero ('char *' and 'int')
        while( fgets( buf1024, 1023, f ) > 0 ) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2030:39: error: ordered comparison between pointer and zero ('char *' and 'int')
            while( fgets( buf1024, 1023, f ) > 0 ) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2147:39: error: ordered comparison between pointer and zero ('char *' and 'int')
            while( fgets( buf1024, 1023, f ) > 0 ) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2483:37: error: ordered comparison between pointer and zero ('char *' and 'int')
     if ( fgets( buf1024, 1023, f ) <= 0 )
          ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
main.cc:2618:32: error: ordered comparison between pointer and zero ('char *' and 'int')
  while( fgets( buf, 1023, f ) > 0 )
         ~~~~~~~~~~~~~~~~~~~~~ ^ ~
yui1.cc:2668:19: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and
      'int')
       if ( forig <= 0 ) {
            ~~~~~ ^  ~
yui1.cc:2678:15: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and
      'int')
           if ( fbak <= 0 ) {
                ~~~~ ^  ~
yui1.cc:2787:15: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and
      'int')
   if ( forig <= 0 ) {
        ~~~~~ ^  ~

Reported by:	antoine (via exp-run)
2017-02-01 05:29:06 +00:00
Jan Beich
3537aef17a irc/kvirc: unbreak with clang 4.0
src/modules/rijndael/libkvirijndael.cpp:331:11: error: ordered comparison between pointer and zero ('int *' and 'int')
                        if(len > 0)
                           ~~~ ^ ~
src/modules/rijndael/libkvirijndael.cpp:357:11: error: ordered comparison between pointer and zero ('int *' and 'int')
                        if(len > 0)
                           ~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:28:52 +00:00
Jan Beich
b8a1188a89 archivers/bicom: unbreak with clang 4.0
In file included from bialib/sufftree.cpp:57:
./bialib/sufftree.h:98:16: error: ordered comparison between pointer and zero ('SuffixTreeModel::LNode *' and 'int')
      {return(r>0);}
              ~^~

Reported by:	antoine (via exp-run)
2017-02-01 05:28:40 +00:00
Jan Beich
f26bc72ae5 math/newmat: unbreak with clang 4.0
newmat6.cpp:431:13: error: ordered comparison between pointer and zero ('int *' and 'int')
   if (indx > 0) { delete [] indx; indx = 0; }
       ~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:28:26 +00:00
Jan Beich
f7831b80a4 sysutils/qpxtool: unbreak with clang 4.0
src/mainwindow.cpp:429:9: error: ordered comparison between pointer and zero ('QAction *' and 'int')
        if (act<0) return;
            ~~~^~

Reported by:	antoine (via exp-run)
2017-02-01 05:28:13 +00:00
Jan Beich
1f3a193b8f graphics/swfmill: unbreak with clang 4.0
gSWFParseXML.cpp:19:10: error: ordered comparison between pointer and zero ('iconv_t'
      (aka '__tag_iconv_t *') and 'int')
                if (cd < 0) {
                    ~~ ^ ~
gSWFWriteXML.cpp:15:10: error: ordered comparison between pointer and zero ('iconv_t'
      (aka '__tag_iconv_t *') and 'int')
                if (cd < 0) {
                    ~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:28:00 +00:00
Jan Beich
63e76b312d x11/antimicro: unbreak with clang 4.0
src/mainwindow.cpp:367:19: error: ordered comparison between pointer and zero ('QMap<SDL_JoystickID, InputDevice *> *' (aka 'QMap<int, InputDevice *> *') and 'int')
    if (joysticks > 0)
        ~~~~~~~~~ ^ ~

PR:		216358
Reported by:	antoine (via exp-run)
2017-02-01 05:27:46 +00:00
Jan Beich
67d016a164 emulators/snes9express: unbreak with clang 4.0
frend.cc:2530:21: error: ordered comparison between pointer and zero ('frend::Image *' and 'int')
                        if(items[i].icon > 0)
                           ~~~~~~~~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:27:33 +00:00
Jan Beich
7ad86b4ec6 emulators/fceux: unbreak with clang 4.0
fceux-server/server.cpp:117:29: error: ordered comparison between pointer and zero
      ('char *' and 'int')
  while(fgets(buf, 256, fp) > 0)
        ~~~~~~~~~~~~~~~~~~~ ^ ~
src/cheat.cpp:219:30: error: ordered comparison between pointer and zero ('char *' and 'int')
        while(fgets(linebuf,2048,fp)>0)
              ~~~~~~~~~~~~~~~~~~~~~~^~

Reported by:	antoine (via exp-run)
2017-02-01 05:27:19 +00:00
Jan Beich
5c65910dd8 games/kajaani-kombat: unbreak with clang 4.0
client_net.cpp:34:12: error: ordered comparison between pointer and zero ('SDL_cond *' and 'int')
  if (cond <0)
      ~~~~ ^~
client_net.cpp:40:13: error: ordered comparison between pointer and zero ('SDL_mutex *' and 'int')
  if (mutex < 0)
      ~~~~~ ^ ~
client_net.cpp:48:16: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
  if (trans_th < 0)
      ~~~~~~~~ ^ ~
client_net.cpp:54:16: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
  if (input_th < 0)
      ~~~~~~~~ ^ ~
game_server.cpp:67:14: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
  if (con_th < 0)
      ~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:27:05 +00:00
Jan Beich
ae71612dea games/edge: unbreak with clang 4.0
src/p_enemy.cc:531:26: error: ordered comparison between pointer and zero
      ('struct mobj_s **' and 'int')
        if (brain_spots.targets > 0)
            ~~~~~~~~~~~~~~~~~~~ ^ ~
src/w_sprite.cc:578:42: error: ordered comparison between pointer and zero
      ('spriteframe_c *' and 'int')
                        if (sprites[states[i].sprite]->frames > 0)
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:26:51 +00:00
Jan Beich
df7e8098b9 games/holotz-castle: unbreak with clang 4.0
JLib/Util/JTextFile.cpp:148:11: error: ordered comparison between pointer and zero ('s8 *'
      (aka 'char *') and 'int')
  if (tmp > 0)
      ~~~ ^ ~
JLib/Util/JTextFile.cpp:156:15: error: ordered comparison between pointer and zero ('s8 *'
      (aka 'char *') and 'int')
      if (tmp > 0)
          ~~~ ^ ~
JLib/Util/JTextFile.cpp:236:8: error: ordered comparison between pointer and zero ('int' and 's8 *'
      (aka 'char *'))
        if (0 >= (end = strstr(ptr, "\"")))
            ~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	antoine (via exp-run)
2017-02-01 05:26:37 +00:00
Jan Beich
75c92218e8 games/qtads: unbreak with clang 4.0
tads3/vmtz.cpp:1985:30: error: ordered comparison between pointer and zero ('vmtz_trans *' and 'int')
            result->set(tcur > 0 ? tcur - 1 : tcur);
                        ~~~~ ^ ~

PR:		216357
Reported by:	antoine (via exp-run)
Submitted by:	kaiwang27@gmail.com (maintainer)
2017-02-01 05:26:22 +00:00
Jan Beich
03828b46d7 games/frobtads: unbreak with clang 4.0
tads3/vmtz.cpp:1987:30: error: ordered comparison between pointer and zero ('vmtz_trans *' and 'int')
            result->set(tcur > 0 ? tcur - 1 : tcur);
                        ~~~~ ^ ~

PR:		216357
Reported by:	antoine (via exp-run)
Submitted by:	kaiwang27@gmail.com (maintainer)
2017-02-01 05:26:09 +00:00
Jan Beich
9553a446ca games/vegastrike: unbreak with clang 4.0
setup/src/include/central.cpp:37:37: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:45:37: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:57:37: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:67:29: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:77:29: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:87:36: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:112:36: error: ordered comparison between pointer and zero
      ('catagory *' and 'int')
                } while ((NEWCUR = NEWCUR->next) > 0);
                         ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:127:37: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:183:29: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:170:52: error: ordered comparison between pointer and zero
      ('char *' and 'int')
            while ( ( n_parm = next_parm( parm ) ) > 0 ) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:191:52: error: ordered comparison between pointer and zero
      ('char *' and 'int')
            while ( ( n_parm = next_parm( parm ) ) > 0 ) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:321:52: error: ordered comparison between pointer and zero
      ('char *' and 'int')
            while ( ( n_parm = next_parm( parm ) ) > 0 ) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/general.cpp:124:46: error: ordered comparison between pointer and zero
      ('char *' and 'int')
        while ((location = strstr(current, search)) > 0) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216072
Reported by:	antoine (via exp-run)
2017-02-01 05:25:55 +00:00
Jan Beich
081cece7ff editors/madedit: unbreak with clang 4.0
src/MadOptionsDialog.cpp:1179:56: error: ordered comparison between pointer and zero
      ('const wxChar *' (aka 'const wchar_t *') and 'int')
        if(g_SelectedCommandItem->cmddata->menuid_name > 0)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/MadOptionsDialog.cpp:1277:42: error: ordered comparison between pointer and zero
      ('const wxChar *' (aka 'const wchar_t *') and 'int')
            if(tid->cmddata->menuid_name > 0)
               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216076
Reported by:	antoine (via exp-run)
2017-02-01 05:25:42 +00:00
Jan Beich
5416909df8 audio/mixxx: unbreak with clang 4.0
src/widget/wdisplay.cpp:89:19: error: ordered comparison between pointer and zero ('QPixmap **' and 'int')
    if (m_pPixmaps>0)
        ~~~~~~~~~~^~

PR:		216354
Reported by:	antoine (via exp-run)
Submitted by:	tcberner
2017-02-01 05:25:29 +00:00
Jan Beich
9d5dbf1d9d multimedia/vdr-plugin-vdrmanager: unbreak with clang 4.0
sock.cpp:23:13: error: ordered comparison between pointer and zero ('int (*)(int, int, int)' and 'int')
        if (socket >= 0) {
            ~~~~~~ ^  ~

PR:		216217
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2017-02-01 05:25:15 +00:00
Jan Beich
7b2292ce8b multimedia/vdr-plugin-epgsearch: unbreak with clang 4.0
createcats.c:67:42: error: ordered comparison between pointer and zero ('char *' and 'int')
    if (fgets(buffer, sizeof(buffer), f) > 0) {
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
epgsearchext.c:1506:50: error: ordered comparison between pointer and zero ('char *' and 'int')
         while (fgets(buffer, sizeof(buffer), f) > 0) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]

PR:		216217
Reported by:	antoine (via exp-run)
2017-02-01 05:25:02 +00:00
Jan Beich
9a4668667e multimedia/vdr: unbreak with clang 4.0
recording.c:2090:17: error: ordered comparison between pointer and zero ('cUnbufferedFile *' and 'int')
     if (Open() >= 0) {
         ~~~~~~ ^  ~

PR:		216058
Reported by:	antoine (via exp-run)
2017-02-01 05:24:48 +00:00
Jan Beich
48ab750c12 graphics/svgalib: unbreak with clang 4.0
In file included from gl/grlib.c:7:
gl/inlstring.h:71:9: error: asm-specifier for input or output variable conflicts with asm clobber list
  :         "cx", "di");
            ^
gl/inlstring.h:281:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^
gl/inlstring.h:297:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^
gl/inlstring.h:314:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^

PR:		216154
Reported by:	antoine (via exp-run)
Submitted by:	dim
Approved by:	portmgr blanket
2017-02-01 05:24:35 +00:00
Jan Beich
9c227d0a1c textproc/htmldoc: unbreak with clang 4.0
htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int')
      if (heading >= 0)
          ~~~~~~~ ^  ~

PR:		216159
Reported by:	antoine (via exp-run)
Approved by:	portmgr blanket
2017-02-01 05:24:20 +00:00
Sergey A. Osokin
1ddb238257 Upgrade to the latest stable release - 1.10.3.
<ChangeLog>

*) Bugfix: in the "add_after_body" directive when used with the
   "sub_filter" directive.

*) Bugfix: unix domain listen sockets might not be inherited during
   binary upgrade on Linux.

*) Bugfix: graceful shutdown of old worker processes might require
   infinite time when using HTTP/2.

*) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
   directives client request body might be corrupted; the bug had
   appeared in 1.10.2.

*) Bugfix: a segmentation fault might occur in a worker process when
   using HTTP/2; the bug had appeared in 1.10.2.

*) Bugfix: an incorrect response might be returned when using the
   "sendfile" directive on FreeBSD and macOS; the bug had appeared in
   1.7.8.

*) Bugfix: a truncated response might be stored in cache when using the
   "aio_write" directive.

*) Bugfix: a socket leak might occur when using the "aio_write"
   directive.

</ChangeLog>
2017-02-01 01:58:10 +00:00
Sergey A. Osokin
af3e9e6785 Upgrade from 1.11.8 to 1.11.9.
<ChangeLog>

*) Bugfix: nginx might hog CPU when using the stream module; the bug had
   appeared in 1.11.5.

*) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
   even if it was not enabled in the configuration.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "ssl_verify_client" directive of the stream module was used.

*) Bugfix: the "ssl_verify_client" directive of the stream module might
   not work.

*) Bugfix: closing keepalive connections due to no free worker
   connections might be too aggressive.
   Thanks to Joel Cunningham.

*) Bugfix: an incorrect response might be returned when using the
   "sendfile" directive on FreeBSD and macOS; the bug had appeared in
   1.7.8.

*) Bugfix: a truncated response might be stored in cache when using the
   "aio_write" directive.

*) Bugfix: a socket leak might occur when using the "aio_write"
   directive.

</ChangeLog>
2017-02-01 01:02:06 +00:00
Wen Heping
d7d1492fd0 - Update to 1.4.3
PR:		215487
Submitted by:	joneum@bsdproject.de
Approved by:	maintainer(timeout, >30 days)
2017-02-01 00:57:45 +00:00
Sergey A. Osokin
90efc05d92 Upgrade third-party lua module from 0.10.6 to 0.10.7. 2017-02-01 00:54:32 +00:00
Jung-uk Kim
b2486f9967 Update to 5.2.5. 2017-02-01 00:52:29 +00:00