SHA256
1
0
forked from pool/iproute2

Accepting request 722593 from security:netfilter

- Use FAT LTO objects in order to provide proper static library. (forwarded request 722578 from marxin)

OBS-URL: https://build.opensuse.org/request/show/722593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=103
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:11:05 +00:00 committed by Git OBS Bridge
commit de1fc83b53
6 changed files with 40 additions and 6 deletions

Binary file not shown.

View File

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

BIN
iproute2-5.2.0.tar.sign Normal file

Binary file not shown.

3
iproute2-5.2.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Aug 12 07:00:32 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Fri Aug 2 07:02:32 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use %make_build.
-------------------------------------------------------------------
Thu Jul 18 07:39:53 UTC 2019 - Michal Kubeček <mkubecek@suse.cz>
- Update to new upstream release 5.2
* devlink: increase column size for larger shared buffers
* ip: reset netns after each command in batch mode
* ip addr: do not set IPv6 specific options for IPv4 addresses
* ip fou: support binding FOU ports
* ip link: support bridge vlan_stats_per_port
* ip link: support vlan bridge binding flag
* ip macsec: supporet gcm-aes-256 cipher type
* ip monitor: display interfaces from all groups
* ip neigh: show neighbor offload indication
* rdma: add link add/delete
* rdma: update node type strings
* ss: add option for single line output
* ss: show raw numbers for data rates with --numeric
* tc: support for plug qdisc
* tc: taprio: support for changing schedules
* tc: taprio: support cycle_time and cycle_time_extensions
* tipc: support for link broadcast method and ratio
* update documentation
-------------------------------------------------------------------
Mon May 13 09:28:09 UTC 2019 - Michal Kubecek <mkubecek@suse.cz>

View File

@ -17,9 +17,9 @@
Name: iproute2
Version: 5.1
Version: 5.2
Release: 0
%define rversion 5.1.0
%define rversion 5.2.0
Summary: Linux network configuration utilities
License: GPL-2.0-only
Group: Productivity/Networking/Routing
@ -97,11 +97,12 @@ bash command line completion support for iproute.
find . -name *.orig -delete
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
# build with -fPIC. For details see
# https://bugzilla.novell.com/show_bug.cgi?id=388021
xt_libdir="$(pkg-config xtables --variable=xtlibdir)"
xt_cflags="$(pkg-config xtables --cflags)"
make %{?_smp_mflags} CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
%make_build CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
%install
b="%buildroot"