commit resolv_wrapper for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package resolv_wrapper for openSUSE:Factory 
checked in at 2020-03-24 22:35:46

Comparing /work/SRC/openSUSE:Factory/resolv_wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.resolv_wrapper.new.3160 (New)


Package is "resolv_wrapper"

Tue Mar 24 22:35:46 2020 rev:5 rq:787703 version:1.1.6

Changes:

--- /work/SRC/openSUSE:Factory/resolv_wrapper/resolv_wrapper.changes
2016-06-09 16:16:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.resolv_wrapper.new.3160/resolv_wrapper.changes  
2020-03-24 22:37:41.281245287 +0100
@@ -1,0 +2,18 @@
+Tue Mar 24 08:44:30 UTC 2020 - Andreas Schneider 
+
+- Add gpg armor file as source
+
+---
+Mon Mar 23 09:25:57 UTC 2020 - Andreas Schneider 
+
+- Update to version 1.1.4 
+  * Added support for running with Sanitizers
+  * Added fake resolving of TXT records
+  * Improved logging support
+  * Fixed resolv.conf support on FreeBSD
+  * Fixed alignment issues on FreeBSD
+  * Fixed using IPv6 address with old glibc versions
+  * Added support for faking PTR entries
+  * Added support for faking URI entries
+
+---

Old:

  resolv_wrapper-1.1.4.tar.gz

New:

  resolv_wrapper-1.1.6.tar.gz
  resolv_wrapper-1.1.6.tar.gz.asc



Other differences:
--
++ resolv_wrapper.spec ++
--- /var/tmp/diff_new_pack.MJbXLn/_old  2020-03-24 22:37:41.921245598 +0100
+++ /var/tmp/diff_new_pack.MJbXLn/_new  2020-03-24 22:37:41.925245600 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package resolv_wrapper
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,16 +24,17 @@
 # NOTE ##
 
 Name:   resolv_wrapper
-Version:1.1.4
+Version:1.1.6
 Release:0
 
 Summary:A wrapper for DNS name resolving or DNS faking
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Url:http://cwrap.org/
+URL:http://cwrap.org/
 
 Source0:https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
+Source1:https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
+Source2:%{name}-rpmlintrc
 
 BuildRequires:  cmake
 BuildRequires:  glibc-devel
@@ -66,17 +67,15 @@
 %cmake_install
 
 %check
-pushd build
-make %{?_smp_mflags} test || cat $(find Testing -name "*.log")
-popd
+%ctest
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS README ChangeLog COPYING
+%doc AUTHORS README.md CHANGELOG
+%license LICENSE
 %{_libdir}/libresolv_wrapper.so*
 %dir %{_libdir}/cmake/resolv_wrapper
 %{_libdir}/cmake/resolv_wrapper/resolv_wrapper-config-version.cmake

++ resolv_wrapper-1.1.4.tar.gz -> resolv_wrapper-1.1.6.tar.gz ++
 3486 lines of diff (skipped)




commit resolv_wrapper for openSUSE:Factory

2016-06-09 Thread h_root
Hello community,

here is the log from the commit of package resolv_wrapper for openSUSE:Factory 
checked in at 2016-06-09 16:12:43

Comparing /work/SRC/openSUSE:Factory/resolv_wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.resolv_wrapper.new (New)


Package is "resolv_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/resolv_wrapper/resolv_wrapper.changes
2016-02-17 12:23:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.resolv_wrapper.new/resolv_wrapper.changes   
2016-06-09 16:16:29.0 +0200
@@ -1,0 +2,7 @@
+Tue May 31 07:00:11 UTC 2016 - a...@cryptomilk.org
+
+- Update to version 1.1.4
+  * Added support for faking NS entries
+  * Fixed some platform compatibility bugs
+
+---

Old:

  resolv_wrapper-1.1.3.tar.gz

New:

  resolv_wrapper-1.1.4.tar.gz



Other differences:
--
++ resolv_wrapper.spec ++
--- /var/tmp/diff_new_pack.kxF1pv/_old  2016-06-09 16:16:31.0 +0200
+++ /var/tmp/diff_new_pack.kxF1pv/_new  2016-06-09 16:16:31.0 +0200
@@ -24,7 +24,7 @@
 # NOTE ##
 
 Name:   resolv_wrapper
-Version:1.1.3
+Version:1.1.4
 Release:0
 
 Summary:A wrapper for DNS name resolving or DNS faking

