[hamradio-commits] [ax25-apps] branch upstream updated (e1c80ac -> 65efe9c)

Iain R. Learmonth irl at moszumanska.debian.org
Mon Oct 19 01:19:38 UTC 2015


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

irl pushed a change to branch upstream
in repository ax25-apps.

      from  e1c80ac   Imported Upstream version 0.0.8-rc2+cvs20130510
       new  65efe9c   Imported Upstream version 0.0.8-rc4

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:
 .cvsignore                          |    19 -
 CVS/Entries                         |    12 -
 CVS/Entries.Log                     |     5 -
 CVS/Repository                      |     1 -
 CVS/Root                            |     1 -
 INSTALL                             |   370 +
 Makefile.in                         |   772 ++
 aclocal.m4                          |  9562 ++++++++++++++++++++++
 ax25-apps.spec.in => ax25-apps.spec |    12 +-
 ax25-apps.spec.in                   |     4 +-
 ax25ipd/.cvsignore                  |     5 -
 ax25ipd/CVS/Entries                 |    18 -
 ax25ipd/CVS/Repository              |     1 -
 ax25ipd/CVS/Root                    |     1 -
 ax25ipd/Makefile.am                 |     9 +-
 ax25ipd/Makefile.in                 |   760 ++
 ax25ipd/ax25ipd.h                   |    10 +-
 ax25ipd/bpqether.c                  |     2 -
 ax25ipd/config.c                    |     2 +-
 ax25ipd/io.c                        |    25 +-
 ax25ipd/routing.c                   |    15 +-
 ax25ipd/syslog.c                    |    16 +
 ax25mond/.cvsignore                 |     5 -
 ax25mond/CVS/Entries                |     7 -
 ax25mond/CVS/Repository             |     1 -
 ax25mond/CVS/Root                   |     1 -
 ax25mond/Makefile.am                |     7 +-
 ax25mond/Makefile.in                |   715 ++
 ax25mond/ax25mond.c                 |     4 +-
 ax25rtd/.cvsignore                  |     6 -
 ax25rtd/CVS/Entries                 |    18 -
 ax25rtd/CVS/Repository              |     1 -
 ax25rtd/CVS/Root                    |     1 -
 ax25rtd/Makefile.am                 |    12 +-
 ax25rtd/Makefile.in                 |   795 ++
 ax25rtd/ax25_route                  |     0
 ax25rtd/ax25rtctl.c                 |     5 +-
 ax25rtd/ax25rtd.c                   |     4 +-
 ax25rtd/ax25rtd.h                   |     3 +-
 ax25rtd/cache_ctl.c                 |     3 +-
 ax25rtd/cache_dump.c                |     3 +-
 ax25rtd/config.c                    |     6 +-
 ax25rtd/ip_route                    |     0
 ax25rtd/listener.c                  |    13 +-
 call/.cvsignore                     |     5 -
 call/CVS/Entries                    |    12 -
 call/CVS/Repository                 |     1 -
 call/CVS/Root                       |     1 -
 call/Makefile.am                    |     4 +-
 call/Makefile.in                    |   667 ++
 call/call.c                         |     6 +-
 call/menu.c                         |     6 +-
 call/yapp.c                         |     4 +-
 config.guess                        |  1530 ++++
 config.h.in                         |   170 +
 config.sub                          |  1773 ++++
 configure                           | 14695 ++++++++++++++++++++++++++++++++++
 configure.ac                        |    11 +-
 depcomp                             |   708 ++
 install-sh                          |   527 ++
 listen/.cvsignore                   |     5 -
 listen/CVS/Entries                  |    20 -
 listen/CVS/Repository               |     1 -
 listen/CVS/Root                     |     1 -
 listen/Makefile.am                  |     2 +-
 listen/Makefile.in                  |   688 ++
 listen/arpdump.c                    |     2 -
 listen/ax25dump.c                   |     4 +-
 listen/icmpdump.c                   |     2 -
 listen/ipdump.c                     |     2 -
 listen/kissdump.c                   |     2 -
 listen/nrdump.c                     |     2 -
 listen/rosedump.c                   |     9 +-
 listen/tcpdump.c                    |     2 -
 listen/udpdump.c                    |     2 -
 listen/utils.c                      |     2 +-
 ltconfig                            |  3017 -------
 ltmain.sh                           |  9655 ++++++++++++++++++++++
 missing                             |   331 +
 79 files changed, 43822 insertions(+), 3279 deletions(-)
 delete mode 100644 .cvsignore
 delete mode 100644 CVS/Entries
 delete mode 100644 CVS/Entries.Log
 delete mode 100644 CVS/Repository
 delete mode 100644 CVS/Root
 create mode 100644 INSTALL
 create mode 100644 Makefile.in
 create mode 100644 aclocal.m4
 copy ax25-apps.spec.in => ax25-apps.spec (80%)
 delete mode 100644 ax25ipd/.cvsignore
 delete mode 100644 ax25ipd/CVS/Entries
 delete mode 100644 ax25ipd/CVS/Repository
 delete mode 100644 ax25ipd/CVS/Root
 create mode 100644 ax25ipd/Makefile.in
 create mode 100644 ax25ipd/syslog.c
 delete mode 100644 ax25mond/.cvsignore
 delete mode 100644 ax25mond/CVS/Entries
 delete mode 100644 ax25mond/CVS/Repository
 delete mode 100644 ax25mond/CVS/Root
 create mode 100644 ax25mond/Makefile.in
 delete mode 100644 ax25rtd/.cvsignore
 delete mode 100644 ax25rtd/CVS/Entries
 delete mode 100644 ax25rtd/CVS/Repository
 delete mode 100644 ax25rtd/CVS/Root
 create mode 100644 ax25rtd/Makefile.in
 delete mode 100644 ax25rtd/ax25_route
 delete mode 100644 ax25rtd/ip_route
 delete mode 100644 call/.cvsignore
 delete mode 100644 call/CVS/Entries
 delete mode 100644 call/CVS/Repository
 delete mode 100644 call/CVS/Root
 create mode 100644 call/Makefile.in
 create mode 100755 config.guess
 create mode 100644 config.h.in
 create mode 100755 config.sub
 create mode 100755 configure
 create mode 100755 depcomp
 create mode 100755 install-sh
 delete mode 100644 listen/.cvsignore
 delete mode 100644 listen/CVS/Entries
 delete mode 100644 listen/CVS/Repository
 delete mode 100644 listen/CVS/Root
 create mode 100644 listen/Makefile.in
 delete mode 100755 ltconfig
 create mode 100644 ltmain.sh
 create mode 100755 missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/ax25-apps.git



More information about the pkg-hamradio-commits mailing list