lp:debian/stretch/snort

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/snort
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

39. By Javier Fernández-Sanguino

debian/control: Depend on perl, not perl-modules (Closes: #779126)

38. By Javier Fernández-Sanguino

* debian/control: Updated deprecated VCs URL to
  git://anonscm.debian.org/pkg-snort/pkg-snort.git
* Include Snort tools u2boat and u2spewfoo to parse Unified2 log format
  files (Closes: #770882):
   - debian/snort.install: Install the files in the Snort package
   - debian/{u2boat,u2spewfoo}.1 create new manpages for the tools
   - debian/snort.manpages: add the new manpages to the package
   - debian/snort.dirs: create usr/bin/ for the new tools
* debian/rules:
   - Use dh_prep instead of dh_clean -k
* debian/snort.manpages: Add the manpage for snort-stat, which was not
  included in the snort package (but the script was)
* Rebuild with the latest daq library upstream (libdaq2). Libdaq0 is
  deprecated/obsolete and not maintained upstrea

37. By Javier Fernández-Sanguino

* debian/control:
   - Add pkg-config in Build-Depends, it provides the PKG_CHECK_MODULES
     macro used in configure.in. This fixes a FTBFS observed in the
     buildds
   - Add libzma-dev dependency in Build-Depends as it is used in
     configure.in if available

36. By Javier Fernández-Sanguino

* The new upstream release, as seen with the previous upload, fixes the Out
  of Memory errors found in buildds when building (Closes: #765637)
* debian/control: Add zlib1g-dev dependency in Build-Depends to fix FTFBFS

35. By Javier Fernández-Sanguino

* Upgrade to latest upstream version. Rules updates have been dropped
  by Snort upstream for older releases. Snort 2.9.5.3 is not supported for
  rule updates since December 2013 (Closes: #753915)
  For more information see: https://www.snort.org/eol
* debian/patches/{config,config_disabled_rules,fix_upstream_typos}: Refresh
  to apply to the newest source
* debian/rules:
    + Use dpkg-buildflags to setup the defult compiler and link flags.
    + Enable hardening options when building
* debian/control: Build-Depend on (dpkg-dev >= 1.16.1~) due to above change
* debian/patches/configure_werror: New patch to fix configure.in so
   that it can work properly when setting the hardening flags
* debian/patches/hardening_werror: New patch to fix issues found
   when building with -Werror
* Debconf updated Translations:
  - Updated Dutch translation, contributed by Frans Spiesschaert (Closes:
    #764319)

34. By Javier Fernández-Sanguino

* debian/control: Drop libgnutls-dev, as it is not longer required and it is scheduled
  for removal in sid, and (apparently) uninstallable. (Closes: #764108)
* debian/control, debian/rules: Run dh-autoreconf when building to update
  config.{sub, guess} and {libtool, aclocal}.m4 (Closes: #748713)
* debian/snort.init.d: Change the permissions of the snort PIDFILE once
  snort is started in order to prevent the following error messages when
  snort is *re*started:

  snort[xxxx]: Could not remove pid file /var/run//snort_eth0.pid: Permission denied

  (Closes: #753914)
* debian/snort-stat.8: Fix filename of the alert log file and point to the
  correct location.
* Debconf updated Translations:
  - Updated Russian translation, contributed by Yuri Kozlov
    (Closes: 729710, #721483)

33. By Javier Fernández-Sanguino

* debian/control: Add texlive-binaries and texlive-font-utils to
   Build-Depends-Indep to make sure that buildds have the binaries
   required to build the documentation as suggested by Hideki Yamane.
   Kept the texlive metapackage however in debian/control just int case.
   (Closes: 713254)
* Debconf updated Translations:
  - Updated Russian translation, contributed by Yuri Kozlov (Closes: 722987)

32. By Javier Fernández-Sanguino

* Debconf templates and debian/control reviewed by the debian-l10n-english
  team as part of the Smith review project. (Closes: 720061)
* Debconf updated Translations:
  - Update Spanish translation, contributed by Javier Fernandez-Sanguino
  - Updated Russian translation, contributed by Yuri Kozlov (Closes: 722987)
  - Updated German translation, contributed by Chris Leick (Closes: 723769)
  - Updated Portuguese translation, contributed by Miguel Figueiredo
    (Closes: 723779)
  - Add Simplified Chinese debconf, contributed by Yi Mingjing
    (Closes: 723818)
  - Updated Czech translation, contributed by Michal Šimůnek
    (Closes: 724289)
  - Updated French translation, contributed by JP Guillonneau
    (Closes: 724300)
  - Updated Janapese translation (Closes: 724706)
  - Updated Italian translation provided by Daniele Forsi (Closes: 724707)
  - Updated Danish translation provided by Joe Hansen (Closes: 724932)
  - Updated Swedish translation provided by Martin Bagge (Closes: 725104)

31. By Javier Fernández-Sanguino

* New upstream release.
  - Remove faq from the build since it is no longer provided upstream
* Lintian fix typo in debian/snort-rules-default.README.Debian
* debian/patches: Refresh all patches with new upstream
   - config_disabled_rules: Disable more .rules files which are not
     provided in the upstream sources (but might be in the VRT
     Sourcefire)
* debian/control: Add latex2html to Build-Depends-Indep as the html.sty
  file is required for building the documentation

30. By Javier Fernández-Sanguino

[ Upload target towards Wheezy fixing some important bugs
  and substantially improving the information provided on the
  packages to clarify user expectations ]
* Acknowledge previous NMU
* debian/patches/config: Update the patch to:
   - use absolute paths instead of relative paths to point to
     the white list and black list used by the reputation
     pre-processor.
   - disable the reputation as we do not ship any white/black lists
     by default (which causes it to fail at startup) and also
     because this preprocessor is experimental.

     Both changes fix the bug that prevented the package from being
     configured due to errors when starting up Snort with the
     default configuration (Closes: #677810)

    - Add a comment to /etc/snort/snort.conf documenting for users
      reading the file that preinstalled rules are surely out of date.

* debian/patches/config_disabled_rules: Comment out shellcode rules as these
  have a huge impact in performance unless properly tuned.
* debian/patches/rules: Fix the definition of many SIP rules (defined
  as 'alert ip any any'. These were generating a lot of false positives
  in environment were enabled. Regardless of the change comment out SIP
  rules since they are outdate can generate many false alarms unless
  properly defined. (Closes: #626596, #680303).
* debian/control: Adjust description of snort-rules-default to indicate
  users that the ruleset provided should not be considered up-to-date.
  Encourage users to obtain additional/upgraded rules elsewhere.
* debian/snort-rules-default.README.Debian: Include more information to
  potential users on the issues related to the default ruleset provided
  (and why it is out of date) as well as pointers as to where obtain
  additional rulesets. Some of this information is also in the NEWS file
  but is easy to miss to new users.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/snort
This branch contains Public information 
Everyone can see this information.

Subscribers