++ resolv_wrapper-1.1.3.tar.gz -> resolv_wrapper-1.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.3/CMakeLists.txt 
new/resolv_wrapper-1.1.4/CMakeLists.txt
--- old/resolv_wrapper-1.1.3/CMakeLists.txt 2015-08-24 15:17:00.0 
+0200
+++ new/resolv_wrapper-1.1.4/CMakeLists.txt 2016-05-31 08:21:08.0 
+0200
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "3")
+set(APPLICATION_VERSION_PATCH "4")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@
 # Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 # Increment REVISION.
-set(LIBRARY_VERSION "0.0.3")
+set(LIBRARY_VERSION "0.0.4")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.3/ChangeLog 
new/resolv_wrapper-1.1.4/ChangeLog
--- old/resolv_wrapper-1.1.3/ChangeLog  2015-08-24 15:17:00.0 +0200
+++ new/resolv_wrapper-1.1.4/ChangeLog  2016-05-31 08:22:02.0 +0200
@@ -1,6 +1,10 @@
 ChangeLog
 ==
 
+version 1.1.4 (released 2016-05-31)
+  * Added support for faking NS entries
+  * Fixed some platform compatibility bugs
+
 version 1.1.3 (released 2015-01-13)
   * Fixed symbol detection if macros are used for res_* functions
   * Fixed strict aliasing warnings for symbol binding
@@ -14,7 +18,7 @@
   * Fix a possible segfault.
 
 version 1.1.0 (released 2014-12-02)
-  * Added case insensitive comparsion of dns names (dns faking).
+  * Added case insensitive comparison of dns names (dns faking).
   * Added support complete dns names (trailing dot) (dns faking).
   * Added support for recursive name resolving (dns faking).
   * Fixed calculation of response size (dns faking).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.3/ConfigureChecks.cmake 
new/resolv_wrapper-1.1.4/ConfigureChecks.cmake
--- old/resolv_wrapper-1.1.3/ConfigureChecks.cmake  2015-01-13 
15:11:34.0 +0100
+++ new/resolv_wrapper-1.1.4/ConfigureChecks.cmake  2016-03-02 
13:07:30.0 +0100
@@ -49,6 +49,7 @@
 # HEADERS
 check_include_file(sys/types.h HAVE_SYS_TYPES_H)
 check_include_file(resolv.h HAVE_RESOLV_H)
