summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2008-04-04%{_builddir} is not an url, everPanu Matilainen1-4/+2
2008-04-04We only ever deal with local, regular files in doUntar()Panu Matilainen1-25/+7
2008-04-04We only ever deal with local, regular files in doPatch()Panu Matilainen1-24/+5
2008-04-04Escape '%' in formatJindrich Novy1-1/+1
2008-04-04Simplify formattingJindrich Novy1-2/+2
2008-04-04Simplify package comparison and format creation.Jindrich Novy1-9/+7
2008-04-03Don't use static buffers in parseForRegexLang()Jindrich Novy1-8/+8
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-2/+1
2008-03-31Make ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS actually workJindrich Novy1-2/+5
2008-03-29Fixup for rpmfcSaveArg() no longer freeing keyPanu Matilainen1-2/+2
2008-03-29Don't use static buffer ptr as return value in doUntar()Jindrich Novy1-28/+20
2008-03-28Don't use static buffer in rpmfcELF(), make code more comprehensiveJindrich Novy1-29/+21
2008-03-28Remove unneeded buffer operationsJindrich Novy1-2/+0
2008-03-28Add rpmfcAddFileDep() to handle file dependencies securelyJindrich Novy1-19/+30
2008-03-26Simplify changelog entry additionsPanu Matilainen1-13/+5
2008-03-26Remove unneeded free()Jindrich Novy1-1/+0
2008-03-26Use rasprintf() in rpmfcHelper() and rpmfcGenerateDepends()Jindrich Novy1-9/+12
2008-03-25Don't use static buffers to communicate between funcs, avoid buffer overflows.Jindrich Novy1-10/+11
2008-03-25Use rasprintf() for NVR construction to remove BUFSIZ limit.Jindrich Novy1-12/+28
2008-03-25Avoid artificial limits on tag name.Jindrich Novy1-3/+1
2008-03-24Eliminate bogus const's from spec structurePanu Matilainen3-27/+27
2008-03-24Eliminate bogus const's from OFI_t and spectags structsPanu Matilainen3-7/+7
2008-03-24Eliminate bogus const from expression valuePanu Matilainen1-3/+3
2008-03-24Eliminate wtf pointer games with rpmGetPath result.Panu Matilainen1-5/+6
2008-03-24Avoid entirely silly rpmio use in addFileToTagAux()Panu Matilainen1-5/+3
2008-03-23Fix buffer overflow while creating patch script, avoid fixed sized buffers.Jindrich Novy1-34/+53
2008-03-23Use rasprintf() to prevent overflows and remove BUFSIZ buffer limit.Jindrich Novy3-16/+17
2008-03-23Fix writeRPM, use dynamic allocation, remove bogus const.Jindrich Novy2-7/+11
2008-03-18Bump up sonames, we're not exactly ABI compatible with 4.4 anymore..Panu Matilainen1-1/+1
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen7-37/+37
2008-03-07Log message adjustmentsPanu Matilainen1-2/+2
2008-03-06Make yet more build tables readonlyPanu Matilainen3-8/+8
2008-03-06Mark bunch of static build-related tables as read-onlyPanu Matilainen5-14/+14
2008-03-06Make rpmfc token and apply tables readonlyPanu Matilainen2-4/+4
2008-02-25Remove some ancient dead codePanu Matilainen1-12/+0
2008-02-25Add %{sources} and %{patches} macros to buildPanu Matilainen1-0/+30
2008-02-22Use %__tar instead of hardcoded tar in build prepPanu Matilainen1-4/+13
2008-02-22Don't use legacy gzipbin etc macros in buildPanu Matilainen1-5/+5
2008-02-22Make %patch use %__patch instead of hardcoded patch.. patchy huh?Panu Matilainen1-4/+7
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen10-42/+42
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen4-7/+7
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-6/+6
2008-02-05rpm5.org: free 5 bits for rpmfc coloring expansionPanu Matilainen1-18/+26
2008-02-05More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spottedPanu Matilainen1-4/+4
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen1-2/+2
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen3-6/+6
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-4/+4
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen4-7/+7
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen3-5/+5
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen8-8/+8