summaryrefslogtreecommitdiff
path: root/distrib/syspatch
AgeCommit message (Expand)Author
2020-05-24Adjust the sanity check for patch file names to allow a hyphen.Theo Buehler
2019-08-14Explain how to take over syspatch builds from another machine.Theo Buehler
2019-05-12exit early if the errata name is invalid to avoid building a syspatchRobert Nagy
2019-05-12use readlink(1) on each file that we think is different to ensure thatRobert Nagy
2018-11-18MACHINE_ARCH -> MACHINE to fix syspatch build on macppc and arm64.Antoine Jacoutot
2018-10-30Missed that SUBDIR remnant in previous.Antoine Jacoutot
2018-10-27SUBDIR is a remnant of the past.Antoine Jacoutot
2018-10-08Split the ${ERRATA}/${ERRATA}.patch target up into two: one forTheo Buehler
2018-06-25white spacesTheo de Raadt
2018-03-19use the correct relink directory pathRobert Nagy
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-09-03Previous fakeroot must be manually copied in case an errata does not applyAntoine Jacoutot
2017-08-23Install the patched kernel on the build machine just like we do forAntoine Jacoutot
2017-08-21Add a comment about why we need to ignore the timestamps on perl man pagesAntoine Jacoutot
2017-08-21No need to explicitely add patch.sig to the plist, diff.sh will now pick itAntoine Jacoutot
2017-08-21Kernel syspatches will now only contain the differing object files.Antoine Jacoutot
2017-08-21Catch non existent files (in case a syspatch would _add_ a new file).Antoine Jacoutot
2017-08-21The syspatch(8) build system will eventually be properly documented in its ownAntoine Jacoutot
2017-08-20Consistency in spacing.Antoine Jacoutot
2017-07-11use the previous syspatch's fake root for getting the link orderRobert Nagy
2017-07-10Set XSRCDIR to /usr/xenocara if it's not defined. Matches whatAntoine Jacoutot
2017-06-20Set SRCDIR according to build type and s/X11SRC/XSRCDIRAntoine Jacoutot
2017-06-06Don't patch(1) as the 'build' user; it has no right over the src tree.Antoine Jacoutot
2017-06-05a kernel errata requires a full build as well in case some headersRobert Nagy
2017-06-05set BUILDUSER to build by default, this can be overwritten from the environmentRobert Nagy
2017-06-05do not add ./ to the path of the files in the tarballRobert Nagy
2017-06-05do not remove used files from the fakerootRobert Nagy
2017-04-22do not leave temp files after the diffing is doneRobert Nagy
2017-04-22Add a small shell script to be used by syspatch to diff the fake rootRobert Nagy
2017-04-22rework the syspatch makefile and do complete builds for each errataRobert Nagy
2017-01-17rework some of the variables for better directory name handling andRobert Nagy
2016-11-09oops, OSREV -> OSrev.Antoine Jacoutot
2016-11-09Use https to get the patches.Antoine Jacoutot
2016-11-03switch to using BUILDUSER and add more error checkingRobert Nagy
2016-09-05use OSREV and OSrev instead of setting them in the makefileRobert Nagy
2016-09-04allow everything to run as unprivileged user except for fakeRobert Nagy
2016-09-03add infrastructure to build syspatches (binary updates to stable)Robert Nagy