pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: databases no longer support in snort
+Nils Ratusznik
This was removed in the update to Snort 2.9.9.0. The log message says:
"This is a HUGE bump, so look at the changelog on the Snort website !
For example, Snort does not natively handle MySQL anymore."
So this was intentional.
Otherwise, I am not sure what the point of your email was. Do you want
the options.mk bit re-added? Or are you just stating that it has been
removed?
On Thu, Dec 6, 2018 at 7:58 AM Derrick Lobo <derrick%givex.com@localhost> wrote:
>
> Database option is no longer available on snort.. heres the diff
>
>
>
>
>
> diff options.mk /usr/pkgsrc/net/snort/options.mk
>
> 1c1
>
> < # $NetBSD: options.mk,v 1.7 2012/09/12 13:16:38 obache Exp $
>
> ---
>
> > # $NetBSD: options.mk,v 1.8 2017/06/15 18:27:50 nils Exp $
>
> 17,19d16
>
> < PKG_OPTIONS_OPTIONAL_GROUPS+= database
>
> < PKG_OPTIONS_GROUP.database= mysql pgsql
>
> <
>
> 85,101d81
>
> < ### Support MySQL for snort logging
>
> < ###
>
> < .if !empty(PKG_OPTIONS:Mmysql)
>
> < .include "../../mk/mysql.buildlink3.mk"
>
> < CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
>
> < LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
>
> < .endif
>
> <
>
> < ###
>
> < ### Support PostgreSQL for snort logging
>
> < ###
>
> < .if !empty(PKG_OPTIONS:Mpgsql)
>
> < .include "../../mk/pgsql.buildlink3.mk"
>
> < CONFIGURE_ARGS+= --with-postgresql=${PGSQL_PREFIX:Q}
>
> < .endif
>
> <
>
> < ###
>
>
--
Benny
Home |
Main Index |
Thread Index |
Old Index