commit netcat-openbsd for openSUSE:Factory

2019-09-19 Thread root
Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory 
checked in at 2019-09-19 15:46:22

Comparing /work/SRC/openSUSE:Factory/netcat-openbsd (Old)
 and  /work/SRC/openSUSE:Factory/.netcat-openbsd.new.7948 (New)


Package is "netcat-openbsd"

Thu Sep 19 15:46:22 2019 rev:25 rq:729549 version:1.203

Changes:

--- /work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd.changes
2018-11-26 10:16:05.302029033 +0100
+++ /work/SRC/openSUSE:Factory/.netcat-openbsd.new.7948/netcat-openbsd.changes  
2019-09-19 15:46:28.903346505 +0200
@@ -1,0 +2,21 @@
+Mon Sep  9 18:48:35 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.203 matching debian
+- Remove patch verbose-numeric-port.patch
+- Refresh patches:
+  * broadcast-support.patch
+  * build-without-TLS-support.patch
+  * connect-timeout.patch
+  * dccp-support.patch
+  * destination-port-list.patch
+  * get-sev-by-name.patch
+  * misc-failures-and-features.patch
+  * port-to-linux-with-libsd.patch
+  * quit-timer.patch
+  * send-crlf.patch
+  * serialized-handling-multiple-clients.patch
+  * set-TCP-MD5SIG-correctly-for-client-connections.patch
+  * udp-scan-timeout.patch
+  * use-flags-to-specify-listen-address.patch
+
+---

Old:

  netcat-openbsd_1.195.orig.tar.gz
  verbose-numeric-port.patch

New:

  netcat-openbsd_1.203.orig.tar.gz



Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.Rs1YGk/_old  2019-09-19 15:46:29.903346302 +0200
+++ /var/tmp/diff_new_pack.Rs1YGk/_new  2019-09-19 15:46:29.919346298 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcat-openbsd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   netcat-openbsd
-Version:1.195
+Version:1.203
 Release:0
 Summary:TCP/IP swiss army knife
 License:BSD-3-Clause
 Group:  Productivity/Networking/Other
-URL:http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
+URL:https://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
 Source0:
http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_%{version}.orig.tar.gz
-#Patches from: 
http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_%{version}-1.debian.tar.xz
+#Patches from: 
http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_%{version}-2.debian.tar.xz
 Patch0: port-to-linux-with-libsd.patch
 Patch1: build-without-TLS-support.patch
 Patch2: connect-timeout.patch
@@ -32,14 +32,13 @@
 Patch4: send-crlf.patch
 Patch5: quit-timer.patch
 Patch6: udp-scan-timeout.patch
-Patch7: verbose-numeric-port.patch
-Patch8: dccp-support.patch
-Patch9: broadcast-support.patch
-Patch10:serialized-handling-multiple-clients.patch
-Patch11:set-TCP-MD5SIG-correctly-for-client-connections.patch
-Patch12:destination-port-list.patch
-Patch13:use-flags-to-specify-listen-address.patch
-Patch14:misc-failures-and-features.patch
+Patch7: dccp-support.patch
+Patch8: broadcast-support.patch
+Patch9: serialized-handling-multiple-clients.patch
+Patch10:set-TCP-MD5SIG-correctly-for-client-connections.patch
+Patch11:destination-port-list.patch
+Patch12:use-flags-to-specify-listen-address.patch
+Patch13:misc-failures-and-features.patch
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libbsd)
 Provides:   nc6 = %{version}

++ broadcast-support.patch ++
--- /var/tmp/diff_new_pack.Rs1YGk/_old  2019-09-19 15:46:29.959346290 +0200
+++ /var/tmp/diff_new_pack.Rs1YGk/_new  2019-09-19 15:46:29.959346290 +0200
@@ -29,7 +29,7 @@
  data is translated into CR+LF before being written to the socket.  Line
 --- a/netcat.c
 +++ b/netcat.c
-@@ -133,6 +133,7 @@
+@@ -132,6 +132,7 @@
  #define UDP_SCAN_TIMEOUT 3/* Seconds */
  
  /* Command Line Options */
