ucarp (1.5.2+git20192404.1a9aaf7-2) unstable; urgency=medium

  * debian/clean: add files left behind by newer gettext versions
    (*.sed variants and insert-header files).
  * debian/control:
      - Bump debhelper-compat level to 14.
      - Bump Standards-Version to 4.7.4; no changes needed.
      - Remove no longer needed "Priority: optional" field.
      - Remove no longer needed "Rules-Requires-Root: no" field.
      - Remove unused docbook-to-man build dependency, leftover from
        old SGML manpage build.
  * debian/copyright:
      - Add stanza for pt_BR translation patch.
      - Fix BSD-4-Clause text: NetBSD Foundation version with advertising
        clause, not University of California.
      - Fix src/bsd-getopt_long.* license: ISC and BSD-4-Clause; add ISC
        license text.
      - Update Frank Denis copyright years to 2004-2015, following
        upstream COPYING and source headers.
      - Update packaging copyright years.
      - Update Source field to new upstream location.
  * debian/if-up:
      - Add ucarp-nospoof stanza option (-F/--nospoof).
      - Add ucarp-passfile stanza option (-o/--passfile), allowing
        shared password to be read from file instead of being
        exposed in process list. (Closes: #711989)
      - Always exit 0: ucarp startup failure must not make ifupdown
        consider whole interface non-operational. (Closes: #661591)
      - Log incomplete configurations and ucarp startup failures via
        logger(1), since script no longer propagates failures to
        ifupdown.
      - Start ucarp daemon without inherited IFUPDOWN_* variables,
        which made ifupdown reject ifup call from vip-up as false
        recursion on VLAN interfaces. Thanks to Teodor Milkov.
        (Closes: #883458)
  * debian/manpage/: document new --nospoof option and UCARP_VHID
    environment variable.
  * debian/NEWS: add entry about new source MAC address of
    advertisements and new ucarp-passfile option.
  * debian/patches/:
      - 030_fix-time64-format-specifiers.patch: fix stack corruption
        (segmentation fault) on armhf caused by printing 64-bit
        tv_usec with %ld format specifier. (Closes: #1120293)
      - 040_add-nospoof-option.patch: add -F/--nospoof command line
        option to disable MAC address spoofing. Thanks to Karolis
        Žilionis for the patch. (Closes: #1056986)
      - 050_fix-vrrp-source-mac.patch: use RFC 7042 VRRP over IPv4
        MAC address block 00-00-5E-00-01-<vhid> as source of
        advertisements, instead of reserved 00-00-5E-00-00-<vhid>
        range. (Closes: #1020826)
      - 060_add-ucarp-vhid-env.patch: export UCARP_VHID environment
        variable to up/down scripts. Thanks to WHR for the patch.
        (Closes: #963543)
      - 070_add-pt_BR-translation.patch: add Brazilian Portuguese
        program translation, originally contributed by Andre Luis Lopes,
        updated and completed for current release; also add messages
        missing from stale po/ucarp.pot template. (Closes: #289408)
  * debian/README.Debian: document ucarp-passfile and ucarp-nospoof
    options and UCARP_VHID environment variable.
  * debian/ucarp.8.sgml: remove; obsolete and unused since manpage
    started being generated from debian/manpage/ucarp.txt.

 -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Thu, 16 Jul 2026 08:04:54 -0300

ucarp (1.5.2+git20192404.1a9aaf7-1) unstable; urgency=medium

  * New upstream version 1.5.2+git20192404.1a9aaf7. (Closes: #1017647)
  * debian/clean: updated to remove some upstream files forgotten after build.
  * debian/control:
      - Added "ifupdown2" to the "Depends" field as an alternative to the
        "ifupdown" installation. (Closes: #928543)
      - Bumped Standards-Version to 4.6.1.
      - Ran wrap-and-sort.
      - Removed a relationship for ifupdown.
      - Updated the Homepage field. (Closes: #1020836)
  * debian/copyright:
      - Added a new block for debian/manpage/create-man.sh.
      - Updated packaging copyright year.
  * debian/manpage/:
      - create-man.sh: created to make the manpage from the .txt source file.
      - ucarp.txt: created to provide the source to the manpage.
      - ucarp.8: manpage created using create-man.sh. (Closes: #893018)
  * debian/manpages: updtaded to install the new manpage.
  * debian/patches/020_update-Makevars.patch: created to update required
    'Makevars.template' during build.
  * debian/rules:
      - Added 'execute_before_dh_autoreconf' and 'execute_after_dh_autoreconf'
        options to generate needed files during build because upstream code is
        missing for some files used.
      - Removed previous manual installation settings.
  * debian/source/options: created to ignore changes in some upstream files.
  * debian/watch: updated search rule to use the commits according to upstream
    versioning.

 -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Tue, 03 Jan 2023 09:04:26 -0300

ucarp (1.5.2-3) unstable; urgency=medium

  * New maintainer. Thanks to Eric Evans <eevans@debian.org> for all previous
    work.
  * Migrations:
      - Copyright to 1.0 format.
      - DebSrc to 3.0.
      - debian/rules to new (reduced) format.
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 13.
  * debin/clean: created to remove a file.
  * debian/control:
      - Added Rules-Requires-Root: no.
      - Bumped Standards-Version to 4.6.0.
      - Changed Vcs-* URLs to salsa.debian.org.
      - Minor fix in short description.
      - Removed relationship to libpcap-dev and docbook-to-man.
      - Removed the autotools-dev from Build-Depends field.
  * debian/docs: created to install some docs files.
  * debian/examples: created to install some examples.
  * debian/install: created to install some files.
  * debian/manpages: created to install the manpage.
  * debian/patches/010_fix-FTBFS-with-GCC10.patch: created to fix FTBFS with
    GCC 10.
  * debian/rules: added DEB_BUILD_MAINT_OPTIONS variable to improve GCC
    hardening.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/tests/control: created to provide a trivial test.
  * debian/upstream/metadata: created.
  * debian/watch:
      - Bumped to version 4.
      - Changed override_dh_auto_build to execute_before_dh_installman.
      - Update the source address.

 -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Tue, 17 May 2022 13:47:00 -0300

ucarp (1.5.2-2.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Added patch to fix a ftbfs with GCC-10. Thanks to Reiner Herrmann
    <reiner@reiner-h.de>. (Closes: #957892)
  * Bumped debhelper compat to 7. (Closes: #965852)

 -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Wed, 13 Apr 2022 14:32:50 -0300

ucarp (1.5.2-2.2) unstable; urgency=high

  * Non-maintainer upload.
  * Add the missing dependency on net-tools,
    thanks to Jörg Frings-Fürst. (Closes: #877247)

 -- Adrian Bunk <bunk@debian.org>  Sun, 03 Feb 2019 15:26:54 +0200

ucarp (1.5.2-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Recommend iproute2 instead of transitional package iproute.
    (Closes: #753719)

 -- Luca Boccassi <bluca@debian.org>  Fri, 05 Jan 2018 22:48:28 +0000

ucarp (1.5.2-2) unstable; urgency=medium

  * Actually update config.{sub,guess}, (Closes: #727515, #744534).

 -- Eric Evans <eevans@debian.org>  Wed, 16 Apr 2014 19:18:32 -0500

ucarp (1.5.2-1+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Depend on newer ifupdown (closes: #704854).

 -- Michael Gilbert <mgilbert@debian.org>  Fri, 12 Apr 2013 00:50:11 +0000

ucarp (1.5.2-1) unstable; urgency=low

  * New Upstream Version
  * Document signals usage in man page (Closes: #546472).

 -- Eric Evans <eevans@debian.org>  Tue, 26 Jul 2011 20:53:37 +0200

ucarp (1.5.1-1) unstable; urgency=low

  * New Upstream Version

 -- Eric Evans <eevans@debian.org>  Fri, 24 Jul 2009 14:08:33 +0000

ucarp (1.5-2) unstable; urgency=low

  * Documented new -S/--ignoreifstate option.

 -- Eric Evans <eevans@debian.org>  Wed, 27 Aug 2008 11:55:36 -0500

ucarp (1.5-1) unstable; urgency=low

  * New upstream release.

 -- Eric Evans <eevans@debian.org>  Mon, 25 Aug 2008 15:41:13 -0500

ucarp (1.5~snap080222-1) unstable; urgency=low

  * New upstream version, (Closes: #473662). This version introduces
    support for reading the password from a file, (Closes: #394327).

 -- Eric Evans <eevans@debian.org>  Sat, 03 May 2008 20:15:49 +0000

ucarp (1.2-2) unstable; urgency=low

  * Added support for configuring ucarp via /etc/network/interfaces.
    (Closes: #264007). Many thanks to Jonathan McDowell for the
    excellent idea and patch.

 -- Eric Evans <eevans@sym-link.com>  Thu, 19 Apr 2007 15:28:50 -0500

ucarp (1.2-1) unstable; urgency=low

  * New upstream release, (Closes: #359755), complete with --neutral
    options and several bug fixes courtesy of Russell Mosemann,
    (Closes: #348012).

 -- Eric Evans <eevans@sym-link.com>  Sat, 08 Apr 2006 18:40:57 -0500

ucarp (1.1-2) unstable; urgency=low

  * Patched to correct a bug that caused upscript to also be applied
    when state changed to BACKUP, if --dowscript was passed before
    --upscript, (Closes: #284891). Thanks Michail Bachmann
    <michail.bachmann@cms.hu-berlin.de>

 -- Eric Evans <eevans@sym-link.com>  Fri, 24 Dec 2004 12:39:30 -0600

ucarp (1.1-1) unstable; urgency=low

  * New upstream release
  * Updated manpage to document new --facility argument

 -- Eric Evans <eevans@sym-link.com>  Tue,  7 Sep 2004 13:48:45 -0500

ucarp (1.0-1) unstable; urgency=low

  * New upstream release
  * Dropped custom upscript/downscript examples in favor of those
    included upstream.
  * Updated manpage to document new --daemonize argument

 -- Eric Evans <eevans@sym-link.com>  Mon, 28 Jun 2004 20:55:25 -0500

ucarp (0.8-1) unstable; urgency=low

  * New upstream release

 -- Eric Evans <eevans@sym-link.com>  Mon, 24 May 2004 14:47:28 -0500

ucarp (0.8-1) unstable; urgency=low

  * New upstream release.
  * Several spelling corrections to the man page. Documented new
    argument for --shutdown.

 -- Eric Evans <eevans@sym-link.com>  Thu, 29 Apr 2004 21:11:01 -0500

ucarp (0.6-1) unstable; urgency=low

  * Initial Release, (Closes: #242564).
  * Wrote and included some simple upscript/downscript examples

 -- Eric Evans <eevans@sym-link.com>  Thu, 29 Apr 2004 21:11:01 -0500
