[apr] branch master updated (a67de57 -> 12084e3)

Stefan Fritsch sf at moszumanska.debian.org
Fri Aug 4 15:48:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

sf pushed a change to branch master
in repository apr.

      from  a67de57   release 1.5.2-5
       new  171cb6d   Upstream tarball 1.6.2
       new  32ee30a   Merge branch 'upstream'
       new  33f9360   Move to 1.6.2
       new  7f5a076   remove Peter Samuelson from uploaders
       new  d6d0eac   update symbols file
       new  12084e3   release 1.6.2-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                     |  219 +-
 CMakeLists.txt                              |    4 +
 Makefile.in                                 |    2 +
 Makefile.win                                |   10 -
 NOTICE                                      |    2 +-
 NWGNUmakefile                               |    1 +
 apr.dsp                                     |  127 +-
 apr.mak                                     |  528 +--
 apr.spec                                    |    4 +-
 build-outputs.mk                            |  178 +-
 build/apr_network.m4                        |   30 +
 build/config.guess                          |  184 +-
 build/config.sub                            |   83 +-
 build/cvtdsp.pl                             |   76 +-
 build/libtool.m4                            | 2566 +++++++------
 build/ltmain.sh                             | 5528 +++++++++++++++++----------
 build/ltoptions.m4                          |  127 +-
 build/ltsugar.m4                            |    7 +-
 build/ltversion.m4                          |   12 +-
 build/lt~obsolete.m4                        |    7 +-
 build/make_nw_export.awk                    |    2 +
 build/rpm/apr.spec.in                       |    2 +-
 configure                                   | 2458 +++++++-----
 configure.in                                |   50 +-
 debian/changelog                            |    8 +
 debian/control                              |    2 +-
 debian/patches/apr_mcast_v6.patch           |   11 -
 debian/patches/cross.patch                  |   12 +-
 debian/patches/debug_testpoll_failure.patch |    2 +-
 debian/patches/fix_doxygen.patch            |    6 +-
 debian/patches/hurd_path_max.patch          |    2 +-
 debian/patches/hurd_shm_flock.patch         |    6 +-
 debian/patches/series                       |    1 -
 debian/patches/ship_find_apr.m4.patch       |    8 +-
 debian/symbols.common                       |   48 +-
 docs/pool-design.html                       |    2 +-
 encoding/apr_escape.c                       |   71 +
 file_io/netware/pipe.c                      |   68 +-
 file_io/os2/pipe.c                          |   76 +-
 file_io/unix/copy.c                         |    1 +
 file_io/unix/flock.c                        |    8 +-
 file_io/unix/pipe.c                         |   64 +-
 file_io/unix/readwrite.c                    |    2 +
 file_io/win32/filepath.c                    |    4 +-
 file_io/win32/filestat.c                    |   18 +
 file_io/win32/pipe.c                        |   25 +-
 include/apr.h.in                            |    1 +
 include/apr.hnw                             |    1 +
 include/apr.hw                              |   42 +-
 include/apr.hwc                             |   40 +-
 include/apr_allocator.h                     |   10 +
 include/apr_cstr.h                          |  292 ++
 include/apr_errno.h                         |   31 +-
 include/apr_escape.h                        |   46 +-
 include/apr_file_io.h                       |   34 +-
 include/apr_global_mutex.h                  |   21 +-
 include/apr_hash.h                          |    3 +-
 include/apr_network_io.h                    |   47 +
 include/{apr_support.h => apr_perms_set.h}  |   46 +-
 include/apr_poll.h                          |   45 +-
 include/apr_portable.h                      |   45 +-
 include/apr_proc_mutex.h                    |   19 +-
 include/apr_shm.h                           |   21 +
 include/apr_skiplist.h                      |  126 +-
 include/apr_tables.h                        |   20 +-
 include/apr_thread_proc.h                   |   13 +
 include/apr_version.h                       |    4 +-
 include/arch/unix/apr_arch_networkio.h      |    3 +
 include/arch/unix/apr_arch_poll_private.h   |   15 +-
 include/arch/unix/apr_arch_proc_mutex.h     |   26 +-
 include/arch/unix/apr_arch_shm.h            |    1 +
 include/arch/unix/apr_arch_threadproc.h     |   10 +
 include/arch/unix/apr_private.h.in          |   21 +-
 libapr.dsp                                  |  118 +-
 libapr.mak                                  |  526 +--
 locks/beos/proc_mutex.c                     |   42 +-
 locks/netware/proc_mutex.c                  |   79 +-
 locks/os2/proc_mutex.c                      |   45 +-
 locks/unix/global_mutex.c                   |   18 +-
 locks/unix/proc_mutex.c                     |  488 ++-
 locks/win32/proc_mutex.c                    |   48 +-
 memory/unix/apr_pools.c                     |  359 +-
 network_io/unix/multicast.c                 |    2 +-
 network_io/unix/sockaddr.c                  |   77 +
 network_io/unix/sockets.c                   |   61 +-
 network_io/unix/sockopt.c                   |   35 +
 poll/os2/pollset.c                          |  103 +-
 poll/unix/epoll.c                           |   35 +-
 poll/unix/kqueue.c                          |   28 +-
 poll/unix/poll.c                            |   20 +-
 poll/unix/pollcb.c                          |   49 +
 poll/unix/pollset.c                         |  121 +-
 poll/unix/port.c                            |   24 +-
 poll/unix/select.c                          |    6 +-
 poll/unix/wakeup.c                          |  151 +
 poll/unix/z_asio.c                          |   15 +-
 shmem/beos/shm.c                            |   12 +
 shmem/os2/shm.c                             |    7 +
 shmem/unix/shm.c                            |   51 +-
 shmem/win32/shm.c                           |   12 +
 strings/apr_cpystrn.c                       |    2 +
 strings/apr_cstr.c                          |  403 ++
 strings/apr_fnmatch.c                       |    2 +-
 strings/apr_snprintf.c                      |    2 +-
 tables/apr_skiplist.c                       |  211 +-
 tables/apr_tables.c                         |    4 +
 test/sockchild.c                            |    4 +-
 test/testdll.dsp                            |    4 -
 test/testescape.c                           |   36 +
 test/testlfs.c                              |    7 +-
 test/testlib.dsp                            |    4 -
 test/testmutexscope.c                       |    2 +-
 test/testnames.c                            |   34 +
 test/testpipe.c                             |    6 +-
 test/testpoll.c                             |   38 +-
 test/testprocmutex.c                        |   20 +-
 test/testshm.c                              |   41 +
 test/testskiplist.c                         |  158 +-
 test/testsock.c                             |  107 +-
 test/teststr.c                              |   13 +
 test/testtable.c                            |   24 +
 threadproc/beos/proc.c                      |    8 +
 threadproc/netware/proc.c                   |    8 +
 threadproc/os2/proc.c                       |    8 +
 threadproc/unix/proc.c                      |   30 +-
 threadproc/win32/proc.c                     |   14 +-
 tools/gen_test_char.c                       |   18 +-
 user/win32/groupinfo.c                      |    4 +-
 user/win32/userinfo.c                       |    4 +-
 129 files changed, 11109 insertions(+), 6274 deletions(-)
 delete mode 100644 debian/patches/apr_mcast_v6.patch
 create mode 100644 include/apr_cstr.h
 copy include/{apr_support.h => apr_perms_set.h} (50%)
 create mode 100644 poll/unix/wakeup.c
 create mode 100644 strings/apr_cstr.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr.git



More information about the Pkg-apache-commits mailing list