@@ -37,7 +37,7 @@
  int   dflag;  /* detached, no stdin */
  int   Fflag;  /* fdpass sock to stdout */
  unsigned int iflag;   /* Interval Flag */
-@@ -261,9 +262,9 @@ main(int argc, char *argv[])
+@@ -263,9 +264,9 @@ main(int argc, char *argv[])
  
while ((ch = getopt(argc, argv,
  # if defined(TLS)
@@ -49,7 +49,7 @@
  # endif
!= -1) {
switch (ch) {
-@@ -273,6 

commit netcat-openbsd for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory 
checked in at 2018-11-26 10:16:01

Comparing /work/SRC/openSUSE:Factory/netcat-openbsd (Old)
 and  /work/SRC/openSUSE:Factory/.netcat-openbsd.new.19453 (New)


Package is "netcat-openbsd"

Mon Nov 26 10:16:01 2018 rev:24 rq:648975 version:1.195

Changes:

--- /work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd.changes
2017-07-30 11:25:14.311525614 +0200
+++ /work/SRC/openSUSE:Factory/.netcat-openbsd.new.19453/netcat-openbsd.changes 
2018-11-26 10:16:05.302029033 +0100
@@ -1,0 +2,23 @@
+Wed Nov 14 13:12:29 UTC 2018 - Tomáš Chvátal 
+
+- Update to 1.195 release matching with debian
+- Added new patches:
+  * broadcast-support.patch
+  * build-without-TLS-support.patch
+  * destination-port-list.patch
+  * use-flags-to-specify-listen-address.patch
+- Refreshed patches:
+  * connect-timeout.patch
+  * dccp-support.patch
+  * get-sev-by-name.patch
+  * misc-failures-and-features.patch
+  * port-to-linux-with-libsd.patch
+  * quit-timer.patch
+  * send-crlf.patch
+  * serialized-handling-multiple-clients.patch
+  * set-TCP-MD5SIG-correctly-for-client-connections.patch
+  * udp-scan-timeout.patch
+  * verbose-numeric-port.patch
+- Drop patch compile-without-TLS-support.patch, renamed
+
+---

Old:

  compile-without-TLS-support.patch
  netcat-openbsd_1.178.orig.tar.gz

New:

  broadcast-support.patch
  build-without-TLS-support.patch
  destination-port-list.patch
  netcat-openbsd_1.195.orig.tar.gz
  use-flags-to-specify-listen-address.patch



Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.ktHEpk/_old  2018-11-26 10:16:06.094028105 +0100
+++ /var/tmp/diff_new_pack.ktHEpk/_new  2018-11-26 10:16:06.094028105 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcat-openbsd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   netcat-openbsd
-Version:1.178
+Version:1.195
 Release:0
 Summary:TCP/IP swiss army knife
 License:BSD-3-Clause
 Group:  Productivity/Networking/Other
-Url:http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
+URL:http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
 Source0:
http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_%{version}.orig.tar.gz
-#Patches from: 
http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_%{version}-2.debian.tar.xz
+#Patches from: 
http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_%{version}-1.debian.tar.xz
 Patch0: port-to-linux-with-libsd.patch
-Patch1: compile-without-TLS-support.patch
+Patch1: build-without-TLS-support.patch
 Patch2: connect-timeout.patch
 Patch3: get-sev-by-name.patch
 Patch4: send-crlf.patch
@@ -34,9 +34,12 @@
 Patch6: udp-scan-timeout.patch
 Patch7: verbose-numeric-port.patch
 Patch8: dccp-support.patch
-Patch9: serialized-handling-multiple-clients.patch
-Patch10:set-TCP-MD5SIG-correctly-for-client-connections.patch
-Patch11:misc-failures-and-features.patch
+Patch9: broadcast-support.patch
+Patch10:serialized-handling-multiple-clients.patch
+Patch11:set-TCP-MD5SIG-correctly-for-client-connections.patch
+Patch12:destination-port-list.patch
+Patch13:use-flags-to-specify-listen-address.patch
+Patch14:misc-failures-and-features.patch
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libbsd)
 Provides:   nc6 = %{version}
@@ -73,7 +76,7 @@
 %files
 %{_bindir}/nc
 %{_bindir}/netcat
-%{_mandir}/man1/nc.1%{ext_man}
-%{_mandir}/man1/netcat.1%{ext_man}
+%{_mandir}/man1/nc.1%{?ext_man}
+%{_mandir}/man1/netcat.1%{?ext_man}
 
 %changelog

++ broadcast-support.patch ++
From: Aron Xu 
Date: Mon, 13 Feb 2012 19:06:52 +0800
Subject: broadcast support

---
 nc.1 |4 +++-
 netcat.c |   22 --
 2 files changed, 23 insertions(+), 3 deletions(-)

--- a/nc.1
+++ b/nc.1
@@ -33,7 +33,7 @@
 .Nd arbitrary TCP and UDP connections and listens
 .Sh SYNOPSIS
 .Nm nc
-.Op Fl 46CDdFhklNnrStUuvZz

commit netcat-openbsd for openSUSE:Factory

2017-07-30 Thread root
Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory 
checked in at 2017-07-30 11:25:12

Comparing /work/SRC/openSUSE:Factory/netcat-openbsd (Old)
 and  /work/SRC/openSUSE:Factory/.netcat-openbsd.new (New)


Package is "netcat-openbsd"

Sun Jul 30 11:25:12 2017 rev:23 rq:510984 version:1.178

Changes:

--- /work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd.changes
2014-01-23 15:49:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.netcat-openbsd.new/netcat-openbsd.changes   
2017-07-30 11:25:14.311525614 +0200
@@ -1,0 +2,43 @@
+Mon Jul 17 13:11:34 UTC 2017 - tchva...@suse.com
+
+- Drop all patches that were never upstreamed:
+  * connect-timeout.patch
+  * dccp.patch
+  * gcc-warnings.patch
+  * getservbyname.patch
+  * glib-strlcpy.patch
+  * help-version-exit.patch
+  * nc-1.84-udp_stop.patch
+  * netcat-info.patch
+  * netcat-openbsd-debian.patch
+  * netcat-openbsd-examples.patch
+  * netcat-openbsd-openbsd-compat.patch
+  * no-strtonum.patch
+  * pollhup.patch
+  * quit-timer.patch
+  * reuseaddr.patch
+  * send-crlf.patch
+  * silence-z.patch
+  * socks-b64-prototype.patch
+  * udp-scan-timeout.patch
+  * verbose-message-to-stderr.patch
+  * verbose-numeric-port.patch
+- Switch to debian package to not waste resources on doing exactly
+  the same.
+- Switches URL for debian package
+- Apply patches already prepared for debian package
+  * port-to-linux-with-libsd.patch
+  * compile-without-TLS-support.patch
+  * connect-timeout.patch
+  * get-sev-by-name.patch
+  * send-crlf.patch
+  * quit-timer.patch
+  * udp-scan-timeout.patch
+  * verbose-numeric-port.patch
+  * dccp-support.patch
+  * serialized-handling-multiple-clients.patch
+  * set-TCP-MD5SIG-correctly-for-client-connections.patch
+  * misc-failures-and-features.patch
+- Do not use hand provided CMakeLists.txt but rely on upstream makefile
+
+---

Old:

  CMakeLists.txt
  dccp.patch
  gcc-warnings.patch
  getservbyname.patch
  glib-strlcpy.patch
  help-version-exit.patch
  nc-1.84-udp_stop.patch
  netcat-info.patch
  netcat-openbsd-1.89.tar.bz2
  netcat-openbsd-debian.patch
  netcat-openbsd-examples.patch
  netcat-openbsd-openbsd-compat.patch
  no-strtonum.patch
  pollhup.patch
  reuseaddr.patch
  silence-z.patch
  socks-b64-prototype.patch
  verbose-message-to-stderr.patch

New:

  compile-without-TLS-support.patch
  dccp-support.patch
  get-sev-by-name.patch
  misc-failures-and-features.patch
  netcat-openbsd_1.178.orig.tar.gz
  port-to-linux-with-libsd.patch
  serialized-handling-multiple-clients.patch
  set-TCP-MD5SIG-correctly-for-client-connections.patch



Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.GhUzhQ/_old  2017-07-30 11:25:15.583346151 +0200
+++ /var/tmp/diff_new_pack.GhUzhQ/_new  2017-07-30 11:25:15.587345586 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcat-openbsd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,29 @@
 #
 
 
-Url:http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
-
 Name:   netcat-openbsd
-Version:1.89
+Version:1.178
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake
-PreReq: update-alternatives
 Summary:TCP/IP swiss army knife
 License:BSD-3-Clause
 Group:  Productivity/Networking/Other
-Source: %{name}-%{version}.tar.bz2
-Source1:CMakeLists.txt
-Patch0: netcat-openbsd-openbsd-compat.patch
-Patch1: socks-b64-prototype.patch
-Patch2: silence-z.patch
-Patch3: glib-strlcpy.patch
-Patch4: no-strtonum.patch
-Patch5: pollhup.patch
-Patch6: reuseaddr.patch
-Patch7: connect-timeout.patch
-Patch8: udp-scan-timeout.patch
-Patch9: verbose-numeric-port.patch
-Patch10:send-crlf.patch
-Patch11:help-version-exit.patch
-Patch12:quit-timer.patch
-Patch13:getservbyname.patch
-Patch14:gcc-warnings.patch
-Patch15:verbose-message-to-stderr.patch
-Patch16:netcat-info.patch
-Patch17:dccp.patch
-#These are patches, but as they aren't applied list them as source
-Source2:nc-1.84-udp_stop.patch
-Source3:netcat-openbsd-debian.patch
-Source4:netcat-openbsd-examples.patch
-
+Url:http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
+Source0:

commit netcat-openbsd for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory 
checked in at 2014-01-23 14:03:48

Comparing /work/SRC/openSUSE:Factory/netcat-openbsd (Old)
 and  /work/SRC/openSUSE:Factory/.netcat-openbsd.new (New)


Package is netcat-openbsd

Changes:

--- /work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd.changes
2013-09-04 14:02:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcat-openbsd.new/netcat-openbsd.changes   
2014-01-23 15:49:58.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 17 23:36:07 UTC 2014 - crrodrig...@opensuse.org
+
+- drop dependency on glib, strlcpy can be implemented with 
+  snprintf with glibc/linux
+- drop quilt from buildrequires, no longer used.
+- Use fvisibiliy=hidden to build, this is a program not
+  a library and no symbols should be exported.
+
+- modified patches:
+  * glib-strlcpy.patch
+---



Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.DXlejj/_old  2014-01-23 15:49:58.0 +0100
+++ /var/tmp/diff_new_pack.DXlejj/_new  2014-01-23 15:49:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcat-openbsd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,6 @@
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
-BuildRequires:  glib2-devel
-BuildRequires:  quilt
 PreReq: update-alternatives
 Summary:TCP/IP swiss army knife
 License:BSD-3-Clause

++ CMakeLists.txt ++
--- /var/tmp/diff_new_pack.DXlejj/_old  2014-01-23 15:49:58.0 +0100
+++ /var/tmp/diff_new_pack.DXlejj/_new  2014-01-23 15:49:58.0 +0100
@@ -10,19 +10,12 @@
 
 PROJECT(netcat-openbsd C)
 SET(CMAKE_VERBOSE_MAKEFILE ON)
-SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -std=gnu99 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -g -W -Wall)
+SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -std=gnu99 -fvisibility=hidden 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -W -Wall)
 
-#please fix cmake to avoid this %$#$#$ , there is no findGlib2.cmake built-in !
-FIND_PATH(GLIB2_INCLUDE_DIR NAMES glib.h glibconfig.h PATHS 
/usr/include/glib-2.0)
-FIND_PATH(GLIB2_WEIRD_INCLUDE_DIR NAMES glibconfig.h PATHS 
/usr/lib/glib-2.0/include /usr/lib64/glib-2.0/include)
-FIND_LIBRARY(GLIB2_LIBRARY NAMES glib-2.0)
 
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/openbsd-compat)
-INCLUDE_DIRECTORIES(${GLIB2_INCLUDE_DIR})
-INCLUDE_DIRECTORIES(${GLIB2_WEIRD_INCLUDE_DIR})
 
 SET(NETCAT_SRCS netcat.c atomicio.c socks.c openbsd-compat/base64.c 
openbsd-compat/readpassphrase.c)
 ADD_EXECUTABLE(nc ${NETCAT_SRCS})
