Hello community, here is the log from the commit of package ulogd checked in at Wed May 3 00:59:04 CEST 2006. -------- --- ulogd/ulogd.changes 2006-01-25 21:42:25.000000000 +0100 +++ STABLE/ulogd/ulogd.changes 2006-05-02 17:10:15.000000000 +0200 @@ -1,0 +2,7 @@ +Tue May 2 17:01:15 CEST 2006 - mt@suse.de + +- Bug #155647: fixed ip column format in doc/pgsql.table + to match the compiled in type. + New patch file: ulogd-1.23-pgsql-table.dif + +------------------------------------------------------------------- New: ---- ulogd-1.23-pgsql-table.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ulogd.spec ++++++ --- /var/tmp/diff_new_pack.q3S4PG/_old 2006-05-03 00:57:35.000000000 +0200 +++ /var/tmp/diff_new_pack.q3S4PG/_new 2006-05-03 00:57:35.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package ulogd (Version 1.23) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,7 +13,7 @@ Name: ulogd BuildRequires: libpcap mysql-devel postgresql-devel sqlite-devel Version: 1.23 -Release: 1 +Release: 15 License: GPL Summary: ulogd - netfilter ULOG target log daemon Group: System/Daemons @@ -28,6 +28,7 @@ Source4: ulogd.logrotate Patch0: %{name}-%{version}.dif Patch1: %{name}-%{version}-lib64.dif +Patch2: %{name}-%{version}-pgsql-table.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq %package sqlite @@ -53,7 +54,7 @@ %description Ulogd is an universal logging daemon for the ULOG target of netfilter, the Linux 2.4/2.6 firewalling subsystem. Ulogd is able to log packets -in variuos formats to different targets (text files, databases, etc..). +in various formats to different targets (text files, databases, etc..). It has an easy-to-use plugin interface to add new protocols and new output targets. @@ -122,6 +123,7 @@ %setup -q %patch0 -p0 %patch1 -p0 +%patch2 -p0 %build autoconf @@ -209,6 +211,10 @@ %{_includedir}/libipulog %changelog -n ulogd +* Tue May 02 2006 - mt@suse.de +- Bug #155647: fixed ip column format in doc/pgsql.table + to match the compiled in type. + New patch file: ulogd-1.23-pgsql-table.dif * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Jul 27 2005 - mt@suse.de ++++++ ulogd-1.23-pgsql-table.dif ++++++ --- doc/pgsql.table +++ doc/pgsql.table 2006/03/08 14:51:05 @@ -33,16 +33,16 @@ "ip_csum" integer, /* log IPs as unsigned int32 (default) */ --- "ip_saddr" bigint, --- "ip_daddr" bigint, + "ip_saddr" bigint, + "ip_daddr" bigint, /* log IPs as string (--with-pgsql-log-ip-as-string) */ -- "ip_saddr" character varying(40), -- "ip_daddr" character varying(40), /* log IPs as inet (--with-pgsql-log-ip-as-string) */ - "ip_saddr" inet, - "ip_daddr" inet, +-- "ip_saddr" inet, +-- "ip_daddr" inet, "tcp_sport" integer, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de