]> git.ipfire.org Git - people/stevee/pakfire.git/history - src/libpakfire/build.c
Hardening: Declare content of /usr/lib/grub as firmware files
[people/stevee/pakfire.git] / src / libpakfire / build.c
2023-03-24  Michael Tremerfile: Make the _cleanup function configurable to tidy...
2023-03-19  Michael Tremerjail: Move flags to individual exec commands
2023-03-18  Michael TremerDrop old hardening check script
2023-03-18  Michael TremerDrop old RPATH check script
2023-03-17  Michael Tremerbuild: Do not perform BUILDROOT check on Python bytecod...
2023-03-17  Michael Tremerfilelist: Add option to show a progressbar
2023-03-17  Michael Tremerfilelist: Add flags argument to walk function
2023-03-17  Michael Tremerbuild: Move strip check into file check
2023-03-17  Michael Tremerbuild: Rename hardening check to just check
2023-03-17  Michael Tremerbuild: Move FHS check into hardening checks
2023-03-17  Michael TremerFHS: Check for world-writable files
2023-03-17  Michael Tremerbuild: Perform BUILDROOT check in C
2023-03-17  Michael Tremerbuild: Drop check-include
2023-03-17  Michael Tremerbuild: Drop check-libraries script
2023-03-17  Michael Tremerbuild: Drop old FHS script
2023-03-17  Michael TremerFHS: Implement some simple filesystem checks
2023-03-16  Michael Tremersnapshots: Call it store/restore
2023-03-16  Michael Tremersnapshots: Do not modify an existing snapshot
2023-03-15  Michael TremerRevert "snapshots: Pass path instead of file descriptor"
2023-03-15  Michael Tremerbuild: Dump the complete filelist
2023-03-15  Michael Tremerbuild: Show build time at the end
2023-03-11  Michael Tremerbuild: Implement marking configuration files in archives
2023-03-11  Michael Tremerbuild: Check if ELF files contain debug information
2023-03-11  Michael Tremerfile: Show error when the hardening check fails
2023-03-09  Michael Tremerbuild: Refactor hardening checks
2023-03-05  Michael Tremerbuild: Check if binaries have been built with -fPIC
2023-03-05  Michael Tremerbuild: Move SSP check into the build process
2023-03-05  Michael Tremerbuild: Reuse function to walk through the package filelist
2023-03-05  Michael Tremerbuild: Move checking for broken symlinks into C
2023-03-04  Michael Tremerbuild: Delete static libraries only when there is a...
2023-02-27  Michael Tremerrepo: Refactor returning all packages in a repository
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2023-02-21  Michael Tremerbuild: Remove any *.a and *.la files internally instead...
2023-02-20  Michael Tremerbuild: Skip calling scripts if no file matches
2023-01-12  Michael Tremerbuild: Try to classify files using libmagic
2023-01-08  Michael Tremerbuild: Implement filter_provides/filter_requires
2022-12-16  Michael Tremerfilelist: Drop pattern matching from walk function
2022-12-16  Michael Tremerbuild: Bring back pattern matching which was accidentia...
2022-12-16  Michael Tremerbuild: Do not add dependencies to files provided by...
2022-12-16  Michael Tremerbuild: Send the scriptlet only once
2022-12-15  Michael Tremerjail: Avoid deadlock when sending data to stdin
2022-12-12  Michael Tremerbuild: Do not log skipped dependencies
2022-12-09  Michael Tremerbuild: Ensure /etc/pakfire/repos exists before writing...
2022-12-08  Michael Tremerpackages: Fix my messy code and use proper return codes
2022-12-08  Michael Tremerbuild: Skip requires which are provided by the same...
2022-12-08  Michael Tremerbuild: Fix compiler warning
2022-12-08  Michael Tremerbuild: Fix checking scriptlets for any dependencies
2022-12-08  Michael Tremerbuild: Only send Perl files to the perl dependency...
2022-12-08  Michael Tremerfilelist: Add pattern filtering to walk
2022-12-06  Michael Tremerbuild: Refactor dependency scanning
2022-12-06  Michael Tremerbuild: Pass filelists into dependency scripts
2022-11-30  Michael Tremerbuild: Fix splitting the filelist
2022-11-30  Michael Tremerbuild: Split filelist on spaces, too
2022-11-29  Michael Tremerbuild: Strip the leading ! from excluded files
2022-11-29  Michael Tremerjail: Set a default PATH to avoid using login shells...
2022-11-29  Michael Tremerbuild: Run scriptlets in a login shell
2022-11-24  Michael Tremerbuild: Create function to call dependency scripts
2022-11-24  Michael Tremerbuild: Allow creating shells without a snapshot
2022-11-09  Michael Tremerbuild: Fix use of temporary directories
2022-11-04  Michael Tremerbuild: Install "build-essential" by default
2022-11-04  Michael Tremerbuild: Fix check for interactive flag
2022-11-04  Michael Tremerbuild: Require to install all packages in the install...
2022-11-04  Michael Tremerbuild: Refactor installing the source package
2022-11-04  Michael Tremerrequests: Move fetching the transaction into a separate...
2022-11-04  Michael Tremerrequest: Refactor and remove all those customs functions
2022-11-04  Michael Tremerrepos: Add convenience function to download packages...
2022-11-02  Michael Tremerutil: Allow setting file mode for temporary files
2022-11-01  Michael Tremerrequest: No longer return problems when solving failed
2022-11-01  Michael Tremerbuild: Export all repository configuration into the...
2022-10-31  Michael Tremerbuild: Perform an installation test after the build
2022-10-31  Michael Tremerbuild: No longer set a default target
2022-10-31  Michael Tremerbuild: Copy the result to the local repository and...
2022-10-31  Michael Tremerbuild: Read all built packages into a package list
2022-10-31  Michael Tremerbuild: Rename the results repository
2022-10-31  Michael Tremerbuild: Make the local repository just a regular repository
2022-10-31  Michael Tremerbuild: Write all packages to the @build repository
2022-10-31  Michael Tremerbuild: Create a new repository for the build result
2022-10-31  Michael Tremerbuild: Add switch to disable tests
2022-10-26  Michael Tremerpackages: Unify the dependency functions
2022-10-25  Michael Tremerpackages: Move pakfire_package_{g,s}et_source_* functions
2022-10-25  Michael Tremerpackages: Add functions to easily set UUIDs
2022-10-25  Michael Tremerpackages: Drop old property functions for strings
2022-10-12  Michael Tremerrepos: Read key immediately and write it to the config
2022-09-20  Michael Tremerbuild: Free file string after dump
2022-09-19  Michael Tremerpackager: Remove files after they have been packaged
2022-09-19  Michael Tremerbuild: Abort if there are any unpackaged files
2022-09-19  Michael Tremerpackager: Use pakfire_filelist_walk to add files
2022-08-23  Michael Tremerpackager: Add function to add multiple files at once
2022-08-23  Michael Tremerbuild: Use simpler function to add files
2022-08-19  Michael Tremerpakfire: Refactor pakfire_cache_path
2022-08-19  Michael Tremerbuild: Make memory limit configurable
2022-08-19  Michael Tremerbuild: Make cgroup parameters configurable
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
2022-08-18  Michael Tremerstring: Correct handle return code of pakfire_string_se...
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-17  Michael TremerMove dependency functions into an own file
2022-08-17  Michael Tremerbuild: Unify all temporary files
2022-08-17  Michael Tremerbuild: Unroll loop for build stages
2022-08-17  Michael Tremerbuild: Use pakfire_relpath() to determine buildroot
next