-TARGET_LINK_LIBRARIES(nc ${GLIB2_LIBRARY})
 INSTALL(PROGRAMS nc DESTINATION bin)
 INSTALL(FILES nc.1 DESTINATION share/man/man1)

++ glib-strlcpy.patch ++
--- /var/tmp/diff_new_pack.DXlejj/_old  2014-01-23 15:49:58.0 +0100
+++ /var/tmp/diff_new_pack.DXlejj/_new  2014-01-23 15:49:58.0 +0100
@@ -1,35 +1,15 @@
-Index: netcat-openbsd-1.89/netcat.c
-===
 netcat-openbsd-1.89.orig/netcat.c  2007-02-20 09:11:17.0 -0500
-+++ netcat-openbsd-1.89/netcat.c   2008-01-21 18:48:23.0 -0500
+--- netcat-openbsd-1.89.orig/netcat.c
 netcat-openbsd-1.89/netcat.c
 @@ -55,6 +55,8 @@
  #include limits.h
  #include atomicio.h
  
-+#include glib.h
++#define strlcpy(d,s,n) snprintf((d),(n),%s,(s))
 +
  #ifndef SUN_LEN
  #define SUN_LEN(su) \
(sizeof(*(su)) - sizeof((su)-sun_path) + strlen((su)-sun_path))
-@@ -414,7 +416,7 @@
-   memset(sun, 0, sizeof(struct sockaddr_un));
-   sun.sun_family = AF_UNIX;
- 
--  if (strlcpy(sun.sun_path, path, sizeof(sun.sun_path)) =
-+  if (g_strlcpy(sun.sun_path, path, sizeof(sun.sun_path)) =
-   sizeof(sun.sun_path)) {
-   close(s);
-   errno = ENAMETOOLONG;
-@@ -445,7 +447,7 @@
-   memset(sun, 0, sizeof(struct sockaddr_un));
-   sun.sun_family = AF_UNIX;
- 
--  if (strlcpy(sun.sun_path, path, sizeof(sun.sun_path)) =
-+  if (g_strlcpy(sun.sun_path, path, sizeof(sun.sun_path)) =
-   sizeof(sun.sun_path)) {
-   close(s);
-   errno = ENAMETOOLONG;
-@@ -549,11 +551,11 @@
+@@ -549,11 +551,11 @@ local_listen(char *host, char *port, str
if ((s = socket(res0-ai_family, res0-ai_socktype,
res0-ai_protocol))  0)
continue;
@@ -43,7 +23,7 @@

commit netcat-openbsd for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory 
checked in at 2011-12-12 16:57:59

Comparing /work/SRC/openSUSE:Factory/netcat-openbsd (Old)
 and  /work/SRC/openSUSE:Factory/.netcat-openbsd.new (New)


Package is netcat-openbsd, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd.changes
2011-09-23 02:14:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcat-openbsd.new/netcat-openbsd.changes   
2011-12-12 17:03:15.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 10 17:46:07 UTC 2011 - crrodrig...@opensuse.org
+
+- Update xbuntu patches.
+- Ensure we have large file support in 32 bit builds
+- Fix rpmlint warnings
+
+---

Old:

  netcat-openbsd_1.89-3ubuntu2.diff.gz

New:

  netcat-openbsd_1.89-4ubuntu1.diff.gz



Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.Za3q7O/_old  2011-12-12 17:03:17.0 +0100
+++ /var/tmp/diff_new_pack.Za3q7O/_new  2011-12-12 17:03:17.0 +0100
@@ -30,8 +30,8 @@
 Summary:TCP/IP swiss army knife
 Source: %{name}-%{version}.tar.bz2
 Source1:CMakeLists.txt
-Patch0: netcat-openbsd_1.89-3ubuntu2.diff.gz
-Provides:   nc6 = %{version} netcat
+Patch0: netcat-openbsd_1.89-4ubuntu1.diff.gz
+Provides:   nc6 = %{version} netcat = %{version}
 Obsoletes:  nc6 = 1.0 netcat = 1.10
 
 %description
@@ -80,9 +80,9 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/nc
-%{_bindir}/netcat
+%ghost %{_bindir}/netcat
 %{_mandir}/man1/nc.1.gz
-%{_mandir}/man1/netcat.1.gz
+%ghost %{_mandir}/man1/netcat.1.gz
 %ghost /etc/alternatives/netcat
 %ghost /etc/alternatives/netcat.1.gz
 

++ CMakeLists.txt ++
--- /var/tmp/diff_new_pack.Za3q7O/_old  2011-12-12 17:03:17.0 +0100
+++ /var/tmp/diff_new_pack.Za3q7O/_new  2011-12-12 17:03:17.0 +0100
@@ -10,7 +10,7 @@
 
 PROJECT(netcat-openbsd C)
 SET(CMAKE_VERBOSE_MAKEFILE ON)
-SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -g -W -Wall)
+SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -std=gnu99 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -g -W -Wall)
 
 #please fix cmake to avoid this %$#$#$ , there is no findGlib2.cmake built-in !
 FIND_PATH(GLIB2_INCLUDE_DIR NAMES glib.h glibconfig.h PATHS 
/usr/include/glib-2.0)

++ netcat-openbsd_1.89-3ubuntu2.diff.gz - 
netcat-openbsd_1.89-4ubuntu1.diff.gz ++
Files 
/work/SRC/openSUSE:Factory/netcat-openbsd/netcat-openbsd_1.89-3ubuntu2.diff.gz 
and 
/work/SRC/openSUSE:Factory/.netcat-openbsd.new/netcat-openbsd_1.89-4ubuntu1.diff.gz
 differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit netcat-openbsd for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory 
checked in at 2011-12-06 18:31:36

Comparing /work/SRC/openSUSE:Factory/netcat-openbsd (Old)
 and  /work/SRC/openSUSE:Factory/.netcat-openbsd.new (New)


Package is netcat-openbsd, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.BWnATj/_old  2011-12-06 18:53:04.0 +0100
+++ /var/tmp/diff_new_pack.BWnATj/_new  2011-12-06 18:53:04.0 +0100
@@ -22,7 +22,7 @@
 Name:   netcat-openbsd
 Version:1.89
 Release:79
-License:BSD3c
+License:BSD-3-Clause
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake glib2-devel quilt
 PreReq: update-alternatives

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit netcat-openbsd for openSUSE:Factory

2011-07-18 Thread h_root

Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory
checked in at Mon Jul 18 09:34:44 CEST 2011.




--- netcat-openbsd/netcat-openbsd.changes   2010-06-25 18:51:42.0 
+0200
+++ /mounts/work_src_done/STABLE/netcat-openbsd/netcat-openbsd.changes  
2011-07-16 15:32:10.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 16 13:34:18 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in description of netcat-openbsd.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.Ovzx6V/_old  2011-07-18 09:33:20.0 +0200
+++ /var/tmp/diff_new_pack.Ovzx6V/_new  2011-07-18 09:33:20.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   netcat-openbsd
 Version:1.89
-Release:77
+Release:79
 License:BSD3c
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake glib2-devel quilt
@@ -37,9 +37,9 @@
 %description
 A simple Unix utility which reads and writes data across network
 connections using TCP or UDP protocol. It is designed to be a reliable
-bac k-end tool that can be used directly or easily driven by other
+back-end tool that can be used directly or easily driven by other
 programs and scripts. At the same time it is a feature-rich network
-debuggin g and exploration tool, since it can create almost any kind of
+debugging and exploration tool, since it can create almost any kind of
 connection you would need and has several interesting built-in
 capabilities.
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org