+check_include_file(arpa/nameser.h HAVE_ARPA_NAMESER_H)
 
 # FUNCTIONS
 set(CMAKE_REQUIRED_LIBRARIES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.3/config.h.cmake 
new/resolv_wrapper-1.1.4/config.h.cmake
--- old/resolv_wrapper-1.1.3/config.h.cmake 2015-01-12 17:31:20.0 
+0100
+++ new/resolv_wrapper-1.1.4/config.h.cmake 2016-03-02 13:08:39.0 
+0100
@@ -15,6 +15,8 @@
 /** HEADER FILES */
 
 #cmakedefine HAVE_SYS_TYPES_H 1
+#cmakedefine HAVE_RESOLV_H 1
+#cmakedefine HAVE_ARPA_NAMESER_H 1
 
 /*** FUNCTIONS ***/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.3/doc/resolv_wrapper.1 
new/resolv_wrapper-1.1.4/doc/reso

commit resolv_wrapper for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package resolv_wrapper for openSUSE:Factory 
checked in at 2016-02-17 10:25:41

Comparing /work/SRC/openSUSE:Factory/resolv_wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.resolv_wrapper.new (New)


Package is "resolv_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/resolv_wrapper/resolv_wrapper.changes
2015-09-09 20:21:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.resolv_wrapper.new/resolv_wrapper.changes   
2016-02-17 12:23:57.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 14 11:45:32 UTC 2016 - jeng...@inai.de
+
+- Editorial fixes to the description
+
+---



Other differences:
--
++ resolv_wrapper.spec ++
--- /var/tmp/diff_new_pack.9WYSY0/_old  2016-02-17 12:23:58.0 +0100
+++ /var/tmp/diff_new_pack.9WYSY0/_new  2016-02-17 12:23:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package resolv_wrapper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -27,7 +27,7 @@
 Version:1.1.3
 Release:0
 
-Summary:A wrapper for dns name resolving or dns faking
+Summary:A wrapper for DNS name resolving or DNS faking
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://cwrap.org/
@@ -45,12 +45,12 @@
 Requires:   pkg-config
 
 %description
-resolv_wrapper makes it possible on most UNIX platforms to contact your own DNS
+resolv_wrapper makes it possible to contact your own DNS
 implmentation in your test environment. It requires socket_wrapper to be able
-to contact it.  If it doesn’t work on a special platform the wrapper is able to
+to contact it. If it does not work on a special platform, the wrapper is able 
to
 fake DNS queries and return valid responses to your application.
 
-This package doesn't have a devel package cause this project is for
+This package does not have a devel package, because this project is for
 development/testing.
 
 %prep




commit resolv_wrapper for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package resolv_wrapper for openSUSE:Factory 
checked in at 2015-09-09 20:21:28

Comparing /work/SRC/openSUSE:Factory/resolv_wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.resolv_wrapper.new (New)


Package is "resolv_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/resolv_wrapper/resolv_wrapper.changes
2015-06-11 08:22:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.resolv_wrapper.new/resolv_wrapper.changes   
2015-09-09 20:21:29.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep  2 11:52:01 UTC 2015 - a...@cryptomilk.org
+
+- Update to version 1.1.3:
+  * Fixed symbol detection if macros are used for res_* functions
+  * Fixed strict aliasing warnings for symbol binding
+  * Added missing tests for req_query and res_search
+  * Fix detection for ns_name_compress.
+
+---

Old:

  resolv_wrapper-1.1.1.tar.gz

New:

  resolv_wrapper-1.1.3.tar.gz



Other differences:
--
++ resolv_wrapper.spec ++
--- /var/tmp/diff_new_pack.iTJVAf/_old  2015-09-09 20:21:30.0 +0200
+++ /var/tmp/diff_new_pack.iTJVAf/_new  2015-09-09 20:21:30.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # NOTE ##
 #
 # This is a special library. You are not able to link this library.
@@ -23,7 +24,7 @@
 # NOTE ##
 
 Name:   resolv_wrapper
-Version:1.1.1
+Version:1.1.3
 Release:0
 
 Summary:A wrapper for dns name resolving or dns faking
@@ -35,13 +36,13 @@
 Source1:%{name}-rpmlintrc
 
 BuildRequires:  cmake
-BuildRequires:  libcmocka-devel
 BuildRequires:  glibc-devel
+BuildRequires:  libcmocka-devel
 BuildRequires:  pkg-config
 BuildRequires:  socket_wrapper
 
-Requires:   pkg-config
 Requires:   cmake
+Requires:   pkg-config
 
 %description
 resolv_wrapper makes it possible on most UNIX platforms to contact your own DNS

++ resolv_wrapper-1.1.1.tar.gz -> resolv_wrapper-1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.1/CMakeLists.txt 
new/resolv_wrapper-1.1.3/CMakeLists.txt
--- old/resolv_wrapper-1.1.1/CMakeLists.txt 2015-01-12 17:27:42.0 
+0100
+++ new/resolv_wrapper-1.1.3/CMakeLists.txt 2015-08-24 15:17:00.0 
+0200
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "1")
+set(APPLICATION_VERSION_PATCH "3")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@
 # Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 # Increment REVISION.
-set(LIBRARY_VERSION "0.0.2")
+set(LIBRARY_VERSION "0.0.3")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
@@ -30,7 +30,6 @@
 # add definitions
 include(DefineCMakeDefaults)
 include(DefinePlatformDefaults)
-include(DefineCompilerFlags)
 include(DefineInstallationPaths)
 include(DefineOptions.cmake)
 include(CPackConfig.cmake)
@@ -47,6 +46,9 @@
 include(ConfigureChecks.cmake)
 configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
+# Add compiler flags for the project now.
+include(DefineCompilerFlags)
+
 # check subdirectories
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.1/CTestConfig.cmake 
new/resolv_wrapper-1.1.3/CTestConfig.cmake
--- old/resolv_wrapper-1.1.1/CTestConfig.cmake  2014-10-21 14:33:48.0 
+0200
+++ new/resolv_wrapper-1.1.3/CTestConfig.cmake  2015-08-13 14:32:44.0 
+0200
@@ -3,7 +3,7 @@
 set(CTEST_PROJECT_NAME "resolvwrapper")
 set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
 
-set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_METHOD "https")
 set(CTEST_DROP_SITE "mock.cryptomilk.org")
 set(CTEST_DROP_LOCATION "/submit.php?project=resolvwrapper")
 set(CTEST_DROP_SITE_CDASH TRUE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.1/ChangeLog 
new/resolv_wrapper-1.1.3/ChangeLog
--- old/resolv_wrapper-1.1.1/ChangeLog  2015-01-12 17:27:42.0 +0100
+++ new/resolv_wrapper-1.1.3/ChangeLog  2015-08-24 15:17:00.0 +0200
@@ -1,6 +1,14 @@
 ChangeLog
 ==
 
+version 1.1.3 (released 2015-01-13)
+  * Fixed symbol detection if macros are used for res_* functions
+  * Fixed strict aliasing warnings for symbol