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
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
Commits
49a4253f
Commit
49a4253f
authored
Oct 10, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated apr to 1.7.0
parent
cf36e41f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
19 deletions
+6
-19
Makefile
Makefile
+6
-7
apr-1.6.3-tests.patch
apr-1.6.3-tests.patch
+0
-12
apr-1.6.3.tar.bz2
apr-1.6.3.tar.bz2
+0
-0
apr-1.7.0.tar.bz2
apr-1.7.0.tar.bz2
+0
-0
No files found.
Makefile
View file @
49a4253f
all
:
tar
xf apr-1.6.3.tar.bz2
patch
-Np1
-d
apr-1.6.3 < apr-1.6.3-tests.patch
cd
apr-1.6.3
&&
./configure
--prefix
=
/usr
--disable-static
--with-installbuilddir
=
/usr/share/apr-1/build
$(MAKE)
-C
apr-1.6.3
# $(MAKE) -C apr-1.6.3 test
$(MAKE)
-C
apr-1.6.3
install
rm
-rf
apr-1.6.3
tar
xf apr-1.7.0.tar.bz2
cd
apr-1.7.0
&&
./configure
--prefix
=
/usr
--disable-static
--with-installbuilddir
=
/usr/share/apr-1/build
$(MAKE)
-C
apr-1.7.0
$(MAKE)
-C
apr-1.7.0
test
$(MAKE)
-C
apr-1.7.0
install
rm
-rf
apr-1.7.0
apr-1.6.3-tests.patch
deleted
100644 → 0
View file @
cf36e41f
diff -uNr apr-1.6.3/test/sendfile.c apr-1.6.3-tests/test/sendfile.c
--- apr-1.6.3/test/sendfile.c 2013-10-15 00:15:05.000000000 +1030
+++ apr-1.6.3-tests/test/sendfile.c 2018-08-04 05:58:03.904131883 +0930
@@ -463,7 +463,7 @@
/* in case this is the non-blocking test, set socket timeout;
* we're just waiting for EOF */
- rv = apr_socket_timeout_set(sock, apr_time_from_sec(3));
+ rv = apr_socket_timeout_set(sock, apr_time_from_sec(60));
if (rv != APR_SUCCESS) {
aprerr("apr_socket_timeout_set()", rv);
}
apr-1.6.3.tar.bz2
deleted
100644 → 0
View file @
cf36e41f
File deleted
apr-1.7.0.tar.bz2
0 → 100644
View file @
49a4253f
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