Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apr-util
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
apr-util
Commits
db308423
Commit
db308423
authored
Oct 10, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated apr-util to 1.6.1
parent
c13ead4a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
Makefile
Makefile
+7
-7
apr-util-1.6.0.tar.bz2
apr-util-1.6.0.tar.bz2
+0
-0
apr-util-1.6.1-gdbm.patch
apr-util-1.6.1-gdbm.patch
+3
-2
apr-util-1.6.1.tar.bz2
apr-util-1.6.1.tar.bz2
+0
-0
No files found.
Makefile
View file @
db308423
all
:
tar
xf apr-util-1.6.
0
.tar.bz2
patch
-Np1
-d
apr-util-1.6.
0 < apr-util-1.6.0
-gdbm.patch
cd
apr-util-1.6.
0
&&
./configure
--prefix
=
/usr
--with-apr
=
/usr
--with-gdbm
=
/usr
--with-openssl
=
/usr
--with-crypto
--with-ldap
=
ldap
$(MAKE)
-C
apr-util-1.6.
0
$(MAKE)
-C
apr-util-1.6.
0
test
$(MAKE)
-C
apr-util-1.6.
0
install
rm
-rf
apr-util-1.6.
0
tar
xf apr-util-1.6.
1
.tar.bz2
patch
-Np1
-d
apr-util-1.6.
1 < apr-util-1.6.1
-gdbm.patch
cd
apr-util-1.6.
1
&&
./configure
--prefix
=
/usr
--with-apr
=
/usr
--with-gdbm
=
/usr
--with-openssl
=
/usr
--with-crypto
--with-ldap
=
ldap
$(MAKE)
-C
apr-util-1.6.
1
$(MAKE)
-C
apr-util-1.6.
1
test
$(MAKE)
-C
apr-util-1.6.
1
install
rm
-rf
apr-util-1.6.
1
apr-util-1.6.0.tar.bz2
deleted
100644 → 0
View file @
c13ead4a
File deleted
apr-util-1.6.
0
-gdbm.patch
→
apr-util-1.6.
1
-gdbm.patch
View file @
db308423
--- apr-util-1.6.0/dbm/apr_dbm_gdbm.c 2018/02/25 16:36:31 1825311
+++ apr-util-1.6.0-gdbm/dbm/apr_dbm_gdbm.c 2018/02/25 16:41:11 1825312
diff -uNr apr-util-1.6.1/dbm/apr_dbm_gdbm.c apr-util-1.6.1-gdbm/dbm/apr_dbm_gdbm.c
--- apr-util-1.6.1/dbm/apr_dbm_gdbm.c 2008-11-21 18:51:06.000000000 +1030
+++ apr-util-1.6.1-gdbm/dbm/apr_dbm_gdbm.c 2019-10-09 19:28:28.030572817 +1030
@@ -36,8 +36,20 @@
static apr_status_t g2s(int gerr)
{
...
...
apr-util-1.6.1.tar.bz2
0 → 100644
View file @
db308423
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment