Ewwwww.... REGEXP uses the obsolete basic RE syntax, which doesn't have a ? operator (use \{0,1\} instead) and needs characters to be back-slashed to make them special. Horrid.
modified libpkg/pkgdb.c
@@ -2609,7 +2609,7 @@ pkgdb_query_newpkgversion(struct pkgdb *db, const char *repo)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2850,7 +2850,7 @@ pkgdb_query_installs(struct pkgdb *db, match_t match, int nbpkgs, char **pkgs,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3038,7 +3038,7 @@ pkgdb_query_upgrades(struct pkgdb *db, const char *repo, bool all)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|