Commit Graph

49 Commits

Author SHA1 Message Date
Michael Forney 594971b59c Remove obsolete portability patches with C23 and new cproc 2024-03-21 23:29:18 -07:00
Michael Forney 15e711d0a0 iproute2: Fix build
Accidentally stashed these fixes while working on other stuff.
2024-03-17 12:49:07 -07:00
Michael Forney b2f81fb67c iproute2: Update to 6.8.0 2024-03-17 00:27:08 -07:00
Michael Forney d69c7d5739 iproute2: Update to 5.16.0 2022-02-18 02:58:00 -08:00
Michael Forney c0783c3e63 iproute2: Update to 5.15.0 2021-12-22 00:15:18 -08:00
Michael Forney 6cc9b7ceb4 iproute2: Update to 5.13.0 2021-06-29 21:03:31 -07:00
Michael Forney 0efd2554ba iproute2: Update to 5.12.0 2021-05-15 01:53:57 -07:00
Michael Forney 6ed53b8dbe iproute2: Update to 5.11.0 2021-03-02 16:20:18 -08:00
Michael Forney 912a51bec2 iproute2: Update to 5.10.0 2020-12-25 13:59:04 -08:00
Michael Forney cac232f56c iproute2: Update to 5.9.0 2020-10-16 18:35:16 -07:00
Michael Forney 8b6edd6d7f iproute2: Fix a couple more instances of void pointer arithmetic 2020-09-22 21:47:20 -07:00
Michael Forney e36dab4af8 iproute2: Update to 5.8.0 2020-08-13 01:48:18 -07:00
Michael Forney 4bfadf380f iproute2: Fix reversed condition in VLA patch 2020-06-16 14:00:16 -07:00
Michael Forney f2238aeace iproute2: Add patch from linux-headers to fix non-portable enum constants 2020-06-16 13:40:55 -07:00
Michael Forney 199c705446 iproute2: Fix some warnings 2020-06-05 03:01:44 -07:00
Michael Forney d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney 16b1952b45 iproute2: Update to 5.7.0 2020-06-03 17:48:48 -07:00
Michael Forney 059130110c iproute2: Update to 5.6.0 2020-04-04 22:09:03 -07:00
Michael Forney cc0cf73bc0 iproute2: Remove patch no longer necessary with latest cproc 2020-02-20 21:03:09 -08:00
Michael Forney aea11e0e4a Use our own linux-headers 2020-02-20 20:10:31 -08:00
Michael Forney 5807266e09 iproute2: Update to 5.5.0 2020-01-29 15:41:32 -08:00
Michael Forney 0ca12bdf66 iproute2: Update to 5.4.0 2019-11-25 20:42:24 -08:00
Michael Forney 8e68690eee iproute2: Update to 5.3.0 2019-10-03 23:38:39 -07:00
Michael Forney dd1ce8024a iproute2: Update to 5.2.0 2019-07-09 22:38:43 -07:00
Michael Forney 991c95f4d9 iproute2: Fix a few more portability issues 2019-06-24 17:43:02 -07:00
Michael Forney 264e137e02 iproute2: Fix get_link_kind when linked statically 2019-06-24 17:10:29 -07:00
Michael Forney cdf5407cad iproute2: Fix some portability issues 2019-06-17 00:05:52 -07:00
Michael Forney 3fb15daf88 iproute2: Update to 5.1.0 2019-05-22 01:20:06 -07:00
Michael Forney ec83448bea iproute2: Update to 5.0.0 2019-03-28 17:16:16 -07:00
Michael Forney aa88bc5a24 iproute2: Update to 4.20.0 2019-03-19 00:52:21 -07:00
Michael Forney 4332740046 Rename rev to ver, and keep track of package versions as well 2019-03-19 00:14:12 -07:00
Michael Forney 0a7ac41278 iproute2: Update to 4.19.0 2018-11-03 01:16:52 -07:00
Michael Forney 151f869546 Revert accidentally updated submodules in 6673d9ab52
No one responded to my bug report[0] to the git mailing list. Maybe
I should ping it.

[0] https://public-inbox.org/git/CAGw6cBvLDNtYT6vfHcxmX0S_SS1vmYVCEkSD_ixah6cGKJ4H9w@mail.gmail.com/
2018-10-23 13:25:42 -07:00
Michael Forney 6673d9ab52 curl: Probe for size of size_t, time_t and long
There are still several more SIZEOF_* constants in curl_config.h,
but they seem to match for architectures we care about.
2018-10-18 15:27:53 -07:00
Michael Forney 1eee3152da iproute2: Update to 4.18.0 2018-08-17 16:29:50 -07:00
Michael Forney 6ee454774d iproute2: Update to 4.17.0 2018-08-11 17:54:14 -07:00
Michael Forney cc3bd4b5d5 iproute2: Update to 4.16.0 2018-04-10 12:09:21 -07:00
Michael Forney f377442fbc Revert accidentally updated submodules in b99ef6bfc5
`git commit -a` with ignored submodules strikes again. I really
should report a bug about this.
2018-03-16 10:16:40 -07:00
Michael Forney b99ef6bfc5 libdrm: Check if config.video_drivers is set 2018-03-10 19:08:35 -08:00
Michael Forney e18d1d26d2 iproute2: Update to 4.15.0 2018-02-02 00:18:26 -08:00
Michael Forney 74b4460573 iproute2: Update to 2.14.1 2017-11-14 21:58:42 -08:00
Michael Forney ba94a8513d Rewrite ninja generation scripts in Lua 2017-09-25 19:23:06 -07:00
Michael Forney a70e224bd9 iproute2: Update to 4.13.0 2017-09-07 01:11:56 -07:00
Michael Forney 268bd80fa1 iproute2: Update to 4.12.0 2017-07-06 01:49:12 -07:00
Michael Forney b22896b14a iproute2: Update to 4.11.0 2017-05-04 22:02:16 -07:00
Michael Forney 8434bed129 iproute2: Update to 4.10.0 2017-02-22 18:47:49 -08:00
Michael Forney 2420bcc6b1 Compress man pages 2016-12-19 00:05:57 -08:00
Michael Forney 8bf7f4ff20 iproute2: Update to 4.9.0 2016-12-13 23:10:30 -08:00
Michael Forney 293f5a93b7 Move to flat package hierarchy
Note to self: never try to move submodules again

To migrate your existing submodules (more or less):

	set -x
	set -e

	mkdir .git/modules/pkg
	for old in */*/src ; do
	        new="pkg/${old#*/}"
	        if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then
			continue
		fi
		git -C ".git/modules/$old" config core.worktree "../../../../../$new"
		rmdir "$new"
		mv "$old" "$new"
	        sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp"
	        mv "$new/.git.tmp" "$new/.git"
		mkdir ".git/modules/${new%/src}"
	        mv ".git/modules/$old" ".git/modules/$new"

		rm "${old%/src}"/*.ninja
		mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/"
		rmdir "${old%/src}" || true
	done
	sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp
	mv .git/config.tmp .git/config
2016-12-13 23:10:30 -08:00