SHA256
1
0
forked from pool/dynamips

Accepting request 759186 from home:mnhauke

- Update to version 0.2.21
  * Fix SEGV during snprintf and localtime_r.
- Update to version 0.2.20
  * New fix for segmentation fault when using localtime()
- Update to version 0.2.19
  * Fix segmentation fault when using localtime() (64-bit only).
- Update to version 0.2.18
  * Allow to reuse socket in udp_connect.
  * Fix segfault when exporting startup-config.

OBS-URL: https://build.opensuse.org/request/show/759186
OBS-URL: https://build.opensuse.org/package/show/Education/dynamips?expand=0&rev=49
This commit is contained in:
andrea florio 2020-01-05 19:15:50 +00:00 committed by Git OBS Bridge
parent 15ac62a7c7
commit dd6f465964
4 changed files with 24 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d524ef32b78dd7384775920604912d3b4b212ded338cc4df930b0086df1e81ed
size 832721

3
dynamips-0.2.21.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08587589db2c3fc637e6345aebf4f9706825c12f45d9e2cf40d4189c604656d2
size 833863

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 25 10:32:09 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.2.21
* Fix SEGV during snprintf and localtime_r.
- Update to version 0.2.20
* New fix for segmentation fault when using localtime()
- Update to version 0.2.19
* Fix segmentation fault when using localtime() (64-bit only).
- Update to version 0.2.18
* Allow to reuse socket in udp_connect.
* Fix segfault when exporting startup-config.
-------------------------------------------------------------------
Sun Feb 18 08:54:40 UTC 2018 - avindra@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package dynamips
#
# 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
@ -12,17 +12,17 @@
# 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: dynamips
Version: 0.2.17
Version: 0.2.21
Release: 0
Summary: Cisco router Emulator
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Emulators/Other
Url: https://www.gns3.net
URL: https://www.gns3.net
Source: https://github.com/GNS3/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch1: define-s390x-arch.patch
BuildRequires: cmake
@ -62,9 +62,9 @@ or people wanting to pass their CCNA/CCNP/CCIE exams.
%files
%{_bindir}/%{name}
%{_bindir}/nvram_export
%{_mandir}/man1/%{name}.1%{ext_man}
%{_mandir}/man1/nvram_export.1%{ext_man}
%{_mandir}/man7/hypervisor_mode.7%{ext_man}
%{_mandir}/man1/%{name}.1%{?ext_man}
%{_mandir}/man1/nvram_export.1%{?ext_man}
%{_mandir}/man7/hypervisor_mode.7%{?ext_man}
%{_datadir}/doc/%{name}
%changelog