* Cleanup build system: remove aclocal directory
* Preparing for version 0.103
* Testing: update testing system
* Update the git ignore list for meson
* Remove old stale TODO item
* Update HACKING file with memory debuging update
* Disable broken memory debugging
* Remove last remnants of the old Make/configure bulid system
* Testing: remove deprecated perl testing code
* isnsadm: more memleaks in error handling paths
* isnsadm: free simp in list_objects
* isnsadm: free qry in error paths
* rebuild_proxy_list: free proxy on error
* isns_get_address: free addrinfo on error
* isns_msg_complete: msg_buf resource leak
* register_exported_objects: move call definition insize loop
* rebuild_proxy_list: move def inside loop to make lifetime clear to static checkers
* refresh_registration: resource leak
* isns_create_getnnext_response: resource leak
* db mkdir: leak of strdup memory
* libisns: fix print_size overrun
* isns_proxy_free: fix free call on strdup string
* logging: fix segfault on an underflow with an input string of all newlines
* Fix the bug in compare value
* Quiet a commpiler warning.
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=43
- Update to version 0.102:
* Preparing for version v0.102
* meson: just specify subdir for header-file install.
* build: only specify version in one place
* Fix two compiler warnings in slp.c
* meson: update README
* meson: small option usage cleanup
* meson: several updates based on review
* meson: fix error building shared lib with version
* meson: convert some args to 'features'
* meson: update README with meson info
* Add a decprecation warning to configure script.
* meson: Add ability to disable static library build
* meson builds now working
* git: ignore all shared library files
* build: Remove these two files, no longer used
* Add a package config file for libisns.a
* isnsd: socket: Make sure to create IPv6 socket default
* isnsadm: Fix unparse command line options "-V" and "-r"
* Typo: s/overried/override/
* Removed bash-specific function definitions.
Also, added patch to quiet compiler (soon upstream):
* Quiet-a-commpiler-warning.patch
This changes the SPEC file to use the new meson build system,
supported in open-isns starting with version 0.102, instead of
autoconf/make.
Changes in the code:
* no longer deliver isnsetup script or man page (development only)
* now deliver a package config file for the library
* now deliver both the static library and a shared library
OBS-URL: https://build.opensuse.org/request/show/1002211
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=39
- Update to version 0.101:
* Updated ChangeLog for version v0.101
* Preparing for version 0.101
* Fix parsing of GetNextRsp
* Added TODO to test "isnsd --init"
* Add man page for isnssetup.
* Fix broken server authentication initialization.
* Update version string to "0.100".
* Added a TODO: 'make depend' not worrking
* libisns: remove sighold and sigrelse
* fix compilation without deprecated OpenSSL APIs
* socket.c: include poll.h instead of sys/poll.h for POSIX compatibility
* Fix 586 compile issue and remove -Werror
* Do not ignore write() return value.
* Fix compiler issue when not in security mode
* Ignore common build files
This removed the need for open-isns-updates.diff.bz2 (for now), since
those commits are in version v0.101.
OBS-URL: https://build.opensuse.org/request/show/868451
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=37
- Updated to latest upstream, including:
* Add man page for isnssetup.
* Fix broken server authentication initialization.
* Update version string to "0.100".
* Added a TODO: 'make depend' not worrking
* libisns: remove sighold and sigrelse
* fix compilation without deprecated OpenSSL APIs
* socket.c: include poll.h instead of sys/poll.h for POSIX compatibility
* Fix 586 compile issue and remove -Werror
* Do not ignore write() return value.
* Fix compiler issue when n
Which updates open-isns-updates.diff.bz2, and removes the
no-longer-needed patch open-isns-fix-586-time.patch.
Also, security will be enabled/configured with this update.
OBS-URL: https://build.opensuse.org/request/show/853178
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=31
- Update to version 0.100:
* Updated ChangeLog with latest fixes
* Create and use pythong unittest framework
* Ignore SO lib
* Handle restarting test harness server correctly
* Fix mdebug.c so it compiles when enabled.
* Running make twice should not rebuild everything
* Change isns_portal_string() to use static mem
* Adding python compiled files
* fixed issues with old openssl usage
* Added debugging, moved .cvsignore to .gitignore
* Preparing for version v0.100
* Fix problem with parsing IPv6 Addresses with brakcets.
* General cleanup for the compiler.
* Travis-CI and Coverity Scan setup
* openssl: handle newer version with ifdefs
* Remove old compiler option, and add "-Werror".
* Change isns_portal_string() to return allocated string.
* add tags to ignored list of files
* Fix compiler complaint about possible alignment issue
Replacing open-isns-0.99.tar.xz with open-isns-0.100.tar.xz.
Also, added latest (not yet tagged) fixes from upstream,
adding patch:
* open-isns-updates.diff.bz2
- Updated SPEC file %_lto_cflags definition so that it does not
cause recursion.
- Move back "%global _lto_cflags ..." line as it's needed
for the following error:
E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libisns.a.
The recursion in macro was caused by fact that the macro was not
defined for some time in prjconfig.
- Had to address build issue in OBS, resulting in this package not
building, with message (folding done by me):
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature \
--define '_build_create_debug 1' \
--define 'disturl obs://build.opensuse.org/Base:System/openSUSE_Factory/93a92c971e76cbf08ebb7afd9a4de7be-open-isns' \
/home/abuild/rpmbuild/SOURCES/open-isns.spec
error: /home/abuild/rpmbuild/SOURCES/open-isns.spec: \
line 63: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration.
Line 63 was the "%configure" call, but I believe recursion is caused
by redefinition of _lto_cflags. To fix this, I reverted the
"Use FAT LTO ..." commit, removing the "%global _lto_cflags ..." line.
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
firewalld, see [1].
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
- Use FAT LTO objects in order to provide proper static library (boo#1133271).
- Update to version 0.99:
* Update version to v0.99, and fill in ChangeLog
* util.h: endian.h is available on musl on linux
* Added README info about testing without security.
* Support building/testing for with-security=no
* Define 'free()' for isns_free()
* Fix error with SCN Deregister when not registered.
* Cleanup: reformat and add some print statements.
* Fix error with type of node in GetNext test.
* Add testing information to the README.
Which replaced open-isns-0.98.tar.gz with open-isns-0.99.tar.xz
Also added the _service* files to manage updates.
- Update from version 0.97 to 0.98, which includes some
testing and openssl fixes, updating the SPEC file and
replacing the release tarball (bsc#1056696)
- Fix RPM groups. Replace %__-type macro indirections and
old $RPM shell variables.
- Updated to version 0.97, replacing main tarball
- Updated to version 0.96, replacing main tarball, and
removing both patches:
D open-isns-Update-GPL-license-information.patch
D open-isns-Install-isns_config.5.patch
- Updated SPEC file dependencies so early install works
(bsc#958567)
- Updated COPYING and README files for updated GNU license, adding:
open-isns-Update-GPL-license-information.patch
- Updated spec file to install hdrs and library file
- Also must install isns_config.5, added upstream patch:
open-isns-open-isns-Install-isns_config.5.patch
- Initial creation of Build Service project, using version
0.95 of open-isns from github.com/gonzoleeman/open-isns
OBS-URL: https://build.opensuse.org/request/show/769144
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=28
- Update to version 0.100:
* Updated ChangeLog with latest fixes
* Create and use pythong unittest framework
* Ignore SO lib
* Handle restarting test harness server correctly
* Fix mdebug.c so it compiles when enabled.
* Running make twice should not rebuild everything
* Change isns_portal_string() to use static mem
* Adding python compiled files
* fixed issues with old openssl usage
* Added debugging, moved .cvsignore to .gitignore
* Preparing for version v0.100
* Fix problem with parsing IPv6 Addresses with brakcets.
* General cleanup for the compiler.
* Travis-CI and Coverity Scan setup
* openssl: handle newer version with ifdefs
* Remove old compiler option, and add "-Werror".
* Change isns_portal_string() to return allocated string.
* add tags to ignored list of files
* Fix compiler complaint about possible alignment issue
OBS-URL: https://build.opensuse.org/request/show/769142
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=27
- Had to address build issue in OBS, resulting in this package not
building, with message (folding done by me):
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature \
--define '_build_create_debug 1' \
--define 'disturl obs://build.opensuse.org/Base:System/openSUSE_Factory/93a92c971e76cbf08ebb7afd9a4de7be-open-isns' \
/home/abuild/rpmbuild/SOURCES/open-isns.spec
error: /home/abuild/rpmbuild/SOURCES/open-isns.spec: \
line 63: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration.
Line 63 was the "%configure" call, but I believe recursion is caused
by redefinition of _lto_cflags. To fix this, I reverted the
"Use FAT LTO ..." commit, removing the "%global _lto_cflags ..." line.
OBS-URL: https://build.opensuse.org/request/show/735345
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=21
- Update to version 0.99:
* Update version to v0.99, and fill in ChangeLog
* util.h: endian.h is available on musl on linux
* Added README info about testing without security.
* Support building/testing for with-security=no
* Define 'free()' for isns_free()
* Fix error with SCN Deregister when not registered.
* Cleanup: reformat and add some print statements.
* Fix error with type of node in GetNext test.
* Add testing information to the README.
Which replaced open-isns-0.98.tar.gz with open-isns-0.99.tar.xz
Also added the _service* files to manage updates.
OBS-URL: https://build.opensuse.org/request/show/644724
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=15