summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepository.pm
AgeCommit message (Expand)Author
2023-11-25reinstate checking the keytype, which I unwittingly dropped a long time ago.Marc Espie
2023-06-13move to use v5.36;Marc Espie
2023-05-27prepare for 5.36: pass $code as @code so that we don't haveMarc Espie
2023-05-20Don't bother setting the effective group, it doesn't affect file creationMarc Espie
2023-05-17stop using old-style prototypes except where strictly necessaryMarc Espie
2022-05-08better abstraction: instead of storing a string we're going to parse forMarc Espie
2019-11-08added too much for -stable, if ftp says 404, we still need to save thatMarc Espie
2019-10-23adapt to new ftp(1) retrieving error messagesTheo de Raadt
2019-10-13- have a method explicitly return undef instead of falling off the endMarc Espie
2019-08-20fix error reporting, specifically having two repos on the same site mayMarc Espie
2019-07-22separate the atend behavior, because dpb wants a pure signal interceptMarc Espie
2019-07-17backout previous commits for now; some of this is shared with dpb andStuart Henderson
2019-07-14a bunch of changes, all related to error-handling:Marc Espie
2019-07-10make the END{} block transparent for exitMarc Espie
2019-07-08uniform error messages on temp file creationMarc Espie
2019-07-07use last_errorMarc Espie
2019-07-03make error message more explicit, so that ppl don't get confused by theMarc Espie
2018-04-22try logging, but if we're in pkg_info, we don't have the toolsMarc Espie
2018-03-14disable the session resumption warnings for releaseMarc Espie
2018-03-03Be specific on what is slowjob
2018-02-12some mode of session resumptions are not currently supported by ftp(1)Marc Espie
2018-02-10implement the use of new ftp -S session=... for httpsMarc Espie
2018-02-07prepare for session filesMarc Espie
2018-02-07prepare for session saving by separating the pkgfetch code.Marc Espie
2018-02-06avoid not working if redirected to another urlschemeMarc Espie
2018-02-06syslog cdns redirect, as suggested by sthen@Marc Espie
2018-01-20oops, no chomp, so get rid of the extra blank line by using printMarc Espie
2018-01-19display the actual redirect message, as that's informative.Marc Espie
2018-01-17Process redirection messages from http.Marc Espie
2017-11-01don't look directly at PKG_CACHE, but ask the state, so that onlyMarc Espie
2017-10-09correct calls to this constructor *must* include a state. If they don'tMarc Espie
2017-08-04Adjust the html index-parsing regex to cope with anchor tags that aren'tStuart Henderson
2017-06-20trim more error messagesMarc Espie
2017-05-29do not whine if installpath is undef.Marc Espie
2017-05-18introduce new url "installpath" to mean "the contents of installurl"Marc Espie
2017-03-11tweak %m to expand to %c, and make %c more magical:Marc Espie
2017-03-07more error streamlining:Marc Espie
2017-02-06amend the "unsigned package" message, commenting that signify(1) doesn'tMarc Espie
2017-01-25some run environnement do not properly reset signals (e.g., python) andMarc Espie
2016-10-05getting errors is trivial, just don't forget to close the handle and notMarc Espie
2016-10-04slightly smarter parsing of error logMarc Espie
2016-10-03add TRUSTED_PKG_PATH after discussing with aja@Marc Espie
2016-09-15move the error saving code slightly aroundMarc Espie
2016-09-14move the check up in stateMarc Espie
2016-09-14add an is_local-file method for later signatureMarc Espie
2016-09-14gc pipe: support, makes less and less sense as time goes byMarc Espie
2016-09-14tidy running those commandsMarc Espie
2016-09-14gc last remnants of source:Marc Espie
2016-09-06heck, have new signatures be -Dnewsign until we flip the switchMarc Espie
2016-09-04put signify errors alongside ftpMarc Espie