[apr] branch upstream updated (a141e04 -> 384159b)

Stefan Fritsch sf at moszumanska.debian.org
Wed Nov 20 22:12:53 UTC 2013


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

sf pushed a change to branch upstream
in repository apr.

      from  a141e04   Upstream tarball 1.4.8
       new  384159b   Upstream tarball 1.5.0

The 1 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                                   |  258 +-
 CMakeLists.txt                            |  434 ++++
 LICENSE                                   |    4 +-
 Makefile.in                               |   20 +-
 Makefile.win                              |    2 +-
 README.cmake                              |  110 +
 apr.dep                                   | 2474 ++++++++++++++----
 apr.dsp                                   |  159 ++
 apr.mak                                   | 3747 ++++++++++++++-------------
 apr.spec                                  |    2 +-
 build-outputs.mk                          |   13 +-
 build.conf                                |    1 +
 build/NWGNUmakefile                       |    8 +
 build/NWGNUtail.inc                       |    6 +-
 build/apr_common.m4                       |    7 +-
 build/apr_hints.m4                        |    7 +-
 build/apr_network.m4                      |   11 +-
 build/apr_rules.mk.in                     |    6 +-
 build/aprapp.dep                          |   42 +-
 build/aprapp.mak                          | 1228 ++++-----
 build/config.guess                        |  144 +-
 build/config.sub                          |   17 +-
 build/jlibtool.c                          |    6 +-
 build/libaprapp.dep                       |   82 +-
 build/libaprapp.mak                       | 1264 ++++-----
 build/lineends.pl                         |    2 +-
 build/nw_make_header.awk                  |   27 +
 configure                                 |  329 ++-
 configure.in                              |  171 +-
 encoding/apr_escape.c                     | 1150 ++++++++
 file_io/os2/filedup.c                     |    3 +-
 file_io/os2/open.c                        |    4 +
 file_io/unix/filedup.c                    |    3 +-
 file_io/unix/filestat.c                   |    4 +-
 file_io/unix/open.c                       |    8 +
 file_io/unix/pipe.c                       |    8 +-
 file_io/unix/readwrite.c                  |    2 +-
 file_io/win32/filedup.c                   |   18 +-
 file_io/win32/open.c                      |   14 +-
 file_io/win32/pipe.c                      |    9 +-
 file_io/win32/readwrite.c                 |   23 +-
 include/apr.h.in                          |   18 +-
 include/{apr.hw => apr.hwc}               |    9 +-
 include/apr_allocator.h                   |    2 +-
 include/apr_errno.h                       |    6 +-
 include/apr_escape.h                      |  374 +++
 include/apr_file_info.h                   |    6 +-
 include/apr_file_io.h                     |  204 +-
 include/apr_hash.h                        |   21 +
 include/apr_inherit.h                     |    4 +-
 include/apr_mmap.h                        |    2 +-
 include/apr_network_io.h                  |   24 +-
 include/apr_poll.h                        |   14 +-
 include/apr_pools.h                       |   36 +-
 include/apr_shm.h                         |   66 +-
 include/apr_skiplist.h                    |   82 +
 include/apr_strings.h                     |    8 +-
 include/apr_tables.h                      |   12 +
 include/apr_thread_proc.h                 |   10 +-
 include/apr_user.h                        |    6 +-
 include/apr_version.h                     |    4 +-
 include/arch/unix/apr_arch_poll_private.h |   11 +-
 include/arch/unix/apr_arch_threadproc.h   |    2 +-
 include/arch/unix/apr_private.h.in        |    5 +-
 include/arch/win32/apr_arch_file_io.h     |   22 +-
 include/arch/win32/apr_arch_misc.h        |    3 +-
 libapr.dep                                | 2481 ++++++++++++++----
 libapr.dsp                                |  152 ++
 libapr.mak                                | 4035 +++++++++++++++--------------
 misc/win32/misc.c                         |    5 +-
 network_io/os2/sockopt.c                  |    5 +
 network_io/unix/sendrecv.c                |    2 +-
 network_io/unix/sockaddr.c                |   29 +
 network_io/unix/sockopt.c                 |   12 +
 network_io/win32/sockets.c                |  106 +-
 network_io/win32/sockopt.c                |   14 +-
 passwd/apr_getpass.c                      |   86 +-
 poll/unix/pollcb.c                        |    1 +
 poll/unix/pollset.c                       |    8 +
 poll/unix/z_asio.c                        |  772 ++++++
 shmem/beos/shm.c                          |   17 +
 shmem/os2/shm.c                           |   17 +
 shmem/unix/shm.c                          |   23 +
 shmem/win32/shm.c                         |  161 +-
 strings/apr_cpystrn.c                     |   16 +-
 strings/apr_strings.c                     |    3 +-
 support/unix/waitio.c                     |    2 +-
 tables/apr_hash.c                         |   23 +
 tables/apr_skiplist.c                     |  650 +++++
 tables/apr_tables.c                       |   62 +-
 test/Makefile.in                          |   37 +-
 test/Makefile.win                         |    6 +-
 test/abts.c                               |    9 +-
 test/abts_tests.h                         |    1 +
 test/echod.c                              |    4 +-
 test/internal/testucs.c                   |   10 +-
 test/sendfile.c                           |  341 +--
 test/testescape.c                         |  273 ++
 test/testfmt.c                            |   12 +
 test/testhash.c                           |    7 +-
 test/testlockperf.c                       |   20 +-
 test/testmutexscope.c                     |    2 +
 test/testproc.c                           |    9 +-
 test/testsock.c                           |   11 +
 test/teststr.c                            |    1 -
 test/testtable.c                          |   20 +
 test/testutil.h                           |    1 +
 threadproc/win32/proc.c                   |    5 +-
 threadproc/win32/signals.c                |    2 +-
 tools/gen_test_char.c                     |  115 +
 110 files changed, 15250 insertions(+), 7096 deletions(-)
 create mode 100644 CMakeLists.txt
 create mode 100644 README.cmake
 create mode 100644 build/nw_make_header.awk
 create mode 100644 encoding/apr_escape.c
 copy include/{apr.hw => apr.hwc} (99%)
 create mode 100644 include/apr_escape.h
 create mode 100644 include/apr_skiplist.h
 create mode 100644 poll/unix/z_asio.c
 create mode 100644 tables/apr_skiplist.c
 create mode 100644 test/testescape.c
 create mode 100644 tools/gen_test_char.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